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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EAEDBC4332F for ; Wed, 23 Feb 2022 09:50:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239404AbiBWJuz (ORCPT ); Wed, 23 Feb 2022 04:50:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231612AbiBWJuy (ORCPT ); Wed, 23 Feb 2022 04:50:54 -0500 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE1BA8878F; Wed, 23 Feb 2022 01:50:26 -0800 (PST) Received: from dggeme762-chm.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4K3WPY6qKtzbbbh; Wed, 23 Feb 2022 17:45:53 +0800 (CST) Received: from linux-suse12sp5.huawei.com (10.67.133.175) by dggeme762-chm.china.huawei.com (10.3.19.108) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.21; Wed, 23 Feb 2022 17:50:24 +0800 From: Yan Zhu To: CC: , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH] bpf: move the bpf syscall sysctl table to its own module Date: Wed, 23 Feb 2022 17:50:19 +0800 Message-ID: <20220223095019.80080-1-zhuyan34@huawei.com> X-Mailer: git-send-email 2.12.3 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.133.175] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggeme762-chm.china.huawei.com (10.3.19.108) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 22, 2022 at 9:06 PM Alexei Starovoitov wrote: > On Tue, Feb 22, 2022 at 5:35 PM Yan Zhu wrote: > > > > Sysctl table is easier to read under its own module. > > "own module"? > What are you talking about? I'm sorry I didn't express it clearly. The meaning here is that the code of bpf syscall sysctl is moved to the bpf module I will fix it in v2 patch. > It's not "easier to read" and looks like a pointless churn.