[GIT PULL] timer updates for v5.2

From: Ingo Molnar
Date: Mon May 06 2019 - 05:25:43 EST


Linus,

Please pull the latest timers-core-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-core-for-linus

# HEAD: 13e792a19d4e3a1c64e94197ba357685fd584ded tick: Fix typos in comments

This cycle had the following changes:

- Timer tracing improvements (Anna-Maria Gleixner)

- Continued tasklet reduction work: remove the hrtimer_tasklet
(Thomas Gleixner)

- Fix CPU hotplug remove race in the tick-broadcast mask handling code
(Thomas Gleixner)

- Force upper bound for setting CLOCK_REALTIME, to fix ABI
inconsistencies with handling values that are close to the maximum
supported and the vagueness of when uptime related wraparound might
occur. Make the consistent maximum the year 2232 across all relevant
ABIs and APIs. (Thomas Gleixner)

- various cleanups and smaller fixes.

Thanks,

Ingo

------------------>
Anna-Maria Gleixner (4):
tick/sched: Update tick_sched struct documentation
timer: Move trace point to get proper index
timer/trace: Replace deprecated vsprintf pointer extension %pf by %ps
timer/trace: Improve timer tracing

Borislav Petkov (1):
tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()

Laurent Gauthier (1):
tick: Fix typos in comments

Rasmus Villemoes (1):
timekeeping: Consistently use unsigned int for seqcount snapshot

Thomas Gleixner (5):
mac80211_hwsim: Replace hrtimer tasklet with softirq hrtimer
xfrm: Replace hrtimer tasklet with softirq hrtimer
softirq: Remove tasklet_hrtimer
tick: Remove outgoing CPU from broadcast masks
timekeeping: Force upper bound for setting CLOCK_REALTIME


drivers/net/wireless/mac80211_hwsim.c | 46 +++++++++++++++----------------
include/linux/interrupt.h | 25 -----------------
include/linux/tick.h | 6 +++++
include/linux/time64.h | 21 +++++++++++++++
include/net/xfrm.h | 2 +-
include/trace/events/timer.h | 17 +++++++-----
kernel/cpu.c | 2 ++
kernel/softirq.c | 51 -----------------------------------
kernel/time/clockevents.c | 18 +++++++++++--
kernel/time/jiffies.c | 2 +-
kernel/time/sched_clock.c | 4 +--
kernel/time/tick-broadcast.c | 48 +++++++++++++++++----------------
kernel/time/tick-common.c | 2 +-
kernel/time/tick-internal.h | 10 ++++---
kernel/time/tick-sched.c | 3 ++-
kernel/time/tick-sched.h | 13 ++++++---
kernel/time/time.c | 2 +-
kernel/time/timekeeping.c | 24 ++++++++---------
kernel/time/timer.c | 30 ++++++++++++---------
net/xfrm/xfrm_state.c | 30 ++++++++++++---------
20 files changed, 173 insertions(+), 183 deletions(-)