Erez, On Thu, Oct 01 2020 at 22:51, Erez Geva wrote:
same comments as for patch 1 apply. > Add kernel function to retrieve main clock oscillator state. The function you are adding is named adjtimex(). adjtimex(2) is a well known user space interface and naming a read only kernel interface the same way is misleading. Thanks, tglx