Re: [PATCH 1/7] POSIX clock ID check function

2020-10-01 Thread Thomas Gleixner
Erez, On Thu, Oct 01 2020 at 22:51, Erez Geva wrote: thanks for your patches. First of all subject lines follow the scheme: subsystem: Short description The short description should be a sentence > Add function to check whether a clock ID refer to > a file descriptor of a POSIX dynamic clock

[PATCH 1/7] POSIX clock ID check function

2020-10-01 Thread Erez Geva
Add function to check whether a clock ID refer to a file descriptor of a POSIX dynamic clock. Signed-off-by: Erez Geva --- include/linux/posix-timers.h | 5 + kernel/time/posix-timers.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/linux/posix-timers.h b/inc