From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760292AbcINJuC (ORCPT ); Wed, 14 Sep 2016 05:50:02 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:33641 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753762AbcINJuA (ORCPT ); Wed, 14 Sep 2016 05:50:00 -0400 Date: Wed, 14 Sep 2016 11:47:36 +0200 (CEST) From: Thomas Gleixner To: Nicolas Pitre cc: John Stultz , linux-kernel@vger.kernel.org Subject: Re: [RFC/PATCH] posix-timers: make them configurable In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Sep 2016, Nicolas Pitre wrote: > On Fri, 9 Sep 2016, Thomas Gleixner wrote: > > You forgot CONFIG_TIMERFD .... > > Unless I'm mistaken, I don't see anything in timerfd.c that depends on > the (removed) POSIX timer code. What am I missing? Sorry, my memory tricked me. timerfd merily uses the posix timer clock ids but nothing from posix-timer.c. alarmtimer is a different story. Thanks, tglx