Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753708AbaBCXIT (ORCPT ); Mon, 3 Feb 2014 18:08:19 -0500 Received: from mail-ob0-f182.google.com ([209.85.214.182]:48186 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752954AbaBCXIR (ORCPT ); Mon, 3 Feb 2014 18:08:17 -0500 Message-ID: <52F0215B.5040209@lwfinger.net> Date: Mon, 03 Feb 2014 17:08:11 -0600 From: Larry Finger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: David Rientjes , Pekka Enberg CC: Peter Zijlstra , Christoph Lameter , linux-mm@kvack.org, LKML Subject: Re: Kernel WARNING splat in 3.14-rc1 References: <52EFF658.2080001@lwfinger.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/03/2014 02:39 PM, David Rientjes wrote: > Commit c65c1877bd68 ("slub: use lockdep_assert_held") incorrectly required > that add_full() and remove_full() hold n->list_lock. The lock is only > taken when kmem_cache_debug(s), since that's the only time it actually > does anything. > > Require that the lock only be taken under such a condition. > > Reported-by: Larry Finger > Signed-off-by: David Rientjes You may add a "Tested-by: Larry Finger ". The patch cleans up the splat on my system. Thanks for the quick response. Larry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/