Re: 2.6.22-rc4-mm1

2007-06-07 Thread Kay Sievers
On Thu, 2007-06-07 at 10:40 +0200, Michal Piotrowski wrote: Kay Sievers pisze: On Wed, 2007-06-06 at 20:48 +0200, Michal Piotrowski wrote: Andrew Morton pisze: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Kay, your patch gregkh-driver-block

Re: [2.6.22-rc4-mm1] ACPI Exception (processor_throttling)

2007-06-07 Thread Luming Yu
states: *T0: 00% T1: 12% T2: 25% T3: 37% T4: 50% T5: 62% T6: 75% T7: 87% Other info (2.6.22-rc4-mm1): rutek:/home/maciek# ls /proc

Re: [2.6.22-rc4-mm1] ACPI Exception (processor_throttling)

2007-06-07 Thread Maciej Rutecki
Maciej Rutecki pisze: ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126] ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating _TSS [20070126] On 2.6.20.9 I don't have this exceptions. Other problem: 2.6.22rc4-mm1: rutek:/home/maciek#

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Michal Piotrowski
Kay Sievers pisze: On Thu, 2007-06-07 at 10:40 +0200, Michal Piotrowski wrote: Kay Sievers pisze: On Wed, 2007-06-06 at 20:48 +0200, Michal Piotrowski wrote: Andrew Morton pisze: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Kay, your patch gregkh

Re: [2.6.22-rc4-mm1] ACPI Exception (processor_throttling)

2007-06-07 Thread Maciej Rutecki
Luming Yu pisze: Please test the attached patch. It works. I still have exceptions in dmesg (probably my dsdt doesn't support _PTC and _TSS), but already I can read /proc/acpi/processor/CPU0/throttling: [EMAIL PROTECTED]:~$ cat /proc/acpi/processor/CPU0/throttling state count: 8

Re: 2.6.22-rc4-mm1

2007-06-07 Thread KAMEZAWA Hiroyuki
Question. While writing memory unplug, I noticed this code. == static int fixup_anon_page(pte_t *pte, unsigned long start, unsigned long end, void *priv) { struct vm_area_struct *vma = priv; struct page *page = vm_normal_page(vma, start, *pte); if (page PageAnon(page))

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Matt Mackall
On Thu, Jun 07, 2007 at 02:51:58PM +0800, WANG Cong wrote: Maybe there's something wrong with ketchup. ;( Can you do an 'lsdiff | grep lguest' on the patch in your ~/.ketchup directory? Ketchup simply applies patches, it never touches filenames directly. So for something to go wrong

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Alan Stern
On Wed, 6 Jun 2007, Andrew Morton wrote: On Wed, 6 Jun 2007 21:58:38 +0100 Grant Wilson [EMAIL PROTECTED] wrote: On Wednesday 06 June 2007 10:07:37 Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Patch 'usb-try-to-debug

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Kay Sievers
/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Kay, your patch gregkh-driver-block-device.patch breaks Fedora 7 initrd http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/initrd.jpg Please fix it ASAP, I can't test kernel... Do you have CONFIG_SYSFS_DEPRECATED set or unset

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Peter Jones
/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Kay, your patch gregkh-driver-block-device.patch breaks Fedora 7 initrd http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/initrd.jpg Please fix it ASAP, I can't test kernel... Do you have CONFIG_SYSFS_DEPRECATED set

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Andrew Morton
On Thu, 7 Jun 2007 21:47:06 +0900 KAMEZAWA Hiroyuki [EMAIL PROTECTED] wrote: Question. While writing memory unplug, I noticed this code. == static int fixup_anon_page(pte_t *pte, unsigned long start, unsigned long end, void *priv) { struct vm_area_struct *vma = priv;

Re: 2.6.22-rc4-mm1

2007-06-07 Thread WANG Cong
On Thu, Jun 07, 2007 at 09:04:44AM -0500, Matt Mackall wrote: On Thu, Jun 07, 2007 at 02:51:58PM +0800, WANG Cong wrote: Maybe there's something wrong with ketchup. ;( Can you do an 'lsdiff | grep lguest' on the patch in your ~/.ketchup directory? Ketchup simply applies patches, it never

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Andrew Morton
On Thu, 7 Jun 2007 08:43:42 -0700 Greg KH [EMAIL PROTECTED] wrote: Fixed in mkinitrd-6.0.9-6 , which I'll build now and push to updates-testing. Thanks for getting my attention here. Great, Andrew, can you please reenable the block-device patch that is in my tree now that the problem

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Jiri Slaby
Tejun Heo napsal(a): Jiri Slaby wrote: Tejun Heo napsal(a): Jiri Slaby wrote: Yes. Now I'm compiling -rc4-mm2. It's probably caused by new sysfs slimdown patches and I'm pretty sure -rc4-mm2 would fail the same way. The offending one should be one of the following patches. There's

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Matt Mackall
On Thu, Jun 07, 2007 at 11:40:08PM +0800, WANG Cong wrote: On Thu, Jun 07, 2007 at 09:04:44AM -0500, Matt Mackall wrote: On Thu, Jun 07, 2007 at 02:51:58PM +0800, WANG Cong wrote: Maybe there's something wrong with ketchup. ;( Can you do an 'lsdiff | grep lguest' on the patch in your

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Greg KH
Piotrowski wrote: Andrew Morton pisze: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Kay, your patch gregkh-driver-block-device.patch breaks Fedora 7 initrd http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/initrd.jpg Please

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Greg KH
On Thu, Jun 07, 2007 at 08:52:00AM -0700, Andrew Morton wrote: On Thu, 7 Jun 2007 08:43:42 -0700 Greg KH [EMAIL PROTECTED] wrote: Fixed in mkinitrd-6.0.9-6 , which I'll build now and push to updates-testing. Thanks for getting my attention here. Great, Andrew, can you please

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Greg KH
On Thu, Jun 07, 2007 at 05:54:13PM +0200, Jiri Slaby wrote: Tejun Heo napsal(a): Jiri Slaby wrote: Tejun Heo napsal(a): Jiri Slaby wrote: Yes. Now I'm compiling -rc4-mm2. It's probably caused by new sysfs slimdown patches and I'm pretty sure -rc4-mm2 would fail the same way. The

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Andrew Morton
On Thu, 7 Jun 2007 08:59:53 -0700 Greg KH [EMAIL PROTECTED] wrote: On Thu, Jun 07, 2007 at 08:52:00AM -0700, Andrew Morton wrote: On Thu, 7 Jun 2007 08:43:42 -0700 Greg KH [EMAIL PROTECTED] wrote: Fixed in mkinitrd-6.0.9-6 , which I'll build now and push to updates-testing.

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Greg KH
On Thu, Jun 07, 2007 at 09:06:32AM -0700, Andrew Morton wrote: On Thu, 7 Jun 2007 08:59:53 -0700 Greg KH [EMAIL PROTECTED] wrote: On Thu, Jun 07, 2007 at 08:52:00AM -0700, Andrew Morton wrote: On Thu, 7 Jun 2007 08:43:42 -0700 Greg KH [EMAIL PROTECTED] wrote: Fixed in

Re: 2.6.22-rc4-mm1

2007-06-07 Thread WANG Cong
On Thu, Jun 07, 2007 at 10:59:14AM -0500, Matt Mackall wrote: On Thu, Jun 07, 2007 at 11:40:08PM +0800, WANG Cong wrote: On Thu, Jun 07, 2007 at 09:04:44AM -0500, Matt Mackall wrote: On Thu, Jun 07, 2007 at 02:51:58PM +0800, WANG Cong wrote: Maybe there's something wrong with ketchup. ;(

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Matt Mackall
On Fri, Jun 08, 2007 at 12:39:30AM +0800, WANG Cong wrote: Ketchup doesn't even look inside patches, and patch doesn't invent names, so something in the bzip2 - patch(1) - filesystem chain got corrupted. Probably not bzip2, as it has CRCs. Do you mean ketchup doesn't do anything if a file

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Jiri Slaby
It'Greg KH napsal(a): On Thu, Jun 07, 2007 at 05:54:13PM +0200, Jiri Slaby wrote: Tejun Heo napsal(a): Jiri Slaby wrote: Tejun Heo napsal(a): Jiri Slaby wrote: Yes. Now I'm compiling -rc4-mm2. It's probably caused by new sysfs slimdown patches and I'm pretty sure -rc4-mm2 would fail the

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Bill Nottingham
Greg KH ([EMAIL PROTECTED]) said: There are a number of distros out there right now who can support that option disabled. I'm pretty sure they are the following right now: Gentoo unstable (actually stable works now for me, but I'm not going to guarantee it just

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Adrian Bunk
On Thu, Jun 07, 2007 at 08:54:50AM +0200, Jan Engelhardt wrote: On Jun 6 2007 16:42, Andrew Morton wrote: If so then you sent to it me :) You merged it ;) Should I drop it? Sure, Jan will fix it up, I assume. I might have broken it while repairing the reject storm which occurred

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Greg KH
On Thu, Jun 07, 2007 at 02:48:05PM -0400, Bill Nottingham wrote: Greg KH ([EMAIL PROTECTED]) said: There are a number of distros out there right now who can support that option disabled. I'm pretty sure they are the following right now: Gentoo unstable (actually stable works now for

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Greg KH
On Thu, Jun 07, 2007 at 07:02:23PM +0200, Jiri Slaby wrote: It'Greg KH napsal(a): On Thu, Jun 07, 2007 at 05:54:13PM +0200, Jiri Slaby wrote: Tejun Heo napsal(a): Jiri Slaby wrote: Tejun Heo napsal(a): Jiri Slaby wrote: Yes. Now I'm compiling -rc4-mm2. It's probably caused by new

Re: 2.6.22-rc4-mm1 - 'lvm vgscan' busticated again...

2007-06-07 Thread Valdis . Kletnieks
On Thu, 07 Jun 2007 15:44:56 +0900, Tejun Heo said: [EMAIL PROTECTED] wrote: On Wed, 06 Jun 2007 02:07:37 PDT, Andrew Morton said: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2 .6.22-rc4-mm1/ This one died a horrid death at boot time - console log indicates

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Peter Jones
Greg KH wrote: On Thu, Jun 07, 2007 at 02:48:05PM -0400, Bill Nottingham wrote: Greg KH ([EMAIL PROTECTED]) said: There are a number of distros out there right now who can support that option disabled. I'm pretty sure they are the following right now: Gentoo unstable (actually stable

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Alan Cox
Ah, but the installer doesn't matter until you do a Fedora 8 release, right? This is just for people who want to run their own kernel on an already-set-up Fedora machine. People can and do roll updated install images because you get systems that aren't supported by the released CD boot image.

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Greg KH
On Thu, Jun 07, 2007 at 11:32:58PM +0100, Alan Cox wrote: Ah, but the installer doesn't matter until you do a Fedora 8 release, right? This is just for people who want to run their own kernel on an already-set-up Fedora machine. People can and do roll updated install images because you

Re: 2.6.22-rc4-mm1

2007-06-07 Thread Greg KH
On Thu, Jun 07, 2007 at 05:00:41PM -0400, Peter Jones wrote: Greg KH wrote: On Thu, Jun 07, 2007 at 02:48:05PM -0400, Bill Nottingham wrote: Greg KH ([EMAIL PROTECTED]) said: There are a number of distros out there right now who can support that option disabled. I'm pretty sure they

Re: 2.6.22-rc4-mm1

2007-06-06 Thread WANG Cong
uot;mlguest" and came up >with nothing. > >I don't have a clue where that file came from on your system. I used 'ketchup' to update my kernel from -rc3 to -rc4-mm1. I got the follow: [EMAIL PROTECTED] linux-2.6.22-rc4-mm1]$ ls arch Documentation ipc MakefileREADME

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 6 Jun 2007 17:32:33 -0700 "Paul Menage" <[EMAIL PROTECTED]> wrote: > On 6/6/07, William Lee Irwin III <[EMAIL PROTECTED]> wrote: > > > > (1) build for i386 with my .config > > (2) attempt to boot in qemu's i386 system simulator > > > > I'm not seeing the sort of nondeterminism Andy

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Paul Menage
On 6/6/07, William Lee Irwin III <[EMAIL PROTECTED]> wrote: (1) build for i386 with my .config (2) attempt to boot in qemu's i386 system simulator I'm not seeing the sort of nondeterminism Andy Whitcroft is. It breaks every time when I try this. Looks to be lockdep related - it's

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Robert Hancock
Andrew Morton wrote: Yeah, this caused test.kernel.org to fail as well. There are a couple of fixes in ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/hot-fixes/ which should get things going again. Robert, I spent some time picking at mmconfig-validate

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Thu, 7 Jun 2007 07:28:31 +1000 Herbert Xu <[EMAIL PROTECTED]> wrote: > On Wed, Jun 06, 2007 at 01:24:39PM -0700, Andrew Morton wrote: > > > > > And for some reason the whole Cryptographic API is under the main level > > > of menu > > > (please find .config and menu.png attached). > > > >

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 6 Jun 2007 21:58:38 +0100 Grant Wilson <[EMAIL PROTECTED]> wrote: > On Wednesday 06 June 2007 10:07:37 Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > > Patch 'usb-try-to-debug-bug-8561' triggers

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Kay Sievers
On Wed, 2007-06-06 at 20:48 +0200, Michal Piotrowski wrote: > Andrew Morton pisze: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > > > > Kay, your patch gregkh-driver-block-device.patch breaks Fedora 7 initrd > http://www.st

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Herbert Xu
On Wed, Jun 06, 2007 at 01:24:39PM -0700, Andrew Morton wrote: > > > And for some reason the whole Cryptographic API is under the main level of > > menu > > (please find .config and menu.png attached). > > err, yes. git-cryptodev.patch did that. Herbert is being immodest ;) Is it this patch?

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Grant Wilson
On Wednesday 06 June 2007 10:07:37 Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Patch 'usb-try-to-debug-bug-8561' triggers when I plug in a usb flash drive: [10998.881000] usb 1-10: new high speed USB device using ehci_

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Fabio Comolli
Hi On 6/6/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Wed, 6 Jun 2007 21:32:36 +0200 Mariusz Kozlowski <[EMAIL PROTECTED]> wrote: > Hello, > > This is from my P4 sony vaio laptop. > > These warnings still there: > > drivers/input/keyboard/Kconfig:170:warning: 'select' used by config

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 6 Jun 2007 21:32:36 +0200 Mariusz Kozlowski <[EMAIL PROTECTED]> wrote: > Hello, > > This is from my P4 sony vaio laptop. > > These warnings still there: > > drivers/input/keyboard/Kconfig:170:warning: 'select' used by config symbol > 'KEYBOARD_ATARI' refers to undefined symbol

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 20:48:45 +0200 Michal Piotrowski <[EMAIL PROTECTED]> wrote: > Andrew Morton pisze: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > > > > Kay, your patch gregkh-driver-block-device.patch br

Re: 2.6.22-rc4-mm1

2007-06-06 Thread William Lee Irwin III
On Wed, 6 Jun 2007 09:30:53 -0700 William Lee Irwin III <[EMAIL PROTECTED]> wrote: >> Something brings down i386/qemu before even earlyprintk can handle. >> Bisection has narrowed it down to patch 1140 after everything got >> renumbered by peterz' fix for

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Peter Zijlstra
On Wed, 2007-06-06 at 19:06 +0200, Peter Zijlstra wrote: > On Wed, 2007-06-06 at 09:35 -0700, William Lee Irwin III wrote: > > On Wed, Jun 06, 2007 at 05:26:49PM +0100, Mel Gorman wrote: > > > I do not believe this is Nick's problem. I encountered the same issue and > > > the bisect ended up here;

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andy Whitcroft
Andrew Morton wrote: > On Wed, 06 Jun 2007 19:18:58 +0100 Andy Whitcroft <[EMAIL PROTECTED]> wrote: > >>>> http://frugalware.org/~crazy/other/mm/2.6.22-rc4-mm1/config >>>> >>>> Regards, >>>> >>>> Gabriel >>> Pr

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Michal Piotrowski
Andrew Morton pisze: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Kay, your patch gregkh-driver-block-device.patch breaks Fedora 7 initrd http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/initrd.jpg Please fix it ASAP, I can't

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 19:18:58 +0100 Andy Whitcroft <[EMAIL PROTECTED]> wrote: > >> http://frugalware.org/~crazy/other/mm/2.6.22-rc4-mm1/config > >> > >> Regards, > >> > >> Gabriel > > > > Presumably because: > > > > #

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Jiri Slaby
el.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ >>>> It freezes during bootup while searching for sata drives on sata_promise. >>>> There >>>> were 2 issues with sata_promise in -rc4 IIRC, one was fixed, the latter >>>&g

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andy Whitcroft
William Lee Irwin III wrote: > On Wed, Jun 06, 2007 at 02:07:37AM -0700, Andrew Morton wrote: >> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ >> - Somebody broke it on my powerpc G5, but I didn't have time to do yet >>

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andy Whitcroft
Robert Hancock wrote: > Gabriel C wrote: >> Andrew Morton wrote: >>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ >>> >>> >>> >> >> >> Compile error here : >> >> .. >

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 6 Jun 2007 09:30:53 -0700 William Lee Irwin III <[EMAIL PROTECTED]> wrote: > On Wed, Jun 06, 2007 at 02:07:37AM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > > - Somebody broke it on my pow

Re: 2.6.22-rc4-mm1 -- ia64 build failure

2007-06-06 Thread Yinghai Lu
Andrew Morton wrote: On Wed, 06 Jun 2007 14:49:25 +0100 Andy Whitcroft <[EMAIL PROTECTED]> wrote: Seeing this on an ia64: drivers/built-in.o: In function `efi_setup_pcdp_console': (.init.text+0x13be2): undefined reference to `early_serial_console_init' drivers/built-in.o: In function

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Thu, 7 Jun 2007 00:19:36 +0800 WANG Cong <[EMAIL PROTECTED]> wrote: > On Wed, Jun 06, 2007 at 02:07:37AM -0700, Andrew Morton wrote: > > > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > > > >- Somebody broke it on

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 17:34:16 +0200 Jiri Slaby <[EMAIL PROTECTED]> wrote: > Mikael Pettersson napsal(a): > > On Wed, 06 Jun 2007 15:04:00 +0200, Jiri Slaby wrote: > >> Andrew Morton napsal(a): > >>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/p

Re: 2.6.22-rc4-mm1 -- x86_64 ACPI panic

2007-06-06 Thread Andrew Morton
67 PMD 0 > Oops: [1] SMP > CPU 3 > Modules linked in: video output button battery asus_acpi ac lp > parport_pc parport floppy nvram amd_rng rng_core i2c_amd756 i2c_core > Pid: 1634, comm: head Not tainted 2.6.22-rc4-mm1-autokern1 #1 > RIP: 0010:[] [] > acpi_processor

Re: 2.6.22-rc4-mm1 -- ia64 build failure

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 14:49:25 +0100 Andy Whitcroft <[EMAIL PROTECTED]> wrote: > Seeing this on an ia64: > > drivers/built-in.o: In function `efi_setup_pcdp_console': > (.init.text+0x13be2): undefined reference to `early_serial_console_init' > drivers/built-in.o: In function

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
gt; > > CC arch/x86_64/kernel/e820.o > > /home/legoater/linux/2.6.22-rc4-mm1/arch/x86_64/kernel/e820.c: In function > > `e820_mark_nosave_regions': > > /home/legoater/linux/2.6.22-rc4-mm1/arch/x86_64/kernel/e820.c:248: warning: > > implicit declaration of

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 18:53:12 +0200 Cedric Le Goater <[EMAIL PROTECTED]> wrote: > Mel Gorman wrote: > > On (06/06/07 09:35), William Lee Irwin III didst pronounce: > >> On Wed, Jun 06, 2007 at 05:26:49PM +0100, Mel Gorman wrote: > >>> I do not believe this is Nick's problem. I encountered the same

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 16:34:04 +0200 Michal Piotrowski <[EMAIL PROTECTED]> wrote: > Ok, these patches broke my P4 HT > > define-new-percpu-interface-for-shared-data.patch > use-the-new-percpu-interface-for-shared-data.patch I dropped them, thanks. - To unsubscribe from this list: send the line

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Peter Zijlstra
On Wed, 2007-06-06 at 09:35 -0700, William Lee Irwin III wrote: > On Wed, Jun 06, 2007 at 05:26:49PM +0100, Mel Gorman wrote: > > I do not believe this is Nick's problem. I encountered the same issue and > > the bisect ended up here; > > # BISECT HERE > > mm-variable-length-argument-support.patch

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Cedric Le Goater
Mel Gorman wrote: > On (06/06/07 09:35), William Lee Irwin III didst pronounce: >> On Wed, Jun 06, 2007 at 05:26:49PM +0100, Mel Gorman wrote: >>> I do not believe this is Nick's problem. I encountered the same issue and >>> the bisect ended up here; >>> # BISECT HERE >>>

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 13:39:18 +0200 Gabriel C <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > > > > > > > Compile error here : > > ... > > LD

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Mel Gorman
On (06/06/07 09:35), William Lee Irwin III didst pronounce: > On Wed, Jun 06, 2007 at 05:26:49PM +0100, Mel Gorman wrote: > > I do not believe this is Nick's problem. I encountered the same issue and > > the bisect ended up here; > > # BISECT HERE > > mm-variable-length-argument-support.patch > >

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Cedric Le Goater
+++-- 1 file changed, 5 insertions(+), 18 deletions(-) Index: 2.6.22-rc4-mm1/arch/powerpc/platforms/cell/spufs/file.c =========== --- 2.6.22-rc4-mm1.orig/arch/powerpc/platforms/cell/spufs/file.c +++ 2.6.22-rc4-mm1/arch/powe

Re: 2.6.22-rc4-mm1

2007-06-06 Thread William Lee Irwin III
On Wed, Jun 06, 2007 at 05:26:49PM +0100, Mel Gorman wrote: > I do not believe this is Nick's problem. I encountered the same issue and > the bisect ended up here; > # BISECT HERE > mm-variable-length-argument-support.patch > mm-variable-length-argument-support-fix.patch > # BISECT BAD > Reverting

Re: 2.6.22-rc4-mm1

2007-06-06 Thread William Lee Irwin III
On Wed, Jun 06, 2007 at 02:07:37AM -0700, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > - Somebody broke it on my powerpc G5, but I didn't have time to do yet > another bisection yet. > - There's a lengthy patch seri

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Mel Gorman
On (06/06/07 18:01), Cedric Le Goater didst pronounce: > > Same problem here > > > > http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/console.log > > > > http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-

Re: 2.6.22-rc4-mm1

2007-06-06 Thread WANG Cong
On Wed, Jun 06, 2007 at 02:07:37AM -0700, Andrew Morton wrote: > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > >- Somebody broke it on my powerpc G5, but I didn't have time to do yet > another bisection yet. > It seems strange t

Re: 2.6.22-rc4-mm1 - 'lvm vgscan' busticated again...

2007-06-06 Thread Valdis . Kletnieks
On Wed, 06 Jun 2007 02:07:37 PDT, Andrew Morton said: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ This one died a horrid death at boot time - console log indicates it found the hard drive OK, found the 2 partitions on it. But when the initrd

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Cedric Le Goater
> Same problem here > > http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/console.log > > http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/mm-config2 > > > l *__page_check_anon_rmap+0x49 > 0xc1075ee5 is in __page_che

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Jiri Slaby
Mikael Pettersson napsal(a): > On Wed, 06 Jun 2007 15:04:00 +0200, Jiri Slaby wrote: >> Andrew Morton napsal(a): >>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ >> It freezes during bootup while searching for sat

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Michal Piotrowski
(2.6.22-rc4-mm1 #1) EIP is at __page_check_anon_rmap+0x21/0x28 eax: c15bd431 ebx: c1024700 ecx: 000bffa6 edx: c15bb6d0 esi: c1024700 edi: 01238045 ebp: c1423e9c esp: c1423e98 ds: 007b es: 007b fs: gs: 0033 ss: 0068 Process init (pid: 1, ti=c1422000 task=c14216b0 task.ti

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Robert Hancock
Gabriel C wrote: Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Compile error here : .. LD .tmp_vmlinux1 drivers/built-in.o: In function `acpi_init': bus.c:(.init.text+0x249a): undefined reference to `pci_mmcfg_late_init

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Michal Piotrowski
Michal Piotrowski pisze: On 06/06/07, Andrew Morton <[EMAIL PROTECTED]> wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ It reboots immediately. GOOD #preserve-the-dirty-bit-in-init_page_buffers.patch #rd-mark-ramdisk-buffer-heads

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Mikael Pettersson
On Wed, 06 Jun 2007 15:04:00 +0200, Jiri Slaby wrote: > Andrew Morton napsal(a): > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ > > It freezes during bootup while searching for sata drives on sata_promise. > There > were 2 iss

Re: 2.6.22-rc4-mm1 -- x86_64 ACPI panic

2007-06-06 Thread Andy Whitcroft
parport floppy nvram amd_rng rng_core i2c_amd756 i2c_core Pid: 1634, comm: head Not tainted 2.6.22-rc4-mm1-autokern1 #1 RIP: 0010:[] [] acpi_processor_throttling_seq_show+0xa7/0xd6 RSP: 0018:810003c9de48 EFLAGS: 00010246 RAX: 0020 RBX: 8100029e7800 RCX: RDX

Re: 2.6.22-rc4-mm1 -- ia64 build failure

2007-06-06 Thread Andy Whitcroft
Seeing this on an ia64: drivers/built-in.o: In function `efi_setup_pcdp_console': (.init.text+0x13be2): undefined reference to `early_serial_console_init' drivers/built-in.o: In function `efi_setup_pcdp_console': (.init.text+0x13de2): undefined reference to `early_serial_console_init' make: ***

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andy Whitcroft
Cedric Le Goater wrote: > Andrew, > > here's a minor fix for x86_64, > > C. > > > when CONFIG_PM=y and CONFIG_SOFTWARE_SUSPEND=n, > > CC arch/x86_64/kernel/e820.o > /home/legoater/linux/2.6.22-rc4-mm1/arch/x86_64/kernel/e820.c: In function >

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Cedric Le Goater
Andrew, here's a minor fix for x86_64, C. when CONFIG_PM=y and CONFIG_SOFTWARE_SUSPEND=n, CC arch/x86_64/kernel/e820.o /home/legoater/linux/2.6.22-rc4-mm1/arch/x86_64/kernel/e820.c: In function `e820_mark_nosave_regions': /home/legoater/linux/2.6.22-rc4-mm1/arch/x86_64/kernel/e820.c

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Jiri Slaby
Andrew Morton napsal(a): > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ It freezes during bootup while searching for sata drives on sata_promise. There were 2 issues with sata_promise in -rc4 IIRC, one was fixed, the latter remains unresol

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Cedric Le Goater
Hi Andrew, When CONFIG_DEBUG_VM=y, boot on i386 and s390 (the only one tested) ends with the following. C. [ cut here ] kernel BUG at mm/rmap.c:557! invalid opcode: [#1] CPU:0 EIP:0060:[]Not tainted VLI EFLAGS: 0206 (2.6.22-rc4-mm1 #1) EIP

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Gabriel C
Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Compile error here : ... LD .tmp_vmlinux1 drivers/built-in.o: In function `acpi_init': bus.c:(.init.text+0x249a): undefined reference to `pci_mmcfg_late_init' make

2.6.22-rc4-mm1

2007-06-06 Thread Andrew Morton
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ - Somebody broke it on my powerpc G5, but I didn't have time to do yet another bisection yet. - There's a lengthy patch series here from Nick which attempts to address the longstanding pagefault-vs

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Gabriel C
Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Compile error here : ... LD .tmp_vmlinux1 drivers/built-in.o: In function `acpi_init': bus.c:(.init.text+0x249a): undefined reference to `pci_mmcfg_late_init' make

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Cedric Le Goater
Hi Andrew, When CONFIG_DEBUG_VM=y, boot on i386 and s390 (the only one tested) ends with the following. C. [ cut here ] kernel BUG at mm/rmap.c:557! invalid opcode: [#1] CPU:0 EIP:0060:[c013cbbd]Not tainted VLI EFLAGS: 0206 (2.6.22-rc4-mm1 #1

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Jiri Slaby
Andrew Morton napsal(a): ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ It freezes during bootup while searching for sata drives on sata_promise. There were 2 issues with sata_promise in -rc4 IIRC, one was fixed, the latter remains unresolved. Or, should

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Cedric Le Goater
Andrew, here's a minor fix for x86_64, C. when CONFIG_PM=y and CONFIG_SOFTWARE_SUSPEND=n, CC arch/x86_64/kernel/e820.o /home/legoater/linux/2.6.22-rc4-mm1/arch/x86_64/kernel/e820.c: In function `e820_mark_nosave_regions': /home/legoater/linux/2.6.22-rc4-mm1/arch/x86_64/kernel/e820.c

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Andy Whitcroft
Cedric Le Goater wrote: Andrew, here's a minor fix for x86_64, C. when CONFIG_PM=y and CONFIG_SOFTWARE_SUSPEND=n, CC arch/x86_64/kernel/e820.o /home/legoater/linux/2.6.22-rc4-mm1/arch/x86_64/kernel/e820.c: In function `e820_mark_nosave_regions': /home/legoater/linux

Re: 2.6.22-rc4-mm1 -- ia64 build failure

2007-06-06 Thread Andy Whitcroft
Seeing this on an ia64: drivers/built-in.o: In function `efi_setup_pcdp_console': (.init.text+0x13be2): undefined reference to `early_serial_console_init' drivers/built-in.o: In function `efi_setup_pcdp_console': (.init.text+0x13de2): undefined reference to `early_serial_console_init' make: ***

Re: 2.6.22-rc4-mm1 -- x86_64 ACPI panic

2007-06-06 Thread Andy Whitcroft
lp parport_pc parport floppy nvram amd_rng rng_core i2c_amd756 i2c_core Pid: 1634, comm: head Not tainted 2.6.22-rc4-mm1-autokern1 #1 RIP: 0010:[8037898b] [8037898b] acpi_processor_throttling_seq_show+0xa7/0xd6 RSP: 0018:810003c9de48 EFLAGS: 00010246 RAX: 0020 RBX

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Mikael Pettersson
On Wed, 06 Jun 2007 15:04:00 +0200, Jiri Slaby wrote: Andrew Morton napsal(a): ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ It freezes during bootup while searching for sata drives on sata_promise. There were 2 issues with sata_promise in -rc4

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Michal Piotrowski
Michal Piotrowski pisze: On 06/06/07, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ It reboots immediately. GOOD #preserve-the-dirty-bit-in-init_page_buffers.patch #rd-mark-ramdisk-buffer-heads-dirty

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Robert Hancock
Gabriel C wrote: Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ Compile error here : .. LD .tmp_vmlinux1 drivers/built-in.o: In function `acpi_init': bus.c:(.init.text+0x249a): undefined reference to `pci_mmcfg_late_init

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Michal Piotrowski
: 0206 (2.6.22-rc4-mm1 #1) EIP is at __page_check_anon_rmap+0x21/0x28 eax: c15bd431 ebx: c1024700 ecx: 000bffa6 edx: c15bb6d0 esi: c1024700 edi: 01238045 ebp: c1423e9c esp: c1423e98 ds: 007b es: 007b fs: gs: 0033 ss: 0068 Process init (pid: 1, ti=c1422000 task=c14216b0 task.ti

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Jiri Slaby
Mikael Pettersson napsal(a): On Wed, 06 Jun 2007 15:04:00 +0200, Jiri Slaby wrote: Andrew Morton napsal(a): ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ It freezes during bootup while searching for sata drives on sata_promise. There were 2 issues

Re: 2.6.22-rc4-mm1

2007-06-06 Thread Cedric Le Goater
Same problem here http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/console.log http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6.22-rc4-mm1/mm-config2 l *__page_check_anon_rmap+0x49 0xc1075ee5 is in __page_check_anon_rmap (mm/rmap.c:557). 552

Re: 2.6.22-rc4-mm1 - 'lvm vgscan' busticated again...

2007-06-06 Thread Valdis . Kletnieks
On Wed, 06 Jun 2007 02:07:37 PDT, Andrew Morton said: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ This one died a horrid death at boot time - console log indicates it found the hard drive OK, found the 2 partitions on it. But when the initrd ran

Re: 2.6.22-rc4-mm1

2007-06-06 Thread WANG Cong
On Wed, Jun 06, 2007 at 02:07:37AM -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm1/ - Somebody broke it on my powerpc G5, but I didn't have time to do yet another bisection yet. It seems strange that a new C source file

<    1   2   3   >