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 6ED84C433F5 for ; Mon, 25 Apr 2022 20:53:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245166AbiDYU4t (ORCPT ); Mon, 25 Apr 2022 16:56:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231753AbiDYU4t (ORCPT ); Mon, 25 Apr 2022 16:56:49 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5F2E10F436; Mon, 25 Apr 2022 13:53:44 -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=dUPQYq2+oE4ZhEPnYgOuVlmUQz4e1ee8Qn7Tuawi6W4=; b=W+wp6p1JyYONZD4FeG/rz9dfZ1 cGR8sUfgbGQzrNrTFig2Smuou15BjGavsmO82E00H4sQpQ1NrrOa5V9TFAMdYuzjDBJfyoPKKwrwY fYtBeQ+DejYaCbDnZg/+ER5YaVwi/bvxxhny3iBVUPXTo6fpqq3nYTkxhBHwsAKGXVKAK/0X5j0f3 ocuaFOsUBEA3+d6zP8NT3+ASEZkwSMOFwun+dLFb1kFRgGfA808pQCtETmyu9adKitsJm9C6yj3gG qQ0G9VMVuq+Y78rGxr/XA5WjCu/Noyo4UGfDNa99WPVHr+d/p1apOQLgB4pctb/sjTacxoqSPeqI9 8kC51tTQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nj5iH-00BP9x-Rp; Mon, 25 Apr 2022 20:53:41 +0000 Date: Mon, 25 Apr 2022 13:53:41 -0700 From: Luis Chamberlain To: Jakub Kicinski Cc: xiangxia.m.yue@gmail.com, netdev@vger.kernel.org, linux-fsdevel@vger.kernel.org, Kees Cook , Iurii Zaikin , "David S. Miller" , Paolo Abeni , Hideaki YOSHIFUJI , David Ahern , Simon Horman , Julian Anastasov , Pablo Neira Ayuso , Jozsef Kadlecsik , Florian Westphal , Shuah Khan , Andrew Morton , Alexei Starovoitov , Eric Dumazet , Lorenz Bauer , Akhmat Karakotov Subject: Re: [net-next v4 0/3] use standard sysctl macro Message-ID: References: <20220422070141.39397-1-xiangxia.m.yue@gmail.com> <20220422124340.2382da79@kernel.org> <20220425125644.52e3aad4@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220425125644.52e3aad4@kernel.org> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Apr 25, 2022 at 12:56:44PM -0700, Jakub Kicinski wrote: > On Mon, 25 Apr 2022 12:47:06 -0700 Luis Chamberlain wrote: > > I have a better option. I checked to see the diff stat between > > the proposed patch to see what the chances of a conflict are > > and so far I don't see any conflict so I think this patchset > > should just go through your tree. > > > > So feel free to take it in! Let me know if that's OK! > > Ok, assuming the netfilter and bpf patches I saw were the only other > conversions we can resolve the conflicts before code reaches Linus... Sure thing. Luis