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 D12BB28371 for ; Sun, 8 Mar 2026 00:49:28 +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=1772930968; cv=none; b=Y3K4S2yXG6lMDQuSaqYTjIJvZPaYPM43/T7itA9pzXfFB5z6HzNUhrxwaeQBWljU6HdJLSXrVOF9pRcgjmTMt3HB02nkM3cc0Lw0mvysMOWF2Df+hPRJ4/YOgytS7eRnLTv9XDs5H70BZeemE6vnoZnIK4bpOnygTbp2Y/O5x84= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772930968; c=relaxed/simple; bh=GIotECgxfrwxop0USgLOaPGxER3O8pHBQxz0WNzL5OA=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=dRLvNCOGhiBXS2Ixzd3Wy6QME9KmWwp6WCi7vyw+tdL5ylphn8l5sfxhut17NzlsiqmPgUbMbgMPgslFcBQSuZu0DJzzxJnDfuvaD+mPh34fB5Tfgmva2R1URdFBUAJiGnXJRL/Facd7QYMA1a2EJOT3f2xib4Tmdu65xp1y24g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=is/y0/Qy; 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="is/y0/Qy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85E24C19422; Sun, 8 Mar 2026 00:49:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772930968; bh=GIotECgxfrwxop0USgLOaPGxER3O8pHBQxz0WNzL5OA=; h=Date:From:To:Cc:Subject:From; b=is/y0/QyG9+SNZoUrcSaxedErR9UGIbQNRDkcDCEUMkJHfhdbMkpPS2Cfw04OPzok aif9/I1Y3k2ENTPL3ftKOsuZxixKCPRsJBTY4syzH4uyFq+7uOeLi0vNM+Y9Lm27Fd a/FyvvvoyB44NimvTqrw+pHjKezO0OelCKiwp3tFCkgsXIgRjk1YTjIIQWnPPaLCnp fZbWC7THunOpCuRh9PQd5lYudVFMgpGiKiy89GOTXFKsqbQ9Ga/hSXjL4XL+abFqNg StXGDaQYyxURumPndnYMCpR65Zjz96OACTBarNLvRDOPuGOKcJnFvf1tpZo4aHZe8o uocOVweCFL0BA== Date: Sun, 8 Mar 2026 01:49:24 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Daniel Lezcano , Peter Zijlstra , Anna-Maria Behnsen , Frederic Weisbecker Subject: [GIT PULL] timer subsystem fix Message-ID: 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 Linus, Please pull the latest timers/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2026-03-08 for you to fetch changes up to e48a869957a70cc39b4090cd27c36a86f8db9b92: Make clock_adjtime() syscall timex validation slightly more permissive for auxiliary clocks, to not reject syscalls based on the status field that do not try to modify the status field. This makes ABI behavior in clock_adjtime() consistent with CLOCK_REALTIME. Thanks, Ingo ------------------> Miroslav Lichvar (1): timekeeping: Fix timex status validation for auxiliary clocks kernel/time/timekeeping.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)