Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933900AbbGUWbR (ORCPT ); Tue, 21 Jul 2015 18:31:17 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:36736 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933611AbbGUWbQ (ORCPT ); Tue, 21 Jul 2015 18:31:16 -0400 Date: Tue, 21 Jul 2015 15:31:14 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Konstantin Khlebnikov cc: linux-mm@kvack.org, Christoph Lameter , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] mm/slub: allow merging when SLAB_DEBUG_FREE is set In-Reply-To: <20150720152913.14239.69304.stgit@buzz> Message-ID: References: <20150720152913.14239.69304.stgit@buzz> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 759 Lines: 17 On Mon, 20 Jul 2015, Konstantin Khlebnikov wrote: > This patch fixes creation of new kmem-caches after enabling sanity_checks > for existing mergeable kmem-caches in runtime: before that patch creation > fails because unique name in sysfs already taken by existing kmem-cache. > > Unlike to other debug options this doesn't change object layout and could > be enabled and disabled at any time. > > Signed-off-by: Konstantin Khlebnikov Acked-by: David Rientjes -- 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/