Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757293Ab2JDUXJ (ORCPT ); Thu, 4 Oct 2012 16:23:09 -0400 Received: from smtp.outflux.net ([198.145.64.163]:46759 "EHLO smtp.outflux.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755534Ab2JDUXG (ORCPT ); Thu, 4 Oct 2012 16:23:06 -0400 From: Kees Cook To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Rusty Russell , Mimi Zohar , Serge Hallyn , Arnd Bergmann , James Morris , Kees Cook , linux-security-module@vger.kernel.org Subject: [PATCH v5] module: add syscall to load module from fd Date: Thu, 4 Oct 2012 13:22:30 -0700 Message-Id: <1349382154-9804-1-git-send-email-keescook@chromium.org> X-Mailer: git-send-email 1.7.9.5 X-HELO: www.outflux.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 22 Hi, This is a rebase onto Rusty's module-next tree. The syscall number additions show the expected changes that are living in linux-next already, just to avoid horrible collisions there. I would _really_ like this to get into the 3.7 window, if possible. It's gotten lots of support, and I think its cleanups actually improve the readability of the module code. This that be pulled from my tree: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tracking-modules-next-finit_module Thanks, -Kees -- 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/