On Sun, Nov 11, 2007 at 04:09:40PM +0900, Simon Horman wrote:
> On Sun, Nov 11, 2007 at 07:48:40AM +0100, Adrian Bunk wrote:
> > This patch removes the following unused EXPORT_SYMBOL's:
> > - ip_vs_try_bind_dest
> > - ip_vs_find_dest
> >
> > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
>
> Look
On Sat, Nov 10, 2007 at 11:04:41PM +0100, Jiri Slaby wrote:
> On 11/10/2007 05:15 PM, Adrian Bunk wrote:
> > On Fri, Nov 09, 2007 at 06:51:35PM -0500, Jiri Slaby wrote:
> >> ...
> >> --- a/drivers/char/nozomi.c
> >> +++ b/drivers/char/nozomi.c
> >> ...
> >> - if (size_bytes - i == 2) {
> >
On Sat, Nov 10, 2007 at 11:43:20AM -0800, Andrew Morton wrote:
> On Sat, 10 Nov 2007 12:18:50 + David Howells <[EMAIL PROTECTED]> wrote:
>...
> > has a couple of examples on it's front page. If you work through the menus
> > of
> > modern Panasonic tellies, you might find a URL pointing somew
Given a number of places in the tree that need to calculate this value
explicitly, might as well just create a macro for it.
Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
---
run-time tested for the first several values. note that this macro
is defined strictly in terms of rounding *up
On Sun, 11 Nov 2007, Randy Dunlap wrote:
> On Sat, 10 Nov 2007 22:53:36 -0500 (EST) Robert P. J. Day wrote:
> >
> > +/**
> > + * order_base_2 - calculate the (rounded up) base 2 order of the argument
> > + * @n - parameter
>
> * @n: argument
>
> (mostly changing - to :)
ah, yes, fix coming shor
On Friday 09 November 2007 03:37:38 Matti Linnanvuori wrote:
> From: Matti Linnanvuori <[EMAIL PROTECTED]>
>
> Fix and elaborate comments.
Thanks, applied.
Rusty.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo
Hi,
after resume from suspend with 2.6.23.1, I got the following Oops:
BUG: unable to handle kernel paging request at virtual address 3e0d204c
printing eip:
c022807f
*pde =
Oops: [#1]
SMP
Modules linked in: dvb_usb_cinergyT2 i915 drm cpufreq_stats usblp
firewire_ohci firewire_core
On Fri, 2007-11-09 at 04:35 -0500, bo yang wrote:
> Driver will call cmd completion routine from Reset path without waiting for
> cmd completion from isr context.
Thanks. I'm going to take a look at this, as well as the other recent 2
patches for a couple of test kernels we have that are based o
For those variants of BCM43xx cards that use 64-bit DMA, there is a requirement
that all descriptor
rings must be aligned on an 8K boundary and must fit within an 8K page. On the
x86_64 architecture
where the page size is 4K, I was getting addresses like 0x67AF000 when using
dma_alloc_coherent
c
[ linux-arch added to the Cc,
a copy of my original email is at the bottom ]
On Sun, Nov 11, 2007 at 04:34:22PM +0900, Paul Mundt wrote:
> On Sun, Nov 11, 2007 at 07:48:29AM +0100, Adrian Bunk wrote:
> > But the kernel does (at least on some architectures) not link with
> > libgcc or ship other
Hello,
My mistake, it looks like the issue is to do with writing only.
Mounting a standard DVD works fine with 2.6.24-rc2-git2.
As soon as I try to use wodim or load k3b, that's when drive gets locked
up.
The issue was still there with 2.6.23-git15 , I will continue to test
with previous ones.
On Fri, 9 Nov 2007, Erez Zadok wrote:
> In message <[EMAIL PROTECTED]>, Hugh Dickins writes:
> >
> > One, I think you would be safer to do a set_page_dirty(lower_page)
> > before your clear_page_dirty_for_io(lower_page). I know that sounds
> > silly, but see Linus' "Yes, Virginia" comment in clea
This change allows force_sig_info to be called from modules.
Signed-off-by: Jeremy Kerr <[EMAIL PROTECTED]>
--
Any objections to exporting this symbol? I'm planning to move some
SPU fault-handling code from the kernel to the spufs.ko object.
---
kernel/signal.c |1 +
1 file changed, 1 in
On Mon, Nov 12, 2007 at 03:47:02AM +0100, Roman Zippel wrote:
> Hi,
>
> On Sat, 10 Nov 2007, Sam Ravnborg wrote:
>
> > As discussed in another thread the right thing is to add a generic solution
> > to select between 32 and 64 bit - useable for powerpc, s390, ppc et al.
>
> Could you please poin
From: Randy Dunlap <[EMAIL PROTECTED]>
Fix Voyager section mismatch due to using __devinit instead of __cpuinit.
WARNING: vmlinux.o(.text+0xd943): Section mismatch: reference to
.init.text:init_gdt (between 'voyager_smp_prepare_boot_cpu' and
'smp_vic_cmn_interrupt')
Signed-off-by: Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]>
Fix Voyager section mismatches: voyager_cat_init() should be __init.
WARNING: vmlinux.o(.text+0xee83): Section mismatch: reference to
.init.data:eprom_buf (between 'voyager_cat_init' and 'aes_enc_blk')
WARNING: vmlinux.o(.text+0xeea6): Section mismatch: re
From: Randy Dunlap <[EMAIL PROTECTED]>
Fix header file name for Voyager build.
In file included from arch/x86/kernel/setup_32.c:61:
include/asm-x86/mach-voyager/setup_arch.h:2:26: error: asm/setup_32.h: No such
file or directory
make[1]: *** [arch/x86/kernel/setup_32.o] Error 1
Signed-off-by: R
Access to elfcorehdr_addr needs to be guarded by #if CONFIG_PROC_FS
as well as the existing #if guards.
Fixes the following build problem:
arch/ia64/hp/common/built-in.o: In function
`sba_init':arch/ia64/hp/common/sba_iommu.c:2043: undefined reference to
`elfcorehdr_addr'
:arch/ia64/hp/common/sb
On Sun, Nov 11, 2007 at 09:04:29PM -0500, Jeff Garzik wrote:
> Nick Piggin wrote:
> >Index: linux-2.6/sound/oss/via82cxxx_audio.c
> >===
> >--- linux-2.6.orig/sound/oss/via82cxxx_audio.c
> >+++ linux-2.6/sound/oss/via82cxxx_audio.c
> >
Robert Hancock wrote:
> Norbert Preining wrote:
>> ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x40 action 0x2
>
> Serror 0x40 means a handshake error. Usually Serror indications are
> due to a hardware problem (bad SATA cable, power or drive problem).
>
>> ata1.00: (BMDMA stat 0x25)
>> at
The following changes since commit 6e800af233e0bdf108efb7bd23c11ea6fa34cdeb:
Jerome Pinot (1):
ACPI: add documentation for deprecated /proc/acpi/battery in ACPI_PROCFS
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtio.git
for
Hello,
Cable detection has always been broken for pata_amd. Recent changes
seem to have broken some other subset tho. The following patchset to
get it fixed once and for all is pending.
http://thread.gmane.org/gmane.linux.ide/24524
Thanks.
--
tejun
-
To unsubscribe from this list: send the
The coredump code always calls set_dumpable(0) when it starts (even
if RLIMIT_CORE prevents any core from being dumped). The effect of
this (via task_dumpable) is to make /proc/pid/* files owned by root
instead of the user, so the user can no longer examine his own
process--in a case where there
Hi,
On Sat, 10 Nov 2007, Sam Ravnborg wrote:
> As discussed in another thread the right thing is to add a generic solution
> to select between 32 and 64 bit - useable for powerpc, s390, ppc et al.
Could you please point me to this discussion?
Thanks.
bye, Roman
-
To unsubscribe from this list:
On Fri, 2007-11-09 at 10:54 +0100, Peter Zijlstra wrote:
> On Fri, 2007-11-09 at 17:47 +0800, Zhang, Yanmin wrote:
> > Comparing with 2.6.23, iozone sequential write/rewrite (512M) has 50%
> > regression
> > in kernel 2.6.24-rc1. 2.6.24-rc2 has the same regression.
> >
> > My machine has 8 proces
Nick Piggin wrote:
Index: linux-2.6/sound/oss/via82cxxx_audio.c
===
--- linux-2.6.orig/sound/oss/via82cxxx_audio.c
+++ linux-2.6/sound/oss/via82cxxx_audio.c
@@ -2099,8 +2099,7 @@ static void via_dsp_cleanup (struct via_
}
-stati
Hi all,
This is a patch to remove 'nopage' from the tree.
I've gone through all the drivers and converted them to use fault as best
I can. When using fault, I've also tried to use vmf->pgoff rather than the
virtual address to find the page (which is much preferred). Mostly it has
been OK, but DR
Macro efi_md_size is defined in efi.c, and here we apply it
throughout efi.c.
Signed-off-by: Li Zefan <[EMAIL PROTECTED]>
---
arch/ia64/kernel/efi.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c
index 0e4ef20..73
Hi, Linus,
Could you please merge the following patchset:
[PATCH 0/2 -v3] x86_64 EFI boot support
[PATCH 1/2 -v3] x86_64 EFI boot support: EFI frame buffer driver
[PATCH 2/2 -v3] x86_64 EFI boot support: EFI boot document
The patchset has been in -mm tree from 2.6.23-rc2-mm2 on. Andrew Moton
had
On Sat, 2007-11-10 at 20:49 +0100, Miguel Botón wrote:
> Remove unnecesary code in iwl3945 and iwl4965 drivers.
>
> "final_mode" variable is already initialized with the value of the
> "mode" variable.
>
> Signed-off-by: Miguel Boton <[EMAIL PROTECTED]>
ACK. Or you can do "u32 uninitialized_var
* Always pass the same value to free_irq() that we pass to
request_irq(). This fixes several bugs.
* Always call NCR5380_intr() with 'irq' and 'dev_id' arguments.
Note, scsi_falcon_intr() is the only case now where dev_id is not the
scsi_host.
* Always pass Scsi_Host to request_irq(). Fo
On 12/11/2007, James Bottomley <[EMAIL PROTECTED]> wrote:
> On Mon, 2007-11-12 at 01:13 +0100, Jesper Juhl wrote:
> > On 12/11/2007, James Bottomley <[EMAIL PROTECTED]> wrote:
> > > On Mon, 2007-11-12 at 00:24 +0100, Jesper Juhl wrote:
> > > > From: Jesper Juhl <[EMAIL PROTECTED]>
> > > >
> > > > i
On Fri, 2007-11-09 at 04:36 -0800, Martin Knoblauch wrote:
> - Original Message
> > From: "Zhang, Yanmin" <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Cc: LKML
> > Sent: Friday, November 9, 2007 10:47:52 AM
> > Subject: iozone write 50% regression in kernel 2.6.24-rc1
> >
> > Compar
On Sun, 2007-11-11 at 19:33 -0500, Douglas Gilbert wrote:
> James Bottomley wrote:
> > On Mon, 2007-11-12 at 00:24 +0100, Jesper Juhl wrote:
> >> From: Jesper Juhl <[EMAIL PROTECTED]>
> >>
> >> in sas_get_phy_change_count(), the line
> >>disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE);
> >> will
2007年11月11日 23:45, Arjan van de Ven wrote/a écrit:
On Sun, 11 Nov 2007 20:10:23 +0100
Eric Piel <[EMAIL PROTECTED]> wrote:
Hello,
I've tried kernel 2.6.24-rc2 and I have a problem with the new option
for setting up the cpufreq ondemand governor as default: a kernel
panic happens early at boo
On Mon, 2007-11-12 at 01:13 +0100, Jesper Juhl wrote:
> On 12/11/2007, James Bottomley <[EMAIL PROTECTED]> wrote:
> > On Mon, 2007-11-12 at 00:24 +0100, Jesper Juhl wrote:
> > > From: Jesper Juhl <[EMAIL PROTECTED]>
> > >
> > > in sas_get_phy_change_count(), the line
> > > disc_resp = alloc_s
James Bottomley wrote:
> On Mon, 2007-11-12 at 00:24 +0100, Jesper Juhl wrote:
>> From: Jesper Juhl <[EMAIL PROTECTED]>
>>
>> in sas_get_phy_change_count(), the line
>> disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE);
>> will allocate 56 bytes due to this define:
>> #define DISCOVER_RESP_S
Matt Domsch wrote:
On Sun, Nov 11, 2007 at 04:46:44PM +, Alan Cox wrote:
Linux by default uses the BIOS resource assignments. It doesn't know
where those came from other than "the BIOS".
Slightly tangential, but I'm starting to hear requests to have the OS
re-assign resources when it might
On 12/11/2007, James Bottomley <[EMAIL PROTECTED]> wrote:
> On Mon, 2007-11-12 at 00:24 +0100, Jesper Juhl wrote:
> > From: Jesper Juhl <[EMAIL PROTECTED]>
> >
> > in sas_get_phy_change_count(), the line
> > disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE);
> > will allocate 56 bytes due to thi
From: Jesper Juhl <[EMAIL PROTECTED]>
'make includecheck' is useful and we want people to run it, so
let 'make help' output information about its existence.
Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
---
Makefile |1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
i
On Mon, 2007-11-12 at 00:24 +0100, Jesper Juhl wrote:
> From: Jesper Juhl <[EMAIL PROTECTED]>
>
> in sas_get_phy_change_count(), the line
> disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE);
> will allocate 56 bytes due to this define:
> #define DISCOVER_RESP_SIZE 56
> But, the struct is
On Sun, Nov 11, 2007 at 04:46:44PM +, Alan Cox wrote:
> Linux by default uses the BIOS resource assignments. It doesn't know
> where those came from other than "the BIOS".
Slightly tangential, but I'm starting to hear requests to have the OS
re-assign resources when it might make better sense.
On Sunday 11 November 2007, Jan Engelhardt wrote:
> >This mounts the bindtest/ tree on test/ _without_ copying the mount
> >points which are found on subtrees. This is necessary to avoid loops
> >in the filesystem (bind mounts are somewhat like hardlinks on
> >directories, just without the headache
In kernel/exit.c we have this code :
static void exit_mm(struct task_struct * tsk)
{
struct mm_struct *mm = tsk->mm;
mm_release(tsk, mm);
if (!mm)
return;
...
But, mm_release() may dereference it's second argument ('mm'), so
shouldn't we be doing the "!mm
From: Jesper Juhl <[EMAIL PROTECTED]>
in sas_get_phy_change_count(), the line
disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE);
will allocate 56 bytes due to this define:
#define DISCOVER_RESP_SIZE 56
But, the struct is actually 60 bytes in size.
So change the define to be
* David Smith ([EMAIL PROTECTED]) wrote:
> Mathieu Desnoyers wrote:
> > Hrm, what would happen if a gcc optimization eventually decides to mix
> > the memory layout of the strings ? Is there something that specifies
> > that they won't ?
>
> Here's another patch that Roland wrote and I tested that
From: Jesper Juhl <[EMAIL PROTECTED]>
In net/sctp/sm_statefuns.c::sctp_sf_abort_violation() we may leak
the storage allocated for 'abort' by returning from the function
without using or freeing it. This happens in case
"sctp_auth_recv_cid(SCTP_CID_ABORT, asoc)" is true and we jump to
the 'disc
>> Nack, we shoiuld never include userspace headers in kernel headers,
>> an even more never add !__KERNEL__ ifdefs. Just make sure your
>> programs include limit.h before including linux/cdrom.h.
>
>I think header files should be complete, and should not use undefined
>macros, picking up every r
>When I boot with the 'quiet' parameter, I see on the screen:
>
>[0.00] Initializing cgroup subsys cpuset
>[0.00] Initializing cgroup subsys cpu
>[ 39.036026] Initializing cgroup subsys cpuacct
>[ 39.036080] Initializing cgroup subsys debug
>[ 39.036118] Initializing cgroup s
> [PATCH] pata_amd/pata_via: de-couple programming of PIO/MWDMA and UDMA timings
>
> * Don't program UDMA timings when programming PIO or MWDMA modes.
>
> This has also a nice side-effect of fixing regression added by commit
> 681c80b5d96076f447e8101ac4325c82d8dce508 ("libata: correct handlin
On Sun, 11 Nov 2007 20:10:23 +0100
Eric Piel <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've tried kernel 2.6.24-rc2 and I have a problem with the new option
> for setting up the cpufreq ondemand governor as default: a kernel
> panic happens early at boot time. If I boot first with performance
> go
On Sunday 11 November 2007, Roland Kuhn wrote:
> This mounts the bindtest/ tree on test/ _without_ copying the mount
> points which are found on subtrees.
Right. I guess this is the key point that tripped me up.
> So, you see, test/test/test/a was (as it should) physically created
> in test/tes
I'm using -mm (MMOTM-2007-11-10-19-05) and getting
$ make
CC arch/x86/kernel/setup_64.o
arch/x86/kernel/setup_64.c: In function 'setup_arch':
arch/x86/kernel/setup_64.c:420: error: implicit declaration of function
'early_quirks'
That's because the externs for early_quirks() aren't on unle
>> I'm not sure whether this is a bug or expected behavior.
>> Suppose I create a "looped" bind mount situation as follows.
>>
>> # mkdir test
>> # touch test/foo
>> # mkdir bindtest
>> # touch bindtest/bar
>> # mkdir bindtest/test
>> # mount --bind test/ bindtest/test/
>> # ls bindtest/test/
>> f
I'm using -mm (MMOTM-2007-11-10-19-05) and getting
$ make
CC init/calibrate.o
In file included from include/linux/jiffies.h:8,
from init/calibrate.c:7:
include/linux/timex.h:246: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'read_current_timer'
init/calib
On Sunday 11 November 2007, Alan Cox wrote:
> > Subject : 2.6.24-rc1: pata_amd fails to detect 80-pin wire
> > Submitter : "Thomas Lindroth" <[EMAIL PROTECTED]>
> > References : http://lkml.org/lkml/2007/11/7/152
> > http://bugzilla.kernel.org/show_bug.cgi?id=9322
htt
Hi Frans!
Let's see whether I can explain this (I'm not a guru...)
On 11 Nov 2007, at 11:06, Frans Pop wrote:
I'm not sure whether this is a bug or expected behavior.
Suppose I create a "looped" bind mount situation as follows.
# mkdir test
# touch test/foo
# mkdir bindtest
# touch bindtest/b
kernel config attached to comment#2 for bugreport 9345
s2disk comes from suspend-0.7 package
Thanks,
Chris
On Sun, 11 Nov 2007 19:45:06 +0100
"Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote:
> On Saturday, 10 of November 2007, Chris Friedhoff wrote:
> > please cc me, I'm not not subscribed to LKML
On 11/11/2007, Dmitry Adamushko <[EMAIL PROTECTED]> wrote:
> On 11/11/2007, Adrian McMenamin <[EMAIL PROTECTED]> wrote
> > I am writing a device driver for the Dreamcast CD Drive (the "GD Rom")
> > and I am hitting what looks like some sort of race in
> > kernel/irq/manage.c. Can anybody point me i
On 11/11/2007, Adrian McMenamin <[EMAIL PROTECTED]> wrote
> I am writing a device driver for the Dreamcast CD Drive (the "GD Rom")
> and I am hitting what looks like some sort of race in
> kernel/irq/manage.c. Can anybody point me in the right direction or is
> there a bug here?
>
> This never seem
Theodore Tso <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 10, 2007 at 12:35:01PM -0800, H. Peter Anvin wrote:
>> In fact, we should be able to get rid of ARCH entirely; CONFIG_ options
>> have the huge advantage that they're saved in a file, and you don't have to
>> type them on every make run. The o
On Sun, 2007-11-11 at 09:45 -0500, Steven Rostedt wrote:
> > Well, I suppose the patch could go in, maybe with some ifdef's
> around
> > the bits in _switch_to, there's little point in doing that on non-rt
> > kernels.
>
> As Nick Piggin already stated, and I'll even state it for the RT
> kernel,
* Erez Zadok <[EMAIL PROTECTED]> wrote:
> Ingo, I don't see how it can return NULL. This is what get_task_comm
> looks like in MMOTM-2007-11-10-19-05:
>
> char *get_task_comm(char *buf, struct task_struct *tsk)
> {
> /* buf must be at least sizeof(tsk->comm) in size */
> task_lock(
* Rafael J. Wysocki <[EMAIL PROTECTED]> wrote:
> > See this commit:
> >
> > commit fb804714560463534ebcb538a3b0a3c687a830ec
> > Author: Len Brown <[EMAIL PROTECTED]>
> > Date: Tue Jul 24 01:50:46 2007 -0400
> >
> > ACPI: Kconfig: CONFIG_ACPI_PROCFS now defaults to N
> >
> > delete "d
Rafael J. Wysocki <[EMAIL PROTECTED]> :
> [Note: Due to git.kernel.org not responding I'm unable to check which fixes
> have already been merged since the last report.]
[...]
> Subject : 2.6.24-rc1 kills onboard r8169 (rtl8111b) NIC
> Submitter : "Sergey S. Kostyliov" <[EMAIL PROTECTED]>
* Rafael J. Wysocki <[EMAIL PROTECTED]> wrote:
> Subject : [regression] v2.6.24-rc1-497-gb1d08ac: kde battery
> icon gone
> Submitter : Thomas Meyer <[EMAIL PROTECTED]>
> References: http://lkml.org/lkml/2007/11/2/165
> http://bugzilla.kernel.org/show_bug.cg
On Tue, 2007-11-06 at 15:52 +0100, Jiri Kosina wrote:
> On Tue, 6 Nov 2007, Dmitry Torokhov wrote:
>
> > Could you please try sticking a printk in
> > hidinput_disconnect(drivers/hid/hid-input.c) to verify that
> > input_unregister_device is in fact being called?
>
> Also, is 2.6.23 the only ke
On Sunday, 11 of November 2007, Alan Cox wrote:
> > Subject : 2.6.24-rc1: pata_acpi fails to activate DMA for
> > DVD-ROM on ALi M5229 secondary channel
> > Submitter : Andrey Borzenkov <[EMAIL PROTECTED]>
> > References : http://marc.info/?l=linux-kernel&m=119342005216716&w=2
> >
On Sun, Nov 11, 2007 at 06:01:37PM +0100, Jochen Friedrich wrote:
> --- a/arch/powerpc/sysdev/commproc.c
> +++ b/arch/powerpc/sysdev/commproc.c
> @@ -51,6 +51,8 @@ static void m8xx_cpm_dpinit(void);
> static uint host_buffer; /* One page of host buffer */
> static uint host_end;/* end + 1 */
>
> Subject : 2.6.24-rc1: pata_acpi fails to activate DMA for
> DVD-ROM on ALi M5229 secondary channel
> Submitter : Andrey Borzenkov <[EMAIL PROTECTED]>
> References: http://marc.info/?l=linux-kernel&m=119342005216716&w=2
> http://bugzilla.kernel.org/show_bug.c
> BTW in rc2 it does not even boot - it babbles something about
> Unable to determine IRQ for 00:04.0 (which is IDE controller) and that is
> the end of story. No IDE device is found.
Thats not an IDE breakage I suspect. Various people are reporting IRQ
related breakage with -rc2 so you should pr
On Sun, 11 Nov 2007 13:38:04 -0500 Erez Zadok <[EMAIL PROTECTED]> wrote:
> Andrew, the following small patch is critical to have after:
>
> iget-stop-unionfs-from-using-iget-and-read_inode.patch
Thanks
> Question: since the above patch isn't in my unionfs.git tree (not until the
> whole iget se
I am writing a device driver for the Dreamcast CD Drive (the "GD Rom")
and I am hitting what looks like some sort of race in
kernel/irq/manage.c. Can anybody point me in the right direction or is
there a bug here?
This never seems to return in setup_irq:
spin_unlock_irqrestore(&desc->lock
On Fri, 2007-11-09 at 12:45 -0500, Trond Myklebust wrote:
> On Fri, 2007-11-09 at 09:30 -0800, Zach Brown wrote:
> > So, reiserfs and NFS are nesting i_mutex inside the mmap_sem.
> >
> > >>[] mutex_lock+0x1c/0x1f
> > >>[] reiserfs_file_release+0x54/0x447
> > >>[] __fput+0x
[Note: Due to git.kernel.org not responding I'm unable to check which fixes
have already been merged since the last report.]
This message contains a list of some regressions from 2.6.23 which have been
reported since 2.6.24-rc1 was released and for which there are no fixes in the
mainline that I k
On Sun, Nov 11, 2007 at 07:33:35PM +0100, Tino Keitel wrote:
> I noticed that the kernel (2.6.23.1) seems to buffer only certain
> partitions on my system:
>
> $ for i in 1 2 3 4 ; do for j in 1 2 ; do dd if=/dev/sda$i of=/dev/null
> bs=1024k count=100 ; done ; done
> 100+0 records in
> 100+0 reco
On Sun, 11 Nov 2007 15:15:10 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote:
>
> * Erez Zadok <[EMAIL PROTECTED]> wrote:
>
> > Small patch below fixes compile error.
>
> > + char name[sizeof(current->comm)];
> > warned++;
> > printk(KERN_IN
restore sigcontext is taking a DNA exception while restoring FP context from
the user stack, during the sigreturn. Appended patch fixes it by doing clts()
if the app doesn't touch FP during the signal handler execution. This will
stop generating a DNA, during the fxrstor in the sigreturn.
This imp
On Friday 26 October 2007, Alan Cox wrote:
> On Fri, 26 Oct 2007 21:30:02 +0400
> Andrey Borzenkov <[EMAIL PROTECTED]> wrote:
>
> > Running legacy IDE drivers apparently works in DMA mode for both:
>
> Thanks - can you send me an lspci -vvxxx off list
>
BTW in rc2 it does not even boot - it bab
Rafael J. Wysocki schrieb:
>> Replying to myself again. Apparently, a fix for this bug was applied to
>> the linux-acpi tree independently of my bug report, see here:
>> http://git.kernel.org/?p=linux/kernel/git/lenb/linux-acpi-2.6.git;a=commit;h=4c41d3ad6544f1c9aec37c441af04f5d0ad3a731
>
> I'm ha
Hello,
Any reason why the second rng on the VIA C7 CPU is not enabled?
Kind regards,
Udo
--- old/drivers/char/hw_random/via-rng.c2007-11-11 19:39:49.0
+0100
+++ new/drivers/char/hw_random/via-rng.c2007-11-11 19:40:41.0
+0100
@@ -41,6 +41,7 @@
VIA_STRFILT_
On Sunday, 11 of November 2007, Thomas Bächler wrote:
> >>> http://bugzilla.kernel.org/show_bug.cgi?id=9299
> >
> > I just tested again (with 2.6.24-rc2-gecd744ee). If I only load the 'ac'
> > kernel module and not the 'battery' kernel module, then the system boots
> > fine. However, if I load the
>>> http://bugzilla.kernel.org/show_bug.cgi?id=9299
>
> I just tested again (with 2.6.24-rc2-gecd744ee). If I only load the 'ac'
> kernel module and not the 'battery' kernel module, then the system boots
> fine. However, if I load the 'battery' module during boot or later, I
> still get the oops.
On Sunday, 11 of November 2007, Andrey Borzenkov wrote:
> On Sunday 11 November 2007, Rafael J. Wysocki wrote:
> > On Sunday, 11 of November 2007, Andrey Borzenkov wrote:
> > > On Monday 05 November 2007, Andrey Borzenkov wrote:
> > > > Notice "hung" not "hangs". This happened so far only once - wh
On Sunday 11 November 2007, Rafael J. Wysocki wrote:
> On Sunday, 11 of November 2007, Andrey Borzenkov wrote:
> > On Monday 05 November 2007, Andrey Borzenkov wrote:
> > > Notice "hung" not "hangs". This happened so far only once - when low
> > > battery
> > > condition triggered suspend to disk
On Saturday, 10 of November 2007, Frans Pop wrote:
> Rafael J. Wysocki wrote:
> > If you know of any other unresolved regressions from 2.6.23, please let me
> > know either and I'll add them to the list.
>
> Probably this issue should be added:
> http://lkml.org/lkml/2007/11/1/207
> Latest propos
Andrew, the following small patch is critical to have after:
iget-stop-unionfs-from-using-iget-and-read_inode.patch
Question: since the above patch isn't in my unionfs.git tree (not until the
whole iget series makes it to Linus), then do you prefer if I give you a
replacement patch to the above p
Hi Pavel,
On Nov 11, 2007 2:44 PM, Pavel Machek <[EMAIL PROTECTED]> wrote:
> Hi!
>
> > > A Smack Rule in an "egrep" format is:
> > >
> > > "^[:space:]*Subject[:space:]+Object[:space:]+[rwxaRWXA-]+[:space:]*\n"
>
> Perhaps you should make it space, not 'space or tab', and only allow
> lowercase per
Hi folks,
I noticed that the kernel (2.6.23.1) seems to buffer only certain
partitions on my system:
$ for i in 1 2 3 4 ; do for j in 1 2 ; do dd if=/dev/sda$i of=/dev/null
bs=1024k count=100 ; done ; done
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 3.01471 seconds, 34.8 M
On Sat, 10 Nov 2007 22:53:36 -0500 (EST) Robert P. J. Day wrote:
>
> Given a number of places in the tree that need to calculate this value
> explicitly, might as well just create a macro for it.
>
> Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
>
> ---
>
> run-time tested for the firs
> > Why are there over-limit dirty pages that no one is writing?
>
> Please do a sysrq-t, and cat /proc/vmstat during the hang. Those
> will show us what exactly is happening.
I did and I posted relevant information from my finding --- it looped in
balance_dirty_pages.
> I've seen this type of
On Saturday, 10 of November 2007, Chris Friedhoff wrote:
> please cc me, I'm not not subscribed to LKML
>
> Hello,
>
> with kernel 2.6.24-rc2 STD with s2disk suspends the system to disk, but
> when I start the system and the suspended systemimage is loaded, it
> fails to "activate" this suspended
On 11.11.2007 15:05, Thorsten Leemhuis wrote:
> On 10.11.2007 00:32, Matthias Schniedermeyer wrote:
> > [...]
> > My computer/mainboard @work has such a "broken" BIOS. Of the 5
> > SATA-Ports this MB has only 1 (and 1 "missing" that is reported by
> > linux but i can't find on the MB) is configur
On Sunday, 11 of November 2007, Andrey Borzenkov wrote:
> On Monday 05 November 2007, Andrey Borzenkov wrote:
> > Notice "hung" not "hangs". This happened so far only once - when low
> > battery
> > condition triggered suspend to disk. I was not able to reproduce it after
> > this running on AC.
On Fri, Nov 09, 2007 at 04:43:05PM -0200, Glauber de Oliveira Costa wrote:
> This patch makes vsmp a paravirt client. It now uses the whole
> infrastructure provided by pvops. When we detect we're running
> a vsmp box, we change the irq-related paravirt operations (and so,
> it have to happen quite
On Sun, 11 Nov 2007, Russell King wrote:
>
> So what's happening with this? Who's going to merge it?
Well, I already removed the bogus file.
But whether the defconfig file in arch/arm needs updating or not is up to
you guys.
Linus
-
To unsubscribe from this list: send the li
In message <[EMAIL PROTECTED]>, Ingo Molnar writes:
>
> * Erez Zadok <[EMAIL PROTECTED]> wrote:
>
> > Small patch below fixes compile error.
>
> > + char name[sizeof(current->comm)];
> > warned++;
> > printk(KERN_INFO
> >
PORTA has an so register and PORTB had an odr register, as well.
However, the PORTB odr register is only 16bit.
Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]>
---
arch/powerpc/sysdev/commproc.c |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/sysde
echo disk > /sys/power/state
successfully saves that state to the disk, but just as the laptop is
about to turn itself off, it reboots (successfully, so the
hibernation/resume process works well, even with X running! which is
awesome :) ). But I'd rather like the computer turned off after I
hibern
fs_enet and cpm_uart need symbols from commproc.c (for CPM1) or
cpm2_common.c. Add EXPORT_SYMBOL for cpmp, cpm_setbrg and cpm2_immr, so
the drivers can be compiled as modules.
Building modules, stage 2.
MODPOST 5 modules
ERROR: "cpm2_immr" [drivers/net/fs_enet/fs_enet.ko] undefined!
ERROR: "cpm
1 - 100 of 151 matches
Mail list logo