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 2AC38190462; Tue, 3 Feb 2026 15:52:22 +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=1770133943; cv=none; b=LmLJ3voGK0dyYAyov1XBrhxVqPY6urhQWM2RKmwqJ1znpLQviFJ6DdvKFbP+ZORzIHOfeiqqo8uQ7W5ZcgLQSRN5v+eJ/rY8bR7Ez+4buqW2tRoaHHRK2xbM9IwG8CZXfqApWwAkB5IQbJ0zJMnvSEabKOoCzAyNl5hP09KXgeU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770133943; c=relaxed/simple; bh=aU8HVDfYOEcGL4QoZz/vYGLNX2VmtgaaGqNM3xFnLGg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Rdn9WWi4gnA/K+SCSNtlYv5yLs1Gwk2K2H0LZ5zJFCEl0Mq5B+YqRFNe6UdVz3Fu4Z5Ob7I3pFu/M8hl87AssKw8vnnFZg4RbgJOIEnLP4tlsi43liFyflVvAosK+jcGLAi0SGbg/2Zp7pUDfuohY8KjmEgplqO2knb+i3a7Jdk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=q9Ij2QGu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="q9Ij2QGu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6458FC116D0; Tue, 3 Feb 2026 15:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770133942; bh=aU8HVDfYOEcGL4QoZz/vYGLNX2VmtgaaGqNM3xFnLGg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q9Ij2QGugS0SIxGCE2jHVvlvAknKsx20i+dQRxC1HDcDuHZKae59gFSYT0X7Tjjht HKzs08/i+GQXzC+ZC37bu/T8lKqWLffGOM4djgMvwTM9aCxQqPDu4CSzQ6m6CAiBgC UgEFDkM707gdfJr8NbQkj2gf925VU6gbMuTnke+M= Date: Tue, 3 Feb 2026 16:52:19 +0100 From: Greg Kroah-Hartman To: wen.yang@linux.dev Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6.1 0/3] net: Backlog NAPI threading for PREEMPT_RT Message-ID: <2026020340-preseason-matchless-e51c@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Jan 19, 2026 at 12:40:30AM +0800, wen.yang@linux.dev wrote: > From: Wen Yang > > Backport three upstream commits to fix a warning on PREEMPT_RT kernels > where raising SOFTIRQ from smp_call_functio triggers WARN_ON_ONCE() > in do_softirq_post_smp_call_flush(). But PREEMPT_RT showed up for real in 6.12.y, NOT 6.1.y. We are reverting PREEMPT_RT-only patches from the latest 6.6.y tree at the moment, why are these needed here for 6.1.y at all? confused, greg k-h