From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-la0-f48.google.com ([209.85.215.48]:44459 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932657AbaFLJEE (ORCPT ); Thu, 12 Jun 2014 05:04:04 -0400 MIME-Version: 1.0 In-Reply-To: <1402556024.4224.2.camel@jlt4.sipsolutions.net> References: <20140611234024.103571777@linutronix.de> <20140611234607.020125642@linutronix.de> <1402556024.4224.2.camel@jlt4.sipsolutions.net> From: "Luis R. Rodriguez" Date: Thu, 12 Jun 2014 02:03:41 -0700 Message-ID: (sfid-20140612_110409_432870_92DED7FF) Subject: Re: [patch 04/13] net: mac80211: Use ktime_get_ts() To: Johannes Berg Cc: Thomas Gleixner , LKML , John Stultz , Peter Zijlstra , Ingo Molnar , "John W. Linville" , linux-wireless , cocci@systeme.lip6.fr Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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... Luis From mboxrd@z Thu Jan 1 00:00:00 1970 From: mcgrof@do-not-panic.com (Luis R. Rodriguez) Date: Thu, 12 Jun 2014 02:03:41 -0700 Subject: [Cocci] [patch 04/13] net: mac80211: Use ktime_get_ts() In-Reply-To: <1402556024.4224.2.camel@jlt4.sipsolutions.net> References: <20140611234024.103571777@linutronix.de> <20140611234607.020125642@linutronix.de> <1402556024.4224.2.camel@jlt4.sipsolutions.net> Message-ID: To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr 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... Luis