From mboxrd@z Thu Jan 1 00:00:00 1970 Reply-To: kernel-hardening@lists.openwall.com Date: Thu, 17 Nov 2016 09:37:18 +0100 From: Peter Zijlstra Message-ID: <20161117083718.GA3142@twins.programming.kicks-ass.net> References: <20161111174630.GO3117@twins.programming.kicks-ass.net> <20161111201704.GQ3117@twins.programming.kicks-ass.net> <1479228602.4622.64.camel@redhat.com> <1479316156.21171.30.camel@redhat.com> <2236FBA76BA1254E88B949DDB74E612B41C1196C@IRSMSX102.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2236FBA76BA1254E88B949DDB74E612B41C1196C@IRSMSX102.ger.corp.intel.com> Subject: Re: [kernel-hardening] Re: [RFC v4 PATCH 00/13] HARDENED_ATOMIC To: "Reshetova, Elena" Cc: Rik van Riel , "kernel-hardening@lists.openwall.com" , Will Deacon , Greg KH , David Windsor , Arnd Bergmann , Thomas Gleixner , Ingo Molnar , "Anvin, H Peter" , Julia.Lawall@lip6.fr List-ID: On Wed, Nov 16, 2016 at 05:34:48PM +0000, Reshetova, Elena wrote: > I have a coccinelle rule now that found about 15 usages of it. Right, so can coccinelle detect the call_rcu/free call that is conditional on the dec_and_test when its hidden inside a few function calls? Also, we should really have a "make spatch" target so that we can run the thing concurrently with -j80 or somesuch, because as is coccinelle is unbearably slow.