Linus Torvalds
5515114211
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull x86 pti fixes from Thomas Gleixner:
"A small set of fixes for the meltdown/spectre mitigations:
- Make kprobes aware of retpolines to prevent probes in the retpoline
thunks.
- Make the machine check exception speculation protected. MCE used to
issue an indirect call directly from the ASM entry code. Convert
that to a direct call into a C-function and issue the indirect call
from there so the compiler can add the retpoline protection,
- Make the vmexit_fill_RSB() assembly less stupid
- Fix a typo in the PTI documentation"
* 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
x86/pti: Document fix wrong index
kprobes/x86: Disable optimizing on the function jumps to indirect thunk
kprobes/x86: Blacklist indirect thunk functions for kprobes
retpoline: Introduce start/end markers of indirect thunk
x86/mce: Make machine check speculation protected
2018-01-21 10:48:35 -08:00
..
2018-01-14 09:51:25 -08:00
2016-09-23 13:07:15 -06:00
2017-10-11 15:38:10 +02:00
2018-01-14 09:51:25 -08:00
2017-09-22 21:57:09 +02:00
2017-12-12 11:45:19 +00:00
2016-09-23 11:52:32 -06:00
2016-10-10 07:12:02 -06:00
2017-11-14 20:13:33 -07:00
2017-09-07 21:11:05 -07:00
2017-11-01 21:01:47 +09:00
2017-10-12 11:25:31 -06:00
2017-07-10 16:32:31 -07:00
2017-12-02 08:41:46 -07:00
2017-11-08 23:41:25 +01:00
2017-11-03 22:11:23 +08:00
2017-11-17 17:51:33 -08:00
2017-10-05 16:21:30 -04:00
2017-12-27 12:59:27 -08:00
2017-10-19 12:57:10 -06:00
2017-12-03 15:11:45 -07:00
2017-11-17 20:04:24 -08:00
2017-03-29 15:46:06 -06:00
2017-03-30 10:15:19 +02:00
2017-04-06 10:55:24 +09:00
2017-11-13 10:03:53 +01:00
2017-11-08 03:39:52 -07:00
2017-10-03 14:40:22 -06:00
2018-01-13 10:42:48 -08:00
2017-01-11 09:42:59 +01:00
2017-02-10 15:20:44 +01:00
2016-10-24 08:12:35 -02:00
2017-11-09 09:38:42 +01:00
2018-01-02 17:21:51 +02:00
2017-10-12 11:14:06 -06:00
2017-11-05 06:06:33 -08:00
2017-10-05 14:44:56 +02:00
2017-11-18 11:32:27 +09:00
2017-07-25 19:56:23 +01:00
2017-08-29 08:30:21 -04:00
2017-10-12 11:14:06 -06:00
2017-06-26 15:01:11 -04:00
2016-10-24 08:12:35 -02:00
2018-01-06 02:31:23 +09:00
2017-07-12 16:26:00 -07:00
2017-07-03 21:13:25 -07:00
2017-10-12 11:13:28 -06:00
2017-10-23 20:17:03 +02:00
2017-04-16 10:06:33 -06:00
2017-10-19 10:08:56 +02:00
2017-12-12 12:38:51 +01:00
2016-10-24 08:12:35 -02:00
2017-11-01 21:32:25 -07:00
2017-11-30 04:19:04 -05:00
2016-09-20 12:38:48 -06:00
2017-04-28 10:23:19 -05:00
2017-05-02 17:34:32 -07:00
2017-01-03 17:33:36 +00:00
2018-01-10 15:01:49 -05:00
2017-08-24 13:31:58 -06:00
2017-10-30 21:37:53 +09:00
2017-05-16 08:44:19 -03:00
2016-09-23 13:07:27 -06:00
2017-10-19 17:06:34 +01:00
2017-11-16 22:51:22 +01:00
2017-07-07 13:55:45 -07:00
2017-09-08 18:26:51 -07:00
2017-11-23 21:01:32 -10:00
2016-09-20 09:54:38 -06:00
2016-09-01 17:52:02 -07:00
2017-11-13 12:18:10 -08:00
2017-03-31 12:55:11 +02:00
2017-11-16 09:00:35 +01:00
2017-12-02 08:43:43 -07:00
2017-11-15 16:38:44 +00:00
2017-06-03 18:48:52 +09:00
2017-05-16 08:44:18 -03:00
2017-11-14 18:01:46 -08:00
2017-02-23 08:27:25 -08:00
2017-08-31 13:36:28 -06:00
2017-07-17 13:48:45 -06:00
2017-05-26 13:11:00 +01:00
2017-11-29 18:40:43 -08:00
2017-05-01 22:21:35 -07:00
2017-05-12 11:58:45 -07:00
2017-09-26 14:58:23 -06:00
2017-11-16 09:10:59 -08:00
2017-11-23 21:01:32 -10:00
2018-01-11 18:39:52 +01:00
2017-08-14 13:46:50 -07:00
2018-01-19 15:17:01 +11:00
2017-12-14 16:00:48 -08:00
2017-10-04 10:29:22 +02:00
2017-10-19 12:58:21 -06:00
2018-01-21 10:48:35 -08:00
2017-06-22 11:22:06 -05:00
2016-06-30 13:07:33 -06:00
2017-07-07 14:04:47 -07:00
2017-08-10 12:29:00 +02:00
2017-08-25 11:06:33 +02:00
2017-07-14 13:51:27 -06:00
2017-07-14 13:51:27 -06:00
2017-07-14 13:51:27 -06:00
2017-07-14 13:51:28 -06:00
2017-07-14 13:51:28 -06:00
2017-12-05 11:47:17 -08:00
2016-12-14 16:30:12 -08:00
2017-07-14 13:51:29 -06:00
2017-11-17 16:10:00 -08:00
2017-07-14 13:51:29 -06:00
2016-10-24 08:12:35 -02:00
2017-09-08 10:02:55 -06:00
2017-07-14 13:51:30 -06:00
2017-07-14 13:51:30 -06:00
2017-07-14 13:51:30 -06:00
2017-07-14 13:51:31 -06:00
2017-07-14 13:51:34 -06:00
2017-07-14 13:58:12 -06:00
2017-07-14 13:51:31 -06:00
2017-07-14 13:51:32 -06:00
2017-09-01 11:59:17 +02:00
2017-07-14 13:51:33 -06:00
2017-07-14 13:51:33 -06:00
2016-08-14 11:52:40 -06:00
2017-08-19 11:02:53 -07:00
2017-07-14 13:51:34 -06:00
2017-07-14 13:51:34 -06:00
2017-07-29 09:01:02 -04:00
2017-07-14 13:51:35 -06:00
2017-07-14 13:51:35 -06:00
2017-07-14 13:51:36 -06:00
2017-07-14 13:51:36 -06:00
2017-07-14 13:51:37 -06:00
2017-07-14 13:51:37 -06:00
2017-06-23 14:02:27 -06:00
2017-07-14 13:51:38 -06:00
2017-07-14 13:51:38 -06:00
2017-07-14 13:51:39 -06:00
2017-07-14 13:51:38 -06:00
2017-07-14 13:51:40 -06:00
2017-09-27 16:03:45 -05:00
2017-07-14 13:51:41 -06:00
2017-07-14 13:51:41 -06:00
2017-07-14 13:51:42 -06:00
2017-07-14 13:51:42 -06:00
2017-07-14 13:51:43 -06:00
2017-07-14 13:51:43 -06:00
2017-05-16 08:44:19 -03:00
2017-07-14 13:51:43 -06:00
2017-07-14 13:51:44 -06:00
2017-10-20 11:02:55 +02:00
2017-07-14 13:51:45 -06:00
2017-07-14 13:51:45 -06:00
2017-07-14 13:51:46 -06:00
2017-05-16 08:44:19 -03:00
2017-07-14 13:51:46 -06:00
2017-07-14 13:51:47 -06:00
2017-10-12 11:07:42 -06:00
2017-11-13 12:38:26 -08:00
2017-07-14 13:57:53 -06:00
2017-07-14 13:57:54 -06:00
2017-07-14 13:57:55 -06:00
2017-07-15 12:58:58 -07:00
2017-07-14 13:57:56 -06:00
2017-07-14 13:57:56 -06:00
2017-07-14 13:57:57 -06:00
2017-07-14 13:57:58 -06:00
2017-07-14 13:57:58 -06:00
2017-10-19 12:56:44 -06:00
2017-07-14 13:57:59 -06:00
2017-07-14 13:58:00 -06:00
2017-11-29 12:13:14 +11:00
2017-07-06 08:23:30 +02:00
2017-09-08 18:26:48 -07:00
2017-07-14 13:58:02 -06:00
2017-07-14 13:58:02 -06:00
2017-07-14 13:58:03 -06:00
2017-07-14 13:58:03 -06:00
2017-07-14 13:58:04 -06:00
2017-07-07 13:14:14 +02:00
2017-07-14 13:58:04 -06:00
2017-07-14 13:58:05 -06:00
2017-07-14 13:58:06 -06:00
2017-07-14 13:58:06 -06:00
2017-07-14 13:58:07 -06:00
2017-08-10 12:28:59 +02:00
2016-10-24 08:12:35 -02:00
2017-11-20 10:45:50 -07:00
2017-11-18 20:37:13 -05:00
2017-05-24 13:01:27 -03:00
2017-07-14 13:58:14 -06:00
2017-07-14 13:58:08 -06:00
2017-07-14 13:58:09 -06:00
2017-07-14 13:58:10 -06:00
2017-07-14 13:58:10 -06:00
2017-07-14 13:58:11 -06:00
2017-07-14 13:58:11 -06:00
2017-07-14 13:58:12 -06:00