]> Git Repo - linux.git/commit
binfmt: remove taso from linux_binprm struct
authorLukas Bulwahn <[email protected]>
Thu, 29 Sep 2022 20:39:03 +0000 (22:39 +0200)
committerKees Cook <[email protected]>
Thu, 29 Sep 2022 23:38:05 +0000 (16:38 -0700)
commit9f4beead610c83065cc0410bfe97ff51d8e9578d
treeccdcbaaff51835567ceedb90d22c317ffb73f79e
parent987f20a9dcce3989e48d87cff3952c095c994445
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 <[email protected]>
Reviewed-by: "Eric W. Biederman" <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
include/linux/binfmts.h
This page took 0.054949 seconds and 4 git commands to generate.