From: Josh Triplett Date: Tue, 30 Apr 2013 22:27:44 +0000 (-0700) Subject: fs: make binfmt support for #! scripts modular and removable X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~88^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2535e0d723e4d7723b030f39fb350e436bdb983f;p=pandora-kernel.git fs: make binfmt support for #! scripts modular and removable Add a new configuration option CONFIG_BINFMT_SCRIPT to configure support for interpreted scripts starting with "#!"; allow compiling out that support, or building it as a module. Embedded systems running exclusively compiled binaries could leave this support out, and systems that don't need scripts before mounting the root filesystem can build this as a module. Signed-off-by: Josh Triplett Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed