From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EEAFC4361B for ; Fri, 11 Dec 2020 18:13:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7229623106 for ; Fri, 11 Dec 2020 18:13:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392356AbgLKRAx (ORCPT ); Fri, 11 Dec 2020 12:00:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:41100 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732728AbgLKRAJ (ORCPT ); Fri, 11 Dec 2020 12:00:09 -0500 Date: Fri, 11 Dec 2020 08:59:28 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607705968; bh=WZWaJdQGBtU/vASuowwS4F7kXtoWW4OvU9YEYnu4f9g=; h=From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=CPA7/uoaWjXWUEa7pJJVSimnieYKmIJ48sIQipHja3ZQbthsqk/kZJbPQm/KWbvt/ YS4e3C1xlsgZnH7NFGNwT9d/1P+R+tRYf5OKIcpQoVfA4aFIJqMyrx8CZwqweqIVIt bgvCcmZkwoibpy/0yMQtEU3IKa08HfpgAuFvKSbDEQ+QRc+usVNBWege/mL10gRTgg P3BOQdDNDaOn8hFl+bfn4mPxSFsepLUuUQVuiWKL8FUiEd+GQur5B8ar4UtvgLTP/t juPnlkVe0fD66LoFiZCHpjLry68w4bTRFRqwGsboZgzoVEqaaOVf9uySzmtgsyIrq9 XhGdtW/hL64RQ== From: "Paul E. McKenney" To: Joonsoo Kim Cc: rcu@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com, mingo@kernel.org, jiangshanlai@gmail.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, josh@joshtriplett.org, tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com, fweisbec@gmail.com, oleg@redhat.com, joel@joelfernandes.org, andrii@kernel.org, Christoph Lameter , Pekka Enberg , David Rientjes , linux-mm@kvack.org Subject: Re: [PATCH v3 sl-b 1/6] mm: Add mem_dump_obj() to print source of memory block Message-ID: <20201211165928.GE2657@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20201211011907.GA16110@paulmck-ThinkPad-P72> <20201211012003.16473-1-paulmck@kernel.org> <20201211022205.GA11631@js1304-desktop> <20201211033359.GD2657@paulmck-ThinkPad-P72> <20201211034226.GA2116@paulmck-ThinkPad-P72> <20201211065850.GB587@js1304-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201211065850.GB587@js1304-desktop> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 11, 2020 at 03:58:51PM +0900, Joonsoo Kim wrote: > On Thu, Dec 10, 2020 at 07:42:27PM -0800, Paul E. McKenney wrote: > > On Thu, Dec 10, 2020 at 07:33:59PM -0800, Paul E. McKenney wrote: > > > On Fri, Dec 11, 2020 at 11:22:10AM +0900, Joonsoo Kim wrote: > > > > On Thu, Dec 10, 2020 at 05:19:58PM -0800, paulmck@kernel.org wrote: > > > > > From: "Paul E. McKenney" > > > > [ . . . ] > > > > > > We can get some infos even if CONFIG_SLUB_DEBUG isn't defined. > > > > Please move them out. > > > > > > I guess since I worry about CONFIG_MMU=n it only makes sense to also > > > worry about CONFIG_SLUB_DEBUG=n. Fix update. > > > > Like this? (Patch on top of the series, to be folded into the first one.) > > Yes! > > Acked-by: Joonsoo Kim Applied, and thank you again for the review and feedback! Suggestions on where to route these? Left to my own devices, they go via -rcu in the v5.12 merge window. Thanx, Paul