From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 5D031281369 for ; Tue, 2 Dec 2025 16:46:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764693981; cv=none; b=I5J1jsCERtPKCrrGQfoDI9t27Z2nnuiMGzTeBhD0Pn4SwEYdLmu1zQq1K78W4MACHKvyEDclPg9eEijWuYL1zY/w22JY3W+i0e534GZ9UG4spFSzxBvnX61RgSeI/zzMBlYwX4bDOh+5KbHets2zL1hYmdUl4UyfzrA/08qRIAM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764693981; c=relaxed/simple; bh=ZS4uUoK09B/W2xfw5uhfIMmeHpEnqDluPDYEFdSw9L4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=IEjG7i7xB/w0tug3UFea3+oXV+kareB14YIJyfWBLEIZ3ptyw0DAuisDQsKmFo/7w2pIQIWcQ2gjuBRTKHG5/9zdDnANrYCjffsPK4KnC+fisE+8XcbQOJpmJbS5omUm8PAnIRuTjrzmDgZ1nF/q3qiric9Tt3i+vbD+8wV8DFU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=lor9bwQG; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=EdDutjsN; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="lor9bwQG"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="EdDutjsN" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1764693978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NsVD+Chsz9yiZ1HFM3vUItkuJfpqlDDF640Uy0TsOqI=; b=lor9bwQGct/aAmHr2cAGg4umnGQ/aqUI7sDsV9ywGG4/aSzFC/d8PWbt0oHVMy4xlI/oaY Y6LHAg/nUyArT1z9Ofc8Kcx3AnSKl2qWsIDQbsF7MM6/PzXmkNTWVEcana27I0oDUXK9jz /h61D7cAuSTAxgwKL934Qdp77myzNVR5HfFymW9laDSYiLkp772CD9kZsNz8fVdnRV9FsK C3gZVYQT7T4UW5ADkl5TEeISO/MZ+VC1rlqqtOuT+CCSoEIxwy8NsmJ96lyDVigIyAVCa6 mVoK8pvaOTl62KFsjyL1MbjRUeZuyUHOAHO5fwzVZZl6Kdf0s95yqejnWjXfFw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1764693978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NsVD+Chsz9yiZ1HFM3vUItkuJfpqlDDF640Uy0TsOqI=; b=EdDutjsNaJvXyHX08viYgMbo4HvLIi23zCzA72ZYd7aP1teEWHBOg6jqrp5h5BtOWC+pns ldf6+bRMAOIMbXAQ== To: Ingo Molnar Cc: Linus Torvalds , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [GIT pull] timers/urgent for v6.19-rc1 In-Reply-To: References: <176457119565.1888260.10012195384143368631.tglx@xen13> <176457122698.1888260.78925005455778579.tglx@xen13> Date: Wed, 03 Dec 2025 01:46:14 +0900 Message-ID: <87h5u8g7c9.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Mon, Dec 01 2025 at 08:23, Ingo Molnar wrote: >> kernel/time/timekeeping.c | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) > > So JFYI, this fix is already upstream: > > e69c7c175115 Merge tag 'timers_urgent_for_v6.18_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip > > Boris sent timers/urgent yesterday morning. Traveling, timezones and horribly slow internet connections ...