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:	Sat, 08 Mar 2008 11:45:22 +0100
From:	Laurent Riffard <laurent.riffard@...e.fr>
To:	Greg Kroah-Hartman <gregkh@...e.de>,
	Balaji Rao <balajirrao@...il.com>
CC:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: Tree for March 7: slab corruptions

Le 07.03.2008 04:18, Stephen Rothwell a écrit :
> Hi all,
> 
> I have created today's linux-next tree at
> git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git

I've got a lot of "Slab corruption" with next-20060307 (actually a 
continuous flow of warnings) whereas next-20060306 is fine.

[    3.045882] Redzone: 0xd84156c5635688c0/0xd84156c5635688c0.
[    3.045885] Last user: [<c022460e>](vc_allocate+0x5a/0x136)
[    3.045890] 000: 03 00 00 00 a0 00 00 00 40 00 00 00 40 01 00 00
[    3.045902] 010: 00 00 00 00 00 00 85 de 00 50 85 de 00 00 85 de
[    3.055247] Slab corruption: size-512 start=defb5060, len=512
[    3.056465] Redzone: 0x9f911029d74e35b/0x9f911029d74e35b.
[    3.057363] Last user: [<c022789b>](device_release+0x36/0x58)
[    3.058594] 0f0: 6b 6b 6b 6b 6b 6b 6b 6b 6a 6b 6b 6b 6b 6b 6b 6b
[    3.060109] Single bit error detected. Probably bad RAM.
[    3.061353] Run memtest86+ or a similar memory test tool.
[    3.062501] Next obj: start=defb5278, len=512
[    3.063596] Redzone: 0xd84156c5635688c0/0xd84156c5635688c0.
[    3.064751] Last user: [<c022460e>](vc_allocate+0x5a/0x136)
[    3.065447] 000: 04 00 00 00 a0 00 00 00 40 00 00 00 40 01 00 00
[    3.066965] 010: 00 00 00 00 00 80 85 de 00 d0 85 de 00 80 85 de
[    3.074109] Slab corruption: size-512 start=defb56a8, len=512
[    3.075336] Redzone: 0x9f911029d74e35b/0x9f911029d74e35b.
[    3.076510] Last user: [<c022789b>](device_release+0x36/0x58)
[    3.077360] 0f0: 6b 6b 6b 6b 6b 6b 6b 6b 6a 6b 6b 6b 6b 6b 6b 6b
[    3.078885] Single bit error detected. Probably bad RAM.
[    3.080015] Run memtest86+ or a similar memory test tool.

I did a bisection:

5a428808720b31026890d3ff71fbd891d9a94fd6 is first bad commit
commit 5a428808720b31026890d3ff71fbd891d9a94fd6
Author: Balaji Rao <balajirrao@...il.com>
Date:   Thu Mar 6 22:23:18 2008 +0530

    kobjects: mark cleaned up kobjects as unitialized

    When I remove only the kvm-intel module without removing the kvm module
    itself, I get an error saying that a kobject is trying to be
    reinitialized. Its because of the fact that kvm reuses a kobject in
    kvm_init when calling sysdev_register.

    This patch fixes kobject_cleanup by marking the kobject as uninitialized
    when we cleanup to allow kobjects to be reused.

    Signed-off-by: Balaji Rao <balajirrao@...il.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>

:040000 040000 c15d08d966391dec783d137558fad66d9c2da57b eddea2ec69c014370cf98cc2fc7e24a8dc301e70 M     lib

.config attached
~~
laurent


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

Powered by blists - more mailing lists