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]
Message-ID: <alpine.DEB.2.02.1402050009200.7839@chino.kir.corp.google.com>
Date:	Wed, 5 Feb 2014 00:10:48 -0800 (PST)
From:	David Rientjes <rientjes@...gle.com>
To:	Fengguang Wu <fengguang.wu@...el.com>
cc:	Peter Zijlstra <peterz@...radead.org>,
	Pekka Enberg <penberg@...nel.org>, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org
Subject: Re: [slub] WARNING: CPU: 1 PID: 1 at mm/slub.c:992
 deactivate_slab()

On Wed, 5 Feb 2014, Fengguang Wu wrote:

> Greetings,
> 
> I got the below dmesg and the first bad commit is in upstream 
> 
> commit c65c1877bd6826ce0d9713d76e30a7bed8e49f38
> Author:     Peter Zijlstra <peterz@...radead.org>
> AuthorDate: Fri Jan 10 13:23:49 2014 +0100
> Commit:     Pekka Enberg <penberg@...nel.org>
> CommitDate: Mon Jan 13 21:34:39 2014 +0200
> 
>     slub: use lockdep_assert_held
>     
>     Instead of using comments in an attempt at getting the locking right,
>     use proper assertions that actively warn you if you got it wrong.
>     
>     Also add extra braces in a few sites to comply with coding-style.
>     
>     Signed-off-by: Peter Zijlstra <peterz@...radead.org>
>     Signed-off-by: Pekka Enberg <penberg@...nel.org>
> 
> ===================================================
> PARENT COMMIT NOT CLEAN. LOOK OUT FOR WRONG BISECT!
> ===================================================
> 
> +---------------------------------------------------------+--------------+--------------+
> |                                                         | 8afb1474db47 | 1738cc0ecc54 |
> +---------------------------------------------------------+--------------+--------------+
> | boot_successes                                          | 166          | 6            |
> | boot_failures                                           | 10           | 13           |
> | BUG:kernel_test_crashed                                 | 9            | 1            |
> | WARNING:CPU:PID:at_arch/x86/kernel/cpu/amd.c:init_amd() | 1            |              |
> | WARNING:CPU:PID:at_mm/slub.c:deactivate_slab()          | 0            | 12           |
> +---------------------------------------------------------+--------------+--------------+
> 
> [1868680.126265] netconsole: network logging started
> [1868680.135018] Unregister pv shared memory for cpu 0
> [1868680.523086] ------------[ cut here ]------------
> [1868680.526909] WARNING: CPU: 1 PID: 1 at mm/slub.c:992 deactivate_slab+0x4ce/0xa70()
> [1868680.537875] Modules linked in:
> [1868680.541340] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.13.0-02621-g1738cc0 #8
> [1868680.555880] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
> [1868680.565937]  ffffffff ce04dd64 c1a6323f 00000000 00000000 000003e0 ce04dd94 c106fbe1
> [1868680.572881]  c1efb154 00000001 00000001 c1f09c28 000003e0 c11c2d0e c11c2d0e 00000001
> [1868680.582142]  ce5db280 ce000640 ce04dda4 c106fc7d 00000009 00000000 ce04de0c c11c2d0e
> [1868680.589099] Call Trace:
> [1868680.591109]  [<c1a6323f>] dump_stack+0x7a/0xdb
> [1868680.593887]  [<c106fbe1>] warn_slowpath_common+0x91/0xb0
> [1868680.597430]  [<c11c2d0e>] ? deactivate_slab+0x4ce/0xa70
> [1868680.600510]  [<c11c2d0e>] ? deactivate_slab+0x4ce/0xa70
> [1868680.603588]  [<c106fc7d>] warn_slowpath_null+0x1d/0x20
> [1868680.606728]  [<c11c2d0e>] deactivate_slab+0x4ce/0xa70

Hi Fengguang, 

I think this is the inlined add_full() and should be fixed with 
http://marc.info/?l=linux-kernel&m=139147105027693 that has been added to 
the -mm tree and should now be in next.  Is this patch included for this 
kernel?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ