Re: [PATCH] time: Make NTP optionnal
From: Alan Cox
Date: Mon Nov 20 2017 - 11:39:27 EST
On Mon, 20 Nov 2017 17:29:53 +0100
Romain Perier <romain.perier@xxxxxxxxx> wrote:
> So even if the correspondong syscall are disabled and the
> corresponding clocks too, you should return an -ENOSYS from the
> do_adjtimex helper, in case that another component tries to use it in
> the kernel, right ?
Probably - but you need to trace those callers and check.
Alan