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 4DB693EB0EB for ; Tue, 9 Jun 2026 18:32:26 +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=1781029947; cv=none; b=sMp3T09s3NXn72zAoL8wZ+ex5tFynj3SOUT+Mahrx6u388cp7VpWbaz/5TlBidiHR6pIfwtSuuQZ2hwweX08kPzY8whJuHrPQnIJ1hocJDNCOjnNSxvn0zWGtjEROcOQCD9D3cjWgvp1+U0q0oN2xnb+nUWLh9DLt55E9EFiSkc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781029947; c=relaxed/simple; bh=YM3s8bIL4SOhAZmEK0FwuYz1izYvPOUY5tOr/JGsgQQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Wt/NCvTJnwsCmzJAbWhaTREnpcdRlYHfQgihtCka4E1K5r77sJx7Q0KbRDipbkQBBunzRB2SQjyiWI8uAJUksvixHrC7jZ1/gQ1/fd03TyYyVboUz8SMqQiUolFCes9QLxpfNaAuoKNiqlibqv73FP9bYEEarogCO3+Q4O7l2DM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SXTxW637; 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="SXTxW637" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A6A81F00893; Tue, 9 Jun 2026 18:32:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781029946; bh=3Nhg30blEhwRopR20WqPrpZ8FE95GMLdgHcs3qSiNCw=; h=From:To:Cc:Subject:Date; b=SXTxW637r9DfTx2VcwIxYvhd/beLhrr6rWW4rgXLHk91weq8+tvR499/MfXeISEiR rdnhIjmUTwhhYlS0YAGg/fcLFeQJB2pnxF2L2kYu7qN2eHKaVp7jGxmK2+KfJFSEOa e7r3FLOF7eHwmJeANoBqD4s62uTBqgWWSg59YRMGr749PLmPoWzXFiRyIM95Lf7X1K lVo1V3Oeo9YP1vWT/zvXSTqqBX7O4i+LAHlB/pMxLed9b6Ron5NnQBbBDI8o48LNuv 2CchxdeRbn+Fz7n2ZWtXJqQzN8LBq3W1+SO49DcDHzdwvkFnhp5UVVkswirmg01Wv8 ZSzV+GX/oh1gw== From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, Jakub Kicinski Subject: [PATCH net-next 0/4] net: shaper: follow ups to recent fixes Date: Tue, 9 Jun 2026 11:32:20 -0700 Message-ID: <20260609183224.1108521-1-kuba@kernel.org> X-Mailer: git-send-email 2.54.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit As discussed previously on the patch set with real fixes the xa_locking in shapers is a little confusing, remove it. Link: https://lore.kernel.org/20260506000628.1501691-2-kuba@kernel.org The remaining three patches are an attempt to silence AI reviewers, I believe Sashiko was complaining about these non-issues. Not adding Reported tags since these are false positives. Jakub Kicinski (4): net: shaper: drop redundant xa_lock() bracketing net: shaper: drop unnecessary kfree_rcu in pre_insert net: shaper: add a comment why we don't need kfree_rcu() in flush net: shaper: add a note that we expect cap dumps to be tiny net/shaper/shaper.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -- 2.54.0