[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z_g5ToUpEw-GPsuY@gmail.com>
Date: Thu, 10 Apr 2025 23:34:06 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Anna-Maria Behnsen <anna-maria@...utronix.de>,
Frederic Weisbecker <frederic@...nel.org>,
Waiman Long <longman@...hat.com>
Subject: [GIT PULL] timer fixes
Linus,
Please pull the latest timers/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2025-04-10
# HEAD: acea9943271b62905033f2f8ca571cdd52d6ea7b vdso: Address variable shadowing in macros
Miscellaneous timer fixes:
- Fix missing ACCESS_PRIVATE() that triggered a Sparse warning
- Fix lockdep false positive in tick_freeze() on CONFIG_PREEMPT_RT=y
- Avoid <vdso/unaligned.h> macro's variable shadowing to address build
warning that triggers under W=2 builds
Thanks,
Ingo
------------------>
Nam Cao (1):
hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
Peng Jiang (1):
vdso: Address variable shadowing in macros
Sebastian Andrzej Siewior (1):
timekeeping: Add a lockdep override in tick_freeze()
include/linux/hrtimer.h | 2 +-
include/vdso/unaligned.h | 12 ++++++------
kernel/time/hrtimer.c | 2 +-
kernel/time/tick-common.c | 22 ++++++++++++++++++++++
4 files changed, 30 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists