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 C475534D917 for ; Mon, 23 Feb 2026 23:27:39 +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=1771889259; cv=none; b=FosCfMGU5wr5miVIg0dJV5j3uFnrRPLj4964P1SSuvOjWazdnkc9O0cmelM99A0btjF49bRQUaAHCzzmDvsAfxiGFOyXzk0ZuT7rWcsVLhFB8ZHoND0mr8qKwCX8XG8KBnA9obs/88Th6Y3i4B+u3BXNQYEZ90YamsYN7U0up2M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771889259; c=relaxed/simple; bh=1jTI8SOlf7Q5n7j/hJQpB39usPB33zAqIEiHeYrDQB0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=FReCztOeWATxx9pUOEzuqYXrrm6oXjvZUWjJDFdhK3Ke4fyAfnGI1ZgX0VUEYpqIL7GLtUcHtHnrmeky+jR1EMiVcR+yV+B0bTL/eymwjX0zPOXTu4eZ/8vJ9Te06bfvxcGi5w8ZSukkzAJt6RI7BDwhJvpnHYgItTS5lPahe/A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ezEyhpN0; 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="ezEyhpN0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 159C7C116C6; Mon, 23 Feb 2026 23:27:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771889259; bh=1jTI8SOlf7Q5n7j/hJQpB39usPB33zAqIEiHeYrDQB0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ezEyhpN0W3JmZ02NHuCG8ksF8L31Dq2I+UOqZNI/JZL55cW9VnGvvqcmKxEF/Bg3O b0GGyrZVrPJw/PQAOH6k8H6Kz1UeCwU7hwWXl/xVDd13JK/bzUhHe4tiXnUCrEWFAA 5RxqN0CxlopyAIw/o2OuaoWC0+Ywg8SxWoM+GFB4HAB6+vIw/rwequa431BpTotUhJ 75FPGzH79ml4VXERDXpNWWvL1leUKGUpIAy3r6l6ERc2IBIbuyMhPi5HrCAaMYf6MR 2i92bb2Q9Zj78KKnFOtfd+LSpX6RnktktkP/s8jOyYJyCMsu46ELtlaeInL3advqVO 65cL3fnRS5JjA== Date: Mon, 23 Feb 2026 15:27:38 -0800 From: Jakub Kicinski To: Sebastian Andrzej Siewior , Paolo Abeni Cc: Willem de Bruijn , netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Kurt Kanzenbach , Simon Horman , Willem de Bruijn Subject: Re: [PATCH net v2] net: Drop the lock in skb_may_tx_timestamp() Message-ID: <20260223152738.7e8e95fb@kernel.org> In-Reply-To: <20260223170750.q5nhbkSe@linutronix.de> References: <20260220183858.N4ERjFW6@linutronix.de> <20260220132932.1ed45656@kernel.org> <20260220140241.51be1e30@kernel.org> <20260223170750.q5nhbkSe@linutronix.de> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 23 Feb 2026 18:07:50 +0100 Sebastian Andrzej Siewior wrote: > How do we move forward? Merge this, backport stable and then convert > in-tree user away from IRQ delivery _or_ fix the driver one by one and > backport them stable? Or=E2=80=A6 If we plan to convert in-tree users away from IRQ delivery I'd do that directly, without applying this patch. But I'll let Paolo have the final word. Eric's review tag seems to indicate to me that he disagrees.