Linus Torvalds
69fc06f70f
Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull objtool updates from Ingo Molnar:
"There are a lot of objtool changes in this cycle, all across the map:
- Speed up objtool significantly, especially when there are large
number of sections
- Improve objtool's understanding of special instructions such as
IRET, to reduce the number of annotations required
- Implement 'noinstr' validation
- Do baby steps for non-x86 objtool use
- Simplify/fix retpoline decoding
- Add vmlinux validation
- Improve documentation
- Fix various bugs and apply smaller cleanups"
* tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (54 commits)
objtool: Enable compilation of objtool for all architectures
objtool: Move struct objtool_file into arch-independent header
objtool: Exit successfully when requesting help
objtool: Add check_kcov_mode() to the uaccess safelist
samples/ftrace: Fix asm function ELF annotations
objtool: optimize add_dead_ends for split sections
objtool: use gelf_getsymshndx to handle >64k sections
objtool: Allow no-op CFI ops in alternatives
x86/retpoline: Fix retpoline unwind
x86: Change {JMP,CALL}_NOSPEC argument
x86: Simplify retpoline declaration
x86/speculation: Change FILL_RETURN_BUFFER to work with objtool
objtool: Add support for intra-function calls
objtool: Move the IRET hack into the arch decoder
objtool: Remove INSN_STACK
objtool: Make handle_insn_ops() unconditional
objtool: Rework allocating stack_ops on decode
objtool: UNWIND_HINT_RET_OFFSET should not check registers
objtool: is_fentry_call() crashes if call has no destination
x86,smap: Fix smap_{save,restore}() alternatives
...
2020-06-01 13:13:00 -07:00
..
2020-01-09 11:30:53 +08:00
2019-11-07 15:44:14 +01:00
2019-11-28 10:16:46 +01:00
2020-01-30 16:11:50 -08:00
2020-03-27 10:54:52 +01:00
2020-03-21 15:24:02 +01:00
2019-11-26 15:04:47 -08:00
2019-06-19 17:09:55 +02:00
2019-12-10 10:15:48 +01:00
2019-06-11 21:31:31 +02:00
2017-11-02 11:10:55 +01:00
2019-04-03 09:39:46 +02:00
2019-09-15 20:14:15 +02:00
2020-03-17 10:25:58 +01:00
2019-06-05 17:37:17 +02:00
2020-02-01 09:31:47 +01:00
2017-11-02 11:10:55 +01:00
2018-07-16 17:59:57 +02:00
2019-05-13 11:07:33 +02:00
2020-01-25 12:18:50 -05:00
2020-04-30 20:14:34 +02:00
2020-03-26 15:02:14 -04:00
2019-06-03 12:32:57 +02:00
2019-06-17 12:09:59 +02:00
2019-06-17 12:09:59 +02:00
2019-07-22 12:00:51 +02:00
2017-11-02 11:10:55 +01:00
2020-05-23 10:26:31 -07:00
2017-11-02 11:10:55 +01:00
2019-09-02 09:17:45 +02:00
2019-09-15 20:14:15 +02:00
2020-01-23 10:41:20 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-09-27 18:28:57 +02:00
2017-11-02 11:10:55 +01:00
2019-01-03 18:57:57 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-03-21 15:23:54 +01:00
2017-11-02 11:10:55 +01:00
2018-03-12 12:15:35 +01:00
2018-07-25 11:53:58 +02:00
2018-12-03 10:49:13 +01:00
2020-01-03 09:32:51 +01:00
2020-03-24 21:37:23 +01:00
2019-12-10 10:12:55 +01:00
2020-04-11 16:39:30 +02:00
2019-08-28 08:38:39 +02:00
2020-03-30 19:35:52 -07:00
2019-09-03 09:36:36 +02:00
2017-11-02 11:10:55 +01:00
2019-11-26 09:48:19 -08:00
2017-11-02 11:10:55 +01:00
2019-04-17 15:14:28 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-09-03 16:50:36 +02:00
2020-05-27 16:44:05 +02:00
2020-01-30 16:11:50 -08:00
2019-09-03 08:56:14 +02:00
2019-04-08 17:52:46 +02:00
2020-05-28 20:21:32 +02:00
2018-08-05 09:53:13 +02:00
2019-11-26 21:53:34 +01:00
2020-04-09 00:01:59 +09:00
2017-11-02 11:10:55 +01:00
2020-04-14 08:32:17 +02:00
2018-10-23 15:24:22 +01:00
2017-11-02 11:10:55 +01:00
2019-10-17 21:31:57 +02:00
2017-11-02 11:10:55 +01:00
2017-12-22 20:13:05 +01:00
2018-09-03 15:12:09 +02:00
2017-11-02 11:10:55 +01:00
2019-10-11 12:52:32 +02:00
2016-12-18 09:25:38 +01:00
2019-06-25 10:23:45 +02:00
2019-07-03 16:35:23 +02:00
2020-05-14 11:46:52 -07:00
2020-03-27 23:58:55 -04:00
2017-11-02 11:10:55 +01:00
2020-04-30 20:14:34 +02:00
2019-05-30 11:29:53 -07:00
2019-06-11 21:21:11 +02:00
2017-11-02 11:10:55 +01:00
2019-06-28 00:57:24 +02:00
2019-05-14 09:47:47 -07:00
2018-06-26 09:07:58 +02:00
2019-08-19 23:19:06 +02:00
2020-03-09 14:51:31 +00:00
2019-07-17 08:09:59 +02:00
2018-08-15 13:44:10 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-06-05 17:37:17 +02:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:35 -07:00
2017-11-02 11:10:55 +01:00
2017-11-23 20:17:59 +01:00
2019-10-17 21:31:57 +02:00
2019-07-03 16:35:23 +02:00
2019-04-16 12:26:18 +02:00
2018-05-19 14:03:14 +02:00
2018-03-12 12:10:54 +01:00
2020-01-22 18:52:26 +02:00
2019-08-28 11:29:39 +02:00
2017-11-02 11:10:55 +01:00
2020-01-22 18:52:17 +02:00
2020-01-10 11:50:32 +02:00
2020-03-24 21:37:23 +01:00
2019-06-05 17:37:17 +02:00
2017-12-22 20:13:04 +01:00
2018-02-17 11:47:45 +01:00
2020-05-28 21:36:20 +02:00
2020-01-24 11:18:45 +05:30
2019-05-30 11:26:35 -07:00
2017-11-02 11:10:55 +01:00
2019-11-11 16:06:07 +01:00
2018-10-25 16:59:08 +02:00
2019-06-17 12:43:42 +02:00
2019-06-05 17:37:06 +02:00
2019-04-22 11:42:59 +02:00
2018-11-23 07:59:59 +01:00
2020-02-27 14:48:40 +01:00
2017-12-29 21:13:04 +01:00
2019-03-06 21:52:13 +01:00
2019-05-24 17:39:02 +02:00
2018-04-23 10:17:28 +02:00
2019-06-17 12:09:23 +02:00
2018-02-06 18:32:43 -08:00
2018-02-14 13:11:13 +01:00
2017-11-02 11:10:55 +01:00
2020-04-02 09:35:25 -07:00
2019-12-31 13:11:35 +01:00
2018-04-13 17:10:27 -07:00
2019-11-14 18:24:43 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-03-20 13:06:22 +01:00
2020-05-13 11:27:41 -04:00
2020-03-16 17:57:22 +01:00
2019-07-17 23:17:38 +02:00
2019-02-20 22:47:38 +01:00
2017-11-02 11:10:55 +01:00
2019-10-18 11:29:50 +02:00
2019-05-21 11:28:45 +02:00
2018-10-16 17:33:54 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-19 14:03:14 +02:00
2020-03-30 19:14:28 -07:00
2018-05-22 23:18:31 -07:00
2019-08-09 22:52:08 +10:00
2019-12-10 10:12:55 +01:00
2020-04-14 17:34:46 +02:00
2017-11-02 11:10:55 +01:00
2018-04-02 15:16:43 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-04-02 09:35:29 -07:00
2020-01-23 10:41:20 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-04-23 10:50:26 +09:00
2018-01-14 21:11:54 +01:00
2017-11-02 11:10:55 +01:00
2020-04-27 13:28:27 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-03-30 19:35:52 -07:00
2017-11-02 11:10:55 +01:00
2019-07-22 12:00:51 +02:00
2019-12-10 10:12:55 +01:00
2020-02-17 19:32:45 +01:00
2020-01-11 15:55:39 +01:00
2017-11-02 11:10:55 +01:00
2020-04-30 20:14:34 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-05-20 17:27:08 +03:00
2019-05-21 11:28:45 +02:00
2020-04-22 10:53:50 +02:00
2019-04-17 15:18:36 +02:00
2017-11-02 11:10:55 +01:00
2019-06-08 13:42:13 -06:00
2018-04-02 15:45:30 -07:00
2020-04-10 15:36:21 -07:00
2017-11-02 11:10:55 +01:00
2020-02-29 12:43:09 +01:00
2020-02-29 12:43:09 +01:00
2017-11-02 11:10:55 +01:00
2018-12-20 10:19:49 +01:00
2018-06-29 20:06:07 -05:00
2017-11-02 11:10:55 +01:00
2020-02-04 08:44:46 -06:00
2019-06-17 12:43:44 +02:00
2017-11-02 11:10:55 +01:00
2020-03-17 13:01:03 +01:00
2019-07-12 11:05:45 -07:00
2019-12-10 10:12:55 +01:00
2019-12-10 10:12:55 +01:00
2019-09-24 15:54:09 -07:00
2019-06-08 13:42:13 -06:00
2020-04-07 10:43:39 -07:00
2019-12-10 10:12:55 +01:00
2020-04-07 10:43:39 -07:00
2018-07-20 01:11:42 +02:00
2018-09-14 17:08:45 +02:00
2018-09-03 16:50:36 +02:00
2019-09-25 10:13:27 +02:00
2018-08-17 10:27:36 -07:00
2020-04-10 15:36:21 -07:00
2020-02-24 20:25:21 +01:00
2019-06-05 17:37:17 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-03-21 16:03:53 +01:00
2017-11-02 11:10:55 +01:00
2019-03-21 12:28:50 +01:00
2018-07-20 01:11:44 +02:00
2020-06-01 13:13:00 -07:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-10-01 20:31:35 +02:00
2020-01-28 12:28:06 -08:00
2019-11-14 18:24:43 +01:00
2017-11-02 11:10:55 +01:00
2019-06-22 21:21:10 +02:00
2017-11-02 11:10:55 +01:00
2018-07-25 11:22:20 +02:00
2019-08-06 12:49:16 +02:00
2019-12-16 14:09:33 +01:00
2017-11-02 11:10:55 +01:00
2018-11-23 07:59:59 +01:00
2018-02-16 10:48:49 +01:00
2020-05-06 17:51:21 +02:00
2019-01-06 09:46:51 +09:00
2017-11-02 11:10:55 +01:00
2020-03-19 11:58:13 +01:00
2019-11-19 21:58:28 +01:00
2017-11-02 11:10:55 +01:00
2020-04-10 15:36:21 -07:00
2018-12-08 12:24:35 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-03-18 15:29:54 -04:00
2020-03-31 11:04:05 -07:00
2018-08-30 13:02:31 +02:00
2017-11-02 11:10:55 +01:00
2020-04-30 20:14:31 +02:00
2019-07-25 16:12:01 +02:00
2018-05-19 11:56:57 +02:00
2018-11-28 11:57:12 +01:00
2019-07-22 10:12:33 +02:00
2017-11-02 11:10:55 +01:00
2017-11-07 10:32:44 +01:00
2017-11-02 11:10:55 +01:00
2020-05-15 11:48:01 +02:00
2019-06-25 10:23:47 +02:00
2019-01-12 17:54:49 +01:00
2019-01-12 17:50:48 +01:00
2017-11-02 11:10:55 +01:00
2018-10-03 11:56:33 +02:00
2019-07-22 10:12:33 +02:00
2018-10-03 11:56:34 +02:00
2019-09-24 16:15:36 +02:00
2018-03-20 10:01:57 +01:00
2019-11-16 11:23:59 +01:00
2019-04-10 09:53:31 +02:00
2018-02-05 21:34:57 +01:00
2020-03-25 10:06:20 +01:00
2020-03-31 11:04:05 -07:00
2020-03-21 16:03:25 +01:00
2019-05-30 11:26:32 -07:00
2019-11-27 07:44:24 +01:00
2020-03-30 19:35:52 -07:00
2019-06-29 11:35:35 +02:00
2017-11-13 19:07:38 -08:00
2017-11-02 11:10:55 +01:00
2020-02-04 03:05:26 +00:00
2017-11-02 11:10:55 +01:00
2019-07-24 14:43:37 +02:00
2020-01-28 21:37:06 +01:00
2017-11-02 11:10:55 +01:00
2020-05-19 15:51:20 +02:00
2018-11-23 07:59:59 +01:00
2020-03-18 15:53:25 -04:00
2020-03-18 15:53:25 -04:00
2020-04-01 13:23:14 -07:00
2019-11-07 11:07:29 +01:00
2017-11-02 11:10:55 +01:00
2020-03-21 16:03:21 +01:00
2020-04-22 10:53:50 +02:00
2020-04-25 12:22:29 +02:00
2019-05-30 11:26:35 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-01-14 12:20:58 +01:00
2020-04-23 10:50:26 +09:00
2017-11-02 11:10:55 +01:00
2020-03-23 18:45:14 +01:00
2019-06-19 17:09:53 +02:00
2017-11-02 11:10:55 +01:00
2019-12-10 10:12:55 +01:00
2019-10-22 00:51:44 +02:00
2020-03-16 17:57:44 +01:00
2020-02-21 18:05:19 +01:00
2019-06-28 00:04:39 +02:00
2020-01-14 12:20:58 +01:00
2017-11-02 11:10:55 +01:00
2020-01-29 12:50:12 +01:00
2019-05-24 17:27:13 +02:00
2017-11-02 11:10:55 +01:00
2020-04-09 00:01:59 +09:00
2019-05-24 17:27:13 +02:00