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 0F198C6FA8A for ; Wed, 7 Sep 2022 15:00:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230265AbiIGPAs (ORCPT ); Wed, 7 Sep 2022 11:00:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230271AbiIGPAX (ORCPT ); Wed, 7 Sep 2022 11:00:23 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB5374E60A; Wed, 7 Sep 2022 08:00:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3EBEFB81DAE; Wed, 7 Sep 2022 15:00:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id CFABAC433B5; Wed, 7 Sep 2022 15:00:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662562818; bh=LDaAYPiMQUwOKCdX537Ls4chLt3OGo4ond9LIYOfcbk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=iXMQ870TZr//kmFS6G0LslxyFB/qCsOk0djZetOwujEB8l4o54Kj3LNlpgZGI4wOY fqezNp17mVY/m2ahfFWs9wEOlXHVkazpqxkHwKvqXa7uM+Ev9xae9c9qoVlJUOxR+d OJIMO/2MNkgml07qG5KV99VYWy4Hfb5csfk3stv++7YYRnN7aIncIiXy+f4/Wx8DMQ taCtwnw/NIiLTqEA0RKqRF5sRhnDqu4E1rCfBhXoLBK0tPK7pzHpj4gSVMGbg8e48U V21SEsMz9DJgl/2diBqzuHyDgK8K2MURFOaig1seVrwRTe8QuRukoICQzCpSeSmEiR B7++BQPYJPPVw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id BD4F8C73FE7; Wed, 7 Sep 2022 15:00:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: sysctl: remove unused variable long_max From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166256281877.26447.3691488668583692931.git-patchwork-notify@kernel.org> Date: Wed, 07 Sep 2022 15:00:18 +0000 References: <20220905125042.2234889-1-liushixin2@huawei.com> In-Reply-To: <20220905125042.2234889-1-liushixin2@huawei.com> To: Liu Shixin Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, wangkefeng.wang@huawei.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Mon, 5 Sep 2022 20:50:42 +0800 you wrote: > The variable long_max is replaced by bpf_jit_limit_max and no longer be > used. So remove it. > > No functional change. > > Signed-off-by: Liu Shixin > > [...] Here is the summary with links: - net: sysctl: remove unused variable long_max https://git.kernel.org/netdev/net-next/c/53fc01a0a8cb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html