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 14A5B367288; Thu, 21 May 2026 15:50:09 +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=1779378611; cv=none; b=Am8A6CLWuAiC7UDWVzRZToQ94W9ygdmLbEn7lafYxwuyJT5guacvpr7Ks4M5WTq5IQQ3eeZDvZZesWzWAUKQa2zMUBElNQD20gbFilHP0RQe3Wv1R2qlo8gMUCQb1XdRizEOzwUT3+7iPuU2tvOduVmlI2DXsFoJFSmI8u+FrYA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779378611; c=relaxed/simple; bh=I1hYJ5XVDqHMaWBttg4ogQLk984m8j5hnhshh219Nuc=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=dz2W2lHPEykJjn71vbVhCj6cn/LrHGIYzWiWKjF31mioEaAj5J50xjJzfmx5lWUGvDX/fGLk4PXsn7FT/jgKYEO+1nQRxE5T0zhC7zRrJV+Qz6d9M5Noc1SwoVVYVNobJDh95kjI39pEBKlifV7UGfkKthCwO4YkeLTPneNO22Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ImGr6Jwx; 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="ImGr6Jwx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE33C1F000E9; Thu, 21 May 2026 15:50:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779378609; bh=sgUJXmdhycpBMrQMCHKRV8tqCwwTG8MEEOae0Pn76Uw=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=ImGr6JwxTzdwMZGLsXD/3gpb0tuLQ12rywh5RK+Iju3JfoZK/rmgbvYNguN8rRzl9 4PbNYDU9v3r9kJvl5RPaZ3uMbFfsb0fEtD4F8agVMO9U5e0ghlR+njrt00ZtJH94rU M//QjRomoqM1J70d9w0Hepm6RrgiC4TJxcJuE6IDvEozaW9aoUggrrJNFIo6ET5Hi9 waqS2H/PcOPQwN7tYlExW49PmOYouYJJoYwSGi73uMy6QMXl3tTVVu+DUl3aUTciL6 HfC9zNvwwojHqWBfz1qTlB1Br8bRtevgWK6GKRM5dsaPBOW221Y1UqTaEH00aGMhnE WsuCQLlaOMLJg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D09533930E08; Thu, 21 May 2026 15:50:20 +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 v2 0/4] netlink: fixes for cross-namespace nsid reporting From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177937861938.394984.8736975091170632288.git-patchwork-notify@kernel.org> Date: Thu, 21 May 2026 15:50:19 +0000 References: <20260520172317.175168-1-i.maximets@ovn.org> In-Reply-To: <20260520172317.175168-1-i.maximets@ovn.org> To: Ilya Maximets Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, donald.hunter@gmail.com, shuah@kernel.org, kuniyu@google.com, kees@kernel.org, amorenoz@redhat.com, jbenc@redhat.com, nicolas.dichtel@6wind.com, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, matteo.perin@canonical.com Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 20 May 2026 19:22:34 +0200 you wrote: > While working on some new features for OVS and OVN we discovered that > self-referential NSIDs get unintentionally allocated in the system as > well as unexpectedly reported for local events on all-nsid listeners. > > More details in the patches. They change user-visible behavior, but > the current behavior is arguably a bug, as it makes it hard to use > all-nsid sockets without a decent amount of extra unrelated work of > tracking when new NSIDs are allocated for your local namespace. > > [...] Here is the summary with links: - [net,v2,1/4] net: netlink: fix sending unassigned nsid after assigned one (no matching commit) - [net,v2,2/4] net: netlink: don't set nsid on local notifications (no matching commit) - [net,v2,3/4] tools: ynl: support listening on all nsids https://git.kernel.org/netdev/net/c/3287e81292f4 - [net,v2,4/4] selftests: net: add a test case for nsid in all nsid notifications (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html