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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 DFC64ECE587 for ; Tue, 1 Oct 2019 12:51:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BE2CC21872 for ; Tue, 1 Oct 2019 12:51:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388091AbfJAMvQ (ORCPT ); Tue, 1 Oct 2019 08:51:16 -0400 Received: from ms.lwn.net ([45.79.88.28]:36446 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725821AbfJAMvP (ORCPT ); Tue, 1 Oct 2019 08:51:15 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 3243B491; Tue, 1 Oct 2019 12:51:15 +0000 (UTC) Date: Tue, 1 Oct 2019 06:51:14 -0600 From: Jonathan Corbet To: Catalin Marinas Cc: Jeremy Cline , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names Message-ID: <20191001065114.761f92ab@lwn.net> In-Reply-To: <20190925143209.GE7042@arrakis.emea.arm.com> References: <20190925143114.19698-1-jcline@redhat.com> <20190925143209.GE7042@arrakis.emea.arm.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 25 Sep 2019 15:32:10 +0100 Catalin Marinas wrote: > On Wed, Sep 25, 2019 at 02:31:14PM +0000, Jeremy Cline wrote: > > Commit c5665868183f ("mm: kmemleak: use the memory pool for early > > allocations") renamed CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE to > > CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE. Update the documentation reference > > to reflect that. > > > > Signed-off-by: Jeremy Cline > > I forgot about this. Thanks. > > Acked-by: Catalin Marinas Applied, thanks. jon