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 E588D43849A for ; Mon, 6 Jul 2026 10:00:25 +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=1783332027; cv=none; b=kFe1BLv/qUr3lHD2rM0BmPODx9GDGA+WxYUTH4odZLnHWhZA5WfVMkOmfB6dLQMzboMxGA6/K7Z11KKSdWma2oUH4H2mKkB8hyQ1i2FEjcqL+fCGFtwlUcRKQi/RSVJ8jPHoQ/YIrMOR4j1Y91vAKIU56msIKwJXHdO39teA29Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783332027; c=relaxed/simple; bh=rHuJPPc5mO9Ua/QGPW6g6+WnTPqoSbnKGKwuUFThzKg=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=eZpjEFohRNpbYCFU6AyRR4sgQlqvhpJCgNSOrxTNOBuGfCY2VIIvwhZL7QlE+eg1lqaCNGnsaSPVebjfQ5BrWYcGLH6BTAZHKADMQ+D9dA2mlQKApxowxppIsK8N9KBDJDJhLg+EDbZDdoZM7QQ0VIaWAvS3wYISqrdfd5F5GTM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lSB5PUMZ; 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="lSB5PUMZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EA3A1F00AC4; Mon, 6 Jul 2026 10:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783332025; bh=b6fYZeEuOcjTBS1Iwl0tNdJQLy+QnxQeL9bfZEzIIVE=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=lSB5PUMZDVSwu8B/j9vkJ2zXdTJLW6wmxCjpG9cAw4LkhY/rNh5/SmsK9GwW+C3ZH qCFJ8wu8wkcGpfYF1QPicXlwXyIhA/+UR16RxJp1Nqhm6XV+j5JYWE8d2vdgw1e+FH ImvWbLma+4SMLhPFaIfhUPKPfsmrl6jMLeszajak1PDvygkBm5dGhx7gecLOB1rf0j anRiR5DnRDoGzPpjHGG7TEDVlxmL7WRJOSS97pd7n1XhfocvpCStGeKivdY9wW/inL m/B0/xKooqHYCxYlJwngoDEOMl7I8CVZ2Q6cBy2agj1LsKnswE5yPwbPMG9WKSzGb7 GETVCwkwaAuSw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 568893AB1391; Mon, 6 Jul 2026 10:00:07 +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 net-next] amt: no longer rely on RTNL in amt_fill_info() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178333200588.474189.12282683486374169306.git-patchwork-notify@kernel.org> Date: Mon, 06 Jul 2026 10:00:05 +0000 References: <20260701125016.3650708-1-edumazet@google.com> In-Reply-To: <20260701125016.3650708-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, kuniyu@google.com, andrew+netdev@lunn.ch, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Wed, 1 Jul 2026 12:50:16 +0000 you wrote: > Update amt_fill_info() to run under RCU read lock instead of RTNL. > > The AMT device configuration fields (mode, relay_port, gw_port, local_ip, > discovery_ip, max_tunnels) and stream_dev pointer are initialized during > device creation (amt_newlink) and are immutable. Accessing them locklessly > is safe. The stream_dev net_device structure is protected from being freed > by RCU. > > [...] Here is the summary with links: - [net-next] amt: no longer rely on RTNL in amt_fill_info() https://git.kernel.org/netdev/net-next/c/586c4dcf28eb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html