Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA729C76195 for ; Mon, 20 Mar 2023 18:06:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230122AbjCTSGE (ORCPT ); Mon, 20 Mar 2023 14:06:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35286 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230028AbjCTSFW (ORCPT ); Mon, 20 Mar 2023 14:05:22 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCA3E26860; Mon, 20 Mar 2023 10:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ZaUtmcLQ1kSP0Cxrkc3O9pult9O0MJARNLjBYCVRb5A=; b=uKBWzetlcBHn3Hhpnd06xxoEBA juQiu9tabxPnM7efpV4lg58nC+VBwrlJJPx7UEU3ydpykf93pjv6v5C2WN1BpSyERWO1C6F8yrFX2 3+j5THNTciX2k0X7pl2A/8VWrUswxMFD2RaFSSwldpMDO/+fYrS52/Isw9t9LOadYZJEVL2c3p+Ql PkohrPYGSfL9AIWYeaDGEdDkuBjx+31SyAtWUnhN9mngGeodBOyN1zWIo8LTfJBmkj9d5Zl2WtMhh g0kvkknWC7262x6COP3QthcyAsE9P/xHlX68RNIY/ct7iPwhkgEqAZEOe9WKuZ8tCJH2N48bg/VyA EwDJNMZw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1peJmZ-00A4IC-0w; Mon, 20 Mar 2023 17:58:55 +0000 Date: Mon, 20 Mar 2023 10:58:55 -0700 From: Luis Chamberlain To: Kefeng Wang Cc: naoya.horiguchi@nec.com, Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v3] mm: memory-failure: Move memory failure sysctls to its own file Message-ID: References: <20230320074010.50875-1-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230320074010.50875-1-wangkefeng.wang@huawei.com> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 20, 2023 at 03:40:10PM +0800, Kefeng Wang wrote: > The sysctl_memory_failure_early_kill and memory_failure_recovery > are only used in memory-failure.c, move them to its own file. > > Acked-by: Naoya Horiguchi > Signed-off-by: Kefeng Wang Thanks, queued up onto sysctl-next. If you have time, feel free to help move each of the rest of kernel/sysctl.c vm_table to be split into their own respective files as you did with the last one. Luis