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 141A8286D5C for ; Thu, 14 May 2026 12:52:44 +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=1778763165; cv=none; b=S4nD+GK7BzOH3Q3TwhYnVpYgmOltY1AV89Hkc2kEKtavu4S7xwyKtWcPy8yosmvHOiWk277F7EaXpFV3xcNjpFBkFpUHlJ9LjyR8PaqF2m3w7gsNcJvHHiuLa2LTKhJW++f6xg8phkGvNiJblmzoanjexGzPX22gpEIx/6ruagA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778763165; c=relaxed/simple; bh=sv8SeJWmlqKVkM/+V3A8qiWklVYRKPvd9h+6xShWio4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rLeZx6KXMbkTsi6p9lH/3MeSixivmWY2aTS8ly55cbw2d9zmaXg+SHT7D5+1VThxyFAFvUZB/jhXe+7zG5lzCUmyGla8LFac+lfWueosxFTdoJ84LVB2tOKoWvnxEmtvd9ldPyd87/LhUGS+9jD2f4b8JWPwUzBFzVeQz38MEr0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=YAPOGlfC; 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="YAPOGlfC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5334EC2BCB3; Thu, 14 May 2026 12:52:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778763164; bh=sv8SeJWmlqKVkM/+V3A8qiWklVYRKPvd9h+6xShWio4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YAPOGlfC9LGcxCGK/crC2402APVwbqvST3X7rS0YRNiLMLtSIlFUruZMYdEyaEmrT OfCJ2tZAEqjowokXRJYEazp97m0lK9qDlxxwPYjzkhQtHNX1+esapnAkebYnEajJWv zuCnV9HCfgEwiUosINYHqYAexEbR4goWwa7ZaRsg= Date: Thu, 14 May 2026 14:52:49 +0200 From: Greg KH To: Thomas Gleixner Cc: dnaim@cachyos.org, i.r.e.c.c.a.k.u.n+kernel.org@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] clockevents: Add missing resets of the next_event_forced flag" failed to apply to 7.0-stable tree Message-ID: <2026051443-boozy-deity-d70f@gregkh> References: <2026051258-schedule-parcel-c95c@gregkh> <87o6iiz2mf.ffs@tglx> 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: <87o6iiz2mf.ffs@tglx> On Thu, May 14, 2026 at 12:50:32PM +0200, Thomas Gleixner wrote: > On Tue, May 12 2026 at 15:50, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 7.0-stable tree. > > Obviously not. It's in linux-7.0.y since April 22: > > commit 9401b593fa48218d2667df1610b0ebc518554880 > Author: Thomas Gleixner > AuthorDate: Tue Apr 21 08:26:19 2026 +0200 > Commit: Greg Kroah-Hartman > CommitDate: Wed Apr 22 13:32:23 2026 +0200 > > clockevents: Add missing resets of the next_event_forced flag > > commit 4096fd0e8eaea13ebe5206700b33f49635ae18e5 upstream. > Sorry about that, my fault :(