Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-30 Thread Helge Hafting
The patch did not apply, but mm3 compiled so I'll try that instead. Helge Hafting - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http:/

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-30 Thread Eric W. Biederman
Helge Hafting <[EMAIL PROTECTED]> writes: > Correct. I seem to remember that the latter is considered > "deprecated, but some programs may still depend on it". So I disabled it to > see what broke. udev complained about the missing /proc/sys/kernel/hotplug, > but was happy to use /sys/kernel/u

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-30 Thread Helge Hafting
On Thu, Mar 29, 2007 at 02:28:16PM -0700, Andrew Morton wrote: > On Thu, 29 Mar 2007 20:20:20 +0200 > Helge Hafting <[EMAIL PROTECTED]> wrote: > [...] > yup, people will presumably work on fixing these things up after the > feature hits mainline. > > > LD init/built-in.o > > LD .tmp

Re: 2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-30 Thread Miles Lane
On 3/30/07, Len Brown <[EMAIL PROTECTED]> wrote: On Thursday 29 March 2007 17:49, Miles Lane wrote: > Hmm. I've reproduced these problems with vanilla 2.6.21-rc5, so the > latest acpi-git changes are off the hook I think the 1st message on this thread holds the answer: > ACPI: BIOS bug: m

Re: 2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-30 Thread Len Brown
On Thursday 29 March 2007 17:49, Miles Lane wrote: > Hmm. I've reproduced these problems with vanilla 2.6.21-rc5, so the > latest acpi-git changes are off the hook I think the 1st message on this thread holds the answer: > ACPI: BIOS bug: multiple APIC/MADT found, using 2 > ACPI: If "acpi_a

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-29 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > > config PROC_SYSCTL > bool "Sysctl support (/proc/sys)" if EMBEDDED > depends on PROC_FS > select SYSCTL > default y > > CONFIG_PROC_SYSCTL depends on CONFIG_PROC_FS > CONFIG_PROC_SYSCTL selects CONFIG_SYSCTL > > So I don

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-29 Thread Randy Dunlap
On Thu, 29 Mar 2007 16:10:50 -0600 Eric W. Biederman wrote: > Andrew Morton <[EMAIL PROTECTED]> writes: > > > > Ah. I assume you have CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=n? > > > > > > > > > > From: Andrew Morton <[EMAIL PROTECTED]> > > > > We're using #ifdef CONFIG_SYSCTL, but we should be using

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-29 Thread Andrew Morton
On Thu, 29 Mar 2007 16:10:50 -0600 [EMAIL PROTECTED] (Eric W. Biederman) wrote: > Andrew Morton <[EMAIL PROTECTED]> writes: > > > > Ah. I assume you have CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=n? > > > > > > > > > > From: Andrew Morton <[EMAIL PROTECTED]> > > > > We're using #ifdef CONFIG_SYSCTL, bu

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-29 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > > Ah. I assume you have CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=n? > > > > > From: Andrew Morton <[EMAIL PROTECTED]> > > We're using #ifdef CONFIG_SYSCTL, but we should be using CONFIG_PROC_SYSCTL, > so we get I have no problem with the patch it is clearly

Re: 2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-29 Thread Miles Lane
Hmm. I've reproduced these problems with vanilla 2.6.21-rc5, so the latest acpi-git changes are off the hook. I am currently trying to reproduce the problems with 2.6.21-rc4. I'll let you know how it turns out. Miles - To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-29 Thread Andrew Morton
On Thu, 29 Mar 2007 20:20:20 +0200 Helge Hafting <[EMAIL PROTECTED]> wrote: > I tried compiling this on x86-64, and got this compile error: > CC init/version.o > CC init/missing_syscalls.o > In file included from init/missing_syscalls.c:97: > init/missing_syscalls.h:279:2: warning: #

Re: 2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-29 Thread Miles Lane
Added: http://bugzilla.kernel.org/show_bug.cgi?id=8283 I am going to double-check with vanilla 2.6.21-rc5 and make sure none of the problems are happening there. Miles - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-29 Thread Helge Hafting
I tried compiling this on x86-64, and got this compile error: CC init/version.o CC init/missing_syscalls.o In file included from init/missing_syscalls.c:97: init/missing_syscalls.h:279:2: warning: #warning syscall ssetmask not implemented init/missing_syscalls.h:1263:2: warning: #warn

Re: 2.6.21-rc5-mm2

2007-03-29 Thread Andrew Morton
On Thu, 29 Mar 2007 09:53:27 -0800 Badari Pulavarty <[EMAIL PROTECTED]> wrote: > On Mon, 2007-03-26 at 21:16 -0800, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/ > > > > > > - This is the s

Re: 2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-29 Thread Len Brown
the battery, the machine immediately > > > > locks up. Also, the laptop lid button isn't working -- pressing it > > > > doesn't trigger a suspend. > > > > > > OK, thanks. > > > > > > If you have time, could you please test > > >

Re: 2.6.21-rc5-mm2

2007-03-29 Thread Badari Pulavarty
On Mon, 2007-03-26 at 21:16 -0800, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/ > > > - This is the same as 2.6.12-rc5-mm1, except the staircase deadline CPU > scheduler has been added. make allyesconfig - d

Re: tty OOPS (Re: 2.6.21-rc5-mm2)

2007-03-29 Thread Maneesh Soni
On Wed, Mar 28, 2007 at 01:07:56PM -0700, Andrew Morton wrote: > On Wed, 28 Mar 2007 22:56:32 +0400 > Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > > On Wed, Mar 28, 2007 at 10:38:14PM +0400, Alexey Dobriyan wrote: > > > On Wed, Mar 28, 2007 at 08:04:46PM +0200, Andreas Mohr wrote: > > > > [unrel

Re: 2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-29 Thread Andrew Morton
working -- pressing it > > > doesn't trigger a suspend. > > > > OK, thanks. > > > > If you have time, could you please test > > > > 2.6.21-rc5 + > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/broken-o

Re: 2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-29 Thread Miles Lane
n I > plug into the AC after running on the battery, the machine immediately > locks up. Also, the laptop lid button isn't working -- pressing it > doesn't trigger a suspend. OK, thanks. If you have time, could you please test 2.6.21-rc5 + ftp://ftp.kernel.org/pub/linux/kernel/pe

Re: [FIXED] Re: tty OOPS (Re: 2.6.21-rc5-mm2)

2007-03-28 Thread Ethan Solomita
Apologies -- I didn't notice lkml on the cc list. I'll catch up from lkml directly. -- Ethan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please rea

Re: 2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-28 Thread Andrew Morton
ne immediately > locks up. Also, the laptop lid button isn't working -- pressing it > doesn't trigger a suspend. OK, thanks. If you have time, could you please test 2.6.21-rc5 + ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/broken-out

Re: [FIXED] Re: tty OOPS (Re: 2.6.21-rc5-mm2)

2007-03-28 Thread Ethan Solomita
Andreas Mohr wrote: Hi, On Wed, Mar 28, 2007 at 10:56:32PM +0400, Alexey Dobriyan wrote: The only suspicious new patch in -rc5-mm1 to me is fix-sysfs-reclaim-crash.patch which removes "sd->s_dentry = NULL;". Note that whole sysfs_drop_dentry() is NOP if ->s_dentry is NULL. Could you try to

2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)

2007-03-28 Thread Miles Lane
_X86_SPEEDSTEP_LIB=m CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y # # CPU idle PM support # # CONFIG_CPU_IDLE is not set [0.00] Linux version 2.6.21-rc5-mm2 ([EMAIL PROTECTED]) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #7 Wed Mar 28 10:55:43 PDT 2007 [0.00] BIOS-provided physical RAM map: [0.00

Re: 2.6.21-rc5-mm2 OOPS and spinlock lockup

2007-03-28 Thread Andrew Morton
On Wed, 28 Mar 2007 14:20:16 -0600 Zan Lynx <[EMAIL PROTECTED]> wrote: > On Mon, 2007-03-26 at 21:16 -0800, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/ > > > > > > - This is the same as 2.6

Re: 2.6.21-rc5-mm2 OOPS and spinlock lockup

2007-03-28 Thread Zan Lynx
On Mon, 2007-03-26 at 21:16 -0800, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/ > > > - This is the same as 2.6.12-rc5-mm1, except the staircase deadline CPU > scheduler has been added. Here is the last bit of

[FIXED] Re: tty OOPS (Re: 2.6.21-rc5-mm2)

2007-03-28 Thread Andreas Mohr
Hi, On Wed, Mar 28, 2007 at 10:56:32PM +0400, Alexey Dobriyan wrote: > The only suspicious new patch in -rc5-mm1 to me is > fix-sysfs-reclaim-crash.patch which removes "sd->s_dentry = NULL;". Note > that whole sysfs_drop_dentry() is NOP if ->s_dentry is NULL. > > Could you try to revert it? > >

Re: tty OOPS (Re: 2.6.21-rc5-mm2)

2007-03-28 Thread Andrew Morton
On Wed, 28 Mar 2007 22:56:32 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > On Wed, Mar 28, 2007 at 10:38:14PM +0400, Alexey Dobriyan wrote: > > On Wed, Mar 28, 2007 at 08:04:46PM +0200, Andreas Mohr wrote: > > > [unrelated maintainers removed, Alexey added] > > > > > > On Wed, Mar 28, 2007 at

Re: tty OOPS (Re: 2.6.21-rc5-mm2)

2007-03-28 Thread Alexey Dobriyan
On Wed, Mar 28, 2007 at 10:38:14PM +0400, Alexey Dobriyan wrote: > On Wed, Mar 28, 2007 at 08:04:46PM +0200, Andreas Mohr wrote: > > [unrelated maintainers removed, Alexey added] > > > > On Wed, Mar 28, 2007 at 07:45:24PM +0200, Andreas Mohr wrote: > > > Hi, > > > > > > just wanted to add that when

Re: tty OOPS (Re: 2.6.21-rc5-mm2)

2007-03-28 Thread Alexey Dobriyan
On Wed, Mar 28, 2007 at 08:04:46PM +0200, Andreas Mohr wrote: > [unrelated maintainers removed, Alexey added] > > On Wed, Mar 28, 2007 at 07:45:24PM +0200, Andreas Mohr wrote: > > Hi, > > > > just wanted to add that when analyzing the backtrace I found the comment > > at drivers/char/vt.c/con_close

tty OOPS (Re: 2.6.21-rc5-mm2)

2007-03-28 Thread Andreas Mohr
Hi, [unrelated maintainers removed, Alexey added] On Wed, Mar 28, 2007 at 07:45:24PM +0200, Andreas Mohr wrote: > Hi, > > just wanted to add that when analyzing the backtrace I found the comment > at drivers/char/vt.c/con_close() to be VERY suspicious... > (need to take tty_mutex to prevent conc

RE: 2.6.21-rc5-mm2

2007-03-28 Thread Pallipadi, Venkatesh
Patch attached here should fix the issue. Thanks, Venki >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Christian >Sent: Wednesday, March 28, 2007 10:42 AM >To: linux-kernel@vger.kernel.org >Subject: Re: 2.6.21-rc5-mm2 > >

Re: 2.6.21-rc5-mm2

2007-03-28 Thread Christian
Hello lkml! I have a problem with the new cpuidle infrastructure. My system locks up hard on bootup with the message ACPI cpuidle could not initialize cpu0 and cpu1. When I deselect cpuidle in the kernel config everything works fine again. My system is AMD64 X2 with NForce4 chipset. -Christian

Re: 2.6.21-rc5-mm2

2007-03-28 Thread Andreas Mohr
Hi, just wanted to add that when analyzing the backtrace I found the comment at drivers/char/vt.c/con_close() to be VERY suspicious... (need to take tty_mutex to prevent concurrent thread tty access). This might just be what happened here despite trying to protect against it. Andreas Mohr - To un

Re: 2.6.21-rc5-mm2

2007-03-28 Thread Badari Pulavarty
On Mon, 2007-03-26 at 21:16 -0800, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/ > > > - This is the same as 2.6.12-rc5-mm1, except the staircase deadline CPU > scheduler has been added. Booted fine on my x

Re: 2.6.21-rc5-mm2

2007-03-28 Thread Andreas Mohr
Hi, On Wed, Mar 28, 2007 at 07:02:14PM +0200, Andreas Mohr wrote: > Hi, > > On Mon, Mar 26, 2007 at 09:16:27PM -0800, Andrew Morton wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/ > > > > > > - Thi

Re: 2.6.21-rc5-mm2

2007-03-28 Thread Andreas Mohr
Hi, On Mon, Mar 26, 2007 at 09:16:27PM -0800, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/ > > > - This is the same as 2.6.12-rc5-mm1, except the staircase deadline CPU > scheduler has been added.

Re: [PATCH 2.6.21-rc5-mm2] add compile.h dependency for missing_syscalls.o in init/Makefile

2007-03-28 Thread Sam Ravnborg
On Wed, Mar 28, 2007 at 11:56:01AM -0400, Lee Schermerhorn wrote: > PATCH 2.6.21-rc5-mm2: add compile.h dependency for missing_syscalls.o > > Add a dependency on include/linux/compile.h to missing_syscalls.o > target in init/Makefile. Without this, [ia64] build fails wit

[PATCH 2.6.21-rc5-mm2] add compile.h dependency for missing_syscalls.o in init/Makefile

2007-03-28 Thread Lee Schermerhorn
PATCH 2.6.21-rc5-mm2: add compile.h dependency for missing_syscalls.o Add a dependency on include/linux/compile.h to missing_syscalls.o target in init/Makefile. Without this, [ia64] build fails with: init/missing_syscalls.c:5:27: error: linux/compile.h: No such file or directory In file

Re: 2.6.21-rc5-mm2

2007-03-27 Thread William Lee Irwin III
On Mon, Mar 26, 2007 at 09:16:27PM -0800, Andrew Morton wrote: > - This is the same as 2.6.12-rc5-mm1, except the staircase deadline CPU > scheduler has been added. This boots without incident on the Altix I've got where prior versions of RSDL all had issues. Count RSDL as fixed here. -- wli -

2.6.21-rc5-mm2

2007-03-26 Thread Andrew Morton
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm2/ - This is the same as 2.6.12-rc5-mm1, except the staircase deadline CPU scheduler has been added. Boilerplate: - See the `hot-fixes' directory for any important updates to this patchset. - To fet