lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 18 Sep 2007 23:45:13 +0200
From:	Mariusz Kozlowski <m.kozlowski@...land.pl>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Greg KH <gregkh@...e.de>
Subject: Re: 2.6.23-rc6-mm1: atomic counter underflow

Hello,

	I wrote a simple script that finds all modules in /lib/modules/`uname -r`
and performs sth like 'modprobe $x; rmmod $x;' for every of them. The result is the
output below. This actually happens when rmmod'ing a module.

I narrowed it down to modules mmc_core and firewire_core. To reproduce that just
rmmod them.

PS. X doesn't work but that's another story.

Regards,

	Mariusz

WARNING: at lib/kref.c:33 kref_get()
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c024c567>] kref_get+0x40/0x42
 [<c024b81e>] kobject_get+0x12/0x17
 [<c02d5800>] bus_get+0x11/0x22
 [<c02d5a89>] bus_remove_file+0xe/0x27
 [<c02d5ab2>] remove_probe_files+0x10/0x1f
 [<c02d5afc>] bus_unregister+0x3b/0x66
 [<dee3c2bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
 [<dee3d66d>] mmc_exit+0xd/0x23 [mmc_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
WARNING: at lib/kref.c:33 kref_get()
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c024c567>] kref_get+0x40/0x42
 [<c024b81e>] kobject_get+0x12/0x17
 [<c02d5800>] bus_get+0x11/0x22
 [<c02d5a89>] bus_remove_file+0xe/0x27
 [<c02d5abe>] remove_probe_files+0x1c/0x1f
 [<c02d5afc>] bus_unregister+0x3b/0x66
 [<dee3c2bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
 [<dee3d66d>] mmc_exit+0xd/0x23 [mmc_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
BUG: atomic counter underflow at:
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c024c5b5>] kref_put+0x4c/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b809>] unlink+0x3b/0x3e
 [<c024b886>] kobject_del+0x16/0x19
 [<c024b8a4>] kobject_unregister+0x1b/0x25
 [<c024b8bd>] kset_unregister+0xf/0x11
 [<c02d5b04>] bus_unregister+0x43/0x66
 [<dee3c2bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
 [<dee3d66d>] mmc_exit+0xd/0x23 [mmc_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
BUG: atomic counter underflow at:
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c024c5b5>] kref_put+0x4c/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b809>] unlink+0x3b/0x3e
 [<c024b886>] kobject_del+0x16/0x19
 [<c024b8a4>] kobject_unregister+0x1b/0x25
 [<c024b8bd>] kset_unregister+0xf/0x11
 [<c02d5b0f>] bus_unregister+0x4e/0x66
 [<dee3c2bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
 [<dee3d66d>] mmc_exit+0xd/0x23 [mmc_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
WARNING: at lib/kref.c:33 kref_get()
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c024c567>] kref_get+0x40/0x42
 [<c024b81e>] kobject_get+0x12/0x17
 [<c02d5800>] bus_get+0x11/0x22
 [<c02d5a89>] bus_remove_file+0xe/0x27
 [<c02d5b1b>] bus_unregister+0x5a/0x66
 [<dee3c2bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
 [<dee3d66d>] mmc_exit+0xd/0x23 [mmc_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
BUG: atomic counter underflow at:
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c024c5b5>] kref_put+0x4c/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b809>] unlink+0x3b/0x3e
 [<c024b886>] kobject_del+0x16/0x19
 [<c024b8a4>] kobject_unregister+0x1b/0x25
 [<c024b8bd>] kset_unregister+0xf/0x11
 [<c024b8c7>] subsystem_unregister+0x8/0xa
 [<c02d5b23>] bus_unregister+0x62/0x66
 [<dee3c2bd>] sdio_unregister_bus+0xd/0xf [mmc_core]
 [<dee3d66d>] mmc_exit+0xd/0x23 [mmc_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
------------[ cut here ]------------
kernel BUG at mm/slab.c:592!
invalid opcode: 0000 [#1] PREEMPT
last sysfs file: /block/hdc/removable
Modules linked in: mmc_core pcmcia option usbserial firmware_class 8139too 8250_pci yenta_socket 8250 serial_core rsrc_nonstatic pcmcia_core
Sep 19 05:51:23 orion kernel:
Pid: 6048, comm: rmmod Not tainted (2.6.23-rc6-mm1 #1)
EIP: 0060:[<c015dabb>] EFLAGS: 00010046 CPU: 0
EIP is at kfree+0xad/0xc0
EAX: 00000400 EBX: c05caa48 ECX: 00000000 EDX: c1009e00
ESI: 00000000 EDI: c04f0815 EBP: c2a11e88 ESP: c2a11e78
 DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
Process rmmod (pid: 6048, ti=c2a10000 task=c28f2030 task.ti=c2a10000)
last branch before last exception/interrupt
 from c015da5c (kfree+0x4e/0xc0)
 to c015dabb (kfree+0xad/0xc0)
Stack: 00000286 c05caa48 00000000 00000000 c2a11ea0 c024b7b5 00000000 c05caa4c
       c024b7c1 c05caa20 c2a11ea8 c024b7cc c2a11ec8 c024c596 c1815800 c181e1c0
       c2a11ed0 00000286 dee431b0 c05caa90 c2a11ed0 c024b74e c2a11ee8 c024b79d
Call Trace:
 [<c024b7b5>] kobject_cleanup+0x65/0x71
 [<c024b7cc>] kobject_release+0xb/0xd
 [<c024c596>] kref_put+0x2d/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b79d>] kobject_cleanup+0x4d/0x71
 [<c024b7cc>] kobject_release+0xb/0xd
 [<c024c596>] kref_put+0x2d/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b8ab>] kobject_unregister+0x22/0x25
 [<c024b8bd>] kset_unregister+0xf/0x11
 [<c024b8c7>] subsystem_unregister+0x8/0xa
 [<c02d5b23>] bus_unregister+0x62/0x66
 [<dee3906f>] mmc_unregister_bus+0xd/0xf [mmc_core]
 [<dee3d677>] mmc_exit+0x17/0x23 [mmc_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
INFO: lockdep is turned off.
Code: ff ff 75 f0 9d 83 c4 04 5b 5e 5f 5d c3 ff 75 f0 9d e8 87 51 fd ff 83 c4 04 5b 5e 5f 5d c3 89 da 89 f0 e8 96 fe ff ff 8b 03 eb bf <0f> 0b eb fe 8b 52 0c eb 94 8b 52 0c 8b 0a e9 7c ff ff ff 55 89
EIP: [<c015dabb>] kfree+0xad/0xc0 SS:ESP 0068:c2a11e78
BUG: sleeping function called from invalid context at kernel/rwsem.c:20
in_atomic():0, irqs_disabled():1
INFO: lockdep is turned off.
irq event stamp: 2530
hardirqs last  enabled at (2529): [<c015da91>] kfree+0x83/0xc0
hardirqs last disabled at (2530): [<c015da28>] kfree+0x1a/0xc0
softirqs last  enabled at (2396): [<c011dc2f>] __do_softirq+0xa4/0xb2
softirqs last disabled at (2371): [<c011dc88>] do_softirq+0x4b/0x4d
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c0114c6d>] __might_sleep+0xb7/0xc9
 [<c012db84>] down_read+0x18/0x4b
 [<c0140792>] acct_collect+0x3b/0x145
 [<c011c0e6>] do_exit+0x12f/0x89a
 [<c0105089>] do_trap+0x0/0xa9
 [<c010510c>] do_trap+0x83/0xa9
 [<c01053f1>] do_invalid_op+0x88/0x92
 [<c0420b1a>] error_code+0x6a/0x70
 [<c015dabb>] kfree+0xad/0xc0
 [<c024b7b5>] kobject_cleanup+0x65/0x71
 [<c024b7cc>] kobject_release+0xb/0xd
 [<c024c596>] kref_put+0x2d/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b79d>] kobject_cleanup+0x4d/0x71
 [<c024b7cc>] kobject_release+0xb/0xd
 [<c024c596>] kref_put+0x2d/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b8ab>] kobject_unregister+0x22/0x25
 [<c024b8bd>] kset_unregister+0xf/0x11
 [<c024b8c7>] subsystem_unregister+0x8/0xa
 [<c02d5b23>] bus_unregister+0x62/0x66
 [<dee3906f>] mmc_unregister_bus+0xd/0xf [mmc_core]
 [<dee3d677>] mmc_exit+0x17/0x23 [mmc_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
modprobing: aes-i586
modprobing: twofish-i586
modprobing: anubis
modprobing: blowfish
modprobing: camellia
modprobing: cast5
modprobing: cast6
modprobing: cbc
modprobing: crc32c
modprobing: crypto_hash
modprobing: crypto_null
modprobing: deflate
modprobing: des
modprobing: fcrypt
modprobing: gf128mul
modprobing: hmac
modprobing: khazad
modprobing: lrw
modprobing: md4
modprobing: md5
modprobing: michael_mic
modprobing: pcbc
modprobing: serpent
modprobing: sha1
modprobing: sha256
modprobing: sha512
modprobing: tea
modprobing: tgr192
modprobing: twofish
modprobing: twofish_common
modprobing: wp512
modprobing: xcbc
modprobing: firmware_class
modprobing: sonypi
sonypi: Sony Programmable I/O Controller Driver v1.26.
sonypi: please try the sony-laptop module instead and report failures, see also http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
sonypi: detected type2 model, verbose = 0, fnkeyinit = off, camera = off, compat = off, mask = 0xffffffff, useinput = on, acpi = on
sonypi: enabled at irq=11, port1=0x1080, port2=0x1084
sonypi: device allocated minor is 63
input: Sony Vaio Jogdial as /class/input/input7
input: Sony Vaio Keys as /class/input/input8
sonypi command failed at drivers/char/sonypi.c : sonypi_call1 (line 652)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 663)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 665)
sonypi command failed at drivers/char/sonypi.c : sonypi_call1 (line 652)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 663)
sonypi command failed at drivers/char/sonypi.c : sonypi_call2 (line 665)
sonypi: removed.
modprobing: amd-rng
modprobing: geode-rng
modprobing: intel-rng
modprobing: rng-core
modprobing: via-rng
modprobing: geode-aes
modprobing: padlock-aes
padlock: VIA PadLock not detected.
modprobing: padlock-sha
padlock: VIA PadLock Hash Engine not detected.
modprobing: firewire-core
WARNING: at lib/kref.c:33 kref_get()
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c024c567>] kref_get+0x40/0x42
 [<c024b81e>] kobject_get+0x12/0x17
 [<c024b97b>] kobject_init+0x43/0x82
 [<c024b9c8>] kset_init+0xe/0x2e
 [<c024be4f>] kset_register+0x15/0x38
 [<c024be7a>] subsystem_register+0x8/0xa
 [<c02d6008>] bus_register+0x65/0x209
 [<ded6300d>] fw_core_init+0xd/0x99 [firewire_core]
 [<c013aceb>] sys_init_module+0x125/0x1612
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
------------[ cut here ]------------
kernel BUG at mm/slab.c:592!
invalid opcode: 0000 [#2] PREEMPT
last sysfs file: /class/input/input7/modalias
Modules linked in: firewire_core crc_itu_t rng_core gf128mul crypto_hash zlib_deflate zlib_inflate libcrc32c mmc_core pcmcia option usbserial firmware_class 8139too 8250_pci yenta_socket 8250 serial_core rsrc_nonstatic pcmcia_core
Sep 19 05:51:48 orion kernel:
Pid: 6881, comm: rmmod Tainted: G      D (2.6.23-rc6-mm1 #1)
EIP: 0060:[<c015dabb>] EFLAGS: 00010046 CPU: 0
EIP is at kfree+0xad/0xc0
EAX: 00000400 EBX: c05caa48 ECX: 00000000 EDX: c1009e00
ESI: 00000000 EDI: c04f0815 EBP: c2683e90 ESP: c2683e80
 DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
Process rmmod (pid: 6881, ti=c2682000 task=c18d6030 task.ti=c2682000)
last branch before last exception/interrupt
 from c015da5c (kfree+0x4e/0xc0)
 to c015dabb (kfree+0xad/0xc0)
Stack: 00000286 c05caa48 00000000 00000000 c2683ea8 c024b7b5 00000000 c05caa4c
       c024b7c1 c05caa20 c2683eb0 c024b7cc c2683ed0 c024c596 c1815800 c181e1c0
       c2683ed8 00000286 dee09bd0 c05caa90 c2683ed8 c024b74e c2683ef0 c024b79d
Call Trace:
 [<c024b7b5>] kobject_cleanup+0x65/0x71
 [<c024b7cc>] kobject_release+0xb/0xd
 [<c024c596>] kref_put+0x2d/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b79d>] kobject_cleanup+0x4d/0x71
 [<c024b7cc>] kobject_release+0xb/0xd
 [<c024c596>] kref_put+0x2d/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b8ab>] kobject_unregister+0x22/0x25
 [<c024b8bd>] kset_unregister+0xf/0x11
 [<c024b8c7>] subsystem_unregister+0x8/0xa
 [<c02d5b23>] bus_unregister+0x62/0x66
 [<dee0531c>] fw_core_cleanup+0x1c/0x1e [firewire_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
INFO: lockdep is turned off.
Code: ff ff 75 f0 9d 83 c4 04 5b 5e 5f 5d c3 ff 75 f0 9d e8 87 51 fd ff 83 c4 04 5b 5e 5f 5d c3 89 da 89 f0 e8 96 fe ff ff 8b 03 eb bf <0f> 0b eb fe 8b 52 0c eb 94 8b 52 0c 8b 0a e9 7c ff ff ff 55 89
EIP: [<c015dabb>] kfree+0xad/0xc0 SS:ESP 0068:c2683e80
BUG: sleeping function called from invalid context at kernel/rwsem.c:20
in_atomic():0, irqs_disabled():1
INFO: lockdep is turned off.
irq event stamp: 0
hardirqs last  enabled at (0): [<00000000>] 0x0
hardirqs last disabled at (0): [<c011743e>] copy_process+0x412/0x1395
softirqs last  enabled at (0): [<c011745c>] copy_process+0x430/0x1395
softirqs last disabled at (0): [<00000000>] 0x0
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c0114c6d>] __might_sleep+0xb7/0xc9
 [<c012db84>] down_read+0x18/0x4b
 [<c0140792>] acct_collect+0x3b/0x145
 [<c011c0e6>] do_exit+0x12f/0x89a
 [<c0105089>] do_trap+0x0/0xa9
 [<c010510c>] do_trap+0x83/0xa9
 [<c01053f1>] do_invalid_op+0x88/0x92
 [<c0420b1a>] error_code+0x6a/0x70
 [<c015dabb>] kfree+0xad/0xc0
 [<c024b7b5>] kobject_cleanup+0x65/0x71
 [<c024b7cc>] kobject_release+0xb/0xd
 [<c024c596>] kref_put+0x2d/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b79d>] kobject_cleanup+0x4d/0x71
 [<c024b7cc>] kobject_release+0xb/0xd
 [<c024c596>] kref_put+0x2d/0xa7
 [<c024b74e>] kobject_put+0x14/0x16
 [<c024b8ab>] kobject_unregister+0x22/0x25
 [<c024b8bd>] kset_unregister+0xf/0x11
 [<c024b8c7>] subsystem_unregister+0x8/0xa
 [<c02d5b23>] bus_unregister+0x62/0x66
 [<dee0531c>] fw_core_cleanup+0x1c/0x1e [firewire_core]
 [<c013c9d6>] sys_delete_module+0x154/0x202
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
modprobing: mmc_block
BUG: sleeping function called from invalid context at mm/slab.c:3051
in_atomic():1, irqs_disabled():0
INFO: lockdep is turned off.
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c0114c6d>] __might_sleep+0xb7/0xc9
 [<c015e09a>] kmem_cache_alloc+0x78/0xac
 [<c023623f>] do_shmat+0x195/0x377
 [<c0107e8a>] sys_ipc+0x138/0x240
 [<c010406a>] sysenter_past_esp+0x5f/0x99
 [<ffffe410>] 0xffffe410
 =======================
BUG: scheduling while atomic: X/6941/0x00000005
INFO: lockdep is turned off.
irq event stamp: 0
hardirqs last  enabled at (0): [<00000000>] 0x0
hardirqs last disabled at (0): [<c011743e>] copy_process+0x412/0x1395
softirqs last  enabled at (0): [<c011745c>] copy_process+0x430/0x1395
softirqs last disabled at (0): [<00000000>] 0x0
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c01158b2>] __schedule_bug+0x6e/0x75
 [<c041dbba>] __sched_text_start+0x2ca/0x3c0
 [<c010418a>] work_resched+0x5/0x25
 [<ffffe410>] 0xffffe410
 =======================
note: X[6941] exited with preempt_count 7
BUG: scheduling while atomic: X/6941/0x10000008
INFO: lockdep is turned off.
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c01158b2>] __schedule_bug+0x6e/0x75
 [<c041dbba>] __sched_text_start+0x2ca/0x3c0
 [<c01158da>] __cond_resched+0x21/0x3b
 [<c041e30a>] cond_resched+0x2a/0x31
 [<c0150469>] unmap_vmas+0x411/0x454
 [<c0152d79>] exit_mmap+0x68/0xf6
 [<c0116f62>] mmput+0x3f/0xdc
 [<c011aaac>] exit_mm+0x75/0xd1
 [<c011c101>] do_exit+0x14a/0x89a
 [<c011c879>] do_group_exit+0x28/0x6e
 [<c0123c61>] get_signal_to_deliver+0x298/0x45c
 [<c01035cd>] do_notify_resume+0x89/0x758
 [<c01041bd>] work_notifysig+0x13/0x1a
 [<080c4b54>] 0x80c4b54
 =======================
BUG: scheduling while atomic: X/6941/0x1000000a
INFO: lockdep is turned off.
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c01158b2>] __schedule_bug+0x6e/0x75
 [<c041dbba>] __sched_text_start+0x2ca/0x3c0
 [<c01158da>] __cond_resched+0x21/0x3b
 [<c041e30a>] cond_resched+0x2a/0x31
 [<c011aee2>] put_files_struct+0xbb/0xd3
 [<c011c142>] do_exit+0x18b/0x89a
 [<c011c879>] do_group_exit+0x28/0x6e
 [<c0123c61>] get_signal_to_deliver+0x298/0x45c
 [<c01035cd>] do_notify_resume+0x89/0x758
 [<c01041bd>] work_notifysig+0x13/0x1a
 [<080c4b54>] 0x80c4b54
 =======================
BUG: scheduling while atomic: X/6941/0x1000000a
INFO: lockdep is turned off.
 [<c0104a1c>] dump_trace+0x202/0x22b
 [<c0104a5f>] show_trace_log_lvl+0x1a/0x30
 [<c0105608>] show_trace+0x12/0x14
 [<c010572c>] dump_stack+0x15/0x17
 [<c01158b2>] __schedule_bug+0x6e/0x75
 [<c041dbba>] __sched_text_start+0x2ca/0x3c0
 [<c01158da>] __cond_resched+0x21/0x3b
 [<c041e30a>] cond_resched+0x2a/0x31
 [<c011aee2>] put_files_struct+0xbb/0xd3
 [<c011c142>] do_exit+0x18b/0x89a
 [<c011c879>] do_group_exit+0x28/0x6e
 [<c0123c61>] get_signal_to_deliver+0x298/0x45c
 [<c01035cd>] do_notify_resume+0x89/0x758
 [<c01041bd>] work_notifysig+0x13/0x1a
 [<080c4b54>] 0x80c4b54
 =======================

View attachment ".config" of type "text/plain" (44048 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ