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 DDDF43A1A2F for ; Thu, 14 May 2026 10:50:36 +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=1778755836; cv=none; b=htqipblmnRhVOgGuhTM321QbVHUOJt5KodfagkrsyQC9dKkZMORFcwVLeR1UboN5+bgZef/vrr+cKylLfPIDUjG/n+5B5smzQoyYf4gjpM/NbVJVy8YD//DVcYJfmq/MyZYmFE4O6Hmg6fKMCWDmKWalBYzhMy5bgqYWQJfmN/s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778755836; c=relaxed/simple; bh=Xis8AWQbeRmvveMUcjmhG+4uoii7jvsGUUXTKCq+77k=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=idNaeZe/yTjmDVc9JR0pC3K1Y8B6owZG2uQNTbZhFIOuWHuNvp6ywr65/m3sRCmGigrwTEeu1PuOLcp/uPGZLxiDHaiaZ3igM4KRb8p0nwfdfSLxktiHBwXLLw2dVVYP3303P62ymv6N2Eu+THKCo6ms+R/2TMiXTt+IOR9ggyc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Q+FAjQ0R; 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="Q+FAjQ0R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E262CC2BCB3; Thu, 14 May 2026 10:50:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778755836; bh=Xis8AWQbeRmvveMUcjmhG+4uoii7jvsGUUXTKCq+77k=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Q+FAjQ0REJmtQc4DDiR4rIREzV9Wm+Xzm5ld0LodQIWf2tzNHZhhYH03FtBg8ftH3 SnCgqY6YLlLXfNbLiZ1Zud1kWO0paTMv9Br/Y+NSfRm/1YNw+f1RyJKE6GSny6Yra3 lSr0IA00w5xen3RviPzB8M7/jyZaxA2/dONoCI6RgmSeM8g2cpFbDA5aDab1jPyKtf EdW4teKi1S+/axhfEP5yibQcuMSMFets30o5OZw0ypu455l/4QruFayDe4WyhIIyFN NI/FUcgTkM33CH90prhpEvU+9WybvbdMWGi3tabf5lCfzRfUOcGJeung0TVDJ7UbTv CFKJ4P1rEPWew== From: Thomas Gleixner To: gregkh@linuxfoundation.org, dnaim@cachyos.org, i.r.e.c.c.a.k.u.n+kernel.org@gmail.com Cc: 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 In-Reply-To: <2026051258-schedule-parcel-c95c@gregkh> References: <2026051258-schedule-parcel-c95c@gregkh> Date: Thu, 14 May 2026 12:50:32 +0200 Message-ID: <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 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.