From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 65D453596F8 for ; Sat, 13 Jun 2026 21:20:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781385616; cv=none; b=uKsZnABtBKea88yBvwR/wl/1LXp8HDFcSD/LU1i6b6GzZJJ0K6Wfjzde1jXW0HYxwwSszmmyDgi+QWGVmrXwzmMuu2xmvrQfvvqeZASRsL62omOsgrj6eUxEL04rOhOGFNFXAGXDw54JUlW2YPo//Kt9tndE6GVT89IAQkUHj/E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781385616; c=relaxed/simple; bh=ebTTSNe9LJ3qXW5DSd18/Sv46y3AwdemOmGHewN51o4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=UK98WtTomMDpcRzj/q+GBhEAfO/RCXb/Y3Rp2knedPLtJ1HMF43wMX+Zlrk2EdTmleQRSHigHRyXmLNQ33Qyr7yGpUt9B5vHhYWYI4NmMPAbmUA12kkdSWCHCkZr7gZQxEUTSvsYve1U1AFNrQG+rJYiqxHnmb5TVWxylMGs/48= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Xx1TXxSa; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Xx1TXxSa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 393661F000E9; Sat, 13 Jun 2026 21:20:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781385615; bh=I4kzmpmCTTRcxfTkHzZI6KgBD0oGVt0Td+ywSBpsUes=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=Xx1TXxSaqI7tsoPemAtCD6oNNylkY7oNg2Wd8y7CcDaRH0jUpgA/YlflCh2eeDx2P REzoe4BF/BILZOtMzXw6fTSl+GyeM+d0ebqiV6t+QaG2vALnHNidoCXwe+E69SsThB caBY7yuUAPool1RLSemJ5Vn6fQ3boTv1lQJIfJbRT4CgUsGhRCaNdJOjZq8G/8gBtz GyYVB+Qzxw49qtcGMiuCnQD6KqQfyJSAnifFscB85/h+RZxROJ1y4Dz6POy/UZX+5M wv21uJqUjwwFlyGphrstgWeKjQI/qr5bBX87OUUAtGVrvoB3Isr3xlxI8yaD5xlupe m31MBxN3RixLQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 9391D3A54A32; Sat, 13 Jun 2026 21:20:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/3 net-next v6] ipv4: centralize devconf sysctl handling From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178138561113.1597380.7779221670234945181.git-patchwork-notify@kernel.org> Date: Sat, 13 Jun 2026 21:20:11 +0000 References: <20260609204520.4670-1-fmancera@suse.de> In-Reply-To: <20260609204520.4670-1-fmancera@suse.de> To: Fernando Fernandez Mancera Cc: netdev@vger.kernel.org, horms@kernel.org, pabeni@redhat.com, kuba@kernel.org, edumazet@google.com, dsahern@kernel.org, idosch@nvidia.com, davem@davemloft.net, nicolas.dichtel@6wind.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 9 Jun 2026 22:45:18 +0200 you wrote: > The logic for handling IPv4 devconf sysctls is scattered. Notification > and cache flushes are managed in devinet_conf_proc(), while a separate > ipv4_doint_and_flush() function and DEVINET_SYSCTL_FLUSHING_ENTRY macro > is used for properties that solely require a cache flush. > > This patch refactors the sysctl handling by introducing a centralized > helper, devinet_conf_post_set(). This new function evaluates the changed > attribute and handles all necessary operations like triggering netlink > notifications. It returns a boolean indicating whether a routing cache > flush is required. > > [...] Here is the summary with links: - [1/3,net-next,v6] ipv4: centralize devconf sysctl handling https://git.kernel.org/netdev/net-next/c/3a29b55505f3 - [2/3,net-next,v6] ipv4: handle devconf post-set actions on netlink updates https://git.kernel.org/netdev/net-next/c/489730ec2a73 - [3/3,net-next,v6] selftests: net: add test for IPv4 devconf netlink notifications https://git.kernel.org/netdev/net-next/c/32229484e381 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html