Re: [NFS] [BUG] 2.6.23-rc5 kernel BUG at fs/nfs/nfs4xdr.c:945

2007-09-10 Thread suzuki
Trond Myklebust wrote: On Mon, 2007-09-10 at 13:41 +0530, suzuki wrote: Hi I have been trying to debug this issue from my side and could find the following. The pathconf() request gets a reply with : pathinfo.max_namelen = (unsiged int) -1 pathinfo.max_link= 255 Is this really an

Re: [PATCH] leds: add #include linux/spinlock_types.h to include/linux/leds.h for rwlock_t

2007-09-10 Thread Andrew Morton
On Tue, 4 Sep 2007 16:23:45 +0900 Yoichi Yuasa [EMAIL PROTECTED] wrote: This patch has added #include linux/spinlock_types.h to include/linux/leds.h for rwlock_t. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X generic/Documentation/dontdiff

Re: [PATCH] [AGPGART] intel_agp: fix stolen mem range on G33

2007-09-10 Thread Andrew Morton
On Thu, 6 Sep 2007 09:28:52 +0800 Zhenyu Wang [EMAIL PROTECTED] wrote: On 2007.09.05 08:19:37 +, Randy Dunlap wrote: *** Remember to use Documentation/SubmitChecklist when testing your code *** Thanks Randy. Here's updated patch with typo and tab style fixed. I misused x style.

Re: [discuss] [patch 3/5] Use extended crashkernel command line on x86_64

2007-09-10 Thread Vivek Goyal
On Sun, Sep 09, 2007 at 08:52:58PM +0200, Bernhard Walle wrote: * Yinghai Lu [EMAIL PROTECTED] [2007-09-09 19:27]: +#ifdef CONFIG_KEXEC ... CONFIG_KEXEC or CONFIG_CRASH_DUMP? Good question. The crashkernel parameter was CONFIG_KEXEC before, and I also wondered why, but I didn't

Re: [PATCH] [AGPGART] intel_agp: fix GTT map size on G33

2007-09-10 Thread Andrew Morton
On Wed, 5 Sep 2007 15:13:07 +0800 Zhenyu Wang [EMAIL PROTECTED] wrote: Subject: [PATCH] [AGPGART] intel_agp: fix GTT map size on G33 G33 has 1MB GTT table range. Fix GTT mapping in case like 512MB aperture size. Signed-off-by: Zhenyu Wang [EMAIL PROTECTED] ---

Re: [patch 1/8] Immediate Values - Global Modules List and Module Mutex

2007-09-10 Thread Rusty Russell
On Mon, 2007-09-10 at 20:45 -0400, Mathieu Desnoyers wrote: Code patching of _live_ SMP code is allowed. This is why I went through all this trouble on i386. Oh, I was pretty sure it wasn't. OK. So now why three versions of immediate_set()? And why are you using my lock for exclusion?

Re: [PATCH 2/2] Maple bus support for the SEGA Dreamcast - Dreamcast keyboard support

2007-09-10 Thread Dmitry Torokhov
On 9/10/07, Adrian McMenamin [EMAIL PROTECTED] wrote: + + for (i = 0; i NR_SCANCODES; i++) + memcpy(kbd-keycode + i * sizeof(unsigned char), dc_kbd_keycode + i * sizeof(unsigned char), + sizeof(unsigned char)); Ahem... That's not what I had in

Re: [Sparc64 BUG] hangup under booting 2.6.22.X whith Sparc64

2007-09-10 Thread Kövedi Krisztián
2007/9/10, David Miller [EMAIL PROTECTED]: From: Kövedi_Krisztián [EMAIL PROTECTED] Date: Mon, 10 Sep 2007 13:42:43 +0200 Executing last command: boot Boot device: /[EMAIL PROTECTED],0/[EMAIL PROTECTED]/[EMAIL PROTECTED],0:a File and args: SILO Version 1.4.13 boot: teszt Allocated

Re: [Q]Adding src files to 2.6.18 kernel and build failure query

2007-09-10 Thread pradeep singh rautela
On 9/10/07, Sam Ravnborg [EMAIL PROTECTED] wrote: [...] I added some .c files to a new dir under net/foo/ . Added corresponding .h files to a new dir under include/foo/ Create a Kconfig and Makefile in net/foo/ directory. Added corresponding entries to Makefile and Kconfig in the net/

Re: [PATCH] Intel FB pixel clock calculation fix

2007-09-10 Thread Andrew Morton
On Mon, 10 Sep 2007 21:24:42 +0200 Krzysztof Halasa [EMAIL PROTECTED] wrote: Intel framebuffer mis-calculated pixel clocks. Signed-off-by: Krzysztof Halasa [EMAIL PROTECTED] --- a/drivers/video/intelfb/intelfbhw.c +++ b/drivers/video/intelfb/intelfbhw.c @@ -924,10 +920,10 @@

Re: [-mm patch] kernel/kexec.c: make code static

2007-09-10 Thread Maneesh Soni
On Mon, Sep 10, 2007 at 02:20:40PM +0200, Adrian Bunk wrote: On Mon, Sep 10, 2007 at 11:55:49AM +0900, Ken'ichi Ohmichi wrote: Hi Adrian, 2007/09/09 22:25:16 +0200, Adrian Bunk [EMAIL PROTECTED] wrote: On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote: ... Changes

<    3   4   5   6   7   8