Linux-Next discussions
 help / color / mirror / Atom feed
* Re: [s390] next Feb 18: defconfig build break
From: Mike Frysinger @ 2009-02-18 17:10 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Sachin P. Sant, Rusty Russell, linux-s390, linux-next, LKML,
	schwidefsky, heiko.carstens
In-Reply-To: <20090218224541.fe6e0355.sfr@canb.auug.org.au>

On Wed, Feb 18, 2009 at 06:45, Stephen Rothwell wrote:
> On Wed, 18 Feb 2009 15:59:20 +0530 "Sachin P. Sant" wrote:
>> Next Feb 18 defconfig build on s390 fails with following error.
>>
>>   CC      arch/s390/lib/string.o
>> In file included from include/linux/bitmap.h:8,
>>                  from include/linux/cpumask.h:142,
>>                  from include/linux/smp.h:12,
>>                  from /usr/local/autobench/var/tmp/build/linux/arch/s390/include/asm/spinlock.h:14,
>>                  from include/linux/spinlock.h:88,
>>                  from include/linux/seqlock.h:29,
>>                  from include/linux/time.h:8,
>>                  from include/linux/stat.h:60,
>>                  from include/linux/module.h:10,
>>                  from arch/s390/lib/string.c:13:
>> include/linux/string.h: In function 'strstarts':
>> include/linux/string.h:124: error: implicit declaration of function 'strlen'
>> include/linux/string.h:124: warning: incompatible implicit declaration of built-in function 'strlen'
>> make[1]: *** [arch/s390/lib/string.o] Error 1
>> make: *** [arch/s390/lib] Error 2
>
> That would be a side effect of commit 43a47c6ca0e0b5479ae316e188a28b7e625d41e5 ("misc:strstarts") from the rr tree.  Rusty cc'd.

breaks all Blackfin ports as well:
In file included from include/linux/bitmap.h:9,
                 from include/linux/nodemask.h:90,
                 from include/linux/mmzone.h:17,
                 from include/linux/gfp.h:5,
                 from include/linux/kmod.h:23,
                 from include/linux/module.h:14,
                 from arch/blackfin/lib/strncmp.c:14:
include/linux/string.h: In function 'strstarts':
include/linux/string.h:124: error: implicit declaration of function 'strncmp'
make[1]: *** [arch/blackfin/lib/strncmp.o] Error 1
make: *** [arch/blackfin/lib] Error 2
-mike

^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Oliver Neukum @ 2009-02-18 17:06 UTC (permalink / raw)
  To: Alan Stern
  Cc: Laurent Riffard, linux-input, Stephen Rothwell, linux-next, LKML,
	USB list
In-Reply-To: <Pine.LNX.4.44L0.0902181150370.17341-100000@iolanthe.rowland.org>

Am Wednesday 18 February 2009 17:51:29 schrieb Alan Stern:
> On Tue, 17 Feb 2009, Oliver Neukum wrote:
> 
> > Am Tuesday 17 February 2009 14:37:04 schrieb Laurent Riffard:
> > > Le 17.02.2009 11:35, Oliver Neukum a écrit :
> > > > Am Tuesday 17 February 2009 10:55:57 schrieb Laurent Riffard:
> > > >> My USB mouse won't work after suspend to disk and resume. I must unload and reload the ohci_hcd module to get it back.
> > > > 
> > > > Please recompile your kernel with CONFIG_USB_DEBUG and
> > > > send me your dmesg.
> > > > 
> > > > 	Regards
> > > > 		Oliver
> > > > 
> > > 
> > > Here is it:
> > > 
> > 
> > Please try the attached patch.
> 
> By the way, have you tested to see if the post_reset method needs an 
> equivalent change?

How could that be? usb_reset_device() refuses to work on a suspended
device.

	Regards
		Oliver

^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Alan Stern @ 2009-02-18 16:51 UTC (permalink / raw)
  To: Oliver Neukum
  Cc: Laurent Riffard, linux-input-u79uwXL29TY76Z2rM5mHXA,
	Stephen Rothwell, linux-next-u79uwXL29TY76Z2rM5mHXA, LKML,
	USB list
In-Reply-To: <200902172142.57302.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>

On Tue, 17 Feb 2009, Oliver Neukum wrote:

> Am Tuesday 17 February 2009 14:37:04 schrieb Laurent Riffard:
> > Le 17.02.2009 11:35, Oliver Neukum a écrit :
> > > Am Tuesday 17 February 2009 10:55:57 schrieb Laurent Riffard:
> > >> My USB mouse won't work after suspend to disk and resume. I must unload and reload the ohci_hcd module to get it back.
> > > 
> > > Please recompile your kernel with CONFIG_USB_DEBUG and
> > > send me your dmesg.
> > > 
> > > 	Regards
> > > 		Oliver
> > > 
> > 
> > Here is it:
> > 
> 
> Please try the attached patch.

By the way, have you tested to see if the post_reset method needs an 
equivalent change?

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply

* Re: [s390] next Feb 18: defconfig build break
From: Stephen Rothwell @ 2009-02-18 11:45 UTC (permalink / raw)
  To: Sachin P. Sant
  Cc: Rusty Russell, linux-s390, linux-next, LKML, schwidefsky,
	heiko.carstens
In-Reply-To: <499BE300.5090405@in.ibm.com>

[-- Attachment #1: Type: text/plain, Size: 1335 bytes --]

Hi Sachin,

On Wed, 18 Feb 2009 15:59:20 +0530 "Sachin P. Sant" <sachinp@in.ibm.com> wrote:
>
> Next Feb 18 defconfig build on s390 fails with following error.
> 
>   CC      arch/s390/lib/string.o
> In file included from include/linux/bitmap.h:8,
>                  from include/linux/cpumask.h:142,
>                  from include/linux/smp.h:12,
>                  from /usr/local/autobench/var/tmp/build/linux/arch/s390/include/asm/spinlock.h:14,
>                  from include/linux/spinlock.h:88,
>                  from include/linux/seqlock.h:29,
>                  from include/linux/time.h:8,
>                  from include/linux/stat.h:60,
>                  from include/linux/module.h:10,
>                  from arch/s390/lib/string.c:13:
> include/linux/string.h: In function 'strstarts':
> include/linux/string.h:124: error: implicit declaration of function 'strlen'
> include/linux/string.h:124: warning: incompatible implicit declaration of built-in function 'strlen'
> make[1]: *** [arch/s390/lib/string.o] Error 1
> make: *** [arch/s390/lib] Error 2

That would be a side effect of commit 43a47c6ca0e0b5479ae316e188a28b7e625d41e5 ("misc:strstarts") from the rr tree.  Rusty cc'd.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply

* [s390] next Feb 18: defconfig build break
From: Sachin P. Sant @ 2009-02-18 10:29 UTC (permalink / raw)
  To: linux-s390
  Cc: Stephen Rothwell, linux-next, LKML, schwidefsky, heiko.carstens
In-Reply-To: <20090218191640.0b023029.sfr@canb.auug.org.au>

Next Feb 18 defconfig build on s390 fails with following error.

  CC      arch/s390/lib/string.o
In file included from include/linux/bitmap.h:8,
                 from include/linux/cpumask.h:142,
                 from include/linux/smp.h:12,
                 from /usr/local/autobench/var/tmp/build/linux/arch/s390/include/asm/spinlock.h:14,
                 from include/linux/spinlock.h:88,
                 from include/linux/seqlock.h:29,
                 from include/linux/time.h:8,
                 from include/linux/stat.h:60,
                 from include/linux/module.h:10,
                 from arch/s390/lib/string.c:13:
include/linux/string.h: In function 'strstarts':
include/linux/string.h:124: error: implicit declaration of function 'strlen'
include/linux/string.h:124: warning: incompatible implicit declaration of built-in function 'strlen'
make[1]: *** [arch/s390/lib/string.o] Error 1
make: *** [arch/s390/lib] Error 2

Thanks
-Sachin

-- 

---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------

^ permalink raw reply

* Re: next-20090206: deadlock on ext4
From: Alexander Beregalov @ 2009-02-18  9:56 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: linux-next@vger.kernel.org, linux-ext4, LKML
In-Reply-To: <4995F27E.3070401@redhat.com>

2009/2/14 Eric Sandeen <sandeen@redhat.com>:
> Alexander Beregalov wrote:
>
>> I have reproduced it with 2.6.29-rc4.
>> Loop file was on XFS.
>> I can not reproduce it on ext4 on raw device.
>> Let me know if I can do anything else to help resolving it.
>>
> Can you try this patch from Aneesh?  Works for me...
>

Yes, it works, I can not reproduce the bug on
2.6.29-rc5-00122-g5955c7a which contains 2acf2c261b82
"ext4: Implement range_cyclic in ext4_da_writepages instead of
write_cache_pages"

Thanks

^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Jiri Slaby @ 2009-02-18  9:51 UTC (permalink / raw)
  To: Alan Stern
  Cc: Oliver Neukum, Laurent Riffard, linux-input, Stephen Rothwell,
	linux-next, LKML, USB list
In-Reply-To: <Pine.LNX.4.44L0.0902171602510.18399-100000@iolanthe.rowland.org>

On 17.2.2009 22:05, Alan Stern wrote:
> On Tue, 17 Feb 2009, Oliver Neukum wrote:
>> Please try the attached patch.
>
> It seems likely that you are seeing the same problem as Laurent in your
> mmotm 2009-02-10-16-35 kernel.  You should try Oliver's patch,
> available here:
>
> 	http://marc.info/?l=linux-usb&m=123490330326229&w=2

Fixes the problem for me. Thanks.

^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Oliver Neukum @ 2009-02-18  8:47 UTC (permalink / raw)
  To: Laurent Riffard; +Cc: linux-input, Stephen Rothwell, linux-next, LKML, USB list
In-Reply-To: <499B56D3.3080701@free.fr>

Am Wednesday 18 February 2009 01:31:15 schrieb Laurent Riffard:
> > Please try the attached patch.
> > 
> >       Regards
> >               Oliver
> > 
> 
> This patch does fix the behaviour, my USB mouse now works after suspend/resume. Thanks.

Very good. I've submitted the patch.

	Thanks
		Oliver

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply

* linux-next: Tree for February 18
From: Stephen Rothwell @ 2009-02-18  8:16 UTC (permalink / raw)
  To: linux-next; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 7981 bytes --]

Hi all,

It has now been more that a year since linux-next started (Feb 14 2008 is
the first tag).

Changes since 20090217:

Undropped tree:
	rr

The stackprotector tree lost its conflict.

The rr tree lost its build failure.

The trivial tree lost its conflict.

----------------------------------------------------------------------------

I have created today's linux-next tree at
git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git
(patches at
http://www.kernel.org/pub/linux/kernel/people/sfr/linux-next/).  If you
are tracking the linux-next tree using git, you should not use "git pull"
to do so as that will try to merge the new linux-next release with the
old one.  You should use "git fetch" as mentioned in the FAQ on the wiki
(see below).

You can see which trees have been included by looking in the Next/Trees
file in the source.  There are also quilt-import.log and merge.log files
in the Next directory.  Between each merge, the tree was built with
a ppc64_defconfig for powerpc and an allmodconfig for x86_64. After the
final fixups (if any), it is also built with powerpc allnoconfig,
ppc44x_defconfig and allyesconfig (minus CONFIG_PROFILE_ALL_BRANCHES) and
i386, sparc and sparc64 defconfig.

Below is a summary of the state of the merge.

We are up to 133 trees (counting Linus' and 18 trees of patches pending for
Linus' tree), more are welcome (even if they are currently empty).
Thanks to those who have contributed, and to those who haven't, please do.

Status of my local build tests will be at
http://kisskb.ellerman.id.au/linux-next .  If maintainers want to give
advice about cross compilers/configs that work, we are always open to add
more builds.

Thanks to Jan Dittmer for adding the linux-next tree to his build tests
at http://l4x.org/k/ , the guys at http://test.kernel.org/ and Randy
Dunlap for doing many randconfig builds.

There is a wiki covering stuff to do with linux-next at
http://linux.f-seidel.de/linux-next/pmwiki/ .  Thanks to Frank Seidel.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

$ git checkout master
$ git reset --hard stable
Merging origin/master
Merging arm-current/master
Merging m68k-current/for-linus
Merging powerpc-merge/merge
Merging sparc-current/master
Merging scsi-rc-fixes/master
Merging net-current/master
Merging sound-current/for-linus
Merging pci-current/for-linus
Merging wireless-current/master
Merging kbuild-current/master
Merging quilt/driver-core.current
Merging quilt/usb.current
Merging cpufreq-current/fixes
Merging input-current/for-linus
Merging md-current/for-linus
Merging audit-current/for-linus
Merging crypto-current/master
Merging dwmw2/master
Merging arm/devel
CONFLICT (content): Merge conflict in arch/arm/mach-at91/gpio.c
Merging avr32/avr32-arch
Merging blackfin/for-linus
Merging cris/for-next
Merging ia64/test
Merging m68k/for-next
Merging m68knommu/for-next
Merging mips/mips-for-linux-next
Merging parisc/master
Merging powerpc/next
Merging 4xx/next
Merging galak/next
Merging pxa/for-next
CONFLICT (content): Merge conflict in arch/arm/mach-pxa/dma.c
Merging s390/features
Merging sh/master
Merging sparc/master
Merging x86/auto-x86-next
Merging xtensa/master
Merging quilt/driver-core
Merging quilt/usb
Merging tip-core/auto-core-next
Merging cpus4096/auto-cpus4096-next
Merging ftrace/auto-ftrace-next
CONFLICT (content): Merge conflict in arch/x86/Kconfig
Merging genirq/auto-genirq-next
CONFLICT (content): Merge conflict in kernel/irq/handle.c
Merging safe-poison-pointers/auto-safe-poison-pointers-next
Merging sched/auto-sched-next
Merging stackprotector/auto-stackprotector-next
Merging timers/auto-timers-next
Merging pci/linux-next
Merging quilt/device-mapper
Merging hid/for-next
Merging quilt/i2c
Merging quilt/jdelvare-hwmon
Merging quilt/kernel-doc
CONFLICT (content): Merge conflict in Documentation/kernel-parameters.txt
Merging v4l-dvb/master
Merging quota/for_next
Merging jfs/next
Merging kbuild/master
Merging quilt/ide
Merging libata/NEXT
Merging nfs/linux-next
Merging xfs/master
Merging infiniband/for-next
Merging acpi/test
Merging nfsd/nfsd-next
Merging ieee1394/for-next
Merging ubi/linux-next
Merging kvm/master
CONFLICT (content): Merge conflict in arch/x86/include/asm/kvm.h
Merging dlm/next
Merging scsi/master
Merging ocfs2/linux-next
Merging ext4/next
Merging async_tx/next
Merging udf/for_next
Merging net/master
Merging mtd/master
Merging wireless/master
Merging crypto/master
Merging vfs/for-next
Merging sound/for-next
CONFLICT (content): Merge conflict in sound/soc/pxa/pxa2xx-i2s.c
Merging cpufreq/next
CONFLICT (content): Merge conflict in arch/x86/kernel/cpu/cpufreq/powernow-k8.c
Merging v9fs/for-next
CONFLICT (content): Merge conflict in net/9p/protocol.c
Merging quilt/rr
CONFLICT (delete/modify): arch/x86/include/asm/es7000/apic.h deleted in HEAD and modified in quilt/rr. Version quilt/rr of arch/x86/include/asm/es7000/apic.h left in tree.
CONFLICT (delete/modify): arch/x86/include/asm/numaq/apic.h deleted in HEAD and modified in quilt/rr. Version quilt/rr of arch/x86/include/asm/numaq/apic.h left in tree.
CONFLICT (content): Merge conflict in arch/x86/kernel/cpu/cpufreq/powernow-k8.c
CONFLICT (content): Merge conflict in drivers/hid/hid-core.c
CONFLICT (content): Merge conflict in drivers/media/video/saa7134/saa7134-core.c
CONFLICT (content): Merge conflict in drivers/media/video/saa7134/saa7134.h
CONFLICT (content): Merge conflict in drivers/net/virtio_net.c
CONFLICT (content): Merge conflict in kernel/module.c
$ git rm -f arch/x86/include/asm/es7000/apic.h
$ git rm -f arch/x86/include/asm/numaq/apic.h
Applying: rr: fixup for cpumask:remove-address-of-CPU_MASK_ALL
Merging cifs/master
Merging mmc/next
Merging gfs2/master
Merging input/next
Merging bkl-removal/bkl-removal
Merging ubifs/linux-next
Merging lsm/for-next
Merging block/for-next
Merging embedded/master
Merging firmware/master
CONFLICT (content): Merge conflict in sound/isa/Kconfig
Merging pcmcia/master
Merging battery/master
Merging leds/for-mm
Merging backlight/for-mm
Merging kgdb/kgdb-next
Merging slab/for-next
CONFLICT (content): Merge conflict in include/linux/slub_def.h
CONFLICT (content): Merge conflict in mm/slob.c
CONFLICT (content): Merge conflict in mm/slub.c
Merging uclinux/for-next
Merging md/for-next
Merging mfd/for-next
Merging hdlc/hdlc-next
Merging drm/drm-next
Merging voltage/for-next
Merging security-testing/next
Merging lblnet/master
Merging quilt/ttydev
Merging agp/agp-next
Merging kmemcheck/auto-kmemcheck-next
CONFLICT (content): Merge conflict in MAINTAINERS
CONFLICT (content): Merge conflict in mm/Makefile
Merging generic-ipi/auto-generic-ipi-next
Merging oprofile/auto-oprofile-next
Merging fastboot/auto-fastboot-next
Merging sparseirq/auto-sparseirq-next
Merging iommu/auto-iommu-next
CONFLICT (content): Merge conflict in arch/x86/include/asm/dma-mapping.h
Merging uwb/for-upstream
Merging watchdog/master
Merging proc/proc
CONFLICT (content): Merge conflict in security/selinux/hooks.c
Merging bdev/master
Merging dwmw2-iommu/master
Merging cputime/cputime
Merging osd/linux-next
Merging fatfs/master
Merging fuse/for-next
Merging jc_docs/docs-next
Merging nommu/master
Merging trivial/for-next
Merging audit/for-next
Merging squashfs/master
Merging omap/for-next
Merging quilt/aoe
Merging kmemleak/kmemleak
CONFLICT (content): Merge conflict in Documentation/kernel-parameters.txt
CONFLICT (content): Merge conflict in include/linux/slab.h
CONFLICT (content): Merge conflict in init/main.c
CONFLICT (content): Merge conflict in lib/Kconfig.debug
CONFLICT (content): Merge conflict in mm/slab.c
CONFLICT (content): Merge conflict in mm/slob.c
CONFLICT (content): Merge conflict in mm/slub.c
Merging quilt/staging
Merging scsi-post-merge/master

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply

* linux-next: pci tree build warning
From: Stephen Rothwell @ 2009-02-18  6:31 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: linux-next, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

Hi Jesse,

Today's linux-next build (powerpc ppc64_defconfig) produced this warning:

drivers/pci/setup-bus.c: In function 'pci_bus_assign_resources':
drivers/pci/setup-bus.c:503: warning: passing argument 1 of 'pbus_assign_resources_sorted' discards qualifiers from pointer target type

Caused by commit 1454fec9f61d92514bf3300f8ae99ba7749ccd0c ("PCI: constify
pci_bus_assign_resources()").

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply

* coming conflicts between wireless-2.6 and wireless-next-2.6
From: John W. Linville @ 2009-02-18  3:02 UTC (permalink / raw)
  To: linux-next

There are several conflicts in the latest rounds of the wireless trees.
Most of them are simple.  One of them involves transporting some
changes from "orinoco: do not resgister NULL pm_notifier function"
between drivers/net/orinoco/orinoco.c (which no longer exists in -next)
over to drivers/net/orinoco/main.c.

I have an example 'merge-test' branch in wireless-next-2.6 to show
how I think the conflicts should be resolved -- enjoy! :-)

Thanks,

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Laurent Riffard @ 2009-02-18  0:31 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: linux-input, Stephen Rothwell, linux-next, LKML, USB list
In-Reply-To: <200902172142.57302.oliver@neukum.org>

Le 17.02.2009 21:42, Oliver Neukum a écrit :
> Am Tuesday 17 February 2009 14:37:04 schrieb Laurent Riffard:
>> Le 17.02.2009 11:35, Oliver Neukum a écrit :
>>> Am Tuesday 17 February 2009 10:55:57 schrieb Laurent Riffard:
>>>> My USB mouse won't work after suspend to disk and resume. I must unload and reload the ohci_hcd module to get it back.
>>> Please recompile your kernel with CONFIG_USB_DEBUG and
>>> send me your dmesg.
>>>
>>> 	Regards
>>> 		Oliver
>>>
>> Here is it:
>>
> 
> Please try the attached patch.
> 
> 	Regards
> 		Oliver
> 

This patch does fix the behaviour, my USB mouse now works after suspend/resume. Thanks.

Tested-by: Laurent Riffard <laurent.riffard@free.fr>
~~
laurent

^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Alan Stern @ 2009-02-17 21:05 UTC (permalink / raw)
  To: Jiri Slaby, Oliver Neukum
  Cc: Laurent Riffard, linux-input, Stephen Rothwell, linux-next, LKML,
	USB list
In-Reply-To: <200902172142.57302.oliver@neukum.org>

On Tue, 17 Feb 2009, Oliver Neukum wrote:

> Please try the attached patch.
> 
> 	Regards
> 		Oliver

Jiri,

It seems likely that you are seeing the same problem as Laurent in your
mmotm 2009-02-10-16-35 kernel.  You should try Oliver's patch,
available here:

	http://marc.info/?l=linux-usb&m=123490330326229&w=2

Alan Stern


^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Oliver Neukum @ 2009-02-17 20:42 UTC (permalink / raw)
  To: Laurent Riffard; +Cc: linux-input, Stephen Rothwell, linux-next, LKML, USB list
In-Reply-To: <499ABD80.9020904@free.fr>

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

Am Tuesday 17 February 2009 14:37:04 schrieb Laurent Riffard:
> Le 17.02.2009 11:35, Oliver Neukum a écrit :
> > Am Tuesday 17 February 2009 10:55:57 schrieb Laurent Riffard:
> >> My USB mouse won't work after suspend to disk and resume. I must unload and reload the ohci_hcd module to get it back.
> > 
> > Please recompile your kernel with CONFIG_USB_DEBUG and
> > send me your dmesg.
> > 
> > 	Regards
> > 		Oliver
> > 
> 
> Here is it:
> 

Please try the attached patch.

	Regards
		Oliver

[-- Attachment #2: hid_reset_resume.diff --]
[-- Type: text/x-diff, Size: 860 bytes --]

--- nexttree/drivers/hid/usbhid/hid-core.c.alt	2009-02-17 21:39:45.000000000 +0100
+++ nexttree/drivers/hid/usbhid/hid-core.c	2009-02-17 21:39:57.000000000 +0100
@@ -1333,6 +1333,15 @@ static int hid_post_reset(struct usb_int
 	return 0;
 }
 
+static int hid_reset_resume(struct usb_interface *intf)
+{
+	struct hid_device *hid = usb_get_intfdata(intf);
+	struct usbhid_device *usbhid = hid->driver_data;
+
+	clear_bit(HID_REPORTED_IDLE, &usbhid->iofl);
+	return hid_post_reset(intf);
+}
+
 int usbhid_get_power(struct hid_device *hid)
 {
 	struct usbhid_device *usbhid = hid->driver_data;
@@ -1362,7 +1371,7 @@ static struct usb_driver hid_driver = {
 #ifdef CONFIG_PM
 	.suspend =	hid_suspend,
 	.resume =	hid_resume,
-	.reset_resume =	hid_post_reset,
+	.reset_resume =	hid_reset_resume,
 #endif
 	.pre_reset =	hid_pre_reset,
 	.post_reset =	hid_post_reset,

^ permalink raw reply

* Re: [ofa-general] linux-next: infiniband tree build warning
From: Roland Dreier @ 2009-02-17 17:03 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: general, linux-next
In-Reply-To: <20090217184403.7e1f18c5.sfr@canb.auug.org.au>

 > Today's linux-next build (x86_64 allmodconfig) produced these warnings:

 > drivers/infiniband/hw/cxgb3/iwch_qp.c: In function 'build_rdma_recv':
 > drivers/infiniband/hw/cxgb3/iwch_qp.c:266: warning: suggest parentheses around + or - inside shift

Thanks, should be fixed in the next pull of for-next.

 - R.

^ permalink raw reply

* Next 17 : warn_on lib/debugobjects during mpt driver initialization.
From: Sachin P. Sant @ 2009-02-17 15:43 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, LKML, Mel Gorman
In-Reply-To: <20090217203832.d6f2ef79.sfr@canb.auug.org.au>

[-- Attachment #1: Type: text/plain, Size: 3939 bytes --]

While booting Next 17 on a x86_64 box i get the following warning
messages multiple times.

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()
Hardware name: BladeCenter LS21 -[79716AA]-
Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd
Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1
Call Trace:
 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2
 [<ffffffff8039864e>] ? number+0x115/0x21f
 [<ffffffff80529000>] ? _read_lock_irq+0x35/0x41
 [<ffffffff80529100>] ? _read_lock_irqsave+0x47/0x4d
 [<ffffffff80353336>] ? zisofs_readpage+0x178/0x92e
 [<ffffffff8024154f>] ? printk+0x67/0x69
 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d
 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d
 [<ffffffff803a9aef>] debug_object_init+0x14/0x19
 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38
 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]
 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffffa009e421>] mpt_findImVolumes+0x88/0x76a [mptbase]
 [<ffffffff80249813>] ? destroy_timer_on_stack+0x10/0x12
 [<ffffffff80526cbd>] ? schedule_timeout+0xb1/0xcd
 [<ffffffff80249deb>] ? process_timeout+0x0/0xb
 [<ffffffff80526cf2>] ? schedule_timeout_uninterruptible+0x19/0x1b
 [<ffffffff8024a23c>] ? msleep+0x14/0x1e
 [<ffffffffa009b237>] ? WaitForDoorbellInt+0x3f/0x91 [mptbase]
 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47
 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f
 [<ffffffff8025e6c7>] ? debug_mutex_init+0x31/0x3d
 [<ffffffffa009f1f4>] mpt_do_ioc_recovery+0x6f1/0x16ab [mptbase]
 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a
 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31
 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f
 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31
 [<ffffffff80526a67>] ? wait_for_common+0xd1/0x11e
 [<ffffffff80526aa2>] ? wait_for_common+0x10c/0x11e
 [<ffffffff80236f84>] ? default_wake_function+0x0/0xf
 [<ffffffff8025443d>] ? kthread_create+0x104/0x117
 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8
 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf
 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a
 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47
 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47
 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f
 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff803977e3>] ? __up_read+0x7a/0x83
 [<ffffffff80257434>] ? up_read+0x26/0x2b
 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90
 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]
 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b
 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]
 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b
 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16
 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b
 [<ffffffff80250911>] run_workqueue+0x12c/0x236
 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236
 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff802516d4>] worker_thread+0xdb/0xe8
 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38
 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8
 [<ffffffff80254499>] kthread+0x49/0x78
 [<ffffffff8020ceda>] child_rip+0xa/0x20
 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30
 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0
 [<ffffffff80254450>] ? kthread+0x0/0x78
 [<ffffffff8020ced0>] ? child_rip+0x0/0x20
---[ end trace dd3dd2a755e71b34 ]---

Should i be worried about these ?

Complete dmesg log attached. Can provide .config if required.

thanks
-Sachin

-- 

---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------


[-- Attachment #2: dmesg_x86_64_next17 --]
[-- Type: text/plain, Size: 48113 bytes --]

root (hd0,0)
 Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz-autotest root=/dev/sda1 console=tty0 selinux=0 console=tty
S1,19200 noapic IDENT=1234879013
   [Linux-bzImage, setup=0x2c00, size=0x280e90]
initrd /boot/initrd-autotest
   [Linux-initrd @ 0x37d8b000, 0x264497 bytes]

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.29-rc5-autotest-next-20090217 (root@ls21b) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Tue Feb 17 19:24:51 IST 2009
Command line: root=/dev/sda1 console=tty0 selinux=0 console=ttyS1,19200 noapic IDENT=1234879013
KERNEL supported cpus:
  Intel GenuineIntel

  AMD AuthenticAMD

  Centaur CentaurHauls

BIOS-provided physical RAM map:

 BIOS-e820: 0000000000000000 - 000000000009d000 (usable)

 BIOS-e820: 000000000009d000 - 00000000000a0000 (reserved)

 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)

 BIOS-e820: 0000000000100000 - 00000000cffa44c0 (usable)

 BIOS-e820: 00000000cffa44c0 - 00000000cffa7400 (ACPI data)

 BIOS-e820: 00000000cffa7400 - 00000000d0000000 (reserved)

 BIOS-e820: 00000000f4000000 - 00000000fc000000 (reserved)

 BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)

 BIOS-e820: 0000000100000000 - 0000000130000000 (usable)

DMI 2.3 present.

last_pfn = 0x130000 max_arch_pfn = 0x100000000

last_pfn = 0xcffa4 max_arch_pfn = 0x100000000

init_memory_mapping: 0000000000000000-00000000cffa4000

last_map_addr: cffa4000 end: cffa4000

init_memory_mapping: 0000000100000000-0000000130000000

last_map_addr: 130000000 end: 130000000

RAMDISK: 37d8b000 - 37fef497

ACPI: RSDP 000FDFE0, 0014 (r0 IBM   )

ACPI: RSDT CFFA7380, 0038 (r1 IBM    SERLEWIS     1000 IBM  45444F43)

ACPI: FACP CFFA72C0, 0084 (r2 IBM    SERLEWIS     1000 IBM  45444F43)

FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)

FADT: X_PM1b_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)

ACPI: DSDT CFFA44C0, 2B02 (r1 IBM    SERLEWIS     1000 INTL  2002025)

ACPI: FACS CFFA7040, 0040

ACPI: APIC CFFA7200, 0090 (r1 IBM    SERLEWIS     1000 IBM  45444F43)

ACPI: SRAT CFFA7100, 00E8 (r1 AMD    HAMMER          1 AMD         1)

ACPI: HPET CFFA70C0, 0038 (r1 IBM    SERLEWIS     1000 IBM  45444F43)

ACPI: MCFG CFFA7080, 003C (r1 IBM    SERLEWIS     1000 IBM  45444F43)

SRAT: PXM 0 -> APIC 0 -> Node 0

SRAT: PXM 0 -> APIC 1 -> Node 0

SRAT: PXM 1 -> APIC 2 -> Node 1

SRAT: PXM 1 -> APIC 3 -> Node 1

SRAT: Node 0 PXM 0 0-a0000

SRAT: Node 0 PXM 0 100000-d0000000

SRAT: Node 0 PXM 0 100000000-130000000

Bootmem setup node 0 0000000000000000-0000000130000000

  NODE_DATA [000000000000a640 - 000000000001063f]

  bootmap [0000000000011000 -  0000000000036fff] pages 26

(8 early reservations) ==> bootmem [0000000000 - 0130000000]

  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]

  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]

  #2 [0000200000 - 000159ac80]    TEXT DATA BSS ==> [0000200000 - 000159ac80]

  #3 [0037d8b000 - 0037fef497]          RAMDISK ==> [0037d8b000 - 0037fef497]

  #4 [000009d000 - 0000100000]    BIOS reserved ==> [000009d000 - 0000100000]

  #5 [000159b000 - 0001c1e000]          PGTABLE ==> [000159b000 - 0001c1e000]

  #6 [0001c1e000 - 0001d9f000]          PGTABLE ==> [0001c1e000 - 0001d9f000]

  #7 [0000008000 - 000000a640]       MEMNODEMAP ==> [0000008000 - 000000a640]

found SMP MP-table at [ffff88000009d140] 9d140

Zone PFN ranges:

  DMA      0x00000000 -> 0x00001000

  DMA32    0x00001000 -> 0x00100000

  Normal   0x00100000 -> 0x00130000

Movable zone start PFN for each node

early_node_map[3] active PFN ranges

    0: 0x00000000 -> 0x0000009d

    0: 0x00000100 -> 0x000cffa4

    0: 0x00100000 -> 0x00130000

Detected use of extended apic ids on hypertransport bus

Detected use of extended apic ids on hypertransport bus

ACPI: PM-Timer IO Port: 0x488

ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)

ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)

ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)

ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)

ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])

ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])

ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])

ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])

ACPI: Skipping IOAPIC probe due to 'noapic' option.

Using ACPI for processor (LAPIC) configuration information

ACPI: HPET id: 0x1166a201 base: 0xfed00000

Intel MultiProcessor Specification v1.4

MPTABLE: OEM ID: IBM ENSW

MPTABLE: Product ID: LEWIS  SMP  

MPTABLE: APIC at: 0xFEE00000

I/O APIC #14 Version 17 at 0xFEC00000.

I/O APIC #13 Version 17 at 0xFEC02000.

Processors: 4

SMP: Allowing 4 CPUs, 0 hotplug CPUs

Allocating PCI resources starting at d4000000 (gap: d0000000:24000000)

NR_CPUS:255 nr_cpumask_bits:255 nr_cpu_ids:4 nr_node_ids:1

PERCPU: Allocating 81920 bytes of per cpu data

Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1021527

Policy zone: Normal

Kernel command line: root=/dev/sda1 console=tty0 selinux=0 console=ttyS1,19200 noapic IDENT=1234879013

Initializing CPU#0

Experimental hierarchical RCU implementation.

RCU-based detection of stalled CPUs is enabled.

Experimental hierarchical RCU init done.

NR_IRQS:4352

PID hash table entries: 4096 (order: 12, 32768 bytes)

Fast TSC calibration using PIT

Detected 2200.007 MHz processor.

Console: colour VGA+ 80x25

console [tty0] enabled

console [ttyS1] enabled

Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar

... MAX_LOCKDEP_SUBCLASSES:  8

... MAX_LOCK_DEPTH:          48

... MAX_LOCKDEP_KEYS:        8191

... CLASSHASH_SIZE:          4096

... MAX_LOCKDEP_ENTRIES:     8192

... MAX_LOCKDEP_CHAINS:      16384

... CHAINHASH_SIZE:          8192

 memory used by lock dependency info: 4607 kB

 per task-struct memory footprint: 1920 bytes

------------------------

| Locking API testsuite:

----------------------------------------------------------------------------

                                 | spin |wlock |rlock |mutex | wsem | rsem |

  --------------------------------------------------------------------------

                     A-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

                 A-B-B-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

             A-B-B-C-C-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

             A-B-C-A-B-C deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

         A-B-B-C-C-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

         A-B-C-D-B-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

         A-B-C-D-B-C-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

                    double unlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

                  initialize held:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

                 bad unlock order:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

  --------------------------------------------------------------------------

              recursive read-lock:             |  ok  |             |  ok  |

           recursive read-lock #2:             |  ok  |             |  ok  |

            mixed read-write-lock:             |  ok  |             |  ok  |

            mixed write-read-lock:             |  ok  |             |  ok  |

  --------------------------------------------------------------------------

     hard-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |

     soft-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |

     hard-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |

     soft-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |

       sirq-safe-A => hirqs-on/12:  ok  |  ok  |  ok  |

       sirq-safe-A => hirqs-on/21:  ok  |  ok  |  ok  |

         hard-safe-A + irqs-on/12:  ok  |  ok  |  ok  |

         soft-safe-A + irqs-on/12:  ok  |  ok  |  ok  |

         hard-safe-A + irqs-on/21:  ok  |  ok  |  ok  |

         soft-safe-A + irqs-on/21:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/123:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/123:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/132:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/132:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/213:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/213:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/231:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/231:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/312:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/312:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/321:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/321:  ok  |  ok  |  ok  |

      hard-irq read-recursion/123:  ok  |

      soft-irq read-recursion/123:  ok  |

      hard-irq read-recursion/132:  ok  |

      soft-irq read-recursion/132:  ok  |

      hard-irq read-recursion/213:  ok  |

      soft-irq read-recursion/213:  ok  |

      hard-irq read-recursion/231:  ok  |

      soft-irq read-recursion/231:  ok  |

      hard-irq read-recursion/312:  ok  |

      soft-irq read-recursion/312:  ok  |

      hard-irq read-recursion/321:  ok  |

      soft-irq read-recursion/321:  ok  |

-------------------------------------------------------

Good, all 218 testcases passed! |

---------------------------------

allocated 41943040 bytes of page_cgroup

please try cgroup_disable=memory option if you don't want

Checking aperture...

No AGP bridge found

Node 0: aperture @ f4000000 size 64 MB

Node 1: aperture @ f4000000 size 64 MB

Memory: 4028404k/4980736k available (3259k kernel code, 787196k absent, 165136k reserved, 2441k data, 428k init)

ODEBUG: selftest passed

HPET: 3 timers in total, 0 timers will be used for per-cpu timer

Calibrating delay loop (skipped), value calculated using timer frequency.. <7>spurious 8259A interrupt: IRQ7.

4400.01 BogoMIPS (lpj=2200007)

Security Framework initialized

SELinux:  Disabled at boot.

Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)

Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)

Mount-cache hash table entries: 256

Initializing cgroup subsys debug

Initializing cgroup subsys ns

Initializing cgroup subsys cpuacct

Initializing cgroup subsys memory

Initializing cgroup subsys devices

Initializing cgroup subsys freezer

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 1024K (64 bytes/line)

CPU 0/0x0 -> Node 0

CPU: Physical Processor ID: 0

CPU: Processor Core ID: 0

using C1E aware idle routine

ACPI: Core revision 20090123

ACPI: setting ELCR to 0200 (from 06a0)

Setting APIC routing to flat

CPU0: Dual-Core AMD Opteron(tm) Processor 2218 stepping 02

APIC calibration not consistent with PM-Timer: 805ms instead of 100ms

APIC delta adjusted to PM-Timer: 8523016 (68659200)

lockdep: fixing up alternatives.

Booting processor 1 APIC 0x2 ip 0x6000

Initializing CPU#1

Calibrating delay using timer specific routine.. 30001.05 BogoMIPS (lpj=15000527)

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 1024K (64 bytes/line)

CPU 1/0x2 -> Node 0

CPU: Physical Processor ID: 1

CPU: Processor Core ID: 0

CPU1: Dual-Core AMD Opteron(tm) Processor 2218 stepping 02

lockdep: fixing up alternatives.

Booting processor 2 APIC 0x1 ip 0x6000

Initializing CPU#2

Calibrating delay using timer specific routine.. 30001.08 BogoMIPS (lpj=15000541)

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 1024K (64 bytes/line)

CPU 2/0x1 -> Node 0

CPU: Physical Processor ID: 0

CPU: Processor Core ID: 1

CPU2: Dual-Core AMD Opteron(tm) Processor 2218 stepping 02

lockdep: fixing up alternatives.

Booting processor 3 APIC 0x3 ip 0x6000

Initializing CPU#3

Calibrating delay using timer specific routine.. 30001.02 BogoMIPS (lpj=15000511)

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 1024K (64 bytes/line)

CPU 3/0x3 -> Node 0

CPU: Physical Processor ID: 1

CPU: Processor Core ID: 1

CPU3: Dual-Core AMD Opteron(tm) Processor 2218 stepping 02

Brought up 4 CPUs

Total of 4 processors activated (94403.17 BogoMIPS).

net_namespace: 1992 bytes

NET: Registered protocol family 16

TOM: 00000000d0000000 aka 3328M

TOM2: 0000000130000000 aka 4864M

ACPI: bus type pci registered

PCI: MCFG configuration 0: base fa000000 segment 0 buses 0 - 8

PCI: MCFG area at fa000000 reserved in E820

PCI: Using MMCONFIG at fa000000 - fa8fffff

PCI: Using configuration type 1 for base access

bio: create slab <bio-0> at 0

ACPI: Interpreter enabled

ACPI: (supports S0 S5)

ACPI: Using PIC for interrupt routing

ACPI: No dock devices found.

ACPI: PCI Root Bridge [PCI0] (0000:00)

pci 0000:00:01.0: Enabling HT MSI Mapping

pci 0000:00:03.2: PME# supported from D0 D1 D2 D3hot

pci 0000:00:03.2: PME# disabled

pci 0000:02:04.0: PME# supported from D3hot D3cold

pci 0000:02:04.0: PME# disabled

pci 0000:02:05.0: PME# supported from D3hot D3cold

pci 0000:02:05.0: PME# disabled

ACPI: PCI Interrupt Link [LPAC] (IRQs *9)

ACPI: PCI Interrupt Link [LPUS] (IRQs *5)

ACPI: PCI Interrupt Link [LPID] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LPSA] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LPSM] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP00] (IRQs *10)

ACPI: PCI Interrupt Link [LP01] (IRQs *7)

ACPI: PCI Interrupt Link [LP02] (IRQs *10)

ACPI: PCI Interrupt Link [LP03] (IRQs *9)

ACPI: PCI Interrupt Link [LP04] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP05] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP06] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP07] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP08] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP09] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0A] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0B] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0C] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0D] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0E] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0F] (IRQs) *0, disabled.

usbcore: registered new interface driver usbfs

usbcore: registered new interface driver hub

usbcore: registered new device driver usb

PCI: Using ACPI for IRQ routing

NetLabel: Initializing

NetLabel:  domain hash size = 128

NetLabel:  protocols = UNLABELED CIPSOv4

NetLabel:  unlabeled traffic allowed by default

PCI-DMA: Disabling AGP.

PCI-DMA: aperture base @ f4000000 size 65536 KB

init_memory_mapping: 00000000f4000000-00000000f8000000

last_map_addr: f8000000 end: f8000000

PCI-DMA: using GART IOMMU.

PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture

hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0

hpet0: 3 comparators, 64-bit 14.318180 MHz counter

pnp: PnP ACPI init

ACPI: bus type pnp registered

pnp: PnP ACPI: found 12 devices

ACPI: ACPI bus type pnp unregistered

system 00:01: ioport range 0x510-0x517 has been reserved

system 00:01: ioport range 0x504-0x507 has been reserved

system 00:01: ioport range 0x500-0x503 has been reserved

system 00:01: ioport range 0x520-0x53f has been reserved

system 00:01: ioport range 0x540-0x547 has been reserved

system 00:01: ioport range 0x460-0x461 has been reserved

system 00:0a: ioport range 0x400-0x47f could not be reserved

system 00:0a: ioport range 0x480-0x4cf has been reserved

system 00:0a: ioport range 0x4d0-0x4d1 has been reserved

system 00:0a: ioport range 0x4d6-0x4e0 has been reserved

system 00:0a: ioport range 0x540-0x55f could not be reserved

system 00:0a: ioport range 0x600-0x600 has been reserved

system 00:0a: ioport range 0xc00-0xc01 has been reserved

system 00:0a: ioport range 0xc06-0xca6 has been reserved

system 00:0a: ioport range 0xca8-0xca8 has been reserved

system 00:0a: ioport range 0xcac-0xcac has been reserved

system 00:0a: ioport range 0xcb0-0xcb0 has been reserved

system 00:0a: ioport range 0xcb4-0xcb4 has been reserved

system 00:0a: ioport range 0xcc0-0xcdf has been reserved

system 00:0a: iomem range 0xf4000000-0xfbffffff could not be reserved

system 00:0a: iomem range 0xfec00000-0xffffffff has been reserved

pci 0000:01:0d.0: PCI bridge, secondary bus 0000:02

pci 0000:01:0d.0:   IO window: disabled

pci 0000:01:0d.0:   MEM window: 0xe2000000-0xe6ffffff

pci 0000:01:0d.0:   PREFETCH window: disabled

pci 0000:00:01.0: PCI bridge, secondary bus 0000:01

pci 0000:00:01.0:   IO window: disabled

pci 0000:00:01.0:   MEM window: 0xe2000000-0xe7ffffff

pci 0000:00:01.0:   PREFETCH window: disabled

pci 0000:00:06.0: PCI bridge, secondary bus 0000:03

pci 0000:00:06.0:   IO window: 0x4000-0x4fff

pci 0000:00:06.0:   MEM window: 0xdf000000-0xe00fffff

pci 0000:00:06.0:   PREFETCH window: 0x000000d4000000-0x000000d40fffff

pci 0000:00:07.0: PCI bridge, secondary bus 0000:04

pci 0000:00:07.0:   IO window: disabled

pci 0000:00:07.0:   MEM window: 0xdd000000-0xddffffff

pci 0000:00:07.0:   PREFETCH window: disabled

pci 0000:00:08.0: PCI bridge, secondary bus 0000:05

pci 0000:00:08.0:   IO window: disabled

pci 0000:00:08.0:   MEM window: 0xdc000000-0xdcffffff

pci 0000:00:08.0:   PREFETCH window: disabled

pci 0000:00:09.0: PCI bridge, secondary bus 0000:06

pci 0000:00:09.0:   IO window: disabled

pci 0000:00:09.0:   MEM window: 0xdb000000-0xdbffffff

pci 0000:00:09.0:   PREFETCH window: disabled

pci 0000:00:0a.0: PCI bridge, secondary bus 0000:07

pci 0000:00:0a.0:   IO window: disabled

pci 0000:00:0a.0:   MEM window: 0xda000000-0xdaffffff

pci 0000:00:0a.0:   PREFETCH window: disabled

pci 0000:00:0b.0: PCI bridge, secondary bus 0000:08

pci 0000:00:0b.0:   IO window: disabled

pci 0000:00:0b.0:   MEM window: 0xd9000000-0xd9ffffff

pci 0000:00:0b.0:   PREFETCH window: disabled

NET: Registered protocol family 2

IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)

TCP established hash table entries: 524288 (order: 11, 8388608 bytes)

TCP bind hash table entries: 65536 (order: 9, 3670016 bytes)

TCP: Hash tables configured (established 524288 bind 65536)

TCP reno registered

NET: Registered protocol family 1

checking if image is initramfs... it is

debug: unmapping init memory ffff880037d8b000..ffff880037ff0000

====[ backtrace testing ]===========

Testing a backtrace from process context.

The following trace is a kernel self test and not a bug!

Pid: 1, comm: swapper Not tainted 2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff802c3eb8>] ? __percpu_alloc_mask+0xfb/0x137

 [<ffffffff8026e9dd>] backtrace_regression_test+0x38/0xf7

 [<ffffffff808ca152>] ? crash_notes_memory_init+0x0/0x3d

 [<ffffffff8020905c>] do_one_initcall+0x56/0x130

 [<ffffffff80282dc4>] ? register_irq_proc+0xae/0xca

 [<ffffffff80300000>] ? writenote+0x8b/0xb8

 [<ffffffff808b193a>] kernel_init+0x1a2/0x1f9

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80257a8e>] ? up+0xf/0x39

 [<ffffffff808b1798>] ? kernel_init+0x0/0x1f9

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

Testing a backtrace from irq context.

The following trace is a kernel self test and not a bug!

Pid: 4, comm: ksoftirqd/0 Not tainted 2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 <IRQ>  [<ffffffff802607e3>] ? trace_hardirqs_on_caller+0x11a/0x15f

 [<ffffffff8026e997>] backtrace_test_irq_callback+0x9/0x17

 [<ffffffff80245dcf>] tasklet_action+0x6f/0xce

 [<ffffffff8024595f>] __do_softirq+0x80/0x159

 [<ffffffff8020cfdc>] call_softirq+0x1c/0x34

 <EOI>  [<ffffffff8020e4d3>] do_softirq+0x39/0x8e

 [<ffffffff80245cf5>] ksoftirqd+0x94/0xff

 [<ffffffff80245c61>] ? ksoftirqd+0x0/0xff

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

Testing a saved backtrace.

The following trace is a kernel self test and not a bug!

 [<ffffffff802168c3>] save_stack_trace+0x2a/0x48

 [<ffffffff8026ea7b>] backtrace_regression_test+0xd6/0xf7

 [<ffffffff8020905c>] do_one_initcall+0x56/0x130

 [<ffffffff808b193a>] kernel_init+0x1a2/0x1f9

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffffffffffff>] 0xffffffffffffffff

====[ end of backtrace testing ]====

audit: initializing netlink socket (disabled)

type=2000 audit(1234879200.554:1): initialized

rcu-torture:--- Start of test: nreaders=8 nfakewriters=4 stat_interval=0 verbose=0 test_no_idle_hz=0 shuffle_interval=3 stutter=5 irqreader=1

HugeTLB registered 2 MB page size, pre-allocated 0 pages

VFS: Disk quotas dquot_6.5.2

Dquot-cache hash table entries: 512 (order 0, 4096 bytes)

msgmni has been set to 7867

alg: No test for stdrng (krng)

io scheduler noop registered

io scheduler anticipatory registered

io scheduler deadline registered

io scheduler cfq registered (default)

pci 0000:00:08.0: Found enabled HT MSI Mapping

pci 0000:00:09.0: Found enabled HT MSI Mapping

pci 0000:00:0a.0: Found enabled HT MSI Mapping

pci 0000:00:0b.0: Found enabled HT MSI Mapping

pci_hotplug: PCI Hot Plug PCI Core version: 0.5

processor ACPI_CPU:00: registered as cooling_device0

ACPI: Processor [CPU0] (supports 8 throttling states)

processor ACPI_CPU:01: registered as cooling_device1

ACPI: Processor [CPU1] (supports 8 throttling states)

processor ACPI_CPU:02: registered as cooling_device2

ACPI: Processor [CPU2] (supports 8 throttling states)

processor ACPI_CPU:03: registered as cooling_device3

ACPI: Processor [CPU3] (supports 8 throttling states)

Real Time Clock Driver v1.12b

Non-volatile memory driver v1.3

Linux agpgart interface v0.103

Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

erial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

00:03: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

brd: module loaded

Uniform Multi-Platform E-IDE driver

ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports

ide0 at 0x1f0-0x1f7,0x3f6 on irq 14

ide1 at 0x170-0x177,0x376 on irq 15

ide-gd driver 1.18

PNP: No PS/2 controller found. Probing ports directly.

serio: i8042 KBD port at 0x60,0x64 irq 1

serio: i8042 AUX port at 0x60,0x64 irq 12

mice: PS/2 mouse device common for all mice

cpuidle: using governor ladder

usbcore: registered new interface driver hiddev

usbcore: registered new interface driver usbhid

usbhid: v2.6:USB HID core driver

TCP bic registered

Initializing XFRM netlink socket

NET: Registered protocol family 17

powernow-k8: Found 1 Dual-Core AMD Opteron(tm) Processor 2218 processors (4 cpu cores) (version 2.20.00)

------------[ cut here ]------------

WARNING: at arch/x86/kernel/cpu/cpufreq/powernow-k8.c:1255 powernowk8_cpu_init+0x493/0xd22()

Hardware name: BladeCenter LS21 -[79716AA]-

[Firmware Bug]: powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor.

Modules linked in:

Pid: 1, comm: swapper Not tainted 2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff80257ab3>] ? up+0x34/0x39

 [<ffffffff802606a9>] ? mark_held_locks+0x49/0x69

 [<ffffffff80527038>] ? __mutex_unlock_slowpath+0x117/0x123

 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff8052704d>] ? mutex_unlock+0x9/0xb

 [<ffffffff803f26f0>] ? acpi_processor_register_performance+0x3a9/0x3da

 [<ffffffff802bffd2>] ? kmem_cache_alloc+0xcc/0xfa

 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f

 [<ffffffff8039be94>] ? __bitmap_weight+0x78/0x8d

 [<ffffffff8051eed2>] powernowk8_cpu_init+0x493/0xd22

 [<ffffffff8025f25a>] ? lockdep_init_map+0x9c/0x467

 [<ffffffff8047dadc>] ? lock_policy_rwsem_write+0x46/0xaf

 [<ffffffff8047dec5>] cpufreq_add_dev+0x1c6/0x7af

 [<ffffffff80262e82>] ? __lock_acquire+0x773/0x7de

 [<ffffffff802606a9>] ? mark_held_locks+0x49/0x69

 [<ffffffff8052774f>] ? mutex_lock_nested+0x29b/0x2b4

 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f

 [<ffffffff8025e753>] ? debug_mutex_free_waiter+0x53/0x57

 [<ffffffff8052775b>] ? mutex_lock_nested+0x2a7/0x2b4

 [<ffffffff80425df0>] ? sysdev_driver_register+0x75/0x10d

 [<ffffffff80425e2a>] sysdev_driver_register+0xaf/0x10d

 [<ffffffff8047cb95>] cpufreq_register_driver+0xc7/0x1f6

 [<ffffffff8051ea33>] powernowk8_init+0xc5/0xd1

 [<ffffffff8051e96e>] ? powernowk8_init+0x0/0xd1

 [<ffffffff8020905c>] do_one_initcall+0x56/0x130

 [<ffffffff80282dc4>] ? register_irq_proc+0xae/0xca

 [<ffffffff80300000>] ? writenote+0x8b/0xb8

 [<ffffffff808b193a>] kernel_init+0x1a2/0x1f9

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80257a8e>] ? up+0xf/0x39

 [<ffffffff808b1798>] ? kernel_init+0x0/0x1f9

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b32 ]---

registered taskstats version 1

debug: unmapping init memory ffffffff808b1000..ffffffff8091c000

Write protecting the kernel read-only data: 4820k

Testing CPA: undo ffffffff80209000-ffffffff806be000

Testing CPA: again

Red Hat nash version 5.1.19.6 starting

Mounting proc filesystem

Mounting sysfs filesystem

Creating /dev

Creating initial device nodes

Setting up hotplug.

Creating block device nodes.

Louhci_hcd: USB Universal Host Controller Interface driver

ading uhci-hcd.kohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver

o module

LoadinACPI: PCI Interrupt Link [LPUS] enabled at IRQ 5

g ohci-hcd.ko moohci_hcd 0000:00:03.0: PCI INT A -> Link[LPUS] -> GSI 5 (level, low) -> IRQ 5

dule

ohci_hcd 0000:00:03.0: OHCI Host Controller

ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1

ohci_hcd 0000:00:03.0: irq 5, io mem 0xf3fff000

usb usb1: configuration #1 chosen from 1 choice

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 2 ports detected

ohci_hcd 0000:00:03.1: PCI INT A -> Link[LPUS] -> GSI 5 (level, low) -> IRQ 5

ohci_hcd 0000:00:03.1: OHCI Host Controller

ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2

ohci_hcd 0000:00:03.1: irq 5, io mem 0xf3ffe000

usb usb2: configuration #1 chosen from 1 choice

hub 2-0:1.0: USB hub found

hub 2-0:1.0: 2 ports detected

Loading ehci-hcdehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

.ko module

Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after

ehci_hcd 0000:00:03.2: PCI INT A -> Link[LPUS] -> GSI 5 (level, low) -> IRQ 5

ehci_hcd 0000:00:03.2: EHCI Host Controller

ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3

ehci_hcd 0000:00:03.2: irq 5, io mem 0xf3ffd000

ehci_hcd 0000:00:03.2: USB 2.0 started, EHCI 1.00

usb usb3: configuration #1 chosen from 1 choice

hub 3-0:1.0: USB hub found

hub 3-0:1.0: 4 ports detected

Loading jbd.ko module

Loading ext3.ko module

Loading scsi_mod.ko module

SCSI subsystem initialized

Loading sd_mod.ko module

Driver 'sd' needs updating - please use bus_type methods

Loading scsi_transport_sas.ko module

Loading mptbase.ko module

Fusion MPT base driver 3.04.07

Copyright (c) 1999-2008 LSI Corporation

Loading mptscsih.ko module

Loading mptsas.ko module

Fusion MPT SAS Host driver 3.04.07

ACPI: PCI Interrupt Link [LP03] enabled at IRQ 9

mptsas 0000:03:04.0: PCI INT A -> Link[LP03] -> GSI 9 (level, low) -> IRQ 9

mptbase: ioc0: Initiating bringup

ioc0: LSISAS1064 A3: Capabilities={Initiator}

usb 3-4: new high speed USB device using ehci_hcd and address 2

usb 3-4: configuration #1 chosen from 1 choice

hub 3-4:1.0: USB hub found

hub 3-4:1.0: 2 ports detected

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff8039864e>] ? number+0x115/0x21f

 [<ffffffff80529000>] ? _read_lock_irq+0x35/0x41

 [<ffffffff80529100>] ? _read_lock_irqsave+0x47/0x4d

 [<ffffffff80353336>] ? zisofs_readpage+0x178/0x92e

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffffa009e421>] mpt_findImVolumes+0x88/0x76a [mptbase]

 [<ffffffff80249813>] ? destroy_timer_on_stack+0x10/0x12

 [<ffffffff80526cbd>] ? schedule_timeout+0xb1/0xcd

 [<ffffffff80249deb>] ? process_timeout+0x0/0xb

 [<ffffffff80526cf2>] ? schedule_timeout_uninterruptible+0x19/0x1b

 [<ffffffff8024a23c>] ? msleep+0x14/0x1e

 [<ffffffffa009b237>] ? WaitForDoorbellInt+0x3f/0x91 [mptbase]

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff8025e6c7>] ? debug_mutex_init+0x31/0x3d

 [<ffffffffa009f1f4>] mpt_do_ioc_recovery+0x6f1/0x16ab [mptbase]

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff80526a67>] ? wait_for_common+0xd1/0x11e

 [<ffffffff80526aa2>] ? wait_for_common+0x10c/0x11e

 [<ffffffff80236f84>] ? default_wake_function+0x0/0xf

 [<ffffffff8025443d>] ? kthread_create+0x104/0x117

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff803977e3>] ? __up_read+0x7a/0x83

 [<ffffffff80257434>] ? up_read+0x26/0x2b

 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90

 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b34 ]---

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff8039864e>] ? number+0x115/0x21f

 [<ffffffff80529000>] ? _read_lock_irq+0x35/0x41

 [<ffffffff80529100>] ? _read_lock_irqsave+0x47/0x4d

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffffa009e5c6>] mpt_findImVolumes+0x22d/0x76a [mptbase]

 [<ffffffff80249813>] ? destroy_timer_on_stack+0x10/0x12

 [<ffffffff80526cbd>] ? schedule_timeout+0xb1/0xcd

 [<ffffffff80249deb>] ? process_timeout+0x0/0xb

 [<ffffffff80526cf2>] ? schedule_timeout_uninterruptible+0x19/0x1b

 [<ffffffff8024a23c>] ? msleep+0x14/0x1e

 [<ffffffffa009b237>] ? WaitForDoorbellInt+0x3f/0x91 [mptbase]

 [<ffffffffa00a02f3>] ? mpt_timer_expired+0x0/0x2d [mptbase]

 [<ffffffffa009f1f4>] mpt_do_ioc_recovery+0x6f1/0x16ab [mptbase]

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff80526a67>] ? wait_for_common+0xd1/0x11e

 [<ffffffff80526aa2>] ? wait_for_common+0x10c/0x11e

 [<ffffffff80236f84>] ? default_wake_function+0x0/0xf

 [<ffffffff8025443d>] ? kthread_create+0x104/0x117

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff803977e3>] ? __up_read+0x7a/0x83

 [<ffffffff80257434>] ? up_read+0x26/0x2b

 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90

 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b35 ]---

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff8029ada6>] ? free_hot_page+0xb/0xd

 [<ffffffff8029b15c>] ? __free_pages+0x23/0x2c

 [<ffffffff8029b1aa>] ? free_pages+0x45/0x4a

 [<ffffffff80224fb4>] ? gart_free_coherent+0x37/0x3c

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffffa009fc88>] mpt_do_ioc_recovery+0x1185/0x16ab [mptbase]

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff80526a67>] ? wait_for_common+0xd1/0x11e

 [<ffffffff80526aa2>] ? wait_for_common+0x10c/0x11e

 [<ffffffff80236f84>] ? default_wake_function+0x0/0xf

 [<ffffffff8025443d>] ? kthread_create+0x104/0x117

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff803977e3>] ? __up_read+0x7a/0x83

 [<ffffffff80257434>] ? up_read+0x26/0x2b

 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90

 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b36 ]---

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff8029ada6>] ? free_hot_page+0xb/0xd

 [<ffffffff8029b15c>] ? __free_pages+0x23/0x2c

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffff8029ada6>] ? free_hot_page+0xb/0xd

 [<ffffffff8029b15c>] ? __free_pages+0x23/0x2c

 [<ffffffff8029b1aa>] ? free_pages+0x45/0x4a

 [<ffffffffa009fe59>] mpt_do_ioc_recovery+0x1356/0x16ab [mptbase]

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffffa00a02f3>] ? mpt_timer_expired+0x0/0x2d [mptbase]

 [<ffffffff8025443d>] ? kthread_create+0x104/0x117

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff803977e3>] ? __up_read+0x7a/0x83

 [<ffffffff80257434>] ? up_read+0x26/0x2b

 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90

 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b37 ]---

scsi0 : ioc0: LSISAS1064 A3, FwRev=000a0f00h, Ports=1, MaxQ=511, IRQ=9

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff80353634>] ? zisofs_readpage+0x476/0x92e

 [<ffffffff80398e8c>] ? string+0x3d/0xa2

 [<ffffffff80398e8c>] ? string+0x3d/0xa2

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffffa00ba388>] mptsas_probe_hba_phys+0x8e/0x8b3 [mptsas]

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff8030ed27>] ? proc_register+0xb9/0x11a

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff8052774f>] ? mutex_lock_nested+0x29b/0x2b4

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff8052775b>] ? mutex_lock_nested+0x2a7/0x2b4

 [<ffffffffa00bbcbf>] ? mptsas_probe+0x398/0x439 [mptsas]

 [<ffffffffa00bbcc7>] mptsas_probe+0x3a0/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b38 ]---

scsi 0:0:0:0: Direct-Access     IBM-ESXS MAY2073RC        T107 PQ: 0 ANSI: 5

sd 0:0:0:0: [sda] 143374000 512-byte hardware sectors: (73.4 GB/68.3 GiB)

sd 0:0:0:0: [sda] Write Protect is off

sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA

sd 0:0:0:0: [sda] 143374000 512-byte hardware sectors: (73.4 GB/68.3 GiB)

sd 0:0:0:0: [sda] Write Protect is off

sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA

 sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >

sd 0:0:0:0: [sda] Attached SCSI disk

Loading usb-storInitializing USB Mass Storage driver...

age.ko module

usbcore: registered new interface driver usb-storage

USB Mass Storage support registered.

Waiting for driver initialization.

Waiting for driver initialization.

Scanning and configuring dmraid supported devices

Creating root device.

Mounting root filesystem.

kjournald starting.  Commit interval 5 seconds

EXT3-fs: mounted filesystem with ordered data mode.

Setting up other filesystems.

Setting up new root fs

no fstab.sys, mounting internal defaults

Switching to new root and running init.

unmounting old /dev

unmounting old /proc

unmounting old /sys


INIT: version 2.86 booting


                Welcome to Red Hat Enterprise Linux Server

                Press 'I' to enter interactive startup.

Setting clock  (utc): Tue Feb 17 19:31:00 IST 2009 [  OK  ]


Starting udev: [  OK  ]


Loading default keymap (us): [  OK  ]


Setting hostname ls21b:  [  OK  ]


No devices found

Setting up Logical Volume Management:   No volume groups found

[  OK  ]


Checking filesystems

Checking all file systems.

[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/sda1 

/1: clean, 599737/10246368 files, 6014197/10239421 blocks

[  OK  ]


Remounting root filesystem in read-write mode:  [  OK  ]


Mounting local filesystems:  [  OK  ]


Enabling local filesystem quotas:  [  OK  ]


Enabling /etc/fstab swaps:  [  OK  ]


INIT: Entering runlevel: 3


Entering non-interactive startup

Starting background readahead: [  OK  ]


Applying ip6tables firewall rules: [  OK  ]


Bringing up loopback interface:  [  OK  ]


Bringing up interface eth1:  [  OK  ]


Starting auditd: [  OK  ]


Starting system logger: [  OK  ]


Starting kernel logger: [  OK  ]


Starting irqbalance: [  OK  ]


Starting portmap: [  OK  ]


Starting NFS statd: [  OK  ]


Starting RPC idmapd: FATAL: Module sunrpc not found.

FATAL: Error running install command for sunrpc

Error: RPC MTAB does not exist.

Starting system message bus: [  OK  ]


Starting Bluetooth services:[  OK  ]
[  OK  ]


Mounting other filesystems:  [  OK  ]


Starting PC/SC smart card daemon (pcscd): [  OK  ]


Starting hidd: [  OK  ]


Starting autofs:  Loading autofs4: [  OK  ]


Starting automount: [  OK  ]


[  OK  ]


Starting acpi daemon: [  OK  ]


Starting sshd: [  OK  ]


Starting cups: [  OK  ]


Starting xinetd: [  OK  ]


Starting sendmail: [  OK  ]


Starting sm-client: [  OK  ]


Starting console mouse services: [  OK  ]


Starting crond: [  OK  ]


Starting xfs: [  OK  ]


Starting anacron: [  OK  ]


Starting atd: [  OK  ]


Starting yum-updatesd: [  OK  ]


Starting Avahi daemon... [  OK  ]


Starting HAL daemon: [  OK  ]


Starting smartd: [  OK  ]




Red Hat Enterprise Linux Server release 5.1 (Tikanga)

Kernel 2.6.29-rc5-autotest-next-20090217 on an x86_64



ls21b login: -- 0:conmux-control -- time-stamp -- Feb/17/09  6:02:53 --


^ permalink raw reply

* Re: Next 17 : warn_slowpath() / powernowk8_cpu_init
From: Sachin P. Sant @ 2009-02-17 15:28 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, LKML, Mel Gorman
In-Reply-To: <499AD63B.5040608@in.ibm.com>

Sachin P. Sant wrote:
> While booting next 17 kernel on a x86_64 box noticed the following
>
> powernow-k8: Found 1 Dual-Core AMD Opteron(tm) Processor 2218 
> processors (4 cpu cores) (version 2.20.00)
> ------------[ cut here ]------------
> WARNING: at arch/x86/kernel/cpu/cpufreq/powernow-k8.c:1255 
> powernowk8_cpu_init+0x493/0xd22()
/proc/cpuinfo output
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 65
model name      : Dual-Core AMD Opteron(tm) Processor 2218
stepping        : 2
cpu MHz         : 2200.007
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips        : 4400.01
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

Let me know if more information is required.

Thanks
-Sachin

-- 

---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------

^ permalink raw reply

* Next 17 : warn_slowpath() / powernowk8_cpu_init
From: Sachin P. Sant @ 2009-02-17 15:22 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, LKML, Mel Gorman
In-Reply-To: <20090217203832.d6f2ef79.sfr@canb.auug.org.au>

[-- Attachment #1: Type: text/plain, Size: 2821 bytes --]

While booting next 17 kernel on a x86_64 box noticed the following

powernow-k8: Found 1 Dual-Core AMD Opteron(tm) Processor 2218 processors (4 cpu cores) (version 2.20.00)
------------[ cut here ]------------
WARNING: at arch/x86/kernel/cpu/cpufreq/powernow-k8.c:1255 powernowk8_cpu_init+0x493/0xd22()
Hardware name: BladeCenter LS21 -[79716AA]-
[Firmware Bug]: powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor.
Modules linked in:

Pid: 1, comm: swapper Not tainted 2.6.29-rc5-autotest-next-20090217 #1

Call Trace:
 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2
 [<ffffffff80257ab3>] ? up+0x34/0x39
 [<ffffffff802606a9>] ? mark_held_locks+0x49/0x69
 [<ffffffff80527038>] ? __mutex_unlock_slowpath+0x117/0x123
 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f
 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff8052704d>] ? mutex_unlock+0x9/0xb
 [<ffffffff803f26f0>] ? acpi_processor_register_performance+0x3a9/0x3da
 [<ffffffff802bffd2>] ? kmem_cache_alloc+0xcc/0xfa
 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f
 [<ffffffff8039be94>] ? __bitmap_weight+0x78/0x8d
 [<ffffffff8051eed2>] powernowk8_cpu_init+0x493/0xd22
 [<ffffffff8025f25a>] ? lockdep_init_map+0x9c/0x467
 [<ffffffff8047dadc>] ? lock_policy_rwsem_write+0x46/0xaf
 [<ffffffff8047dec5>] cpufreq_add_dev+0x1c6/0x7af
 [<ffffffff80262e82>] ? __lock_acquire+0x773/0x7de
 [<ffffffff802606a9>] ? mark_held_locks+0x49/0x69
 [<ffffffff8052774f>] ? mutex_lock_nested+0x29b/0x2b4
 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f
 [<ffffffff8025e753>] ? debug_mutex_free_waiter+0x53/0x57
 [<ffffffff8052775b>] ? mutex_lock_nested+0x2a7/0x2b4
 [<ffffffff80425df0>] ? sysdev_driver_register+0x75/0x10d
 [<ffffffff80425e2a>] sysdev_driver_register+0xaf/0x10d
 [<ffffffff8047cb95>] cpufreq_register_driver+0xc7/0x1f6
 [<ffffffff8051ea33>] powernowk8_init+0xc5/0xd1
 [<ffffffff8051e96e>] ? powernowk8_init+0x0/0xd1
 [<ffffffff8020905c>] do_one_initcall+0x56/0x130
 [<ffffffff80282dc4>] ? register_irq_proc+0xae/0xca
 [<ffffffff80300000>] ? writenote+0x8b/0xb8
 [<ffffffff808b193a>] kernel_init+0x1a2/0x1f9
 [<ffffffff8020ceda>] child_rip+0xa/0x20
 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30
 [<ffffffff80257a8e>] ? up+0xf/0x39
 [<ffffffff808b1798>] ? kernel_init+0x0/0x1f9
 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b32 ]---

Should i be worried ? 

I also see few more traces with __debug_object_init().
Will send a separate mail with details for that problem.

Complete dmesg attached.

Thanks
-Sachin


-- 

---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------


[-- Attachment #2: dmesg_x86_64_next17 --]
[-- Type: text/plain, Size: 48126 bytes --]

root (hd0,0)

 Filesystem type is ext2fs, partition type 0x83

kernel /boot/vmlinuz-autotest root=/dev/sda1 console=tty0 selinux=0 console=tty

S1,19200 noapic IDENT=1234879013

   [Linux-bzImage, setup=0x2c00, size=0x280e90]

initrd /boot/initrd-autotest

   [Linux-initrd @ 0x37d8b000, 0x264497 bytes]



Initializing cgroup subsys cpuset

Initializing cgroup subsys cpu

Linux version 2.6.29-rc5-autotest-next-20090217 (root@ls21b) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Tue Feb 17 19:24:51 IST 2009

Command line: root=/dev/sda1 console=tty0 selinux=0 console=ttyS1,19200 noapic IDENT=1234879013

KERNEL supported cpus:

  Intel GenuineIntel

  AMD AuthenticAMD

  Centaur CentaurHauls

BIOS-provided physical RAM map:

 BIOS-e820: 0000000000000000 - 000000000009d000 (usable)

 BIOS-e820: 000000000009d000 - 00000000000a0000 (reserved)

 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)

 BIOS-e820: 0000000000100000 - 00000000cffa44c0 (usable)

 BIOS-e820: 00000000cffa44c0 - 00000000cffa7400 (ACPI data)

 BIOS-e820: 00000000cffa7400 - 00000000d0000000 (reserved)

 BIOS-e820: 00000000f4000000 - 00000000fc000000 (reserved)

 BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)

 BIOS-e820: 0000000100000000 - 0000000130000000 (usable)

DMI 2.3 present.

last_pfn = 0x130000 max_arch_pfn = 0x100000000

last_pfn = 0xcffa4 max_arch_pfn = 0x100000000

init_memory_mapping: 0000000000000000-00000000cffa4000

last_map_addr: cffa4000 end: cffa4000

init_memory_mapping: 0000000100000000-0000000130000000

last_map_addr: 130000000 end: 130000000

RAMDISK: 37d8b000 - 37fef497

ACPI: RSDP 000FDFE0, 0014 (r0 IBM   )

ACPI: RSDT CFFA7380, 0038 (r1 IBM    SERLEWIS     1000 IBM  45444F43)

ACPI: FACP CFFA72C0, 0084 (r2 IBM    SERLEWIS     1000 IBM  45444F43)

FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)

FADT: X_PM1b_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)

ACPI: DSDT CFFA44C0, 2B02 (r1 IBM    SERLEWIS     1000 INTL  2002025)

ACPI: FACS CFFA7040, 0040

ACPI: APIC CFFA7200, 0090 (r1 IBM    SERLEWIS     1000 IBM  45444F43)

ACPI: SRAT CFFA7100, 00E8 (r1 AMD    HAMMER          1 AMD         1)

ACPI: HPET CFFA70C0, 0038 (r1 IBM    SERLEWIS     1000 IBM  45444F43)

ACPI: MCFG CFFA7080, 003C (r1 IBM    SERLEWIS     1000 IBM  45444F43)

SRAT: PXM 0 -> APIC 0 -> Node 0

SRAT: PXM 0 -> APIC 1 -> Node 0

SRAT: PXM 1 -> APIC 2 -> Node 1

SRAT: PXM 1 -> APIC 3 -> Node 1

SRAT: Node 0 PXM 0 0-a0000

SRAT: Node 0 PXM 0 100000-d0000000

SRAT: Node 0 PXM 0 100000000-130000000

Bootmem setup node 0 0000000000000000-0000000130000000

  NODE_DATA [000000000000a640 - 000000000001063f]

  bootmap [0000000000011000 -  0000000000036fff] pages 26

(8 early reservations) ==> bootmem [0000000000 - 0130000000]

  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]

  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]

  #2 [0000200000 - 000159ac80]    TEXT DATA BSS ==> [0000200000 - 000159ac80]

  #3 [0037d8b000 - 0037fef497]          RAMDISK ==> [0037d8b000 - 0037fef497]

  #4 [000009d000 - 0000100000]    BIOS reserved ==> [000009d000 - 0000100000]

  #5 [000159b000 - 0001c1e000]          PGTABLE ==> [000159b000 - 0001c1e000]

  #6 [0001c1e000 - 0001d9f000]          PGTABLE ==> [0001c1e000 - 0001d9f000]

  #7 [0000008000 - 000000a640]       MEMNODEMAP ==> [0000008000 - 000000a640]

found SMP MP-table at [ffff88000009d140] 9d140

Zone PFN ranges:

  DMA      0x00000000 -> 0x00001000

  DMA32    0x00001000 -> 0x00100000

  Normal   0x00100000 -> 0x00130000

Movable zone start PFN for each node

early_node_map[3] active PFN ranges

    0: 0x00000000 -> 0x0000009d

    0: 0x00000100 -> 0x000cffa4

    0: 0x00100000 -> 0x00130000

Detected use of extended apic ids on hypertransport bus

Detected use of extended apic ids on hypertransport bus

ACPI: PM-Timer IO Port: 0x488

ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)

ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)

ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)

ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)

ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])

ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])

ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])

ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])

ACPI: Skipping IOAPIC probe due to 'noapic' option.

Using ACPI for processor (LAPIC) configuration information

ACPI: HPET id: 0x1166a201 base: 0xfed00000

Intel MultiProcessor Specification v1.4

MPTABLE: OEM ID: IBM ENSW

MPTABLE: Product ID: LEWIS  SMP  

MPTABLE: APIC at: 0xFEE00000

I/O APIC #14 Version 17 at 0xFEC00000.

I/O APIC #13 Version 17 at 0xFEC02000.

Processors: 4

SMP: Allowing 4 CPUs, 0 hotplug CPUs

Allocating PCI resources starting at d4000000 (gap: d0000000:24000000)

NR_CPUS:255 nr_cpumask_bits:255 nr_cpu_ids:4 nr_node_ids:1

PERCPU: Allocating 81920 bytes of per cpu data

Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1021527

Policy zone: Normal

Kernel command line: root=/dev/sda1 console=tty0 selinux=0 console=ttyS1,19200 noapic IDENT=1234879013

Initializing CPU#0

Experimental hierarchical RCU implementation.

RCU-based detection of stalled CPUs is enabled.

Experimental hierarchical RCU init done.

NR_IRQS:4352

PID hash table entries: 4096 (order: 12, 32768 bytes)

Fast TSC calibration using PIT

Detected 2200.007 MHz processor.

Console: colour VGA+ 80x25

console [tty0] enabled

console [ttyS1] enabled

Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar

... MAX_LOCKDEP_SUBCLASSES:  8

... MAX_LOCK_DEPTH:          48

... MAX_LOCKDEP_KEYS:        8191

... CLASSHASH_SIZE:          4096

... MAX_LOCKDEP_ENTRIES:     8192

... MAX_LOCKDEP_CHAINS:      16384

... CHAINHASH_SIZE:          8192

 memory used by lock dependency info: 4607 kB

 per task-struct memory footprint: 1920 bytes

------------------------

| Locking API testsuite:

----------------------------------------------------------------------------

                                 | spin |wlock |rlock |mutex | wsem | rsem |

  --------------------------------------------------------------------------

                     A-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

                 A-B-B-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

             A-B-B-C-C-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

             A-B-C-A-B-C deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

         A-B-B-C-C-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

         A-B-C-D-B-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

         A-B-C-D-B-C-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

                    double unlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

                  initialize held:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

                 bad unlock order:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |

  --------------------------------------------------------------------------

              recursive read-lock:             |  ok  |             |  ok  |

           recursive read-lock #2:             |  ok  |             |  ok  |

            mixed read-write-lock:             |  ok  |             |  ok  |

            mixed write-read-lock:             |  ok  |             |  ok  |

  --------------------------------------------------------------------------

     hard-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |

     soft-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |

     hard-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |

     soft-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |

       sirq-safe-A => hirqs-on/12:  ok  |  ok  |  ok  |

       sirq-safe-A => hirqs-on/21:  ok  |  ok  |  ok  |

         hard-safe-A + irqs-on/12:  ok  |  ok  |  ok  |

         soft-safe-A + irqs-on/12:  ok  |  ok  |  ok  |

         hard-safe-A + irqs-on/21:  ok  |  ok  |  ok  |

         soft-safe-A + irqs-on/21:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |

    hard-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |

    soft-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/123:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/123:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/132:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/132:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/213:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/213:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/231:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/231:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/312:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/312:  ok  |  ok  |  ok  |

      hard-irq lock-inversion/321:  ok  |  ok  |  ok  |

      soft-irq lock-inversion/321:  ok  |  ok  |  ok  |

      hard-irq read-recursion/123:  ok  |

      soft-irq read-recursion/123:  ok  |

      hard-irq read-recursion/132:  ok  |

      soft-irq read-recursion/132:  ok  |

      hard-irq read-recursion/213:  ok  |

      soft-irq read-recursion/213:  ok  |

      hard-irq read-recursion/231:  ok  |

      soft-irq read-recursion/231:  ok  |

      hard-irq read-recursion/312:  ok  |

      soft-irq read-recursion/312:  ok  |

      hard-irq read-recursion/321:  ok  |

      soft-irq read-recursion/321:  ok  |

-------------------------------------------------------

Good, all 218 testcases passed! |

---------------------------------

allocated 41943040 bytes of page_cgroup

please try cgroup_disable=memory option if you don't want

Checking aperture...

No AGP bridge found

Node 0: aperture @ f4000000 size 64 MB

Node 1: aperture @ f4000000 size 64 MB

Memory: 4028404k/4980736k available (3259k kernel code, 787196k absent, 165136k reserved, 2441k data, 428k init)

ODEBUG: selftest passed

HPET: 3 timers in total, 0 timers will be used for per-cpu timer

Calibrating delay loop (skipped), value calculated using timer frequency.. <7>spurious 8259A interrupt: IRQ7.

4400.01 BogoMIPS (lpj=2200007)

Security Framework initialized

SELinux:  Disabled at boot.

Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)

Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)

Mount-cache hash table entries: 256

Initializing cgroup subsys debug

Initializing cgroup subsys ns

Initializing cgroup subsys cpuacct

Initializing cgroup subsys memory

Initializing cgroup subsys devices

Initializing cgroup subsys freezer

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 1024K (64 bytes/line)

CPU 0/0x0 -> Node 0

CPU: Physical Processor ID: 0

CPU: Processor Core ID: 0

using C1E aware idle routine

ACPI: Core revision 20090123

ACPI: setting ELCR to 0200 (from 06a0)

Setting APIC routing to flat

CPU0: Dual-Core AMD Opteron(tm) Processor 2218 stepping 02

APIC calibration not consistent with PM-Timer: 805ms instead of 100ms

APIC delta adjusted to PM-Timer: 8523016 (68659200)

lockdep: fixing up alternatives.

Booting processor 1 APIC 0x2 ip 0x6000

Initializing CPU#1

Calibrating delay using timer specific routine.. 30001.05 BogoMIPS (lpj=15000527)

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 1024K (64 bytes/line)

CPU 1/0x2 -> Node 0

CPU: Physical Processor ID: 1

CPU: Processor Core ID: 0

CPU1: Dual-Core AMD Opteron(tm) Processor 2218 stepping 02

lockdep: fixing up alternatives.

Booting processor 2 APIC 0x1 ip 0x6000

Initializing CPU#2

Calibrating delay using timer specific routine.. 30001.08 BogoMIPS (lpj=15000541)

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 1024K (64 bytes/line)

CPU 2/0x1 -> Node 0

CPU: Physical Processor ID: 0

CPU: Processor Core ID: 1

CPU2: Dual-Core AMD Opteron(tm) Processor 2218 stepping 02

lockdep: fixing up alternatives.

Booting processor 3 APIC 0x3 ip 0x6000

Initializing CPU#3

Calibrating delay using timer specific routine.. 30001.02 BogoMIPS (lpj=15000511)

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 1024K (64 bytes/line)

CPU 3/0x3 -> Node 0

CPU: Physical Processor ID: 1

CPU: Processor Core ID: 1

CPU3: Dual-Core AMD Opteron(tm) Processor 2218 stepping 02

Brought up 4 CPUs

Total of 4 processors activated (94403.17 BogoMIPS).

net_namespace: 1992 bytes

NET: Registered protocol family 16

TOM: 00000000d0000000 aka 3328M

TOM2: 0000000130000000 aka 4864M

ACPI: bus type pci registered

PCI: MCFG configuration 0: base fa000000 segment 0 buses 0 - 8

PCI: MCFG area at fa000000 reserved in E820

PCI: Using MMCONFIG at fa000000 - fa8fffff

PCI: Using configuration type 1 for base access

bio: create slab <bio-0> at 0

ACPI: Interpreter enabled

ACPI: (supports S0 S5)

ACPI: Using PIC for interrupt routing

ACPI: No dock devices found.

ACPI: PCI Root Bridge [PCI0] (0000:00)

pci 0000:00:01.0: Enabling HT MSI Mapping

pci 0000:00:03.2: PME# supported from D0 D1 D2 D3hot

pci 0000:00:03.2: PME# disabled

pci 0000:02:04.0: PME# supported from D3hot D3cold

pci 0000:02:04.0: PME# disabled

pci 0000:02:05.0: PME# supported from D3hot D3cold

pci 0000:02:05.0: PME# disabled

ACPI: PCI Interrupt Link [LPAC] (IRQs *9)

ACPI: PCI Interrupt Link [LPUS] (IRQs *5)

ACPI: PCI Interrupt Link [LPID] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LPSA] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LPSM] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP00] (IRQs *10)

ACPI: PCI Interrupt Link [LP01] (IRQs *7)

ACPI: PCI Interrupt Link [LP02] (IRQs *10)

ACPI: PCI Interrupt Link [LP03] (IRQs *9)

ACPI: PCI Interrupt Link [LP04] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP05] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP06] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP07] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP08] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP09] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0A] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0B] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0C] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0D] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0E] (IRQs) *0, disabled.

ACPI: PCI Interrupt Link [LP0F] (IRQs) *0, disabled.

usbcore: registered new interface driver usbfs

usbcore: registered new interface driver hub

usbcore: registered new device driver usb

PCI: Using ACPI for IRQ routing

NetLabel: Initializing

NetLabel:  domain hash size = 128

NetLabel:  protocols = UNLABELED CIPSOv4

NetLabel:  unlabeled traffic allowed by default

PCI-DMA: Disabling AGP.

PCI-DMA: aperture base @ f4000000 size 65536 KB

init_memory_mapping: 00000000f4000000-00000000f8000000

last_map_addr: f8000000 end: f8000000

PCI-DMA: using GART IOMMU.

PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture

hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0

hpet0: 3 comparators, 64-bit 14.318180 MHz counter

pnp: PnP ACPI init

ACPI: bus type pnp registered

pnp: PnP ACPI: found 12 devices

ACPI: ACPI bus type pnp unregistered

system 00:01: ioport range 0x510-0x517 has been reserved

system 00:01: ioport range 0x504-0x507 has been reserved

system 00:01: ioport range 0x500-0x503 has been reserved

system 00:01: ioport range 0x520-0x53f has been reserved

system 00:01: ioport range 0x540-0x547 has been reserved

system 00:01: ioport range 0x460-0x461 has been reserved

system 00:0a: ioport range 0x400-0x47f could not be reserved

system 00:0a: ioport range 0x480-0x4cf has been reserved

system 00:0a: ioport range 0x4d0-0x4d1 has been reserved

system 00:0a: ioport range 0x4d6-0x4e0 has been reserved

system 00:0a: ioport range 0x540-0x55f could not be reserved

system 00:0a: ioport range 0x600-0x600 has been reserved

system 00:0a: ioport range 0xc00-0xc01 has been reserved

system 00:0a: ioport range 0xc06-0xca6 has been reserved

system 00:0a: ioport range 0xca8-0xca8 has been reserved

system 00:0a: ioport range 0xcac-0xcac has been reserved

system 00:0a: ioport range 0xcb0-0xcb0 has been reserved

system 00:0a: ioport range 0xcb4-0xcb4 has been reserved

system 00:0a: ioport range 0xcc0-0xcdf has been reserved

system 00:0a: iomem range 0xf4000000-0xfbffffff could not be reserved

system 00:0a: iomem range 0xfec00000-0xffffffff has been reserved

pci 0000:01:0d.0: PCI bridge, secondary bus 0000:02

pci 0000:01:0d.0:   IO window: disabled

pci 0000:01:0d.0:   MEM window: 0xe2000000-0xe6ffffff

pci 0000:01:0d.0:   PREFETCH window: disabled

pci 0000:00:01.0: PCI bridge, secondary bus 0000:01

pci 0000:00:01.0:   IO window: disabled

pci 0000:00:01.0:   MEM window: 0xe2000000-0xe7ffffff

pci 0000:00:01.0:   PREFETCH window: disabled

pci 0000:00:06.0: PCI bridge, secondary bus 0000:03

pci 0000:00:06.0:   IO window: 0x4000-0x4fff

pci 0000:00:06.0:   MEM window: 0xdf000000-0xe00fffff

pci 0000:00:06.0:   PREFETCH window: 0x000000d4000000-0x000000d40fffff

pci 0000:00:07.0: PCI bridge, secondary bus 0000:04

pci 0000:00:07.0:   IO window: disabled

pci 0000:00:07.0:   MEM window: 0xdd000000-0xddffffff

pci 0000:00:07.0:   PREFETCH window: disabled

pci 0000:00:08.0: PCI bridge, secondary bus 0000:05

pci 0000:00:08.0:   IO window: disabled

pci 0000:00:08.0:   MEM window: 0xdc000000-0xdcffffff

pci 0000:00:08.0:   PREFETCH window: disabled

pci 0000:00:09.0: PCI bridge, secondary bus 0000:06

pci 0000:00:09.0:   IO window: disabled

pci 0000:00:09.0:   MEM window: 0xdb000000-0xdbffffff

pci 0000:00:09.0:   PREFETCH window: disabled

pci 0000:00:0a.0: PCI bridge, secondary bus 0000:07

pci 0000:00:0a.0:   IO window: disabled

pci 0000:00:0a.0:   MEM window: 0xda000000-0xdaffffff

pci 0000:00:0a.0:   PREFETCH window: disabled

pci 0000:00:0b.0: PCI bridge, secondary bus 0000:08

pci 0000:00:0b.0:   IO window: disabled

pci 0000:00:0b.0:   MEM window: 0xd9000000-0xd9ffffff

pci 0000:00:0b.0:   PREFETCH window: disabled

NET: Registered protocol family 2

IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)

TCP established hash table entries: 524288 (order: 11, 8388608 bytes)

TCP bind hash table entries: 65536 (order: 9, 3670016 bytes)

TCP: Hash tables configured (established 524288 bind 65536)

TCP reno registered

NET: Registered protocol family 1

checking if image is initramfs... it is

debug: unmapping init memory ffff880037d8b000..ffff880037ff0000

====[ backtrace testing ]===========

Testing a backtrace from process context.

The following trace is a kernel self test and not a bug!

Pid: 1, comm: swapper Not tainted 2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff802c3eb8>] ? __percpu_alloc_mask+0xfb/0x137

 [<ffffffff8026e9dd>] backtrace_regression_test+0x38/0xf7

 [<ffffffff808ca152>] ? crash_notes_memory_init+0x0/0x3d

 [<ffffffff8020905c>] do_one_initcall+0x56/0x130

 [<ffffffff80282dc4>] ? register_irq_proc+0xae/0xca

 [<ffffffff80300000>] ? writenote+0x8b/0xb8

 [<ffffffff808b193a>] kernel_init+0x1a2/0x1f9

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80257a8e>] ? up+0xf/0x39

 [<ffffffff808b1798>] ? kernel_init+0x0/0x1f9

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

Testing a backtrace from irq context.

The following trace is a kernel self test and not a bug!

Pid: 4, comm: ksoftirqd/0 Not tainted 2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 <IRQ>  [<ffffffff802607e3>] ? trace_hardirqs_on_caller+0x11a/0x15f

 [<ffffffff8026e997>] backtrace_test_irq_callback+0x9/0x17

 [<ffffffff80245dcf>] tasklet_action+0x6f/0xce

 [<ffffffff8024595f>] __do_softirq+0x80/0x159

 [<ffffffff8020cfdc>] call_softirq+0x1c/0x34

 <EOI>  [<ffffffff8020e4d3>] do_softirq+0x39/0x8e

 [<ffffffff80245cf5>] ksoftirqd+0x94/0xff

 [<ffffffff80245c61>] ? ksoftirqd+0x0/0xff

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

Testing a saved backtrace.

The following trace is a kernel self test and not a bug!

 [<ffffffff802168c3>] save_stack_trace+0x2a/0x48

 [<ffffffff8026ea7b>] backtrace_regression_test+0xd6/0xf7

 [<ffffffff8020905c>] do_one_initcall+0x56/0x130

 [<ffffffff808b193a>] kernel_init+0x1a2/0x1f9

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffffffffffff>] 0xffffffffffffffff

====[ end of backtrace testing ]====

audit: initializing netlink socket (disabled)

type=2000 audit(1234879200.554:1): initialized

rcu-torture:--- Start of test: nreaders=8 nfakewriters=4 stat_interval=0 verbose=0 test_no_idle_hz=0 shuffle_interval=3 stutter=5 irqreader=1

HugeTLB registered 2 MB page size, pre-allocated 0 pages

VFS: Disk quotas dquot_6.5.2

Dquot-cache hash table entries: 512 (order 0, 4096 bytes)

msgmni has been set to 7867

alg: No test for stdrng (krng)

io scheduler noop registered

io scheduler anticipatory registered

io scheduler deadline registered

io scheduler cfq registered (default)

pci 0000:00:08.0: Found enabled HT MSI Mapping

pci 0000:00:09.0: Found enabled HT MSI Mapping

pci 0000:00:0a.0: Found enabled HT MSI Mapping

pci 0000:00:0b.0: Found enabled HT MSI Mapping

pci_hotplug: PCI Hot Plug PCI Core version: 0.5

processor ACPI_CPU:00: registered as cooling_device0

ACPI: Processor [CPU0] (supports 8 throttling states)

processor ACPI_CPU:01: registered as cooling_device1

ACPI: Processor [CPU1] (supports 8 throttling states)

processor ACPI_CPU:02: registered as cooling_device2

ACPI: Processor [CPU2] (supports 8 throttling states)

processor ACPI_CPU:03: registered as cooling_device3

ACPI: Processor [CPU3] (supports 8 throttling states)

Real Time Clock Driver v1.12b

Non-volatile memory driver v1.3

Linux agpgart interface v0.103

Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled

serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

erial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

00:03: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

brd: module loaded

Uniform Multi-Platform E-IDE driver

ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports

ide0 at 0x1f0-0x1f7,0x3f6 on irq 14

ide1 at 0x170-0x177,0x376 on irq 15

ide-gd driver 1.18

PNP: No PS/2 controller found. Probing ports directly.

serio: i8042 KBD port at 0x60,0x64 irq 1

serio: i8042 AUX port at 0x60,0x64 irq 12

mice: PS/2 mouse device common for all mice

cpuidle: using governor ladder

usbcore: registered new interface driver hiddev

usbcore: registered new interface driver usbhid

usbhid: v2.6:USB HID core driver

TCP bic registered

Initializing XFRM netlink socket

NET: Registered protocol family 17

powernow-k8: Found 1 Dual-Core AMD Opteron(tm) Processor 2218 processors (4 cpu cores) (version 2.20.00)

------------[ cut here ]------------

WARNING: at arch/x86/kernel/cpu/cpufreq/powernow-k8.c:1255 powernowk8_cpu_init+0x493/0xd22()

Hardware name: BladeCenter LS21 -[79716AA]-

[Firmware Bug]: powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor.

Modules linked in:

Pid: 1, comm: swapper Not tainted 2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff80257ab3>] ? up+0x34/0x39

 [<ffffffff802606a9>] ? mark_held_locks+0x49/0x69

 [<ffffffff80527038>] ? __mutex_unlock_slowpath+0x117/0x123

 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff8052704d>] ? mutex_unlock+0x9/0xb

 [<ffffffff803f26f0>] ? acpi_processor_register_performance+0x3a9/0x3da

 [<ffffffff802bffd2>] ? kmem_cache_alloc+0xcc/0xfa

 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f

 [<ffffffff8039be94>] ? __bitmap_weight+0x78/0x8d

 [<ffffffff8051eed2>] powernowk8_cpu_init+0x493/0xd22

 [<ffffffff8025f25a>] ? lockdep_init_map+0x9c/0x467

 [<ffffffff8047dadc>] ? lock_policy_rwsem_write+0x46/0xaf

 [<ffffffff8047dec5>] cpufreq_add_dev+0x1c6/0x7af

 [<ffffffff80262e82>] ? __lock_acquire+0x773/0x7de

 [<ffffffff802606a9>] ? mark_held_locks+0x49/0x69

 [<ffffffff8052774f>] ? mutex_lock_nested+0x29b/0x2b4

 [<ffffffff802607fd>] ? trace_hardirqs_on_caller+0x134/0x15f

 [<ffffffff8025e753>] ? debug_mutex_free_waiter+0x53/0x57

 [<ffffffff8052775b>] ? mutex_lock_nested+0x2a7/0x2b4

 [<ffffffff80425df0>] ? sysdev_driver_register+0x75/0x10d

 [<ffffffff80425e2a>] sysdev_driver_register+0xaf/0x10d

 [<ffffffff8047cb95>] cpufreq_register_driver+0xc7/0x1f6

 [<ffffffff8051ea33>] powernowk8_init+0xc5/0xd1

 [<ffffffff8051e96e>] ? powernowk8_init+0x0/0xd1

 [<ffffffff8020905c>] do_one_initcall+0x56/0x130

 [<ffffffff80282dc4>] ? register_irq_proc+0xae/0xca

 [<ffffffff80300000>] ? writenote+0x8b/0xb8

 [<ffffffff808b193a>] kernel_init+0x1a2/0x1f9

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80257a8e>] ? up+0xf/0x39

 [<ffffffff808b1798>] ? kernel_init+0x0/0x1f9

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b32 ]---

registered taskstats version 1

debug: unmapping init memory ffffffff808b1000..ffffffff8091c000

Write protecting the kernel read-only data: 4820k

Testing CPA: undo ffffffff80209000-ffffffff806be000

Testing CPA: again

Red Hat nash version 5.1.19.6 starting

Mounting proc filesystem

Mounting sysfs filesystem

Creating /dev

Creating initial device nodes

Setting up hotplug.

Creating block device nodes.

Louhci_hcd: USB Universal Host Controller Interface driver

ading uhci-hcd.kohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver

o module

LoadinACPI: PCI Interrupt Link [LPUS] enabled at IRQ 5

g ohci-hcd.ko moohci_hcd 0000:00:03.0: PCI INT A -> Link[LPUS] -> GSI 5 (level, low) -> IRQ 5

dule

ohci_hcd 0000:00:03.0: OHCI Host Controller

ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1

ohci_hcd 0000:00:03.0: irq 5, io mem 0xf3fff000

usb usb1: configuration #1 chosen from 1 choice

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 2 ports detected

ohci_hcd 0000:00:03.1: PCI INT A -> Link[LPUS] -> GSI 5 (level, low) -> IRQ 5

ohci_hcd 0000:00:03.1: OHCI Host Controller

ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2

ohci_hcd 0000:00:03.1: irq 5, io mem 0xf3ffe000

usb usb2: configuration #1 chosen from 1 choice

hub 2-0:1.0: USB hub found

hub 2-0:1.0: 2 ports detected

Loading ehci-hcdehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

.ko module

Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after

ehci_hcd 0000:00:03.2: PCI INT A -> Link[LPUS] -> GSI 5 (level, low) -> IRQ 5

ehci_hcd 0000:00:03.2: EHCI Host Controller

ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3

ehci_hcd 0000:00:03.2: irq 5, io mem 0xf3ffd000

ehci_hcd 0000:00:03.2: USB 2.0 started, EHCI 1.00

usb usb3: configuration #1 chosen from 1 choice

hub 3-0:1.0: USB hub found

hub 3-0:1.0: 4 ports detected

Loading jbd.ko module

Loading ext3.ko module

Loading scsi_mod.ko module

SCSI subsystem initialized

Loading sd_mod.ko module

Driver 'sd' needs updating - please use bus_type methods

Loading scsi_transport_sas.ko module

Loading mptbase.ko module

Fusion MPT base driver 3.04.07

Copyright (c) 1999-2008 LSI Corporation

Loading mptscsih.ko module

Loading mptsas.ko module

Fusion MPT SAS Host driver 3.04.07

ACPI: PCI Interrupt Link [LP03] enabled at IRQ 9

mptsas 0000:03:04.0: PCI INT A -> Link[LP03] -> GSI 9 (level, low) -> IRQ 9

mptbase: ioc0: Initiating bringup

ioc0: LSISAS1064 A3: Capabilities={Initiator}

usb 3-4: new high speed USB device using ehci_hcd and address 2

usb 3-4: configuration #1 chosen from 1 choice

hub 3-4:1.0: USB hub found

hub 3-4:1.0: 2 ports detected

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff8039864e>] ? number+0x115/0x21f

 [<ffffffff80529000>] ? _read_lock_irq+0x35/0x41

 [<ffffffff80529100>] ? _read_lock_irqsave+0x47/0x4d

 [<ffffffff80353336>] ? zisofs_readpage+0x178/0x92e

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffffa009e421>] mpt_findImVolumes+0x88/0x76a [mptbase]

 [<ffffffff80249813>] ? destroy_timer_on_stack+0x10/0x12

 [<ffffffff80526cbd>] ? schedule_timeout+0xb1/0xcd

 [<ffffffff80249deb>] ? process_timeout+0x0/0xb

 [<ffffffff80526cf2>] ? schedule_timeout_uninterruptible+0x19/0x1b

 [<ffffffff8024a23c>] ? msleep+0x14/0x1e

 [<ffffffffa009b237>] ? WaitForDoorbellInt+0x3f/0x91 [mptbase]

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff8025e6c7>] ? debug_mutex_init+0x31/0x3d

 [<ffffffffa009f1f4>] mpt_do_ioc_recovery+0x6f1/0x16ab [mptbase]

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff80526a67>] ? wait_for_common+0xd1/0x11e

 [<ffffffff80526aa2>] ? wait_for_common+0x10c/0x11e

 [<ffffffff80236f84>] ? default_wake_function+0x0/0xf

 [<ffffffff8025443d>] ? kthread_create+0x104/0x117

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff803977e3>] ? __up_read+0x7a/0x83

 [<ffffffff80257434>] ? up_read+0x26/0x2b

 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90

 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b34 ]---

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff8039864e>] ? number+0x115/0x21f

 [<ffffffff80529000>] ? _read_lock_irq+0x35/0x41

 [<ffffffff80529100>] ? _read_lock_irqsave+0x47/0x4d

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffffa009e5c6>] mpt_findImVolumes+0x22d/0x76a [mptbase]

 [<ffffffff80249813>] ? destroy_timer_on_stack+0x10/0x12

 [<ffffffff80526cbd>] ? schedule_timeout+0xb1/0xcd

 [<ffffffff80249deb>] ? process_timeout+0x0/0xb

 [<ffffffff80526cf2>] ? schedule_timeout_uninterruptible+0x19/0x1b

 [<ffffffff8024a23c>] ? msleep+0x14/0x1e

 [<ffffffffa009b237>] ? WaitForDoorbellInt+0x3f/0x91 [mptbase]

 [<ffffffffa00a02f3>] ? mpt_timer_expired+0x0/0x2d [mptbase]

 [<ffffffffa009f1f4>] mpt_do_ioc_recovery+0x6f1/0x16ab [mptbase]

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff80526a67>] ? wait_for_common+0xd1/0x11e

 [<ffffffff80526aa2>] ? wait_for_common+0x10c/0x11e

 [<ffffffff80236f84>] ? default_wake_function+0x0/0xf

 [<ffffffff8025443d>] ? kthread_create+0x104/0x117

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff803977e3>] ? __up_read+0x7a/0x83

 [<ffffffff80257434>] ? up_read+0x26/0x2b

 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90

 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b35 ]---

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff8029ada6>] ? free_hot_page+0xb/0xd

 [<ffffffff8029b15c>] ? __free_pages+0x23/0x2c

 [<ffffffff8029b1aa>] ? free_pages+0x45/0x4a

 [<ffffffff80224fb4>] ? gart_free_coherent+0x37/0x3c

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffffa009fc88>] mpt_do_ioc_recovery+0x1185/0x16ab [mptbase]

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffff80526a67>] ? wait_for_common+0xd1/0x11e

 [<ffffffff80526aa2>] ? wait_for_common+0x10c/0x11e

 [<ffffffff80236f84>] ? default_wake_function+0x0/0xf

 [<ffffffff8025443d>] ? kthread_create+0x104/0x117

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff803977e3>] ? __up_read+0x7a/0x83

 [<ffffffff80257434>] ? up_read+0x26/0x2b

 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90

 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b36 ]---

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff8029ada6>] ? free_hot_page+0xb/0xd

 [<ffffffff8029b15c>] ? __free_pages+0x23/0x2c

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffff8029ada6>] ? free_hot_page+0xb/0xd

 [<ffffffff8029b15c>] ? __free_pages+0x23/0x2c

 [<ffffffff8029b1aa>] ? free_pages+0x45/0x4a

 [<ffffffffa009fe59>] mpt_do_ioc_recovery+0x1356/0x16ab [mptbase]

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529037>] ? _spin_unlock_irq+0x2b/0x31

 [<ffffffffa00a02f3>] ? mpt_timer_expired+0x0/0x2d [mptbase]

 [<ffffffff8025443d>] ? kthread_create+0x104/0x117

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff80223c0f>] ? flat_send_IPI_mask+0x78/0x8a

 [<ffffffff80529187>] ? _spin_unlock_irqrestore+0x38/0x47

 [<ffffffff8052918e>] ? _spin_unlock_irqrestore+0x3f/0x47

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff803977e3>] ? __up_read+0x7a/0x83

 [<ffffffff80257434>] ? up_read+0x26/0x2b

 [<ffffffff803b3af6>] ? pci_get_slot+0x4b/0x90

 [<ffffffffa00a1ea9>] mpt_attach+0x994/0xb07 [mptbase]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffffa00bb941>] mptsas_probe+0x1a/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b37 ]---

scsi0 : ioc0: LSISAS1064 A3, FwRev=000a0f00h, Ports=1, MaxQ=511, IRQ=9

ODEBUG: object is on stack, but not annotated

------------[ cut here ]------------

WARNING: at lib/debugobjects.c:253 __debug_object_init+0x2bb/0x34d()

Hardware name: BladeCenter LS21 -[79716AA]-

Modules linked in: mptsas(+) mptscsih mptbase scsi_transport_sas sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd

Pid: 20, comm: work_on_cpu/0 Tainted: G        W  2.6.29-rc5-autotest-next-20090217 #1

Call Trace:

 [<ffffffff80240744>] warn_slowpath+0xd3/0xf2

 [<ffffffff80353634>] ? zisofs_readpage+0x476/0x92e

 [<ffffffff80398e8c>] ? string+0x3d/0xa2

 [<ffffffff80398e8c>] ? string+0x3d/0xa2

 [<ffffffff8024154f>] ? printk+0x67/0x69

 [<ffffffff803a984d>] ? __debug_object_init+0xd8/0x34d

 [<ffffffff803a9a30>] __debug_object_init+0x2bb/0x34d

 [<ffffffff803a9aef>] debug_object_init+0x14/0x19

 [<ffffffff8024a1bf>] init_timer_key+0x22/0x38

 [<ffffffffa009d9e3>] mpt_config+0x160/0x289 [mptbase]

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffffa00ba388>] mptsas_probe_hba_phys+0x8e/0x8b3 [mptsas]

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff8030ed27>] ? proc_register+0xb9/0x11a

 [<ffffffff8025f723>] ? trace_hardirqs_off+0xd/0xf

 [<ffffffff8052774f>] ? mutex_lock_nested+0x29b/0x2b4

 [<ffffffff802606e8>] ? trace_hardirqs_on_caller+0x1f/0x15f

 [<ffffffff8052775b>] ? mutex_lock_nested+0x2a7/0x2b4

 [<ffffffffa00bbcbf>] ? mptsas_probe+0x398/0x439 [mptsas]

 [<ffffffffa00bbcc7>] mptsas_probe+0x3a0/0x439 [mptsas]

 [<ffffffff802506b7>] ? do_work_for_cpu+0x0/0x1b

 [<ffffffff803b2c3e>] local_pci_probe+0x12/0x16

 [<ffffffff802506ca>] do_work_for_cpu+0x13/0x1b

 [<ffffffff80250911>] run_workqueue+0x12c/0x236

 [<ffffffff802508ba>] ? run_workqueue+0xd5/0x236

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff80260835>] ? trace_hardirqs_on+0xd/0xf

 [<ffffffff802516d4>] worker_thread+0xdb/0xe8

 [<ffffffff802545bc>] ? autoremove_wake_function+0x0/0x38

 [<ffffffff802515f9>] ? worker_thread+0x0/0xe8

 [<ffffffff80254499>] kthread+0x49/0x78

 [<ffffffff8020ceda>] child_rip+0xa/0x20

 [<ffffffff8020c8fc>] ? restore_args+0x0/0x30

 [<ffffffff80239b33>] ? finish_task_switch+0x3b/0xe0

 [<ffffffff80254450>] ? kthread+0x0/0x78

 [<ffffffff8020ced0>] ? child_rip+0x0/0x20

---[ end trace dd3dd2a755e71b38 ]---

scsi 0:0:0:0: Direct-Access     IBM-ESXS MAY2073RC        T107 PQ: 0 ANSI: 5

sd 0:0:0:0: [sda] 143374000 512-byte hardware sectors: (73.4 GB/68.3 GiB)

sd 0:0:0:0: [sda] Write Protect is off

sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA

sd 0:0:0:0: [sda] 143374000 512-byte hardware sectors: (73.4 GB/68.3 GiB)

sd 0:0:0:0: [sda] Write Protect is off

sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA

 sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >

sd 0:0:0:0: [sda] Attached SCSI disk

Loading usb-storInitializing USB Mass Storage driver...

age.ko module

usbcore: registered new interface driver usb-storage

USB Mass Storage support registered.

Waiting for driver initialization.

Waiting for driver initialization.

Scanning and configuring dmraid supported devices

Creating root device.

Mounting root filesystem.

kjournald starting.  Commit interval 5 seconds

EXT3-fs: mounted filesystem with ordered data mode.

Setting up other filesystems.

Setting up new root fs

no fstab.sys, mounting internal defaults

Switching to new root and running init.

unmounting old /dev

unmounting old /proc

unmounting old /sys


INIT: version 2.86 booting


                Welcome to Red Hat Enterprise Linux Server

                Press 'I' to enter interactive startup.

Setting clock  (utc): Tue Feb 17 19:31:00 IST 2009 [  OK  ]


Starting udev: [  OK  ]


Loading default keymap (us): [  OK  ]


Setting hostname ls21b:  [  OK  ]


No devices found

Setting up Logical Volume Management:   No volume groups found

[  OK  ]


Checking filesystems

Checking all file systems.

[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/sda1 

/1: clean, 599737/10246368 files, 6014197/10239421 blocks

[  OK  ]


Remounting root filesystem in read-write mode:  [  OK  ]


Mounting local filesystems:  [  OK  ]


Enabling local filesystem quotas:  [  OK  ]


Enabling /etc/fstab swaps:  [  OK  ]


INIT: Entering runlevel: 3


Entering non-interactive startup

Starting background readahead: [  OK  ]


Applying ip6tables firewall rules: [  OK  ]


Bringing up loopback interface:  [  OK  ]


Bringing up interface eth1:  [  OK  ]


Starting auditd: [  OK  ]


Starting system logger: [  OK  ]


Starting kernel logger: [  OK  ]


Starting irqbalance: [  OK  ]


Starting portmap: [  OK  ]


Starting NFS statd: [  OK  ]


Starting RPC idmapd: FATAL: Module sunrpc not found.

FATAL: Error running install command for sunrpc

Error: RPC MTAB does not exist.

Starting system message bus: [  OK  ]


Starting Bluetooth services:[  OK  ]
[  OK  ]


Mounting other filesystems:  [  OK  ]


Starting PC/SC smart card daemon (pcscd): [  OK  ]


Starting hidd: [  OK  ]


Starting autofs:  Loading autofs4: [  OK  ]


Starting automount: [  OK  ]


[  OK  ]


Starting acpi daemon: [  OK  ]


Starting sshd: [  OK  ]


Starting cups: [  OK  ]


Starting xinetd: [  OK  ]


Starting sendmail: [  OK  ]


Starting sm-client: [  OK  ]


Starting console mouse services: [  OK  ]


Starting crond: [  OK  ]


Starting xfs: [  OK  ]


Starting anacron: [  OK  ]


Starting atd: [  OK  ]


Starting yum-updatesd: [  OK  ]


Starting Avahi daemon... [  OK  ]


Starting HAL daemon: [  OK  ]


Starting smartd: [  OK  ]




Red Hat Enterprise Linux Server release 5.1 (Tikanga)

Kernel 2.6.29-rc5-autotest-next-20090217 on an x86_64



ls21b login: -- 0:conmux-control -- time-stamp -- Feb/17/09  6:02:53 --


^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Alan Stern @ 2009-02-17 15:12 UTC (permalink / raw)
  To: Laurent Riffard
  Cc: Oliver Neukum, linux-input, Stephen Rothwell, linux-next, LKML,
	USB list
In-Reply-To: <499ABD80.9020904@free.fr>

On Tue, 17 Feb 2009, Laurent Riffard wrote:

> Le 17.02.2009 11:35, Oliver Neukum a écrit :
> > Am Tuesday 17 February 2009 10:55:57 schrieb Laurent Riffard:
> >> My USB mouse won't work after suspend to disk and resume. I must unload and reload the ohci_hcd module to get it back.
> > 
> > Please recompile your kernel with CONFIG_USB_DEBUG and
> > send me your dmesg.
> > 
> > 	Regards
> > 		Oliver
> > 
> 
> Here is it:

Maybe there's a bug in the way the HID autosuspend patch cooperates 
with reset-resume.

Alan Stern

^ permalink raw reply

* Re: linux-next: Tree for February 12 (ide)
From: Bartlomiej Zolnierkiewicz @ 2009-02-17 14:19 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, linux-next, LKML, linux-ide, Sergei Shtylyov
In-Reply-To: <499451E0.6060004@oracle.com>

On Thursday 12 February 2009, Randy Dunlap wrote:
> Stephen Rothwell wrote:
> > Hi all,
> > 
> > Changes since 20090211:
> 
> 
> When
> # CONFIG_BLK_DEV_IDEDMA is not set
> 
> linux-next-20090212/drivers/ide/ide-taskfile.c:108: error: 'ide_dma_intr' undeclared (first use in this function)

Thanks for spotting this, I fixed it in the revised patch:

From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Subject: [PATCH] ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)

* Rename dma_timer_expiry() to ide_dma_sff_timer_expiry() and export it.

* Add ->dma_timer_expiry method and use it to set hwif->expiry for
  ATA_PROT_DMA protocol in do_rw_taskfile().

* Initialize ->dma_timer_expiry to ide_dma_sff_timer_expiry() for SFF hosts.

* Move setting hwif->expiry from ide_execute_command() to its users and drop
  'expiry' argument.

* Use ide_execute_command() instead of ->dma_exec_cmd in do_rw_taskfile().

* Remove ->dma_exec_cmd method and its implementations.

* Unexport ide_execute_command() and ide_dma_intr().

v2:
* Fix CONFIG_BLK_DEV_IDEDMA=n build (noticed by Randy Dunlap).

* Fix *dma_expiry naming (suggested by Sergei Shtylyov).

There should be no functional changes caused by this patch.

Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
 drivers/ide/alim15x3.c     |    2 +-
 drivers/ide/au1xxx-ide.c   |    8 --------
 drivers/ide/cmd64x.c       |    6 +++---
 drivers/ide/cs5536.c       |    2 +-
 drivers/ide/hpt366.c       |    6 +++---
 drivers/ide/icside.c       |    7 -------
 drivers/ide/ide-atapi.c    |    3 ++-
 drivers/ide/ide-dma-sff.c  |   15 ++++-----------
 drivers/ide/ide-dma.c      |    1 -
 drivers/ide/ide-iops.c     |    6 +-----
 drivers/ide/ide-taskfile.c |    6 ++++--
 drivers/ide/it821x.c       |    2 +-
 drivers/ide/ns87415.c      |    2 +-
 drivers/ide/pdc202xx_old.c |    4 ++--
 drivers/ide/pmac.c         |    8 --------
 drivers/ide/sc1200.c       |    2 +-
 drivers/ide/scc_pata.c     |    2 +-
 drivers/ide/siimage.c      |    2 +-
 drivers/ide/sl82c105.c     |    2 +-
 drivers/ide/tc86c001.c     |    2 +-
 drivers/ide/trm290.c       |    6 ------
 drivers/ide/tx4939ide.c    |    2 +-
 include/linux/ide.h        |    8 ++++----
 23 files changed, 33 insertions(+), 71 deletions(-)

Index: b/drivers/ide/alim15x3.c
===================================================================
--- a/drivers/ide/alim15x3.c
+++ b/drivers/ide/alim15x3.c
@@ -504,11 +504,11 @@ static const struct ide_port_ops ali_por
 static const struct ide_dma_ops ali_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ali15x3_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= ide_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
Index: b/drivers/ide/au1xxx-ide.c
===================================================================
--- a/drivers/ide/au1xxx-ide.c
+++ b/drivers/ide/au1xxx-ide.c
@@ -290,13 +290,6 @@ static void auide_dma_start(ide_drive_t 
 }
 
 
-static void auide_dma_exec_cmd(ide_drive_t *drive, u8 command)
-{
-	/* issue cmd to drive */
-	ide_execute_command(drive, command, &ide_dma_intr,
-			    (2*WAIT_CMD), NULL);
-}
-
 static int auide_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd)
 {
 	if (auide_build_dmatable(drive, cmd) == 0) {
@@ -356,7 +349,6 @@ static void auide_init_dbdma_dev(dbdev_t
 static const struct ide_dma_ops au1xxx_dma_ops = {
 	.dma_host_set		= auide_dma_host_set,
 	.dma_setup		= auide_dma_setup,
-	.dma_exec_cmd		= auide_dma_exec_cmd,
 	.dma_start		= auide_dma_start,
 	.dma_end		= auide_dma_end,
 	.dma_test_irq		= auide_dma_test_irq,
Index: b/drivers/ide/cmd64x.c
===================================================================
--- a/drivers/ide/cmd64x.c
+++ b/drivers/ide/cmd64x.c
@@ -379,11 +379,11 @@ static const struct ide_port_ops cmd64x_
 static const struct ide_dma_ops cmd64x_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= cmd64x_dma_end,
 	.dma_test_irq		= cmd64x_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
@@ -391,11 +391,11 @@ static const struct ide_dma_ops cmd64x_d
 static const struct ide_dma_ops cmd646_rev1_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= cmd646_1_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
@@ -403,11 +403,11 @@ static const struct ide_dma_ops cmd646_r
 static const struct ide_dma_ops cmd648_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= cmd648_dma_end,
 	.dma_test_irq		= cmd648_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
Index: b/drivers/ide/cs5536.c
===================================================================
--- a/drivers/ide/cs5536.c
+++ b/drivers/ide/cs5536.c
@@ -231,11 +231,11 @@ static const struct ide_port_ops cs5536_
 static const struct ide_dma_ops cs5536_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= cs5536_dma_start,
 	.dma_end		= cs5536_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 };
 
Index: b/drivers/ide/hpt366.c
===================================================================
--- a/drivers/ide/hpt366.c
+++ b/drivers/ide/hpt366.c
@@ -1418,11 +1418,11 @@ static const struct ide_port_ops hpt3xx_
 static const struct ide_dma_ops hpt37x_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= hpt374_dma_end,
 	.dma_test_irq		= hpt374_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
@@ -1430,11 +1430,11 @@ static const struct ide_dma_ops hpt37x_d
 static const struct ide_dma_ops hpt370_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= hpt370_dma_start,
 	.dma_end		= hpt370_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= hpt370_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
@@ -1442,11 +1442,11 @@ static const struct ide_dma_ops hpt370_d
 static const struct ide_dma_ops hpt36x_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= ide_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= hpt366_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
Index: b/drivers/ide/icside.c
===================================================================
--- a/drivers/ide/icside.c
+++ b/drivers/ide/icside.c
@@ -351,12 +351,6 @@ static int icside_dma_setup(ide_drive_t 
 	return 0;
 }
 
-static void icside_dma_exec_cmd(ide_drive_t *drive, u8 cmd)
-{
-	/* issue cmd to drive */
-	ide_execute_command(drive, cmd, ide_dma_intr, 2 * WAIT_CMD, NULL);
-}
-
 static int icside_dma_test_irq(ide_drive_t *drive)
 {
 	ide_hwif_t *hwif = drive->hwif;
@@ -380,7 +374,6 @@ static int icside_dma_init(ide_hwif_t *h
 static const struct ide_dma_ops icside_v6_dma_ops = {
 	.dma_host_set		= icside_dma_host_set,
 	.dma_setup		= icside_dma_setup,
-	.dma_exec_cmd		= icside_dma_exec_cmd,
 	.dma_start		= icside_dma_start,
 	.dma_end		= icside_dma_end,
 	.dma_test_irq		= icside_dma_test_irq,
Index: b/drivers/ide/ide-atapi.c
===================================================================
--- a/drivers/ide/ide-atapi.c
+++ b/drivers/ide/ide-atapi.c
@@ -679,8 +679,9 @@ ide_startstop_t ide_issue_pc(ide_drive_t
 	if (drive->atapi_flags & IDE_AFLAG_DRQ_INTERRUPT) {
 		if (drive->dma)
 			drive->waiting_for_dma = 0;
+		hwif->expiry = expiry;
 		ide_execute_command(drive, ATA_CMD_PACKET, ide_transfer_pc,
-				    timeout, expiry);
+				    timeout);
 		return ide_started;
 	} else {
 		ide_execute_pkt_cmd(drive);
Index: b/drivers/ide/ide-dma-sff.c
===================================================================
--- a/drivers/ide/ide-dma-sff.c
+++ b/drivers/ide/ide-dma-sff.c
@@ -224,7 +224,7 @@ int ide_dma_setup(ide_drive_t *drive, st
 EXPORT_SYMBOL_GPL(ide_dma_setup);
 
 /**
- *	dma_timer_expiry	-	handle a DMA timeout
+ *	ide_dma_sff_timer_expiry	-	handle a DMA timeout
  *	@drive: Drive that timed out
  *
  *	An IDE DMA transfer timed out. In the event of an error we ask
@@ -237,7 +237,7 @@ EXPORT_SYMBOL_GPL(ide_dma_setup);
  *	This can occur if an interrupt is lost or due to hang or bugs.
  */
 
-static int dma_timer_expiry(ide_drive_t *drive)
+int ide_dma_sff_timer_expiry(ide_drive_t *drive)
 {
 	ide_hwif_t *hwif = drive->hwif;
 	u8 dma_stat = hwif->dma_ops->dma_sff_read_status(hwif);
@@ -261,14 +261,7 @@ static int dma_timer_expiry(ide_drive_t 
 
 	return 0;	/* Status is unknown -- reset the bus */
 }
-
-void ide_dma_exec_cmd(ide_drive_t *drive, u8 command)
-{
-	/* issue cmd to drive */
-	ide_execute_command(drive, command, &ide_dma_intr, 2 * WAIT_CMD,
-			    dma_timer_expiry);
-}
-EXPORT_SYMBOL_GPL(ide_dma_exec_cmd);
+EXPORT_SYMBOL_GPL(ide_dma_sff_timer_expiry);
 
 void ide_dma_start(ide_drive_t *drive)
 {
@@ -342,10 +335,10 @@ EXPORT_SYMBOL_GPL(ide_dma_test_irq);
 const struct ide_dma_ops sff_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= ide_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_lost_irq		= ide_dma_lost_irq,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
Index: b/drivers/ide/ide-dma.c
===================================================================
--- a/drivers/ide/ide-dma.c
+++ b/drivers/ide/ide-dma.c
@@ -110,7 +110,6 @@ ide_startstop_t ide_dma_intr(ide_drive_t
 	}
 	return ide_error(drive, "dma_intr", stat);
 }
-EXPORT_SYMBOL_GPL(ide_dma_intr);
 
 int ide_dma_good_drive(ide_drive_t *drive)
 {
Index: b/drivers/ide/ide-iops.c
===================================================================
--- a/drivers/ide/ide-iops.c
+++ b/drivers/ide/ide-iops.c
@@ -454,7 +454,6 @@ EXPORT_SYMBOL(ide_set_handler);
  *	@command: command byte to write
  *	@handler: handler for next phase
  *	@timeout: timeout for command
- *	@expiry:  handler to run on timeout
  *
  *	Helper function to issue an IDE command. This handles the
  *	atomicity requirements, command timing and ensures that the
@@ -463,13 +462,11 @@ EXPORT_SYMBOL(ide_set_handler);
  */
 
 void ide_execute_command(ide_drive_t *drive, u8 cmd, ide_handler_t *handler,
-			 unsigned timeout, ide_expiry_t *expiry)
+			 unsigned timeout)
 {
 	ide_hwif_t *hwif = drive->hwif;
 	unsigned long flags;
 
-	hwif->expiry = expiry;
-
 	spin_lock_irqsave(&hwif->lock, flags);
 	__ide_set_handler(drive, handler, timeout);
 	hwif->tp_ops->exec_command(hwif, cmd);
@@ -482,7 +479,6 @@ void ide_execute_command(ide_drive_t *dr
 	ndelay(400);
 	spin_unlock_irqrestore(&hwif->lock, flags);
 }
-EXPORT_SYMBOL(ide_execute_command);
 
 void ide_execute_pkt_cmd(ide_drive_t *drive)
 {
Index: b/drivers/ide/ide-taskfile.c
===================================================================
--- a/drivers/ide/ide-taskfile.c
+++ b/drivers/ide/ide-taskfile.c
@@ -98,14 +98,16 @@ ide_startstop_t do_rw_taskfile(ide_drive
 		if (handler == NULL)
 			handler = task_no_data_intr;
 		ide_execute_command(drive, tf->command, handler,
-				    WAIT_WORSTCASE, NULL);
+				    WAIT_WORSTCASE);
 		return ide_started;
 	case ATA_PROT_DMA:
 		if ((drive->dev_flags & IDE_DFLAG_USING_DMA) == 0 ||
 		    ide_build_sglist(drive, cmd) == 0 ||
 		    dma_ops->dma_setup(drive, cmd))
 			return ide_stopped;
-		dma_ops->dma_exec_cmd(drive, tf->command);
+		hwif->expiry = dma_ops->dma_timer_expiry;
+		ide_execute_command(drive, tf->command, ide_dma_intr,
+				    2 * WAIT_CMD);
 		dma_ops->dma_start(drive);
 	default:
 		return ide_started;
Index: b/drivers/ide/it821x.c
===================================================================
--- a/drivers/ide/it821x.c
+++ b/drivers/ide/it821x.c
@@ -509,10 +509,10 @@ static void it821x_quirkproc(ide_drive_t
 static struct ide_dma_ops it821x_pass_through_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= it821x_dma_start,
 	.dma_end		= it821x_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_lost_irq		= ide_dma_lost_irq,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
Index: b/drivers/ide/ns87415.c
===================================================================
--- a/drivers/ide/ns87415.c
+++ b/drivers/ide/ns87415.c
@@ -301,11 +301,11 @@ static const struct ide_port_ops ns87415
 static const struct ide_dma_ops ns87415_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ns87415_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= ns87415_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= superio_dma_sff_read_status,
 };
Index: b/drivers/ide/pdc202xx_old.c
===================================================================
--- a/drivers/ide/pdc202xx_old.c
+++ b/drivers/ide/pdc202xx_old.c
@@ -331,11 +331,11 @@ static const struct ide_port_ops pdc2026
 static const struct ide_dma_ops pdc20246_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= ide_dma_end,
 	.dma_test_irq		= pdc202xx_dma_test_irq,
 	.dma_lost_irq		= pdc202xx_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= pdc202xx_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
@@ -343,11 +343,11 @@ static const struct ide_dma_ops pdc20246
 static const struct ide_dma_ops pdc2026x_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= pdc202xx_dma_start,
 	.dma_end		= pdc202xx_dma_end,
 	.dma_test_irq		= pdc202xx_dma_test_irq,
 	.dma_lost_irq		= pdc202xx_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= pdc202xx_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
Index: b/drivers/ide/pmac.c
===================================================================
--- a/drivers/ide/pmac.c
+++ b/drivers/ide/pmac.c
@@ -1527,13 +1527,6 @@ static int pmac_ide_dma_setup(ide_drive_
 	return 0;
 }
 
-static void
-pmac_ide_dma_exec_cmd(ide_drive_t *drive, u8 command)
-{
-	/* issue cmd to drive */
-	ide_execute_command(drive, command, &ide_dma_intr, 2*WAIT_CMD, NULL);
-}
-
 /*
  * Kick the DMA controller into life after the DMA command has been issued
  * to the drive.
@@ -1654,7 +1647,6 @@ pmac_ide_dma_lost_irq (ide_drive_t *driv
 static const struct ide_dma_ops pmac_dma_ops = {
 	.dma_host_set		= pmac_ide_dma_host_set,
 	.dma_setup		= pmac_ide_dma_setup,
-	.dma_exec_cmd		= pmac_ide_dma_exec_cmd,
 	.dma_start		= pmac_ide_dma_start,
 	.dma_end		= pmac_ide_dma_end,
 	.dma_test_irq		= pmac_ide_dma_test_irq,
Index: b/drivers/ide/sc1200.c
===================================================================
--- a/drivers/ide/sc1200.c
+++ b/drivers/ide/sc1200.c
@@ -286,11 +286,11 @@ static const struct ide_port_ops sc1200_
 static const struct ide_dma_ops sc1200_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= sc1200_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
Index: b/drivers/ide/scc_pata.c
===================================================================
--- a/drivers/ide/scc_pata.c
+++ b/drivers/ide/scc_pata.c
@@ -868,12 +868,12 @@ static const struct ide_port_ops scc_por
 static const struct ide_dma_ops scc_dma_ops = {
 	.dma_host_set		= scc_dma_host_set,
 	.dma_setup		= scc_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= scc_dma_start,
 	.dma_end		= scc_dma_end,
 	.dma_test_irq		= scc_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
 	.dma_timeout		= ide_dma_timeout,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_sff_read_status	= scc_dma_sff_read_status,
 };
 
Index: b/drivers/ide/siimage.c
===================================================================
--- a/drivers/ide/siimage.c
+++ b/drivers/ide/siimage.c
@@ -711,10 +711,10 @@ static const struct ide_port_ops sil_sat
 static const struct ide_dma_ops sil_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= ide_dma_end,
 	.dma_test_irq		= siimage_dma_test_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_lost_irq		= ide_dma_lost_irq,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
Index: b/drivers/ide/sl82c105.c
===================================================================
--- a/drivers/ide/sl82c105.c
+++ b/drivers/ide/sl82c105.c
@@ -293,11 +293,11 @@ static const struct ide_port_ops sl82c10
 static const struct ide_dma_ops sl82c105_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= sl82c105_dma_start,
 	.dma_end		= sl82c105_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= sl82c105_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= sl82c105_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
Index: b/drivers/ide/tc86c001.c
===================================================================
--- a/drivers/ide/tc86c001.c
+++ b/drivers/ide/tc86c001.c
@@ -182,11 +182,11 @@ static const struct ide_port_ops tc86c00
 static const struct ide_dma_ops tc86c001_dma_ops = {
 	.dma_host_set		= ide_dma_host_set,
 	.dma_setup		= ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= tc86c001_dma_start,
 	.dma_end		= ide_dma_end,
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
Index: b/drivers/ide/trm290.c
===================================================================
--- a/drivers/ide/trm290.c
+++ b/drivers/ide/trm290.c
@@ -176,11 +176,6 @@ static void trm290_selectproc (ide_drive
 	trm290_prepare_drive(drive, !!(drive->dev_flags & IDE_DFLAG_USING_DMA));
 }
 
-static void trm290_dma_exec_cmd(ide_drive_t *drive, u8 command)
-{
-	ide_execute_command(drive, command, &ide_dma_intr, WAIT_CMD, NULL);
-}
-
 static int trm290_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd)
 {
 	ide_hwif_t *hwif = drive->hwif;
@@ -315,7 +310,6 @@ static const struct ide_port_ops trm290_
 static struct ide_dma_ops trm290_dma_ops = {
 	.dma_host_set		= trm290_dma_host_set,
 	.dma_setup 		= trm290_dma_setup,
-	.dma_exec_cmd		= trm290_dma_exec_cmd,
 	.dma_start 		= trm290_dma_start,
 	.dma_end		= trm290_dma_end,
 	.dma_test_irq		= trm290_dma_test_irq,
Index: b/drivers/ide/tx4939ide.c
===================================================================
--- a/drivers/ide/tx4939ide.c
+++ b/drivers/ide/tx4939ide.c
@@ -627,11 +627,11 @@ static const struct ide_port_ops tx4939i
 static const struct ide_dma_ops tx4939ide_dma_ops = {
 	.dma_host_set		= tx4939ide_dma_host_set,
 	.dma_setup		= tx4939ide_dma_setup,
-	.dma_exec_cmd		= ide_dma_exec_cmd,
 	.dma_start		= ide_dma_start,
 	.dma_end		= tx4939ide_dma_end,
 	.dma_test_irq		= tx4939ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
+	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
 	.dma_timeout		= ide_dma_timeout,
 	.dma_sff_read_status	= tx4939ide_dma_sff_read_status,
 };
Index: b/include/linux/ide.h
===================================================================
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -714,11 +714,11 @@ struct ide_port_ops {
 struct ide_dma_ops {
 	void	(*dma_host_set)(struct ide_drive_s *, int);
 	int	(*dma_setup)(struct ide_drive_s *, struct ide_cmd *);
-	void	(*dma_exec_cmd)(struct ide_drive_s *, u8);
 	void	(*dma_start)(struct ide_drive_s *);
 	int	(*dma_end)(struct ide_drive_s *);
 	int	(*dma_test_irq)(struct ide_drive_s *);
 	void	(*dma_lost_irq)(struct ide_drive_s *);
+	int	(*dma_timer_expiry)(struct ide_drive_s *);
 	void	(*dma_timeout)(struct ide_drive_s *);
 	/*
 	 * The following method is optional and only required to be
@@ -1135,8 +1135,7 @@ void ide_kill_rq(ide_drive_t *, struct r
 void __ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int);
 void ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int);
 
-void ide_execute_command(ide_drive_t *, u8, ide_handler_t *, unsigned int,
-			 ide_expiry_t *);
+void ide_execute_command(ide_drive_t *, u8, ide_handler_t *, unsigned int);
 
 void ide_execute_pkt_cmd(ide_drive_t *);
 
@@ -1450,10 +1449,10 @@ int config_drive_for_dma(ide_drive_t *);
 int ide_build_dmatable(ide_drive_t *, struct ide_cmd *);
 void ide_dma_host_set(ide_drive_t *, int);
 int ide_dma_setup(ide_drive_t *, struct ide_cmd *);
-void ide_dma_exec_cmd(ide_drive_t *, u8);
 extern void ide_dma_start(ide_drive_t *);
 int ide_dma_end(ide_drive_t *);
 int ide_dma_test_irq(ide_drive_t *);
+int ide_dma_sff_timer_expiry(ide_drive_t *);
 u8 ide_dma_sff_read_status(ide_hwif_t *);
 extern const struct ide_dma_ops sff_dma_ops;
 #else
@@ -1474,6 +1473,7 @@ static inline void ide_dma_on(ide_drive_
 static inline void ide_dma_verbose(ide_drive_t *drive) { ; }
 static inline int ide_set_dma(ide_drive_t *drive) { return 1; }
 static inline void ide_check_dma_crc(ide_drive_t *drive) { ; }
+static inline ide_startstop_t ide_dma_intr(ide_drive_t *drive) { return ide_stopped; }
 static inline ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) { return ide_stopped; }
 static inline void ide_release_dma_engine(ide_hwif_t *hwif) { ; }
 static inline int ide_build_sglist(ide_drive_t *drive,

^ permalink raw reply

* Re: linux-next: USB mouse won't work after resume.
From: Laurent Riffard @ 2009-02-17 13:37 UTC (permalink / raw)
  To: Oliver Neukum
  Cc: linux-input-u79uwXL29TY76Z2rM5mHXA, Stephen Rothwell,
	linux-next-u79uwXL29TY76Z2rM5mHXA, LKML, USB list
In-Reply-To: <200902171135.13329.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>

Le 17.02.2009 11:35, Oliver Neukum a écrit :
> Am Tuesday 17 February 2009 10:55:57 schrieb Laurent Riffard:
>> My USB mouse won't work after suspend to disk and resume. I must unload and reload the ohci_hcd module to get it back.
> 
> Please recompile your kernel with CONFIG_USB_DEBUG and
> send me your dmesg.
> 
> 	Regards
> 		Oliver
> 

Here is it:

[    0.000000] Linux version 2.6.29-rc5-next-20090216 (laurent@calimero) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #130 SMP PREEMPT Tue Feb 17 14:18:15 CET 2009
[    0.000000] KERNEL supported cpus:
[    0.000000]   AMD AuthenticAMD
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003bef0000 (usable)
[    0.000000]  BIOS-e820: 000000003bef0000 - 000000003bef3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003bef3000 - 000000003bf00000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003c000000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f2000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.4 present.
[    0.000000] last_pfn = 0x3bef0 max_arch_pfn = 0x1000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] kernel direct mapping tables up to 379fe000 @ 7000-d000
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] RAMDISK: 37c2d000 - 37fef683
[    0.000000] Allocated new RAMDISK: 00905000 - 00cc7683
[    0.000000] Move RAMDISK from 0000000037c2d000 - 0000000037fef682 to 00905000 - 00cc7682
[    0.000000] ACPI: RSDP 000F6340, 0014 (r0 GBT   )
[    0.000000] ACPI: RSDT 3BEF3000, 0038 (r1 GBT    NVDAACPI 42302E31 NVDA  1010101)
[    0.000000] ACPI: FACP 3BEF3040, 0074 (r1 GBT    NVDAACPI 42302E31 NVDA  1010101)
[    0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[    0.000000] ACPI: DSDT 3BEF30C0, 5272 (r1 GBT    NVDAACPI     1000 MSFT  3000000)
[    0.000000] ACPI: FACS 3BEF1800, 0040
[    0.000000] ACPI: SSDT 3BEF8400, 028A (r1 PTLTD  POWERNOW        1  LTP        1)
[    0.000000] ACPI: HPET 3BEF86C0, 0038 (r1 GBT    NVDAACPI 42302E31 NVDA       98)
[    0.000000] ACPI: MCFG 3BEF8700, 003C (r1 GBT    NVDAACPI 42302E31 NVDA  1010101)
[    0.000000] ACPI: APIC 3BEF8340, 008E (r1 GBT    NVDAACPI 42302E31 NVDA  1010101)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 68MB HIGHMEM available.
[    0.000000] 889MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 379fe000
[    0.000000]   low ram: 00000000 - 379fe000
[    0.000000]   bootmap 00009000 - 0000ff40
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00379fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000200000 - 00008fb04c]    TEXT DATA BSS ==> [0000200000 - 00008fb04c]
[    0.000000]   #4 [00008fc000 - 0000905000]    INIT_PG_TABLE ==> [00008fc000 - 0000905000]
[    0.000000]   #5 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
[    0.000000]   #6 [0000007000 - 0000009000]          PGTABLE ==> [0000007000 - 0000009000]
[    0.000000]   #7 [0000905000 - 0000cc7683]      NEW RAMDISK ==> [0000905000 - 0000cc7683]
[    0.000000]   #8 [0000009000 - 0000010000]          BOOTMAP ==> [0000009000 - 0000010000]
[    0.000000] found SMP MP-table at [c00f4970] f4970
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000379fe
[    0.000000]   HighMem  0x000379fe -> 0x0003bef0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0003bef0
[    0.000000] On node 0 totalpages: 245391
[    0.000000] free_area_init_node: node 0, pgdat c04c63c0, node_mem_map c1000000
[    0.000000]   DMA zone: 52 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3947 pages, LIFO batch:0
[    0.000000]   Normal zone: 2841 pages used for memmap
[    0.000000]   Normal zone: 220901 pages, LIFO batch:31
[    0.000000]   HighMem zone: 225 pages used for memmap
[    0.000000]   HighMem zone: 17425 pages, LIFO batch:3
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:b0000000)
[    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Allocating 32768 bytes of per cpu data
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 242273
[    0.000000] Kernel command line: root=/dev/mapper/vglinux1-lv_ubuntu2 ro locale=fr_FR vga=795 resume=/dev/mapper/vglinux1-lvswap 
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] Preemptible RCU implementation.
[    0.000000] NR_IRQS:2304 nr_irqs:440
[    0.000000] CPU 0 irqstacks, hard=c0529000 soft=c0521000
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2600.076 MHz processor.
[    0.004000] spurious 8259A interrupt: IRQ7.
[    0.004000] Console: colour dummy device 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.004000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.004000] ... MAX_LOCK_DEPTH:          48
[    0.004000] ... MAX_LOCKDEP_KEYS:        8191
[    0.004000] ... CLASSHASH_SIZE:          4096
[    0.004000] ... MAX_LOCKDEP_ENTRIES:     8192
[    0.004000] ... MAX_LOCKDEP_CHAINS:      16384
[    0.004000] ... CHAINHASH_SIZE:          8192
[    0.004000]  memory used by lock dependency info: 2335 kB
[    0.004000]  per task-struct memory footprint: 1152 bytes
[    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.004000] Memory: 956732k/981952k available (1853k kernel code, 24520k reserved, 1036k data, 284k init, 70600k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff50000 - 0xfffff000   ( 700 kB)
[    0.004000]     pkmap   : 0xffa00000 - 0xffc00000   (2048 kB)
[    0.004000]     vmalloc : 0xf81fe000 - 0xff9fe000   ( 120 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xf79fe000   ( 889 MB)
[    0.004000]       .init : 0xc04d7000 - 0xc051e000   ( 284 kB)
[    0.004000]       .data : 0xc03cf58d - 0xc04d26d8   (1036 kB)
[    0.004000]       .text : 0xc0200000 - 0xc03cf58d   (1853 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] kmemleak: Early log buffer exceeded
[    0.004000] Pid: 0, comm: swapper Not tainted 2.6.29-rc5-next-20090216 #130
[    0.004000] Call Trace:
[    0.004000]  [<c03cc15c>] ? printk+0xf/0x13
[    0.004000]  [<c04ec3b9>] log_early+0x2b/0xa6
[    0.004000]  [<c027e1bf>] kmemleak_alloc+0x23c/0x249
[    0.004000]  [<c027a2f9>] ? cache_alloc_debugcheck_after+0x2f/0x186
[    0.004000]  [<c027bacf>] __kmalloc+0x14c/0x184
[    0.004000]  [<c027bd64>] ? kmalloc_node+0x8/0xa
[    0.004000]  [<c027bd64>] kmalloc_node+0x8/0xa
[    0.004000]  [<c027bd85>] alloc_arraycache+0x1f/0x56
[    0.004000]  [<c027bdfd>] do_tune_cpucache+0x41/0x24e
[    0.004000]  [<c027c15f>] enable_cpucache+0x5d/0x9b
[    0.004000]  [<c04ec274>] kmem_cache_init+0x348/0x3ed
[    0.004000]  [<c023980a>] ? __mutex_init+0x3f/0x45
[    0.004000]  [<c04d7763>] start_kernel+0x25f/0x2d8
[    0.004000]  [<c04d7085>] __init_begin+0x85/0x8d
[    0.004000] Kernel memory leak detector disabled
[    0.004000] hpet clockevent registered
[    0.004000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5200.15 BogoMIPS (lpj=10400304)
[    0.004000] Mount-cache hash table entries: 512
[    0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] Intel machine check architecture supported.
[    0.004000] Intel machine check reporting enabled on CPU#0.
[    0.004000] using C1E aware idle routine
[    0.004000] Checking 'hlt' instruction... OK.
[    0.016683] ACPI: Core revision 20090123
[    0.028562] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.069651] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ stepping 02
[    0.072001] lockdep: fixing up alternatives.
[    0.072001] CPU 1 irqstacks, hard=c052a000 soft=c0522000
[    0.072001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.004000] Initializing CPU#1
[    0.004000] Calibrating delay using timer specific routine.. 5200.02 BogoMIPS (lpj=10400059)
[    0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 1
[    0.004000] Intel machine check architecture supported.
[    0.004000] Intel machine check reporting enabled on CPU#1.
[    0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.160558] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ stepping 02
[    0.160674] Brought up 2 CPUs
[    0.160680] Total of 2 processors activated (10400.18 BogoMIPS).
[    0.160841] khelper used greatest stack depth: 3040 bytes left
[    0.160841] net_namespace: 852 bytes
[    0.160841] Booting paravirtualized kernel on bare hardware
[    0.160841] NET: Registered protocol family 16
[    0.160841] khelper used greatest stack depth: 2820 bytes left
[    0.160841] ACPI: bus type pci registered
[    0.160841] PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 31
[    0.160841] PCI: MCFG area at f0000000 reserved in E820
[    0.164004] PCI: Using MMCONFIG for extended config space
[    0.164012] PCI: Using configuration type 1 for base access
[    0.168211] bio: create slab <bio-0> at 0
[    0.170324] ACPI: EC: Look up EC in DSDT
[    0.183387] ACPI: Denied BIOS AML access to invalid port 0x4d0+0x2 (ELCR)
[    0.183401] ACPI Exception (dsopcode-0419): AE_AML_ILLEGAL_ADDRESS, During address validation of OpRegion [ELCR] [20090123]
[    0.186614] ACPI: Interpreter enabled
[    0.186624] ACPI: (supports S0 S3 S4 S5)
[    0.186685] ACPI: Using IOAPIC for interrupt routing
[    0.208360] ACPI: No dock devices found.
[    0.208396] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.208510] pci 0000:00:01.1: reg 10 io port: [0xc800-0xc83f]
[    0.208510] pci 0000:00:01.1: reg 20 io port: [0x1c00-0x1c3f]
[    0.208510] pci 0000:00:01.1: reg 24 io port: [0x1c40-0x1c7f]
[    0.208510] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.208510] pci 0000:00:01.1: PME# disabled
[    0.208510] pci 0000:00:02.0: reg 10 32bit mmio: [0xf700a000-0xf700afff]
[    0.208510] pci 0000:00:02.0: supports D1 D2
[    0.208510] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.208510] pci 0000:00:02.0: PME# disabled
[    0.208515] pci 0000:00:02.1: reg 10 32bit mmio: [0xf700b000-0xf700b0ff]
[    0.208555] pci 0000:00:02.1: supports D1 D2
[    0.208557] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.208568] pci 0000:00:02.1: PME# disabled
[    0.208611] pci 0000:00:04.0: reg 10 32bit mmio: [0xf700c000-0xf700cfff]
[    0.208645] pci 0000:00:04.0: supports D1 D2
[    0.208647] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.208658] pci 0000:00:04.0: PME# disabled
[    0.208696] pci 0000:00:04.1: reg 10 32bit mmio: [0xf7009000-0xf70090ff]
[    0.208737] pci 0000:00:04.1: supports D1 D2
[    0.208739] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.208750] pci 0000:00:04.1: PME# disabled
[    0.208804] pci 0000:00:06.0: reg 20 io port: [0xf000-0xf00f]
[    0.208861] pci 0000:00:07.0: reg 10 32bit mmio: [0xf7000000-0xf7003fff]
[    0.208902] pci 0000:00:07.0: PME# supported from D3hot D3cold
[    0.208912] pci 0000:00:07.0: PME# disabled
[    0.209013] pci 0000:00:09.0: reg 10 io port: [0x9f0-0x9f7]
[    0.209018] pci 0000:00:09.0: reg 14 io port: [0xbf0-0xbf3]
[    0.209023] pci 0000:00:09.0: reg 18 io port: [0x970-0x977]
[    0.209027] pci 0000:00:09.0: reg 1c io port: [0xb70-0xb73]
[    0.209032] pci 0000:00:09.0: reg 20 io port: [0xdc00-0xdc0f]
[    0.209037] pci 0000:00:09.0: reg 24 32bit mmio: [0xf7004000-0xf7005fff]
[    0.209114] pci 0000:00:0a.0: reg 10 32bit mmio: [0xf7006000-0xf7006fff]
[    0.209119] pci 0000:00:0a.0: reg 14 io port: [0xe000-0xe007]
[    0.209124] pci 0000:00:0a.0: reg 18 32bit mmio: [0xf7007000-0xf70070ff]
[    0.209129] pci 0000:00:0a.0: reg 1c 32bit mmio: [0xf7008000-0xf700800f]
[    0.209160] pci 0000:00:0a.0: supports D1 D2
[    0.209162] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.209174] pci 0000:00:0a.0: PME# disabled
[    0.209219] pci 0000:00:12.0: reg 10 32bit mmio: [0xf2000000-0xf2ffffff]
[    0.209226] pci 0000:00:12.0: reg 14 64bit mmio: [0xe0000000-0xefffffff]
[    0.209234] pci 0000:00:12.0: reg 1c 64bit mmio: [0xf5000000-0xf5ffffff]
[    0.209241] pci 0000:00:12.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[    0.209451] pci 0000:01:07.0: reg 10 io port: [0xa000-0xa007]
[    0.209458] pci 0000:01:07.0: reg 14 io port: [0xa400-0xa403]
[    0.209464] pci 0000:01:07.0: reg 18 io port: [0xa800-0xa807]
[    0.209471] pci 0000:01:07.0: reg 1c io port: [0xac00-0xac03]
[    0.209478] pci 0000:01:07.0: reg 20 io port: [0xb000-0xb00f]
[    0.209484] pci 0000:01:07.0: reg 24 32bit mmio: [0xf4000000-0xf40000ff]
[    0.209491] pci 0000:01:07.0: reg 30 32bit mmio: [0x000000-0x07ffff]
[    0.209509] pci 0000:01:07.0: supports D1 D2
[    0.209542] pci 0000:00:08.0: transparent bridge
[    0.209551] pci 0000:00:08.0: bridge io port: [0xa000-0xbfff]
[    0.209555] pci 0000:00:08.0: bridge 32bit mmio: [0xf3000000-0xf4ffffff]
[    0.209563] pci_bus 0000:00: on NUMA node 0
[    0.209572] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.210251] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.281026] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.281026] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 *10 11 14 15)
[    0.281026] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.281026] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.281093] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.281309] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.281524] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.281748] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.281971] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.282191] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
[    0.282407] ACPI: PCI Interrupt Link [LUBA] (IRQs *5 7 9 10 11 14 15)
[    0.284091] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 *10 11 14 15)
[    0.284307] ACPI: PCI Interrupt Link [LU1B] (IRQs 5 7 9 10 *11 14 15)
[    0.284523] ACPI: PCI Interrupt Link [LU2B] (IRQs *5 7 9 10 11 14 15)
[    0.284739] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[    0.284955] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
[    0.285169] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.285389] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 *11 14 15)
[    0.285602] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.285822] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    0.286132] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[    0.286431] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[    0.286728] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[    0.287028] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    0.287326] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[    0.287625] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    0.287924] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    0.288238] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[    0.288542] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22 23) *0
[    0.288844] ACPI: PCI Interrupt Link [AUBA] (IRQs 20 21 22 23) *0
[    0.289145] ACPI: PCI Interrupt Link [AUB2] (IRQs 20 21 22 23) *0
[    0.289445] ACPI: PCI Interrupt Link [AU1B] (IRQs 20 21 22 23) *0
[    0.289746] ACPI: PCI Interrupt Link [AU2B] (IRQs 20 21 22 23) *0
[    0.290046] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[    0.290346] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
[    0.290648] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
[    0.290950] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[    0.291250] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
[    0.291552] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[    0.291855] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[    0.292429] PCI: Using ACPI for IRQ routing
[    0.308072] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[    0.308085] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.316016] Switched to NOHz mode on CPU #0
[    0.316677] Switched to NOHz mode on CPU #1
[    0.328037] pnp: PnP ACPI init
[    0.328075] ACPI: bus type pnp registered
[    0.336611] pnp: PnP ACPI: found 14 devices
[    0.336621] ACPI: ACPI bus type pnp unregistered
[    0.336644] system 00:01: ioport range 0x1000-0x107f has been reserved
[    0.336655] system 00:01: ioport range 0x1080-0x10ff has been reserved
[    0.336665] system 00:01: ioport range 0x1400-0x147f has been reserved
[    0.336675] system 00:01: ioport range 0x1480-0x14ff has been reserved
[    0.336685] system 00:01: ioport range 0x1800-0x187f has been reserved
[    0.336695] system 00:01: ioport range 0x1880-0x18ff has been reserved
[    0.336706] system 00:01: iomem range 0xfefe0000-0xfefe01ff has been reserved
[    0.336717] system 00:01: iomem range 0xfefe1000-0xfefe10ff has been reserved
[    0.336728] system 00:01: iomem range 0x3c000000-0x3fffffff has been reserved
[    0.336747] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[    0.336757] system 00:02: ioport range 0x800-0x87f has been reserved
[    0.336767] system 00:02: ioport range 0x295-0x314 has been reserved
[    0.336777] system 00:02: ioport range 0x290-0x294 has been reserved
[    0.336797] system 00:0c: iomem range 0xf0000000-0xf1ffffff has been reserved
[    0.336813] system 00:0d: iomem range 0xd4600-0xd7fff has been reserved
[    0.336824] system 00:0d: iomem range 0xf0000-0xf7fff could not be reserved
[    0.336835] system 00:0d: iomem range 0xf8000-0xfbfff could not be reserved
[    0.336846] system 00:0d: iomem range 0xfc000-0xfffff could not be reserved
[    0.336857] system 00:0d: iomem range 0x3bef0000-0x3befffff could not be reserved
[    0.336869] system 00:0d: iomem range 0xffff0000-0xffffffff has been reserved
[    0.336880] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[    0.336891] system 00:0d: iomem range 0x100000-0x3beeffff could not be reserved
[    0.336903] system 00:0d: iomem range 0xfec00000-0xfec00fff has been reserved
[    0.336914] system 00:0d: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.372795] pci 0000:00:08.0: PCI bridge, secondary bus 0000:01
[    0.372806] pci 0000:00:08.0:   IO window: 0xa000-0xbfff
[    0.372817] pci 0000:00:08.0:   MEM window: 0xf3000000-0xf4ffffff
[    0.372827] pci 0000:00:08.0:   PREFETCH window: 0x00000050000000-0x000000500fffff
[    0.372847] pci 0000:00:08.0: setting latency timer to 64
[    0.372852] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.372854] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.372857] pci_bus 0000:01: resource 0 io:  [0xa000-0xbfff]
[    0.372859] pci_bus 0000:01: resource 1 mem: [0xf3000000-0xf4ffffff]
[    0.372862] pci_bus 0000:01: resource 2 mem: [0x50000000-0x500fffff]
[    0.372864] pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
[    0.372866] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
[    0.372993] NET: Registered protocol family 2
[    0.440177] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.440940] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.441755] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
[    0.446008] TCP: Hash tables configured (established 131072 bind 65536)
[    0.446055] TCP reno registered
[    0.468312] NET: Registered protocol family 1
[    0.469050] Unpacking initramfs... done
[    0.624691] Freeing initrd memory: 3849k freed
[    0.628059] highmem bounce pool size: 64 pages
[    0.628646] msgmni has been set to 1738
[    0.629070] alg: No test for stdrng (krng)
[    0.629115] io scheduler noop registered
[    0.629126] io scheduler anticipatory registered
[    0.629133] io scheduler deadline registered
[    0.629181] io scheduler cfq registered (default)
[    0.629223] pci 0000:00:00.0: Enabling HT MSI Mapping
[    0.629481] pci 0000:00:07.0: Enabling HT MSI Mapping
[    0.629508] pci 0000:00:08.0: Enabling HT MSI Mapping
[    0.629536] pci 0000:00:09.0: Enabling HT MSI Mapping
[    0.629564] pci 0000:00:0a.0: Enabling HT MSI Mapping
[    0.629590] pci 0000:00:12.0: Boot video device
[    0.631422] vesafb: framebuffer at 0xe0000000, mapped to 0xf8280000, using 10240k, total 65536k
[    0.631436] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.631445] vesafb: protected mode interface info at c000:cfb0
[    0.631454] vesafb: pmi: set display start = c00ccfe6, set palette = c00cd050
[    0.631463] vesafb: pmi: ports = b4c3 b503 ba03 c003 c103 c403 c503 c603 c703 c803 c903 cc03 ce03 cf03 d003 d103 d203 d303 d403 d503 da03 ff03 
[    0.631500] vesafb: scrolling: redraw
[    0.631507] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.655832] Console: switching to colour frame buffer device 160x64
[    0.677872] fb0: VESA VGA frame buffer device
[    0.694243] Linux agpgart interface v0.103
[    0.694914] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.695086] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.695686] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.696261] mice: PS/2 mouse device common for all mice
[    0.696845] cpuidle: using governor ladder
[    0.696960] cpuidle: using governor menu
[    0.697629] TCP cubic registered
[    0.697720] Using IPI No-Shortcut mode
[    0.698574] BIOS EDD facility v0.16 2004-Jun-25, 3 devices found
[    0.699419] Freeing unused kernel memory: 284k freed
[    0.699706] Write protecting the kernel text: 1856k
[    0.699916] Write protecting the kernel read-only data: 868k
[    0.715537] all_generic_ide used greatest stack depth: 2708 bytes left
[    0.716333] brltty used greatest stack depth: 2516 bytes left
[    0.717607] input: AT Translated Set 2 keyboard as /class/input/input0
[    0.770715] setfont used greatest stack depth: 2348 bytes left
[    0.853256] device-mapper: uevent: version 1.0.3
[    0.853646] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
[    0.874170] SCSI subsystem initialized
[    0.886515] libata version 3.00 loaded.
[    0.888446] pata_amd 0000:00:06.0: version 0.3.11
[    0.888644] pata_amd 0000:00:06.0: setting latency timer to 64
[    0.888774] scsi0 : pata_amd
[    0.889246] scsi1 : pata_amd
[    0.890746] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    0.890940] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.068327] ata1.00: HPA unlocked: 78163247 -> 78165360, native 78165360
[    1.068513] ata1.00: ATA-5: ST340016A, 3.75, max UDMA/100
[    1.068662] ata1.00: 78165360 sectors, multi 16: LBA 
[    1.068826] ata1.01: ATAPI: HL-DT-ST DVDRAM GSA-4165B, DL05, max UDMA/33
[    1.069029] ata1: nv_mode_filter: 0x3f39f&0x3f01f->0x3f01f, BIOS=0x3f000 (0xc6c00000) ACPI=0x3f01f (20:60:0x1f)
[    1.069033] ata1: nv_mode_filter: 0x739f&0x701f->0x701f, BIOS=0x7000 (0xc6c00000) ACPI=0x701f (20:60:0x1f)
[    1.084400] ata1.00: configured for UDMA/100
[    1.100244] ata1.01: configured for UDMA/33
[    1.103113] scsi 0:0:0:0: Direct-Access     ATA      ST340016A        3.75 PQ: 0 ANSI: 5
[    1.113882] scsi 0:0:1:0: CD-ROM            HL-DT-ST DVDRAM GSA-4165B DL05 PQ: 0 ANSI: 5
[    1.120845] ata2: port disabled. ignoring.
[    1.121121] modprobe used greatest stack depth: 2036 bytes left
[    1.134069] pata_sil680 0000:01:07.0: version 0.4.9
[    1.134631] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[    1.141518]   alloc irq_desc for 17 on cpu 0 node 0
[    1.141521]   alloc kstat_irqs on cpu 0 node 0
[    1.141529] pata_sil680 0000:01:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
[    1.148647] sil680: 133MHz clock.
[    1.155878] scsi2 : pata_sil680
[    1.163066] scsi3 : pata_sil680
[    1.170100] ata3: PATA max UDMA/133 cmd 0xa000 ctl 0xa400 bmdma 0xb000 irq 17
[    1.177159] ata4: PATA max UDMA/133 cmd 0xa800 ctl 0xac00 bmdma 0xb008 irq 17
[    1.356502] ata3.01: ATA-7: Maxtor 6Y080L0, YAR41BW0, max UDMA/133
[    1.363521] ata3.01: 160086528 sectors, multi 16: LBA 
[    1.384376] ata3.01: configured for UDMA/133
[    1.391554] scsi 2:0:1:0: Direct-Access     ATA      Maxtor 6Y080L0   YAR4 PQ: 0 ANSI: 5
[    1.612025] ata4.01: ATA-7: MAXTOR STM3802110A, 3.AAJ, max UDMA/100
[    1.619355] ata4.01: 156301488 sectors, multi 16: LBA48 
[    1.686808] ata4.01: configured for UDMA/100
[    1.694272] scsi 3:0:1:0: Direct-Access     ATA      MAXTOR STM380211 3.AA PQ: 0 ANSI: 5
[    1.709821] Driver 'sd' needs updating - please use bus_type methods
[    1.717930] sd 0:0:0:0: [sda] 78165360 512-byte hardware sectors: (40.0 GB/37.2 GiB)
[    1.725864] sd 0:0:0:0: [sda] Write Protect is off
[    1.733701] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.733744] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.741939] sd 0:0:0:0: [sda] 78165360 512-byte hardware sectors: (40.0 GB/37.2 GiB)
[    1.749800] sd 0:0:0:0: [sda] Write Protect is off
[    1.757595] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.757637] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.765537]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
[    1.813188] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.821258] sd 2:0:1:0: [sdb] 160086528 512-byte hardware sectors: (81.9 GB/76.3 GiB)
[    1.829172] sd 2:0:1:0: [sdb] Write Protect is off
[    1.837030] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.837073] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.845137] sd 2:0:1:0: [sdb] 160086528 512-byte hardware sectors: (81.9 GB/76.3 GiB)
[    1.853138] sd 2:0:1:0: [sdb] Write Protect is off
[    1.861030] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.861074] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.869142]  sdb: sdb1 sdb2 < sdb5 sdb6 >
[    1.916557] sd 2:0:1:0: [sdb] Attached SCSI disk
[    1.924595] sd 3:0:1:0: [sdc] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[    1.932540] sd 3:0:1:0: [sdc] Write Protect is off
[    1.940425] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    1.940467] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.948658] sd 3:0:1:0: [sdc] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[    1.956852] sd 3:0:1:0: [sdc] Write Protect is off
[    1.964987] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    1.965030] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.973331]  sdc: sdc1 sdc2 < sdc5 >
[    2.008372] sd 3:0:1:0: [sdc] Attached SCSI disk
[    2.066755] processor ACPI_CPU:00: registered as cooling_device0
[    2.075327] processor ACPI_CPU:01: registered as cooling_device1
[    2.115752] md: linear personality registered for level -1
[    2.134098] md: raid0 personality registered for level 0
[    2.148998] md: raid1 personality registered for level 1
[    2.177517] md: raid10 personality registered for level 10
[    2.476596] md: md0 stopped.
[    2.879248] md: bind<sdc1>
[    2.888427] md: bind<sda1>
[    2.900567] raid1: raid set md0 active with 2 out of 2 mirrors
[    2.910325] md: md127 stopped.
[    2.918079]  md0:
[    2.984367] md: bind<sdb6>
[    3.040333] md: md127 stopped.
[    3.047875] md: unbind<sdb6>
[    3.068199] md: export_rdev(sdb6)
[    3.204400] md: bind<sdc5>
[    3.212400] md: bind<sdb6>
[    3.223844] raid1: raid set md127 active with 2 out of 2 mirrors
[    3.233652]  md127: unknown partition table
[    4.378603] PM: Starting manual resume from disk
[    4.432347] EXT3-fs: mounted filesystem with ordered data mode.
[    4.439817] kjournald starting.  Commit interval 5 seconds
[    5.706738] grep used greatest stack depth: 1964 bytes left
[    6.667880] loadkeys used greatest stack depth: 1808 bytes left
[    8.087022] udevd version 124 started
[    9.571348] usbcore: registered new interface driver usbfs
[    9.584064] usbcore: registered new interface driver hub
[    9.594809] usbcore: registered new device driver usb
[    9.606215] input: PC Speaker as /class/input/input1
[    9.649779] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    9.673937] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.63.
[    9.680947] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[    9.687579]   alloc irq_desc for 23 on cpu 0 node 0
[    9.687582]   alloc kstat_irqs on cpu 0 node 0
[    9.687592] forcedeth 0000:00:0a.0: PCI INT A -> Link[APCH] -> GSI 23 (level, low) -> IRQ 23
[    9.694087] forcedeth 0000:00:0a.0: setting latency timer to 64
[    9.702545] parport_pc 00:0a: reported by Plug and Play ACPI
[    9.710003] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    9.730482] input: Power Button (FF) as /class/input/input2
[    9.750965] ACPI: Power Button (FF) [PWRF]
[    9.757753] input: Power Button (CM) as /class/input/input3
[    9.786106] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    9.793134] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    9.800746] ACPI: Power Button (CM) [PWRB]
[    9.861278] rtc_cmos 00:05: RTC can wake from S4
[    9.868474] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    9.875515] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    9.916031] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    9.948123] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    9.955445] ohci_hcd: block sizes: ed 64 td 64
[    9.969082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.976257] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    9.983813] ehci_hcd: block sizes: qh 128 qtd 96 itd 160 sitd 96
[   10.006399] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.013871] scsi 0:0:1:0: Attached scsi generic sg1 type 5
[   10.021516] sd 2:0:1:0: Attached scsi generic sg2 type 0
[   10.028993] sd 3:0:1:0: Attached scsi generic sg3 type 0
[   10.127789] modprobe used greatest stack depth: 1604 bytes left
[   10.213837] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1f:d0:53:49:ae
[   10.221445] forcedeth 0000:00:0a.0: highdma pwrctl mgmt timirq gbit lnktim msi desc-v3
[   10.229207] ahci 0000:00:09.0: version 3.0
[   10.229764] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 22
[   10.237471]   alloc irq_desc for 22 on cpu 0 node 0
[   10.237473]   alloc kstat_irqs on cpu 0 node 0
[   10.237482] ahci 0000:00:09.0: PCI INT A -> Link[APSI] -> GSI 22 (level, low) -> IRQ 22
[   10.246157]   alloc irq_desc for 24 on cpu 0 node 0
[   10.246161]   alloc kstat_irqs on cpu 0 node 0
[   10.246172] ahci 0000:00:09.0: irq 24 for MSI/MSI-X
[   10.246446] ahci 0000:00:09.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[   10.254454] ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio 
[   10.262319] ahci 0000:00:09.0: setting latency timer to 64
[   10.262908] scsi4 : ahci
[   10.271246] scsi5 : ahci
[   10.279459] scsi6 : ahci
[   10.287555] scsi7 : ahci
[   10.295653] ata5: SATA max UDMA/133 abar m8192@0xf7004000 port 0xf7004100 irq 24
[   10.303345] ata6: SATA max UDMA/133 abar m8192@0xf7004000 port 0xf7004180 irq 24
[   10.310983] ata7: SATA max UDMA/133 abar m8192@0xf7004000 port 0xf7004200 irq 24
[   10.318512] ata8: SATA max UDMA/133 abar m8192@0xf7004000 port 0xf7004280 irq 24
[   10.644667] ata5: SATA link down (SStatus 0 SControl 300)
[   10.968017] ata6: SATA link down (SStatus 0 SControl 300)
[   11.292015] ata7: SATA link down (SStatus 0 SControl 300)
[   11.616015] ata8: SATA link down (SStatus 0 SControl 300)
[   11.623889] ACPI: PCI Interrupt Link [AUBA] enabled at IRQ 21
[   11.631255]   alloc irq_desc for 21 on cpu 0 node 0
[   11.631258]   alloc kstat_irqs on cpu 0 node 0
[   11.631268] ohci_hcd 0000:00:02.0: PCI INT A -> Link[AUBA] -> GSI 21 (level, low) -> IRQ 21
[   11.638797] ohci_hcd 0000:00:02.0: setting latency timer to 64
[   11.638801] ohci_hcd 0000:00:02.0: OHCI Host Controller
[   11.647332] drivers/usb/core/inode.c: creating file 'devices'
[   11.647492] drivers/usb/core/inode.c: creating file '001'
[   11.647555] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[   11.654964] ohci_hcd 0000:00:02.0: created debug files
[   11.654966] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[   11.655006] ohci_hcd 0000:00:02.0: irq 21, io mem 0xf700a000
[   11.718795] ohci_hcd 0000:00:02.0: OHCI controller state
[   11.718801] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers
[   11.718804] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[   11.718807] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[   11.718810] ohci_hcd 0000:00:02.0: intrstatus 0x00000044 RHSC SF
[   11.718813] ohci_hcd 0000:00:02.0: intrenable 0x8000001a MIE UE RD WDH
[   11.718817] ohci_hcd 0000:00:02.0: hcca frame #0003
[   11.718821] ohci_hcd 0000:00:02.0: roothub.a 01000205 POTPGT=1 NPS NDP=5(5)
[   11.718824] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[   11.718826] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[   11.718830] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[   11.718833] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[   11.718836] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[   11.718839] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[   11.718843] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00010301 CSC LSDA PPS CCS
[   11.719035] usb usb1: default language 0x0409
[   11.719061] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   11.726437] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.733753] usb usb1: Product: OHCI Host Controller
[   11.741095] usb usb1: Manufacturer: Linux 2.6.29-rc5-next-20090216 ohci_hcd
[   11.748512] usb usb1: SerialNumber: 0000:00:02.0
[   11.756280] usb usb1: uevent
[   11.756398] usb usb1: usb_probe_device
[   11.756401] usb usb1: configuration #1 chosen from 1 choice
[   11.764029] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   11.764083] usb 1-0:1.0: uevent
[   11.764247] hub 1-0:1.0: usb_probe_interface
[   11.764249] hub 1-0:1.0: usb_probe_interface - got id
[   11.764252] hub 1-0:1.0: USB hub found
[   11.771752] hub 1-0:1.0: 5 ports detected
[   11.778909] hub 1-0:1.0: standalone hub
[   11.778911] hub 1-0:1.0: no power switching (usb 1.0)
[   11.778913] hub 1-0:1.0: global over-current protection
[   11.778916] hub 1-0:1.0: power on to power good time: 2ms
[   11.779145] hub 1-0:1.0: local power source is good
[   11.779147] hub 1-0:1.0: no over-current condition exists
[   11.779150] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   11.780625] drivers/usb/core/inode.c: creating file '001'
[   11.781380] ACPI: PCI Interrupt Link [AUB2] enabled at IRQ 20
[   11.788651]   alloc irq_desc for 20 on cpu 0 node 0
[   11.788653]   alloc kstat_irqs on cpu 0 node 0
[   11.788662] ehci_hcd 0000:00:02.1: PCI INT B -> Link[AUB2] -> GSI 20 (level, low) -> IRQ 20
[   11.796134] ehci_hcd 0000:00:02.1: setting latency timer to 64
[   11.796137] ehci_hcd 0000:00:02.1: EHCI Host Controller
[   11.803597] drivers/usb/core/inode.c: creating file '002'
[   11.803615] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[   11.811255] ehci_hcd 0000:00:02.1: reset hcs_params 0x101c85 dbg=1 cc=1 pcc=12 !ppc ports=5
[   11.811261] ehci_hcd 0000:00:02.1: reset portroute 0 0 0 0 0 
[   11.811264] ehci_hcd 0000:00:02.1: reset hcc_params a087 caching frame 256/512/1024 park 64 bit addr
[   11.811302] ehci_hcd 0000:00:02.1: park 0
[   11.811307] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[   11.811318] ehci_hcd 0000:00:02.1: debug port 1
[   11.818668] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[   11.818671] ehci_hcd 0000:00:02.1: supports USB remote wakeup
[   11.818701] ehci_hcd 0000:00:02.1: irq 20, io mem 0xf700b000
[   11.826127] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[   11.826133] ehci_hcd 0000:00:02.1: init command 010009 (park)=0 ithresh=1 period=256 RUN
[   11.836735] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[   11.844286] usb usb2: default language 0x0409
[   11.844306] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   11.851822] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.859274] usb usb2: Product: EHCI Host Controller
[   11.866595] usb usb2: Manufacturer: Linux 2.6.29-rc5-next-20090216 ehci_hcd
[   11.874123] usb usb2: SerialNumber: 0000:00:02.1
[   11.881453] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [4] = 0x00010300 CSC LSDA PPS
[   11.881617] usb usb2: uevent
[   11.881686] usb usb2: usb_probe_device
[   11.881689] usb usb2: configuration #1 chosen from 1 choice
[   11.888929] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   11.888976] usb 2-0:1.0: uevent
[   11.889022] hub 2-0:1.0: usb_probe_interface
[   11.889025] hub 2-0:1.0: usb_probe_interface - got id
[   11.889028] hub 2-0:1.0: USB hub found
[   11.896229] hub 2-0:1.0: 5 ports detected
[   11.903277] hub 2-0:1.0: standalone hub
[   11.903279] hub 2-0:1.0: no power switching (usb 1.0)
[   11.903280] hub 2-0:1.0: individual port over-current protection
[   11.903284] hub 2-0:1.0: power on to power good time: 20ms
[   11.903347] hub 2-0:1.0: local power source is good
[   11.903351] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   11.903631] drivers/usb/core/inode.c: creating file '001'
[   11.904383] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 23
[   11.911497] HDA Intel 0000:00:07.0: PCI INT A -> Link[AAZA] -> GSI 23 (level, low) -> IRQ 23
[   11.918780] HDA Intel 0000:00:07.0: setting latency timer to 64
[   11.980802] hub 1-0:1.0: state 7 ports 5 chg 0000 evt 0000
[   12.000779] ehci_hcd 0000:00:02.1: GetStatus port 5 status 001403 POWER sig=k CSC CONNECT
[   12.000784] hub 2-0:1.0: port 5: status 0501 change 0001
[   12.100757] hub 2-0:1.0: state 7 ports 5 chg 0020 evt 0000
[   12.100772] hub 2-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
[   12.100891] ehci_hcd 0000:00:02.1: port 5 low speed --> companion
[   12.156038] ehci_hcd 0000:00:02.1: GetStatus port 5 status 003402 POWER OWNER sig=k CSC
[   12.156130] hub 1-0:1.0: state 7 ports 5 chg 0000 evt 0020
[   12.156138] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [4] = 0x00010301 CSC LSDA PPS CCS
[   12.156147] hub 1-0:1.0: port 5, status 0301, change 0001, 1.5 Mb/s
[   12.284019] hub 1-0:1.0: debounce: port 5: total 100ms stable 100ms status 0x301
[   12.404780] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [4] = 0x00100303 PRSC LSDA PPS PES CCS
[   12.460791] usb 1-5: new low speed USB device using ohci_hcd and address 2
[   12.493547] ACPI: PCI Interrupt Link [AU1B] enabled at IRQ 22
[   12.500934] ohci_hcd 0000:00:04.0: PCI INT A -> Link[AU1B] -> GSI 22 (level, low) -> IRQ 22
[   12.509319] ohci_hcd 0000:00:04.0: setting latency timer to 64
[   12.509324] ohci_hcd 0000:00:04.0: OHCI Host Controller
[   12.517184] drivers/usb/core/inode.c: creating file '003'
[   12.517204] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3
[   12.524942] ohci_hcd 0000:00:04.0: created debug files
[   12.524944] ohci_hcd 0000:00:04.0: supports USB remote wakeup
[   12.524975] ohci_hcd 0000:00:04.0: irq 22, io mem 0xf700c000
[   12.536107] Driver 'sr' needs updating - please use bus_type methods
[   12.556350] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   12.563820] Uniform CD-ROM driver Revision: 3.20
[   12.571505] sr 0:0:1:0: Attached scsi CD-ROM sr0
[   12.580801] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [4] = 0x00100303 PRSC LSDA PPS PES CCS
[   12.590789] ohci_hcd 0000:00:04.0: OHCI controller state
[   12.590795] ohci_hcd 0000:00:04.0: OHCI 1.0, NO legacy support registers
[   12.590798] ohci_hcd 0000:00:04.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[   12.590801] ohci_hcd 0000:00:04.0: cmdstatus 0x00000 SOC=0
[   12.590804] ohci_hcd 0000:00:04.0: intrstatus 0x00000044 RHSC SF
[   12.590807] ohci_hcd 0000:00:04.0: intrenable 0x8000001a MIE UE RD WDH
[   12.590811] ohci_hcd 0000:00:04.0: hcca frame #0003
[   12.590815] ohci_hcd 0000:00:04.0: roothub.a 01000205 POTPGT=1 NPS NDP=5(5)
[   12.590818] ohci_hcd 0000:00:04.0: roothub.b 00000000 PPCM=0000 DR=0000
[   12.590821] ohci_hcd 0000:00:04.0: roothub.status 00008000 DRWE
[   12.590824] ohci_hcd 0000:00:04.0: roothub.portstatus [0] 0x00000100 PPS
[   12.590827] ohci_hcd 0000:00:04.0: roothub.portstatus [1] 0x00010101 CSC PPS CCS
[   12.590831] ohci_hcd 0000:00:04.0: roothub.portstatus [2] 0x00000100 PPS
[   12.590834] ohci_hcd 0000:00:04.0: roothub.portstatus [3] 0x00000100 PPS
[   12.590837] ohci_hcd 0000:00:04.0: roothub.portstatus [4] 0x00000100 PPS
[   12.590879] usb usb3: default language 0x0409
[   12.590900] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   12.598261] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   12.605508] usb usb3: Product: OHCI Host Controller
[   12.612884] usb usb3: Manufacturer: Linux 2.6.29-rc5-next-20090216 ohci_hcd
[   12.620200] usb usb3: SerialNumber: 0000:00:04.0
[   12.627758] usb usb3: uevent
[   12.627830] usb usb3: usb_probe_device
[   12.627833] usb usb3: configuration #1 chosen from 1 choice
[   12.635231] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   12.635289] usb 3-0:1.0: uevent
[   12.635333] hub 3-0:1.0: usb_probe_interface
[   12.635335] hub 3-0:1.0: usb_probe_interface - got id
[   12.635339] hub 3-0:1.0: USB hub found
[   12.642655] hub 3-0:1.0: 5 ports detected
[   12.649849] hub 3-0:1.0: standalone hub
[   12.649851] hub 3-0:1.0: no power switching (usb 1.0)
[   12.649853] hub 3-0:1.0: global over-current protection
[   12.649856] hub 3-0:1.0: power on to power good time: 2ms
[   12.649868] hub 3-0:1.0: local power source is good
[   12.649870] hub 3-0:1.0: no over-current condition exists
[   12.649873] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   12.650108] drivers/usb/core/inode.c: creating file '001'
[   12.650861] ACPI: PCI Interrupt Link [AU2B] enabled at IRQ 21
[   12.658099] ehci_hcd 0000:00:04.1: PCI INT B -> Link[AU2B] -> GSI 21 (level, low) -> IRQ 21
[   12.665368] ehci_hcd 0000:00:04.1: setting latency timer to 64
[   12.665372] ehci_hcd 0000:00:04.1: EHCI Host Controller
[   12.672671] drivers/usb/core/inode.c: creating file '004'
[   12.672689] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 4
[   12.679865] ehci_hcd 0000:00:04.1: reset hcs_params 0x101c85 dbg=1 cc=1 pcc=12 !ppc ports=5
[   12.679872] ehci_hcd 0000:00:04.1: reset portroute 0 0 0 0 0 
[   12.679875] ehci_hcd 0000:00:04.1: reset hcc_params a087 caching frame 256/512/1024 park 64 bit addr
[   12.679914] ehci_hcd 0000:00:04.1: park 0
[   12.679918] ehci_hcd 0000:00:04.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[   12.679929] ehci_hcd 0000:00:04.1: debug port 1
[   12.680818] usb 1-5: skipped 1 descriptor after interface
[   12.683812] usb 1-5: default language 0x0409
[   12.687016] ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
[   12.687018] ehci_hcd 0000:00:04.1: supports USB remote wakeup
[   12.687030] ehci_hcd 0000:00:04.1: irq 21, io mem 0xf7009000
[   12.694284] ehci_hcd 0000:00:04.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[   12.694291] ehci_hcd 0000:00:04.1: init command 010009 (park)=0 ithresh=1 period=256 RUN
[   12.694295] usb 1-5: New USB device found, idVendor=04f3, idProduct=0210
[   12.694299] usb 1-5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   12.694302] usb 1-5: Product: PS/2+USB Mouse
[   12.694460] usb 1-5: uevent
[   12.694499] usb 1-5: usb_probe_device
[   12.694502] usb 1-5: configuration #1 chosen from 1 choice
[   12.724842] usb 1-5: adding 1-5:1.0 (config #1, interface 0)
[   12.724916] usb 1-5:1.0: uevent
[   12.725186] drivers/usb/core/inode.c: creating file '002'
[   12.725322] hub 2-0:1.0: state 7 ports 5 chg 0000 evt 0020
[   12.725341] hub 1-0:1.0: state 7 ports 5 chg 0000 evt 0020
[   12.732804] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
[   12.740619] usb usb4: default language 0x0409
[   12.740639] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[   12.748344] ohci_hcd 0000:00:04.0: GetStatus roothub.portstatus [1] = 0x00010100 CSC PPS
[   12.748370] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   12.756007] usb usb4: Product: EHCI Host Controller
[   12.764073] usb usb4: Manufacturer: Linux 2.6.29-rc5-next-20090216 ehci_hcd
[   12.772731] usb usb4: SerialNumber: 0000:00:04.1
[   12.780816] usb usb4: uevent
[   12.780855] usb usb4: usb_probe_device
[   12.780858] usb usb4: configuration #1 chosen from 1 choice
[   12.796291] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   12.796369] usb 4-0:1.0: uevent
[   12.796408] hub 4-0:1.0: usb_probe_interface
[   12.796410] hub 4-0:1.0: usb_probe_interface - got id
[   12.796413] hub 4-0:1.0: USB hub found
[   12.813841] hub 4-0:1.0: 5 ports detected
[   12.821861] hub 4-0:1.0: standalone hub
[   12.821863] hub 4-0:1.0: no power switching (usb 1.0)
[   12.821865] hub 4-0:1.0: individual port over-current protection
[   12.821871] hub 4-0:1.0: power on to power good time: 20ms
[   12.821886] hub 4-0:1.0: local power source is good
[   12.821889] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   12.822124] drivers/usb/core/inode.c: creating file '001'
[   12.848862] hub 3-0:1.0: state 7 ports 5 chg 0000 evt 0000
[   12.860209] usbhid 1-5:1.0: usb_probe_interface
[   12.860212] usbhid 1-5:1.0: usb_probe_interface - got id
[   12.866267] input: PS/2+USB Mouse as /class/input/input4
[   12.896888] generic-usb 0003:04F3:0210.0001: input: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-0000:00:02.0-5/input0
[   12.905041] usbcore: registered new interface driver usbhid
[   12.913376] usbhid: v2.6:USB HID core driver
[   12.921608] ehci_hcd 0000:00:04.1: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
[   12.921614] hub 4-0:1.0: port 2: status 0501 change 0001
[   13.020828] hub 4-0:1.0: state 7 ports 5 chg 0004 evt 0000
[   13.020846] hub 4-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
[   13.077091] ehci_hcd 0000:00:04.1: port 2 high speed
[   13.077096] ehci_hcd 0000:00:04.1: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
[   13.132832] usb 4-2: new high speed USB device using ehci_hcd and address 2
[   13.197070] ehci_hcd 0000:00:04.1: port 2 high speed
[   13.197074] ehci_hcd 0000:00:04.1: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
[   13.275311] usb 4-2: default language 0x0409
[   13.275686] usb 4-2: New USB device found, idVendor=05e3, idProduct=0606
[   13.283703] usb 4-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   13.291719] usb 4-2: Product: USB2.0 Hub
[   13.299892] usb 4-2: uevent
[   13.299927] usb 4-2: usb_probe_device
[   13.299930] usb 4-2: configuration #1 chosen from 1 choice
[   13.308570] usb 4-2: adding 4-2:1.0 (config #1, interface 0)
[   13.308622] usb 4-2:1.0: uevent
[   13.308649] hub 4-2:1.0: usb_probe_interface
[   13.308651] hub 4-2:1.0: usb_probe_interface - got id
[   13.308654] hub 4-2:1.0: USB hub found
[   13.317059] hub 4-2:1.0: 4 ports detected
[   13.324964] hub 4-2:1.0: standalone hub
[   13.324965] hub 4-2:1.0: ganged power switching
[   13.324967] hub 4-2:1.0: global over-current protection
[   13.324972] hub 4-2:1.0: Single TT
[   13.324974] hub 4-2:1.0: TT requires at most 32 FS bit times (2664 ns)
[   13.324976] hub 4-2:1.0: Port indicators are supported
[   13.324978] hub 4-2:1.0: power on to power good time: 100ms
[   13.325559] hub 4-2:1.0: local power source is good
[   13.325561] hub 4-2:1.0: no over-current condition exists
[   13.325564] hub 4-2:1.0: enabling power on all ports
[   13.326719] drivers/usb/core/inode.c: creating file '002'
[   13.425971] usb 4-2: link qh256-0001/f612d100 start 255 [1/0 us]
[   13.425984] hub 4-2:1.0: state 7 ports 4 chg 0000 evt 0000
[   13.674674] it87: Found IT8716F chip at 0x290, revision 3
[   14.040891] ohci_hcd 0000:00:04.0: auto-stop root hub
[   14.805037] hub 2-0:1.0: hub_suspend
[   14.805183] usb usb2: bus auto-suspend
[   14.805185] ehci_hcd 0000:00:02.1: suspend root hub
[   14.862101] EXT3 FS on dm-5, internal journal
[   15.804992] hub 3-0:1.0: hub_suspend
[   15.805004] usb usb3: bus auto-suspend
[   15.805033] ohci_hcd 0000:00:04.0: suspend root hub
[   15.805052] hub 4-2:1.0: hub_suspend
[   15.805116] usb 4-2: unlink qh256-0001/f612d100 start 255 [1/0 us]
[   15.805594] usb 4-2: usb auto-suspend
[   16.134988] kjournald starting.  Commit interval 5 seconds
[   16.147286] EXT3 FS on md0, internal journal
[   16.147296] EXT3-fs: mounted filesystem with ordered data mode.
[   16.228191] ReiserFS: dm-0: found reiserfs format "3.6" with standard journal
[   16.228267] ReiserFS: dm-0: using ordered data mode
[   16.236024] ReiserFS: dm-0: journal params: device dm-0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   16.236598] ReiserFS: dm-0: checking transaction log (dm-0)
[   16.315895] ReiserFS: dm-0: Using r5 hash to sort names
[   16.628143] kjournald starting.  Commit interval 5 seconds
[   16.628157] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[   16.628392] EXT3 FS on sda5, internal journal
[   16.628401] EXT3-fs: mounted filesystem with ordered data mode.
[   16.746970] ReiserFS: sda6: found reiserfs format "3.6" with standard journal
[   16.747003] ReiserFS: sda6: using ordered data mode
[   16.755291] ReiserFS: sda6: journal params: device sda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   16.755850] ReiserFS: sda6: checking transaction log (sda6)
[   16.793054] ReiserFS: sda6: Using r5 hash to sort names
[   16.889846] kjournald starting.  Commit interval 5 seconds
[   16.907659] EXT3 FS on dm-1, internal journal
[   16.907669] EXT3-fs: mounted filesystem with ordered data mode.
[   17.107298] Adding 1048568k swap on /dev/mapper/vglinux1-lvswap.  Priority:-1 extents:1 across:1048568k 
[   17.995365]   alloc irq_desc for 25 on cpu 0 node 0
[   17.995370]   alloc kstat_irqs on cpu 0 node 0
[   17.995393] forcedeth 0000:00:0a.0: irq 25 for MSI/MSI-X
[   17.995667] eth0: no link during initialization.
[   18.553737] NET: Registered protocol family 10
[   18.556860] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.805179] hub 4-0:1.0: hub_suspend
[   18.805192] usb usb4: bus auto-suspend
[   18.805195] ehci_hcd 0000:00:04.1: suspend root hub
[   19.450540] ttyS1: LSR safety check engaged!
[   19.451649] ttyS1: LSR safety check engaged!
[   19.672186] eth0: link up.
[   19.672747] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   21.665653] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ processors (2 cpu cores) (version 2.20.00)
[   21.666202] powernow-k8:    0 : fid 0x12 (2600 MHz), vid 0xa
[   21.666206] powernow-k8:    1 : fid 0x10 (2400 MHz), vid 0xc
[   21.666209] powernow-k8:    2 : fid 0xe (2200 MHz), vid 0xe
[   21.666211] powernow-k8:    3 : fid 0xc (2000 MHz), vid 0x10
[   21.666213] powernow-k8:    4 : fid 0xa (1800 MHz), vid 0x10
[   21.666215] powernow-k8:    5 : fid 0x2 (1000 MHz), vid 0x12
[   22.001394] Clocksource tsc unstable (delta = -137339594 ns)
[   24.291460] lp0: using parport0 (interrupt-driven).
[   29.961872] eth0: no IPv6 routers present
[   31.644356] ttyS1: LSR safety check engaged!
[   44.215834] 
[   44.215840] =========================================================
[   44.215850] [ INFO: possible irq lock inversion dependency detected ]
[   44.215858] 2.6.29-rc5-next-20090216 #130
[   44.215864] ---------------------------------------------------------
[   44.215870] swapper/0 just changed the state of lock:
[   44.215876]  (fasync_lock){..+.}, at: [<c0289103>] kill_fasync+0x1b/0x35
[   44.215899] but this lock took another, hard-irq-unsafe lock in the past:
[   44.215905]  (&f->f_lock){--..}
[   44.215911] 
[   44.215913] and interrupts could create inverse lock ordering between them.
[   44.215915] 
[   44.215921] 
[   44.215922] other info that might help us debug this:
[   44.215928] 2 locks held by swapper/0:
[   44.215932]  #0:  (&serio->lock){+...}, at: [<c035c186>] serio_interrupt+0x1b/0x69
[   44.215951]  #1:  (&dev->event_lock){+...}, at: [<c035f922>] input_event+0x30/0x62
[   44.215968] 
[   44.215970] the first lock's dependencies:
[   44.215975] -> (fasync_lock){..+.} ops: 0 {
[   44.215987]    initial-use  at:
[   44.215994]                                        [<c02440d1>] __lock_acquire+0x2d6/0xafe
[   44.216008]                                        [<c024494c>] lock_acquire+0x53/0x75
[   44.216018]                                        [<c03ce6fa>] _write_lock_irq+0x30/0x3f
[   44.216030]                                        [<c0288dc4>] fasync_helper+0x3f/0xdf
[   44.216039]                                        [<c033fd23>] tty_fasync+0x4b/0xe5
[   44.216052]                                        [<c0341cbe>] tty_release_dev+0x52/0x3fb
[   44.216062]                                        [<c0342079>] tty_release+0x12/0x1c
[   44.216071]                                        [<c02808d1>] __fput+0xca/0x153
[   44.216081]                                        [<c0280973>] fput+0x19/0x1b
[   44.216090]                                        [<c027e412>] filp_close+0x51/0x5b
[   44.216099]                                        [<c022862f>] put_files_struct+0x68/0xaa
[   44.216109]                                        [<c02286a8>] exit_files+0x37/0x3c
[   44.216118]                                        [<c0229a7f>] do_exit+0x199/0x6f2
[   44.216127]                                        [<c022a036>] do_group_exit+0x5e/0x85
[   44.216136]                                        [<c022a070>] sys_exit_group+0x13/0x17
[   44.216145]                                        [<c0202eea>] syscall_call+0x7/0xb
[   44.216156]                                        [<ffffffff>] 0xffffffff
[   44.216170]    in-hardirq-R at:
[   44.216176]                                        [<c0243fde>] __lock_acquire+0x1e3/0xafe
[   44.216186]                                        [<c024494c>] lock_acquire+0x53/0x75
[   44.216195]                                        [<c03ce838>] _read_lock+0x25/0x34
[   44.216204]                                        [<c0289103>] kill_fasync+0x1b/0x35
[   44.216214]                                        [<f96f6bd3>] evdev_pass_event+0x5b/0x61 [evdev]
[   44.216231]                                        [<f96f6e85>] evdev_event+0x3e/0x99 [evdev]
[   44.216244]                                        [<c035e6f9>] input_pass_event+0x2d/0x7a
[   44.216254]                                        [<c035f876>] input_handle_event+0x33c/0x345
[   44.216264]                                        [<c035f941>] input_event+0x4f/0x62
[   44.216273]                                        [<c0362559>] atkbd_interrupt+0x233/0x506
[   44.216285]                                        [<c035c19e>] serio_interrupt+0x33/0x69
[   44.216294]                                        [<c035cff1>] i8042_interrupt+0x1d6/0x1e7
[   44.216304]                                        [<c0251b62>] handle_IRQ_event+0x1a/0x4b
[   44.216318]                                        [<c0252c8d>] handle_edge_irq+0xab/0xec
[   44.216328]                                        [<ffffffff>] 0xffffffff
[   44.216338]  }
[   44.216342]  ... key      at: [<c04b0434>] fasync_lock+0x10/0x1c
[   44.216354]  -> (&f->f_lock){--..} ops: 0 {
[   44.216366]     initial-use  at:
[   44.216372]                                          [<c02440d1>] __lock_acquire+0x2d6/0xafe
[   44.216382]                                          [<c024494c>] lock_acquire+0x53/0x75
[   44.216391]                                          [<c03ce58d>] _spin_lock+0x25/0x34
[   44.216400]                                          [<c0288e34>] fasync_helper+0xaf/0xdf
[   44.216410]                                          [<c033fd23>] tty_fasync+0x4b/0xe5
[   44.216420]                                          [<c0341cbe>] tty_release_dev+0x52/0x3fb
[   44.216430]                                          [<c0342079>] tty_release+0x12/0x1c
[   44.216438]                                          [<c02808d1>] __fput+0xca/0x153
[   44.216448]                                          [<c0280973>] fput+0x19/0x1b
[   44.216457]                                          [<c027e412>] filp_close+0x51/0x5b
[   44.216466]                                          [<c022862f>] put_files_struct+0x68/0xaa
[   44.216475]                                          [<c02286a8>] exit_files+0x37/0x3c
[   44.216484]                                          [<c0229a7f>] do_exit+0x199/0x6f2
[   44.216492]                                          [<c022a036>] do_group_exit+0x5e/0x85
[   44.216501]                                          [<c022a070>] sys_exit_group+0x13/0x17
[   44.216510]                                          [<c0202eea>] syscall_call+0x7/0xb
[   44.216520]                                          [<ffffffff>] 0xffffffff
[   44.216532]     softirq-on-W at:
[   44.216538]                                          [<c02440bc>] __lock_acquire+0x2c1/0xafe
[   44.216548]                                          [<c024494c>] lock_acquire+0x53/0x75
[   44.216558]                                          [<c03ce58d>] _spin_lock+0x25/0x34
[   44.216567]                                          [<c0289448>] do_fcntl+0x21d/0x2b1
[   44.216576]                                          [<c0289531>] sys_fcntl64+0x55/0x69
[   44.216586]                                          [<c0202eea>] syscall_call+0x7/0xb
[   44.216595]                                          [<ffffffff>] 0xffffffff
[   44.216605]     hardirq-on-W at:
[   44.216611]                                          [<c0244099>] __lock_acquire+0x29e/0xafe
[   44.216622]                                          [<c024494c>] lock_acquire+0x53/0x75
[   44.216632]                                          [<c03ce58d>] _spin_lock+0x25/0x34
[   44.216641]                                          [<c0289448>] do_fcntl+0x21d/0x2b1
[   44.216650]                                          [<c0289531>] sys_fcntl64+0x55/0x69
[   44.216659]                                          [<c0202eea>] syscall_call+0x7/0xb
[   44.216668]                                          [<ffffffff>] 0xffffffff
[   44.216678]   }
[   44.216681]   ... key      at: [<c08ef778>] __key.21217+0x0/0x8
[   44.216693]  ... acquired at:
[   44.216697]    [<c0244786>] __lock_acquire+0x98b/0xafe
[   44.216705]    [<c024494c>] lock_acquire+0x53/0x75
[   44.216714]    [<c03ce58d>] _spin_lock+0x25/0x34
[   44.216721]    [<c0288e34>] fasync_helper+0xaf/0xdf
[   44.216729]    [<c033fd23>] tty_fasync+0x4b/0xe5
[   44.216738]    [<c0341cbe>] tty_release_dev+0x52/0x3fb
[   44.216746]    [<c0342079>] tty_release+0x12/0x1c
[   44.216753]    [<c02808d1>] __fput+0xca/0x153
[   44.216761]    [<c0280973>] fput+0x19/0x1b
[   44.216769]    [<c027e412>] filp_close+0x51/0x5b
[   44.216776]    [<c022862f>] put_files_struct+0x68/0xaa
[   44.216784]    [<c02286a8>] exit_files+0x37/0x3c
[   44.216791]    [<c0229a7f>] do_exit+0x199/0x6f2
[   44.216799]    [<c022a036>] do_group_exit+0x5e/0x85
[   44.216806]    [<c022a070>] sys_exit_group+0x13/0x17
[   44.216814]    [<c0202eea>] syscall_call+0x7/0xb
[   44.216821]    [<ffffffff>] 0xffffffff
[   44.216833] 
[   44.216836] 
[   44.216838] the second lock's dependencies:
[   44.216842] -> (&f->f_lock){--..} ops: 0 {
[   44.216854]    initial-use  at:
[   44.216859]                                        [<c02440d1>] __lock_acquire+0x2d6/0xafe
[   44.216870]                                        [<c024494c>] lock_acquire+0x53/0x75
[   44.216879]                                        [<c03ce58d>] _spin_lock+0x25/0x34
[   44.216889]                                        [<c0288e34>] fasync_helper+0xaf/0xdf
[   44.216898]                                        [<c033fd23>] tty_fasync+0x4b/0xe5
[   44.216908]                                        [<c0341cbe>] tty_release_dev+0x52/0x3fb
[   44.216917]                                        [<c0342079>] tty_release+0x12/0x1c
[   44.216926]                                        [<c02808d1>] __fput+0xca/0x153
[   44.216935]                                        [<c0280973>] fput+0x19/0x1b
[   44.216943]                                        [<c027e412>] filp_close+0x51/0x5b
[   44.216952]                                        [<c022862f>] put_files_struct+0x68/0xaa
[   44.216961]                                        [<c02286a8>] exit_files+0x37/0x3c
[   44.216970]                                        [<c0229a7f>] do_exit+0x199/0x6f2
[   44.216979]                                        [<c022a036>] do_group_exit+0x5e/0x85
[   44.216988]                                        [<c022a070>] sys_exit_group+0x13/0x17
[   44.216998]                                        [<c0202eea>] syscall_call+0x7/0xb
[   44.217007]                                        [<ffffffff>] 0xffffffff
[   44.217018]    softirq-on-W at:
[   44.217024]                                        [<c02440bc>] __lock_acquire+0x2c1/0xafe
[   44.217034]                                        [<c024494c>] lock_acquire+0x53/0x75
[   44.217043]                                        [<c03ce58d>] _spin_lock+0x25/0x34
[   44.217052]                                        [<c0289448>] do_fcntl+0x21d/0x2b1
[   44.217062]                                        [<c0289531>] sys_fcntl64+0x55/0x69
[   44.217071]                                        [<c0202eea>] syscall_call+0x7/0xb
[   44.217080]                                        [<ffffffff>] 0xffffffff
[   44.217090]    hardirq-on-W at:
[   44.217095]                                        [<c0244099>] __lock_acquire+0x29e/0xafe
[   44.217105]                                        [<c024494c>] lock_acquire+0x53/0x75
[   44.217115]                                        [<c03ce58d>] _spin_lock+0x25/0x34
[   44.217124]                                        [<c0289448>] do_fcntl+0x21d/0x2b1
[   44.217133]                                        [<c0289531>] sys_fcntl64+0x55/0x69
[   44.217142]                                        [<c0202eea>] syscall_call+0x7/0xb
[   44.217151]                                        [<ffffffff>] 0xffffffff
[   44.217161]  }
[   44.217164]  ... key      at: [<c08ef778>] __key.21217+0x0/0x8
[   44.217173] 
[   44.217174] stack backtrace:
[   44.217181] Pid: 0, comm: swapper Not tainted 2.6.29-rc5-next-20090216 #130
[   44.217187] Call Trace:
[   44.217199]  [<c03cc15c>] ? printk+0xf/0x13
[   44.217207]  [<c024320b>] print_irq_inversion_bug+0xea/0xf7
[   44.217216]  [<c024324e>] check_usage_forwards+0x36/0x3f
[   44.217224]  [<c024346c>] mark_lock+0x1d6/0x349
[   44.217232]  [<c0243fde>] __lock_acquire+0x1e3/0xafe
[   44.217240]  [<c0241f49>] ? graph_unlock+0x64/0x70
[   44.217249]  [<c024494c>] lock_acquire+0x53/0x75
[   44.217256]  [<c0289103>] ? kill_fasync+0x1b/0x35
[   44.217264]  [<c03ce838>] _read_lock+0x25/0x34
[   44.217271]  [<c0289103>] ? kill_fasync+0x1b/0x35
[   44.217278]  [<c0289103>] kill_fasync+0x1b/0x35
[   44.217292]  [<f96f6bd3>] evdev_pass_event+0x5b/0x61 [evdev]
[   44.217304]  [<f96f6e85>] evdev_event+0x3e/0x99 [evdev]
[   44.217314]  [<c035e6f9>] input_pass_event+0x2d/0x7a
[   44.217322]  [<c035f876>] input_handle_event+0x33c/0x345
[   44.217331]  [<c0361cf9>] ? atkbd_event+0x0/0x42
[   44.217338]  [<c035f941>] input_event+0x4f/0x62
[   44.217347]  [<c0362559>] atkbd_interrupt+0x233/0x506
[   44.217354]  [<c03ce654>] ? _spin_lock_irqsave+0x40/0x49
[   44.217362]  [<c035c19e>] serio_interrupt+0x33/0x69
[   44.217369]  [<c035cff1>] i8042_interrupt+0x1d6/0x1e7
[   44.217379]  [<c02fab15>] ? _raw_spin_unlock+0x17/0x7e
[   44.217388]  [<c0251b62>] handle_IRQ_event+0x1a/0x4b
[   44.217396]  [<c0252c8d>] handle_edge_irq+0xab/0xec
[   44.217403]  [<c0252be2>] ? handle_edge_irq+0x0/0xec
[   44.217407]  <IRQ>  [<c020486e>] ? do_IRQ+0x45/0x87
[   44.217422]  [<c02034ac>] ? common_interrupt+0x2c/0x34
[   44.217434]  [<c0216eff>] ? native_safe_halt+0x5/0x7
[   44.217442]  [<c0208c45>] ? default_idle+0x35/0x5f
[   44.217449]  [<c0208e56>] ? c1e_idle+0x101/0x106
[   44.217457]  [<c020210d>] ? cpu_idle+0x5f/0x96
[   44.217465]  [<c03ca219>] ? start_secondary+0x19a/0x1a1

# suspend/resume start here

[  187.530071] PM: Syncing filesystems ... done.
[  187.539614] Freezing user space processes ... (elapsed 0.00 seconds) done.
[  187.541577] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[  187.541841] PM: Shrinking memory...  \b-\bdone (0 pages freed)
[  187.601616] PM: Freed 0 kbytes in 0.05 seconds (0.00 MB/s)
[  187.601749] Suspending console(s) (use no_console_suspend to debug)
[  187.602620] hub 1-0:1.0: hub_suspend
[  187.602633] usb usb1: bus suspend
[  187.602639] ohci_hcd 0000:00:02.0: suspend root hub
[  187.602762] sd 3:0:1:0: [sdc] Synchronizing SCSI cache
[  187.634516] sd 2:0:1:0: [sdb] Synchronizing SCSI cache
[  187.634667] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  187.656253] ACPI handle has no context!
[  187.657172] parport_pc 00:0a: disabled
[  187.657881] serial 00:09: disabled
[  187.658199] pata_sil680 0000:01:07.0: PCI INT A disabled
[  187.660174] forcedeth 0000:00:0a.0: wake-up capability disabled by ACPI
[  187.660185] forcedeth 0000:00:0a.0: PME# disabled
[  187.660356] forcedeth 0000:00:0a.0: PCI INT A disabled
[  187.736272] HDA Intel 0000:00:07.0: PCI INT A disabled
[  187.736446] ata2: port disabled. ignoring.
[  187.736640] ehci_hcd 0000:00:04.1: PCI INT B disabled
[  187.736682] ehci_hcd 0000:00:04.1: PME# disabled
[  187.736686] ehci_hcd 0000:00:04.1: wakeup: 0
[  187.736690] ehci_hcd 0000:00:04.1: --> no state change
[  187.736817] ohci_hcd 0000:00:04.0: PCI INT A disabled
[  187.736853] ohci_hcd 0000:00:04.0: PME# disabled
[  187.736857] ohci_hcd 0000:00:04.0: wakeup: 0
[  187.736860] ohci_hcd 0000:00:04.0: --> no state change
[  187.736985] ehci_hcd 0000:00:02.1: PCI INT B disabled
[  187.737027] ehci_hcd 0000:00:02.1: PME# disabled
[  187.737031] ehci_hcd 0000:00:02.1: wakeup: 0
[  187.737034] ehci_hcd 0000:00:02.1: --> no state change
[  187.737160] ohci_hcd 0000:00:02.0: PCI INT A disabled
[  187.737196] ohci_hcd 0000:00:02.0: PME# disabled
[  187.737200] ohci_hcd 0000:00:02.0: wakeup: 0
[  187.737203] ohci_hcd 0000:00:02.0: --> no state change
[  187.737809] Disabling non-boot CPUs ...
[  187.740003] kvm: disabling virtualization on CPU1
[  187.740062] CPU 1 is now offline
[  187.740067] lockdep: fixing up alternatives.
[  187.740072] SMP alternatives: switching to UP code
[  187.960088] CPU1 is down
[  187.960262] PM: Creating hibernation image: 
[  187.963744] PM: Need to copy 52341 pages
[  187.963744] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[  187.963744] Intel machine check architecture supported.
[  187.963744] Intel machine check reporting enabled on CPU#0.
[  187.963744] ohci_hcd 0000:00:02.0: restoring config space at offset 0x1 (was 0xb00007, writing 0xb00003)
[  187.963744] ehci_hcd 0000:00:02.1: restoring config space at offset 0x1 (was 0xb00006, writing 0xb00002)
[  187.963744] ohci_hcd 0000:00:04.0: restoring config space at offset 0x1 (was 0xb00007, writing 0xb00003)
[  187.963744] ehci_hcd 0000:00:04.1: restoring config space at offset 0x1 (was 0xb00006, writing 0xb00002)
[  187.963744] pata_amd 0000:00:06.0: restoring config space at offset 0x1 (was 0xb00001, writing 0xb00005)
[  187.963744] HDA Intel 0000:00:07.0: restoring config space at offset 0x1 (was 0xb00006, writing 0xb00002)
[  187.963744] ahci 0000:00:09.0: restoring config space at offset 0x1 (was 0xb00007, writing 0xb00407)
[  187.963744] pata_sil680 0000:01:07.0: restoring config space at offset 0x1 (was 0x2900003, writing 0x2900007)
[  187.963744] Enabling non-boot CPUs ...
[  187.963744] lockdep: fixing up alternatives.
[  187.963744] SMP alternatives: switching to SMP code
[  188.103542] CPU 1 irqstacks, hard=c052a000 soft=c0522000
[  188.103551] Booting processor 1 APIC 0x1 ip 0x6000
[  187.920880] Initializing CPU#1
[  187.920880] Calibrating delay using timer specific routine.. 5200.45 BogoMIPS (lpj=10400914)
[  187.920880] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[  187.920880] CPU: L2 Cache: 512K (64 bytes/line)
[  187.920880] CPU: Physical Processor ID: 0
[  187.920880] CPU: Processor Core ID: 1
[  187.920880] Intel machine check architecture supported.
[  187.920880] Intel machine check reporting enabled on CPU#1.
[  187.920880] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[  188.192291] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ stepping 02
[  188.192312] kvm: enabling virtualization on CPU1
[  188.196034] Switched to NOHz mode on CPU #1
[  188.235773] CPU1 is up
[  188.236002] pci 0000:00:01.1: PME# disabled
[  188.236018] ohci_hcd 0000:00:02.0: PME# disabled
[  188.236957] ohci_hcd 0000:00:02.0: PCI INT A -> Link[AUBA] -> GSI 21 (level, low) -> IRQ 21
[  188.236970] ohci_hcd 0000:00:02.0: setting latency timer to 64
[  188.236981] ohci_hcd 0000:00:02.0: PME# disabled
[  188.236989] ohci_hcd 0000:00:02.0: lost power
[  188.296009] ohci_hcd 0000:00:02.0: OHCI controller state
[  188.296009] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers
[  188.296009] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[  188.296009] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[  188.296009] ohci_hcd 0000:00:02.0: intrstatus 0x00000044 RHSC SF
[  188.296009] ohci_hcd 0000:00:02.0: intrenable 0x8000001a MIE UE RD WDH
[  188.296009] ohci_hcd 0000:00:02.0: hcca frame #0003
[  188.296009] ohci_hcd 0000:00:02.0: roothub.a 01000205 POTPGT=1 NPS NDP=5(5)
[  188.296009] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[  188.296009] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[  188.296009] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[  188.296009] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[  188.296009] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[  188.296009] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[  188.296009] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00010301 CSC LSDA PPS CCS
[  188.296009] ohci_hcd 0000:00:02.0: restart complete
[  188.296009] usb usb1: root hub lost power or was reset
[  188.296009] ohci_hcd 0000:00:02.0: suspend root hub
[  188.296009] ehci_hcd 0000:00:02.1: PME# disabled
[  188.296009] ehci_hcd 0000:00:02.1: PCI INT B -> Link[AUB2] -> GSI 20 (level, low) -> IRQ 20
[  188.296009] ehci_hcd 0000:00:02.1: setting latency timer to 64
[  188.296009] ehci_hcd 0000:00:02.1: PME# disabled
[  188.296009] ehci_hcd 0000:00:02.1: lost power, restarting
[  188.296009] usb usb2: root hub lost power or was reset
[  188.296009] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[  188.296009] ehci_hcd 0000:00:02.1: debug port 1
[  188.296009] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[  188.296009] ohci_hcd 0000:00:04.0: PME# disabled
[  188.296009] ohci_hcd 0000:00:04.0: PCI INT A -> Link[AU1B] -> GSI 22 (level, low) -> IRQ 22
[  188.296009] ohci_hcd 0000:00:04.0: setting latency timer to 64
[  188.296009] ohci_hcd 0000:00:04.0: PME# disabled
[  188.296009] ohci_hcd 0000:00:04.0: lost power
[  188.350014] ohci_hcd 0000:00:04.0: OHCI controller state
[  188.350020] ohci_hcd 0000:00:04.0: OHCI 1.0, NO legacy support registers
[  188.350026] ohci_hcd 0000:00:04.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[  188.350031] ohci_hcd 0000:00:04.0: cmdstatus 0x00000 SOC=0
[  188.350037] ohci_hcd 0000:00:04.0: intrstatus 0x00000044 RHSC SF
[  188.350043] ohci_hcd 0000:00:04.0: intrenable 0x8000001a MIE UE RD WDH
[  188.350050] ohci_hcd 0000:00:04.0: hcca frame #0003
[  188.350056] ohci_hcd 0000:00:04.0: roothub.a 01000205 POTPGT=1 NPS NDP=5(5)
[  188.350062] ohci_hcd 0000:00:04.0: roothub.b 00000000 PPCM=0000 DR=0000
[  188.350067] ohci_hcd 0000:00:04.0: roothub.status 00008000 DRWE
[  188.350074] ohci_hcd 0000:00:04.0: roothub.portstatus [0] 0x00000100 PPS
[  188.350080] ohci_hcd 0000:00:04.0: roothub.portstatus [1] 0x00010101 CSC PPS CCS
[  188.350087] ohci_hcd 0000:00:04.0: roothub.portstatus [2] 0x00000100 PPS
[  188.350093] ohci_hcd 0000:00:04.0: roothub.portstatus [3] 0x00000100 PPS
[  188.350099] ohci_hcd 0000:00:04.0: roothub.portstatus [4] 0x00000100 PPS
[  188.350104] ohci_hcd 0000:00:04.0: restart complete
[  188.350108] usb usb3: root hub lost power or was reset
[  188.350113] ohci_hcd 0000:00:04.0: suspend root hub
[  188.350125] ehci_hcd 0000:00:04.1: PME# disabled
[  188.351258] ehci_hcd 0000:00:04.1: PCI INT B -> Link[AU2B] -> GSI 21 (level, low) -> IRQ 21
[  188.351268] ehci_hcd 0000:00:04.1: setting latency timer to 64
[  188.351277] ehci_hcd 0000:00:04.1: PME# disabled
[  188.351282] ehci_hcd 0000:00:04.1: lost power, restarting
[  188.351286] usb usb4: root hub lost power or was reset
[  188.351294] ehci_hcd 0000:00:04.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[  188.351305] ehci_hcd 0000:00:04.1: debug port 1
[  188.351312] ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
[  188.351361] pata_amd 0000:00:06.0: setting latency timer to 64
[  188.355665] ata2: port disabled. ignoring.
[  188.357156] HDA Intel 0000:00:07.0: PCI INT A -> Link[AAZA] -> GSI 23 (level, low) -> IRQ 23
[  188.357166] HDA Intel 0000:00:07.0: setting latency timer to 64
[  188.436129] pci 0000:00:08.0: setting latency timer to 64
[  188.436211] ahci 0000:00:09.0: setting latency timer to 64
[  188.436302] forcedeth 0000:00:0a.0: wake-up capability disabled by ACPI
[  188.436311] forcedeth 0000:00:0a.0: PME# disabled
[  188.441574] forcedeth 0000:00:0a.0: irq 25 for MSI/MSI-X
[  188.441803] eth0: no link during initialization.
[  188.441979] pci 0000:00:12.0: PME# disabled
[  188.443330] pata_sil680 0000:01:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
[  188.443365] sil680: 133MHz clock.
[  188.446248] serial 00:09: activated
[  188.449927] parport_pc 00:0a: activated
[  188.450148] sd 0:0:0:0: [sda] Starting disk
[  188.520091] ata1.01: ACPI cmd ef/03:42:00:00:00:b0 filtered out
[  188.520098] ata1.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[  188.528089] ata1.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
[  188.528095] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[  188.528323] ata1: nv_mode_filter: 0x3f01f&0x3f01f->0x3f01f, BIOS=0x3f000 (0xc6c00000) ACPI=0x3f01f (20:60:0x1f)
[  188.528334] ata1: nv_mode_filter: 0x701f&0x701f->0x701f, BIOS=0x7000 (0xc6c00000) ACPI=0x701f (20:60:0x1f)
[  188.544207] ata1.00: configured for UDMA/100
[  188.560060] ata1.01: configured for UDMA/33
[  188.575848] sd 0:0:0:0: [sda] 78165360 512-byte hardware sectors: (40.0 GB/37.2 GiB)
[  188.575855] sd 2:0:1:0: [sdb] Starting disk
[  188.575911] sd 0:0:0:0: [sda] Write Protect is off
[  188.575917] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[  188.576001] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  188.576095] sd 0:0:0:0: [sda] 78165360 512-byte hardware sectors: (40.0 GB/37.2 GiB)
[  188.576144] sd 0:0:0:0: [sda] Write Protect is off
[  188.576149] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[  188.576228] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  188.644209] ata3.01: configured for UDMA/133
[  188.665287] sd 2:0:1:0: [sdb] 160086528 512-byte hardware sectors: (81.9 GB/76.3 GiB)
[  188.665341] sd 2:0:1:0: [sdb] Write Protect is off
[  188.665346] sd 2:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[  188.665428] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  188.665545] sd 3:0:1:0: [sdc] Starting disk
[  188.727319] ata4.01: configured for UDMA/100
[  188.752030] ata8: SATA link down (SStatus 0 SControl 300)
[  188.752050] ata6: SATA link down (SStatus 0 SControl 300)
[  188.752068] ata7: SATA link down (SStatus 0 SControl 300)
[  188.752086] ata5: SATA link down (SStatus 0 SControl 300)
[  188.775160] sd 3:0:1:0: [sdc] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[  188.775211] sd 3:0:1:0: [sdc] Write Protect is off
[  188.775216] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[  188.775297] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  188.775650] usb usb1: usb resume
[  188.775657] ohci_hcd 0000:00:02.0: wakeup root hub
[  188.852023] hub 1-0:1.0: hub_reset_resume
[  188.852029] hub 1-0:1.0: trying to enable port power on non-switchable hub
[  188.956056] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [4] = 0x00010300 CSC LSDA PPS
[  188.956065] hub 1-0:1.0: port 5: status 0300 change 0001
[  189.060036] usb usb2: usb resume
[  189.060042] ehci_hcd 0000:00:02.1: resume root hub after power loss
[  189.096022] ehci_hcd 0000:00:02.1: port 5 low speed --> companion
[  189.192030] ehci_hcd 0000:00:02.1: GetStatus port 5 status 003402 POWER OWNER sig=k CSC
[  189.208021] hub 2-0:1.0: hub_reset_resume
[  189.208026] hub 2-0:1.0: trying to enable port power on non-switchable hub
[  189.312107] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [4] = 0x00010301 CSC LSDA PPS CCS
[  189.312120] usb 1-5: finish reset-resume
[  189.580034] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [4] = 0x00100303 PRSC LSDA PPS PES CCS
[  189.636029] usb 1-5: reset low speed USB device using ohci_hcd and address 2
[  189.904036] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [4] = 0x00100303 PRSC LSDA PPS PES CCS
[  189.998059] usb usb4: usb resume
[  189.998064] ehci_hcd 0000:00:04.1: resume root hub after power loss
[  190.027872] hub 4-0:1.0: hub_reset_resume
[  190.027877] hub 4-0:1.0: trying to enable port power on non-switchable hub
[  190.128036] ehci_hcd 0000:00:04.1: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
[  190.128044] hub 4-0:1.0: port 2: status 0501 change 0001
[  191.044705] Restarting tasks ... <7>usb usb3: usb resume
[  191.047346] ohci_hcd 0000:00:04.0: wakeup root hub
[  191.050072] hub 1-0:1.0: state 7 ports 5 chg 0020 evt 0020
[  191.052648] hub 1-0:1.0: port 5, status 0303, change 0000, 1.5 Mb/s
[  191.055180] hub 2-0:1.0: state 7 ports 5 chg 0000 evt 0000
[  191.057699] hub 4-0:1.0: state 7 ports 5 chg 0004 evt 0000
[  191.060209] hub 4-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
[  191.062711] usb 4-2: usb wakeup-resume
[  191.065223] usb 4-2: finish reset-resume
[  191.081802] done.
[  191.124176] ehci_hcd 0000:00:04.1: port 2 high speed
[  191.126243] ehci_hcd 0000:00:04.1: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
[  191.128337] hub 3-0:1.0: hub_reset_resume
[  191.130515] hub 3-0:1.0: trying to enable port power on non-switchable hub
[  191.191944] usb 4-2: reset high speed USB device using ehci_hcd and address 2
[  191.236492] ohci_hcd 0000:00:04.0: GetStatus roothub.portstatus [1] = 0x00010100 CSC PPS
[  191.248170] ehci_hcd 0000:00:04.1: port 2 high speed
[  191.251940] ehci_hcd 0000:00:04.1: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT
[  191.333722] hub 4-2:1.0: hub_reset_resume
[  191.338850] hub 4-2:1.0: enabling power on all ports
[  191.445107] usb 4-2: link qh256-0001/f612d100 start 255 [1/0 us]
[  191.450269] hub 3-0:1.0: state 7 ports 5 chg 0000 evt 0000
[  191.455397] hub 4-2:1.0: state 7 ports 4 chg 0000 evt 0000
[  192.352023] ohci_hcd 0000:00:04.0: auto-stop root hub
[  193.816040] hub 2-0:1.0: hub_suspend
[  193.821291] usb usb2: bus auto-suspend
[  193.826158] ehci_hcd 0000:00:02.1: suspend root hub
[  193.831061] hub 3-0:1.0: hub_suspend
[  193.836382] usb usb3: bus auto-suspend
[  193.841213] ohci_hcd 0000:00:04.0: suspend root hub
[  193.846355] hub 4-2:1.0: hub_suspend
[  193.851493] usb 4-2: unlink qh256-0001/f612d100 start 255 [1/0 us]
[  193.857118] usb 4-2: usb auto-suspend
[  196.816043] hub 4-0:1.0: hub_suspend
[  196.821307] usb usb4: bus auto-suspend
[  196.826213] ehci_hcd 0000:00:04.1: suspend root hub

At this point, mouse is frozen
Let's rmmod/insmod usbhib module:

[  300.013402] usbcore: deregistering interface driver usbhid
[  309.037589] usbhid 1-5:1.0: usb_probe_interface
[  309.042590] usbhid 1-5:1.0: usb_probe_interface - got id
[  309.053038] input: PS/2+USB Mouse as /class/input/input5
[  309.097719] generic-usb 0003:04F3:0210.0002: input: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-0000:00:02.0-5/input0
[  309.102419] usbcore: registered new interface driver usbhid
[  309.106799] usbhid: v2.6:USB HID core driver

Good, mouse is back now.

Fwiw, here is lsusb output:

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 05e3:0606 Genesys Logic, Inc. USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 04f3:0210 Elan Microelectronics Corp. AM-400 Hama Optical Mouse
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

laurent
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply

* Re: linux-next: manual merge of the trivial tree with the v4l-dvb tree
From: Jiri Kosina @ 2009-02-17 13:07 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Stephen Rothwell, linux-next, Jean-Francois Moine, Tobias Klauser
In-Reply-To: <20090217100357.6550e8d3@pedra.chehab.org>

On Tue, 17 Feb 2009, Mauro Carvalho Chehab wrote:

> > > yes, in fact I have pinged linux-media and other parties about that 
> > > yesterday [1]. When Mauro confirms that he picked it up, I will drop 
> > > it from trivial tree.
> > Excellent, thanks.
> I've picked it. I was waiting for a fix at patchwork.kernel.org for pulling it.
> Before that fix, a XMLRPC call were returning an empty set of patches, if one
> of the patches on a query had any character upper #127 (non-ascii chars).
> I'm currently updating linux-media tree with the pending patches.

Thanks. I have dropped the 'const static' -> 'static const' for V4L code 
from trivial tree.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply

* Re: linux-next: manual merge of the trivial tree with the v4l-dvb tree
From: Mauro Carvalho Chehab @ 2009-02-17 13:03 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Jiri Kosina, linux-next, Jean-Francois Moine, Tobias Klauser
In-Reply-To: <20090217232441.aa2ab65b.sfr@canb.auug.org.au>


On Tue, 17 Feb 2009 23:24:41 +1100
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Hi Jiri,
> 
> On Tue, 17 Feb 2009 12:35:16 +0100 (CET) Jiri Kosina <jkosina@suse.cz> wrote:
> >
> > yes, in fact I have pinged linux-media and other parties about that 
> > yesterday [1]. When Mauro confirms that he picked it up, I will drop it 
> > from trivial tree.
> 
> Excellent, thanks.
> 
I've picked it. I was waiting for a fix at patchwork.kernel.org for pulling it.
Before that fix, a XMLRPC call were returning an empty set of patches, if one
of the patches on a query had any character upper #127 (non-ascii chars).

I'm currently updating linux-media tree with the pending patches.

-- 

Cheers,
Mauro

^ permalink raw reply

* Re: next-20090216: slqb
From: Peter Zijlstra @ 2009-02-17 12:48 UTC (permalink / raw)
  To: Pekka Enberg
  Cc: Nick Piggin, Alexey Dobriyan, Stephen Rothwell, linux-next,
	linux-kernel, linuxppc-dev
In-Reply-To: <84144f020902170331m765c50d6xd792de14ac220b9d@mail.gmail.com>

On Tue, 2009-02-17 at 13:31 +0200, Pekka Enberg wrote:
> On Tue, Feb 17, 2009 at 03:55:40AM +0300, Alexey Dobriyan wrote:
> >> FYI, on powerpc-64-smp-n-debug-n:
> >>
> >> mm/slqb.c: In function '__slab_free':
> >> mm/slqb.c:1648: error: implicit declaration of function 'slab_free_to_remote'
> >> mm/slqb.c: In function 'kmem_cache_open':
> >> mm/slqb.c:2174: error: implicit declaration of function 'kmem_cache_dyn_array_free'
> >> mm/slqb.c:2175: warning: label 'error_cpu_array' defined but not used
> >> mm/slqb.c: In function 'kmem_cache_destroy':
> >> mm/slqb.c:2294: error: implicit declaration of function 'claim_remote_free_list'
> >> mm/slqb.c: In function 'kmem_cache_reap_percpu':
> >> mm/slqb.c:2547: error: implicit declaration of function 'flush_remote_free_cache'
> >> mm/slqb.c: In function 'kmem_cache_init':
> >> mm/slqb.c:2783: error: 'per_cpu__kmem_cpu_nodes' undeclared (first use in this function)
> >> mm/slqb.c:2783: error: (Each undeclared identifier is reported only once
> >> mm/slqb.c:2783: error: for each function it appears in.)
> >> mm/slqb.c:2784: error: 'kmem_cpu_cache' undeclared (first use in this function)
> 
> On Tue, Feb 17, 2009 at 12:27 PM, Nick Piggin <npiggin@suse.de> wrote:
> > Hmm, I guess this (SMP=n && NUMA=y) must be a valid config on ppc if
> > SLQB is the only one tripping on it, so I'll look at code to fix tihs
> > up.
> 
> It would be nice if one of the ppc devs confirmed this, though. Other
> architectures don't seem to support the combination.

I get a strong sense of deja-vu

                           Subject: 
next Feb 10: mm/slqb build break

FWIW, I don't think NUMA without SMP makes any kind of sense and the
arch Kconfig should be fixed.

^ permalink raw reply

* Re: linux-next: rr tree build error
From: Stephen Rothwell @ 2009-02-17 12:27 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-next, Anders Kaseorg, Jeff Arnold, Tim Abbott
In-Reply-To: <200902172234.14660.rusty@rustcorp.com.au>

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

Hi Rusty,

On Tue, 17 Feb 2009 22:34:14 +1030 Rusty Russell <rusty@rustcorp.com.au> wrote:
>
> Thanks, this does not happen on x86, I guess some weird include tangle.
> 
> Fix is simple (declare struct module), I've done it now.

Thanks.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox