Re: [PATCHv6 14/36] hrtimers: Prepare hrtimer_nanosleep() for time namespaces
From: Thomas Gleixner
Date: Thu Aug 15 2019 - 13:45:04 EST
On Thu, 15 Aug 2019, Dmitry Safonov wrote:
> ---
> include/linux/hrtimer.h | 2 +-
> kernel/time/hrtimer.c | 8 ++++----
> kernel/time/posix-stubs.c | 4 ++--
You forgot to convert the caller in posix-timers.c which breaks
bisectability. Please make sure, that every patch compiles and boots.
tools/perf/examples/bpf/5sec.c breaks as well.
Thnaks,
tglx