From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from www.linutronix.de ([62.245.132.108]:39437 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932952AbaFLKuL (ORCPT ); Thu, 12 Jun 2014 06:50:11 -0400 Date: Thu, 12 Jun 2014 12:49:34 +0200 (CEST) From: Thomas Gleixner To: Julia.Lawall@lip6.fr cc: "Luis R. Rodriguez" , Johannes Berg , Peter Zijlstra , linux-wireless , LKML , "John W. Linville" , John Stultz , cocci@systeme.lip6.fr, Ingo Molnar Subject: Re: [Cocci] [patch 04/13] net: mac80211: Use ktime_get_ts() In-Reply-To: <20140612115134.205432hq8ztc6pt2@webmail.lip6.fr> Message-ID: (sfid-20140612_125015_235733_E1F2E619) References: <20140611234024.103571777@linutronix.de> <20140611234607.020125642@linutronix.de> <1402556024.4224.2.camel@jlt4.sipsolutions.net> <20140612115134.205432hq8ztc6pt2@webmail.lip6.fr> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-620757281-1402570176=:5170" Sender: linux-wireless-owner@vger.kernel.org List-ID: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-620757281-1402570176=:5170 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT On Thu, 12 Jun 2014, Julia.Lawall@lip6.fr wrote: > "Luis R. Rodriguez" a écrit : > > > On Wed, Jun 11, 2014 at 11:53 PM, Johannes Berg > > wrote: > > > On Wed, 2014-06-11 at 23:59 +0000, Thomas Gleixner wrote: > > > > > > > do_posix_clock_monotonic_gettime() is a leftover from the initial > > > > posix timer implementation which maps to ktime_get_ts(). > > > > > > I didn't even know we *had* such code, heh. > > > > If we want want maintainers to police this stuff we can add an SmPL > > rule for this upstream and have maintainer use 'make coccicheck > > M=path/'. The way of the future. The way of the future... > > If I could have a little more context, I can do something. I already killed all instances of do_posix_clock_monotonic_gettime(). The define will be gone soon, so nothing to worry about. Thanks, tglx --8323329-620757281-1402570176=:5170-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: tglx@linutronix.de (Thomas Gleixner) Date: Thu, 12 Jun 2014 12:49:34 +0200 (CEST) Subject: [Cocci] [patch 04/13] net: mac80211: Use ktime_get_ts() In-Reply-To: <20140612115134.205432hq8ztc6pt2@webmail.lip6.fr> References: <20140611234024.103571777@linutronix.de> <20140611234607.020125642@linutronix.de> <1402556024.4224.2.camel@jlt4.sipsolutions.net> <20140612115134.205432hq8ztc6pt2@webmail.lip6.fr> Message-ID: To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr On Thu, 12 Jun 2014, Julia.Lawall at lip6.fr wrote: > "Luis R. Rodriguez" a ?crit?: > > > On Wed, Jun 11, 2014 at 11:53 PM, Johannes Berg > > wrote: > > > On Wed, 2014-06-11 at 23:59 +0000, Thomas Gleixner wrote: > > > > > > > do_posix_clock_monotonic_gettime() is a leftover from the initial > > > > posix timer implementation which maps to ktime_get_ts(). > > > > > > I didn't even know we *had* such code, heh. > > > > If we want want maintainers to police this stuff we can add an SmPL > > rule for this upstream and have maintainer use 'make coccicheck > > M=path/'. The way of the future. The way of the future... > > If I could have a little more context, I can do something. I already killed all instances of do_posix_clock_monotonic_gettime(). The define will be gone soon, so nothing to worry about. Thanks, tglx