Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

binfmt: remove taso from linux_binprm struct

With commit 987f20a9dcce ("a.out: Remove the a.out implementation"), the
use of the special taso flag for alpha architectures in the linux_binprm
struct is gone.

Remove the definition of taso in the linux_binprm struct.

No functional change.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220929203903.9475-1-lukas.bulwahn@gmail.com

authored by

Lukas Bulwahn and committed by
Kees Cook
9f4beead 987f20a9

-3
-3
include/linux/binfmts.h
··· 43 43 * original userspace. 44 44 */ 45 45 point_of_no_return:1; 46 - #ifdef __alpha__ 47 - unsigned int taso:1; 48 - #endif 49 46 struct file *executable; /* Executable to pass to the interpreter */ 50 47 struct file *interpreter; 51 48 struct file *file;