From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [PATCH] time: Make NTP optionnal Date: Mon, 20 Nov 2017 16:39:11 +0000 Message-ID: <20171120163911.628daa14@alans-desktop> References: <20171102182950.6129-1-romain.perier@gmail.com> <24617dd4-66ed-d7c9-4c2c-8ad2faac7b72@sony.com> <20171120160853.2a1bb7b2@alans-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Romain Perier Cc: peter enderborg , John Stultz , Thomas Gleixner , Stephen Boyd , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux Kernel Mailing List List-Id: linux-api@vger.kernel.org On Mon, 20 Nov 2017 17:29:53 +0100 Romain Perier 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