linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] binfmt: remove taso from linux_binprm struct
@ 2022-09-29 20:39 Lukas Bulwahn
  2022-09-29 22:17 ` Eric W. Biederman
  2022-09-29 23:42 ` Kees Cook
  0 siblings, 2 replies; 6+ messages in thread
From: Lukas Bulwahn @ 2022-09-29 20:39 UTC (permalink / raw)
  To: Eric Biederman, Kees Cook, linux-mm
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

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>
---
Kees, please pick this patch on top of the commit above.

 include/linux/binfmts.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h
index 3dc20c4f394c..8d51f69f9f5e 100644
--- a/include/linux/binfmts.h
+++ b/include/linux/binfmts.h
@@ -43,9 +43,6 @@ struct linux_binprm {
 		 * original userspace.
 		 */
 		point_of_no_return:1;
-#ifdef __alpha__
-	unsigned int taso:1;
-#endif
 	struct file *executable; /* Executable to pass to the interpreter */
 	struct file *interpreter;
 	struct file *file;
-- 
2.17.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-30 16:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 20:39 [PATCH] binfmt: remove taso from linux_binprm struct Lukas Bulwahn
2022-09-29 22:17 ` Eric W. Biederman
2022-09-29 23:36   ` Kees Cook
2022-09-29 23:39   ` Kees Cook
2022-09-30 16:35     ` Eric W. Biederman
2022-09-29 23:42 ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox