Linus Torvalds
591fd30eee
Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
...
Pull ELF compat updates from Al Viro:
"Sanitizing ELF compat support, especially for triarch architectures:
- X32 handling cleaned up
- MIPS64 uses compat_binfmt_elf.c both for O32 and N32 now
- Kconfig side of things regularized
Eventually I hope to have compat_binfmt_elf.c killed, with both native
and compat built from fs/binfmt_elf.c, with -DELF_BITS={64,32} passed
by kbuild, but that's a separate story - not included here"
* 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
get rid of COMPAT_ELF_EXEC_PAGESIZE
compat_binfmt_elf: don't bother with undef of ELF_ARCH
Kconfig: regularize selection of CONFIG_BINFMT_ELF
mips compat: switch to compat_binfmt_elf.c
mips: don't bother with ELF_CORE_EFLAGS
mips compat: don't bother with ELF_ET_DYN_BASE
mips: KVM_GUEST makes no sense for 64bit builds...
mips: kill unused definitions in binfmt_elf[on]32.c
mips binfmt_elf*32.c: use elfcore-compat.h
x32: make X32, !IA32_EMULATION setups able to execute x32 binaries
[amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properly
elf_prstatus: collect the common part (everything before pr_reg) into a struct
binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID
2021-02-21 09:29:23 -08:00
..
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:35 -07:00
2020-03-19 13:12:27 +01:00
2020-04-19 16:08:29 +02:00
2020-04-19 16:08:29 +02:00
2020-10-12 12:05:40 +02:00
2020-08-17 13:47:51 +02:00
2020-05-27 12:50:15 +02:00
2020-04-19 16:09:44 +02:00
2020-09-07 22:25:27 +02:00
2019-05-21 11:28:39 +02:00
2017-11-02 11:10:55 +01:00
2020-07-28 10:20:11 +02:00
2020-09-18 16:33:35 +02:00
2020-09-18 16:35:05 +02:00
2020-09-07 22:25:27 +02:00
2020-09-07 22:25:27 +02:00
2020-10-08 10:33:27 +02:00
2020-09-21 22:15:49 +02:00
2020-09-07 22:25:27 +02:00
2020-06-09 09:39:13 -07:00
2020-04-19 16:08:29 +02:00
2020-08-26 12:22:38 +02:00
2019-11-11 10:44:56 -08:00
2020-11-11 23:52:50 +01:00
2020-09-21 22:16:47 +02:00
2017-07-11 14:13:06 +02:00
2020-03-19 13:12:27 +01:00
2020-03-19 13:12:27 +01:00
2020-04-19 16:08:29 +02:00
2020-09-07 22:25:27 +02:00
2020-09-07 22:25:27 +02:00
2020-09-07 22:25:27 +02:00
2020-06-25 10:36:39 +02:00
2020-09-07 22:25:27 +02:00
2020-03-19 13:12:27 +01:00
2020-09-21 22:16:47 +02:00
2020-10-12 12:01:36 +02:00
2020-10-12 11:22:19 +02:00
2020-01-09 15:30:53 -08:00
2020-09-21 22:15:49 +02:00
2019-05-30 11:26:35 -07:00
2020-01-24 11:37:45 -08:00
2020-10-08 10:32:51 +02:00
2020-08-06 10:57:30 +02:00
2019-05-30 11:26:35 -07:00
2019-05-09 16:39:27 -07:00
2017-03-02 08:42:37 +01:00
2019-07-23 14:33:51 -07:00
2020-04-16 17:30:16 +02:00
2018-08-10 17:27:51 -07:00
2020-05-07 13:20:05 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-05-22 09:09:01 +02:00
2020-07-29 16:14:18 +02:00
2019-10-07 09:43:08 -07:00
2019-10-07 09:42:58 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-10-23 21:07:28 -07:00
2020-10-12 12:01:36 +02:00
2020-04-24 18:17:44 +02:00
2017-11-02 11:10:55 +01:00
2019-10-07 09:38:53 -07:00
2020-10-25 14:51:49 -07:00
2019-02-07 12:59:45 -08:00
2020-04-26 15:40:50 +02:00
2020-08-20 15:45:20 -04:00
2020-03-21 15:23:55 +01:00
2017-11-02 11:10:55 +01:00
2019-11-01 14:36:44 -07:00
2017-11-17 11:54:55 -08:00
2020-09-17 13:00:46 -04:00
2020-11-11 23:49:22 +01:00
2019-10-31 15:03:10 -07:00
2020-11-19 13:28:58 +01:00
2020-05-24 09:26:55 +02:00
2020-09-23 14:48:30 +02:00
2020-10-12 12:05:40 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-09-20 09:01:15 +02:00
2020-09-11 09:14:43 +02:00
2019-02-13 19:12:33 +01:00
2017-11-02 11:10:55 +01:00
2020-03-23 15:44:05 +01:00
2019-05-21 11:28:39 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-11-09 10:23:19 -08:00
2021-01-06 08:42:49 -05:00
2021-01-06 08:42:49 -05:00
2017-11-02 11:10:55 +01:00
2020-11-06 23:14:56 +01:00
2017-08-30 00:57:29 +02:00
2020-04-24 18:17:44 +02:00
2020-05-22 09:09:01 +02:00
2020-09-07 22:24:27 +02:00
2019-05-22 18:45:52 -07:00
2020-01-13 10:55:40 -08:00
2019-05-30 11:29:20 -07:00
2020-05-22 09:09:01 +02:00
2021-01-24 10:34:52 -08:00
2017-11-02 11:10:55 +01:00
2020-06-03 20:09:46 -07:00
2020-03-25 10:56:43 +01:00
2020-09-27 13:00:45 +02:00
2020-05-30 10:58:30 +02:00
2020-07-28 22:49:53 +02:00
2019-05-30 11:26:32 -07:00
2019-05-21 11:28:39 +02:00
2019-05-30 11:26:32 -07:00
2017-07-11 14:13:06 +02:00
2020-08-26 12:41:55 +02:00
2018-03-09 11:22:45 +00:00
2017-11-02 11:10:55 +01:00
2020-09-11 08:13:49 +02:00
2019-04-09 16:21:30 -07:00
2020-12-29 15:36:49 -08:00
2017-11-02 11:10:55 +01:00
2019-06-19 17:09:06 +02:00
2017-11-02 11:10:55 +01:00
2019-07-16 19:23:22 -07:00
2020-09-28 07:57:21 -04:00
2020-07-09 13:29:44 -04:00
2017-11-02 11:10:55 +01:00
2020-09-07 22:24:27 +02:00
2020-09-07 22:24:27 +02:00
2020-05-19 17:39:32 +02:00
2020-10-25 14:51:49 -07:00
2018-05-14 23:58:23 +01:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-29 19:36:53 +08:00
2018-11-09 10:23:19 -08:00
2017-11-02 11:10:55 +01:00
2020-09-21 22:15:03 +02:00
2019-04-08 12:00:28 +01:00
2020-10-27 16:02:36 +01:00
2019-02-04 10:56:41 -08:00
2018-11-21 19:54:59 -08:00
2020-05-22 09:10:53 +02:00
2019-05-30 11:26:32 -07:00
2020-05-07 11:55:47 +02:00
2019-08-08 15:12:07 -05:00
2019-06-19 17:09:55 +02:00
2020-08-07 11:33:26 -07:00
2020-11-16 16:57:18 +01:00
2020-06-09 09:39:14 -07:00
2020-09-18 16:26:36 +02:00
2020-12-14 16:17:36 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2020-09-30 21:52:42 +02:00
2019-06-19 17:09:55 +02:00
2019-07-01 17:51:40 +02:00
2020-09-18 15:29:00 +02:00
2019-10-31 15:03:10 -07:00
2020-07-10 16:01:52 -07:00
2018-07-17 09:40:17 -07:00
2019-10-23 21:10:34 -07:00
2019-10-09 14:55:51 -07:00
2018-08-01 13:20:15 -07:00
2019-05-30 11:26:32 -07:00
2019-02-19 12:46:03 -08:00
2020-04-24 18:27:51 +02:00
2020-03-05 16:47:35 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-04-08 12:00:28 +01:00
2017-11-02 11:10:55 +01:00
2020-09-21 22:15:03 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-10-09 12:48:05 -07:00
2020-09-21 22:14:47 +02:00
2020-02-15 12:44:03 -08:00
2019-08-11 21:44:30 -07:00
2019-01-03 18:57:57 -08:00
2020-11-09 08:16:55 -07:00
2019-05-30 11:26:32 -07:00
2019-04-03 10:32:54 +02:00
2018-08-10 17:27:53 -07:00
2019-02-04 10:56:24 -08:00
2017-11-02 11:10:55 +01:00
2017-08-30 00:57:26 +02:00
2019-05-30 11:26:32 -07:00
2020-11-11 23:45:46 +01:00
2020-08-12 10:57:58 -07:00
2019-03-19 15:26:06 -07:00
2020-05-30 10:58:30 +02:00
2019-10-02 14:06:41 -07:00
2020-08-23 17:36:59 -05:00
2019-07-25 21:45:05 -07:00
2020-06-03 13:32:21 -07:00
2017-11-02 11:10:55 +01:00
2019-12-10 10:12:55 +01:00
2020-09-07 22:25:27 +02:00
2019-05-30 11:26:32 -07:00