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 325872BD580 for ; Mon, 1 Dec 2025 07:23: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=1764573820; cv=none; b=S9llNcQDME3E6vxx18tv4VE425PuD3XPch5SFj73vd5Q+LXD32nwahzFSwE/wB00x4ae9pr64tAvNZilBCVMnQyFjbCVrAt6dV7eTXEv4vS+uSa4b0NtibKivzQ0lLLMxgO88ggb5k/YFnir8D/SaGDDhawupxsTvXptr+lakT4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764573820; c=relaxed/simple; bh=+ABzNshp2ndBDlKTz3mjZlf18RcbEpTFlvNyCLQroUo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Uh3RdKWzJjiLNF6KdMsa/+Er99SfX0ly81xsAbZ8zQQ/ujy1nU32g8kuRyE0EJXSEBG6kZoohu+aio5TgGSFhX1W99UnofAu99HL4ife2++0oEX748ZlYHF2OaicTNdIcevWTMO0pOqUD3J7IDo046U04CkJhnpdmTKk4XSNNjU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pEA+7H0g; 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="pEA+7H0g" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81E75C4CEF1; Mon, 1 Dec 2025 07:23:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764573819; bh=+ABzNshp2ndBDlKTz3mjZlf18RcbEpTFlvNyCLQroUo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pEA+7H0gp6hrz5iviZPiz51yZWfavKBbbdRbo4TOSt3dHLk2vN2xCSAs6ozo+pohP vtAPVEYF+1vpy9vU+PaTN6P98mlnv4QOGVg/tKw3sROkVvnGxr0ZYXb3MiLqeWs9Qp N3I6JtOrs1iLSf2AKOnwdCdRfDfJejjHAQ4FsQbpdyPb8O+wm9Kn0eGmniJcXcladh PK37dBtz0woeATbi0yVzkKO1gYuQFJVxw7Axo41WDChaQIxh+pByImE9BFTu601Gwu cg3z2zS6nrkpOhh7ev5t7LGtewuM9M7T13lo2mBgf0E2G7l1qNbsy8jXQDYxQ2uq2n /A3S6f38dUHxA== Date: Mon, 1 Dec 2025 08:23:36 +0100 From: Ingo Molnar To: Thomas Gleixner Cc: Linus Torvalds , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [GIT pull] timers/urgent for v6.19-rc1 Message-ID: References: <176457119565.1888260.10012195384143368631.tglx@xen13> <176457122698.1888260.78925005455778579.tglx@xen13> Precedence: bulk X-Mailing-List: linux-kernel@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: <176457122698.1888260.78925005455778579.tglx@xen13> * Thomas Gleixner wrote: > Linus, > > please pull the latest timers/urgent branch from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2025-12-01 > > up to: c7418164b463: timekeeping: Fix error code in tk_aux_sysfs_init() > > > A delayed bugfix for the timekeeping code which makes the recent fix > plugging the resource leak correct in terms of the returned error code. > > Thanks, > > tglx > > ------------------> > Dan Carpenter (1): > timekeeping: Fix error code in tk_aux_sysfs_init() > > > 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. Thanks, Ingo