From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754036AbcFPJzr (ORCPT ); Thu, 16 Jun 2016 05:55:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52909 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751690AbcFPJzp (ORCPT ); Thu, 16 Jun 2016 05:55:45 -0400 Message-ID: <5762779E.1070000@redhat.com> Date: Thu, 16 Jun 2016 05:55:42 -0400 From: Prarit Bhargava User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Rasmus Villemoes CC: linux-kernel@vger.kernel.org, Andrew Morton , Thomas Gleixner , Yang Shi , Ingo Molnar , Mel Gorman , Kees Cook , Yaowei Bai , Andrey Ryabinin Subject: Re: [PATCH] init, allow blacklisting of module_init functions References: <1466004652-27206-1-git-send-email-prarit@redhat.com> <87poridwsk.fsf@rasmusvillemoes.dk> In-Reply-To: <87poridwsk.fsf@rasmusvillemoes.dk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 16 Jun 2016 09:55:45 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/15/2016 04:25 PM, Rasmus Villemoes wrote: > On Wed, Jun 15 2016, Prarit Bhargava wrote: > >> At some point I was 100% sure this worked. I do remember testing it against >> just a loadable module and had positive testing results. > > I think the current %ps/%pf behaviour was introduced in 4796dd200db9 > (way back in 2012). Yeah, I'm scratching my head on that. I *know* I tested it and it worked. > >> In any case this is a trivial patch to add the functionality... > > Which I still think is broken and needlessly complicated. Please read my > first reply again. > Oops -- I completely missed the 2nd half of your reply. Sorry 'bout that. I'll do a v3 in a bit P. > Rasmus >