From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 CBED73B7A8 for ; Mon, 19 Jan 2026 18:32:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768847572; cv=none; b=brJL31Anw2IhPlRX/hViEuuLvIYwFDQj24NFdzHG/XxE6DDS1BSUgJZG0SeziLNOyCR7qkRqfbEwKdBC9Ox1JM8f/2/klDT82hZzTCXhEo6xs7eldEOmy8nySNa1FRzFWchWdyJYfgvAOJ2vb1aW2pMIwagTFxGYCNBnC7llUKI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768847572; c=relaxed/simple; bh=7833sjxn/KlgrWPZu7MOKDyyu4ukGTL66pta31Q4GFc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=kvJLlrir35FfeuS8daQBGJHIxSIDZjthtmURZ4R+B/pzVX9kTIhkxV8Xw+D5zgfX9KZcNCMyOu4vC3TM+aTsi60SdeEp54lHJx4gR0ACSuI5iV/nN3puqGCbcWnwJrM4PWI9fPrjw5jtQZdPtQu7/kcwnoDO7on8+N2LfNsboqU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QUWp9gn+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QUWp9gn+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D961C116C6; Mon, 19 Jan 2026 18:32:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768847572; bh=7833sjxn/KlgrWPZu7MOKDyyu4ukGTL66pta31Q4GFc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QUWp9gn+Tguf/aMxdAIuQ/KQs1SsibYnvAJgLlsHaIym6L9KHlD9WdoJZJd9vNiof Qq0A7ZEFzrPA8TI0pM2t2ScF0Ry6cyfNp21smdyF54riNFN39unRgeh3/2j+5dopwp Eo+ROjouV3sf0WwKJMbE3utaeXRkfrnLxz77l8mDsMBqfG+ZN21re2HylRtKV4gNjh WuSHFvX8kNGhDTZ2rJvdJf+Cy5LFSrJU7TQDcYr+58LXRRUrO3cxyoIpAL3UWuLfo2 SxyayuJeTsv3tXIy2iJBJ+J4TDzbFZ3X6D8/rrEdy9AGJzvAFKhehJdiOrSYTIYyiC WjcnzkDHsB02w== Date: Mon, 19 Jan 2026 10:32:51 -0800 From: Jakub Kicinski To: Paul Moses Cc: netdev@vger.kernel.org Subject: Re: [PATCH net v1 0/3] act_gate fixes and gate selftest update Message-ID: <20260119103251.41eb61aa@kernel.org> In-Reply-To: <20260116112522.159480-1-p@1g4.org> References: <20260116112522.159480-1-p@1g4.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 16 Jan 2026 11:25:50 +0000 Paul Moses wrote: > This series fixes act_gate schedule update races by switching to an RCU > prepare-then-swap update pattern and ensures netlink dump structs are > zeroed to avoid leaking padding to userspace. It also updates the > tc-testing gate replace test to include the mandatory schedule entries > so the test suite reflects the action's strict semantics. Please repost and CC appropriate maintainers and authors. ./scripts/get_maintainer.pl $patch -- pw-bot: cr