Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757897Ab2J3V6A (ORCPT ); Tue, 30 Oct 2012 17:58:00 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:32971 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934528Ab2J3V56 (ORCPT ); Tue, 30 Oct 2012 17:57:58 -0400 MIME-Version: 1.0 In-Reply-To: <87sj97hs5e.fsf@rustcorp.com.au> References: <1348179300-11653-1-git-send-email-keescook@chromium.org> <50749DE8.7010703@zytor.com> <5074A0AB.8040207@zytor.com> <87d30o7iy6.fsf@rustcorp.com.au> <87ipa8o4mn.fsf@rustcorp.com.au> <87sj97hs5e.fsf@rustcorp.com.au> Date: Tue, 30 Oct 2012 14:57:57 -0700 X-Google-Sender-Auth: f6K5yusIeNev2HSGmpCzBonVtgg Message-ID: Subject: Re: [PATCH 1/4] module: add syscall to load module from fd From: Kees Cook To: Rusty Russell Cc: mtk.manpages@gmail.com, "H. Peter Anvin" , linux-kernel@vger.kernel.org, Lucas De Marchi , jonathon@jonmasters.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1422 Lines: 47 On Mon, Oct 22, 2012 at 12:39 AM, Rusty Russell wrote: > "Michael Kerrisk (man-pages)" writes: >>> FIX: add flags arg to sys_finit_module() >>> >>> Thanks to Michael Kerrisk for keeping us honest. >> >> w00t! Thanks, Rusty ;-). >> >> Acked-by: Michael Kerrisk > > Here's the version I ended up with when I added two flags. > > Lucas, is this useful to you? > > BTW Michael: why aren't the syscall man pages in the kernel source? > > Thanks, > Rusty. > > module: add flags arg to sys_finit_module() > > Thanks to Michael Kerrisk for keeping us honest. These flags are actually > useful for eliminating the only case where kmod has to mangle a module's > internals: for overriding module versioning. > > Signed-off-by: Rusty Russell Rusty, I haven't seen this land in your modules-next tree. I just wanted to make sure it hadn't gotten lost. I'd like to do some kmod tests against linux-next, but I've been waiting for this to appear. I acked this before, but as long as I'm replying again: Acked-by: Kees Cook -Kees -- Kees Cook Chrome OS Security -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/