[GIT PULL] timer fixes

From: Ingo Molnar
Date: Thu Apr 10 2025 - 17:34:17 EST


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(-)