Linus Torvalds
0bf13a8436
Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull kernel hardening updates from Kees Cook:
- usercopy hardening expanded to check other allocation types (Matthew
Wilcox, Yuanzheng Song)
- arm64 stackleak behavioral improvements (Mark Rutland)
- arm64 CFI code gen improvement (Sami Tolvanen)
- LoadPin LSM block dev API adjustment (Christoph Hellwig)
- Clang randstruct support (Bill Wendling, Kees Cook)
* tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: (34 commits)
loadpin: stop using bdevname
mm: usercopy: move the virt_addr_valid() below the is_vmalloc_addr()
gcc-plugins: randstruct: Remove cast exception handling
af_unix: Silence randstruct GCC plugin warning
niu: Silence randstruct warnings
big_keys: Use struct for internal payload
gcc-plugins: Change all version strings match kernel
randomize_kstack: Improve docs on requirements/rationale
lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=n
arm64: entry: use stackleak_erase_on_task_stack()
stackleak: add on/off stack variants
lkdtm/stackleak: check stack boundaries
lkdtm/stackleak: prevent unexpected stack usage
lkdtm/stackleak: rework boundary management
lkdtm/stackleak: avoid spurious failure
stackleak: rework poison scanning
stackleak: rework stack high bound handling
stackleak: clarify variable names
stackleak: rework stack low bound handling
stackleak: remove redundant check
...
2022-05-24 12:27:09 -07:00
..
2021-10-21 10:31:38 +01:00
2021-04-23 11:33:50 +02:00
2021-09-23 20:39:36 +02:00
2021-06-24 14:03:24 +01:00
2022-03-08 13:32:48 +00:00
2022-05-15 16:38:25 +01:00
2021-10-19 10:56:20 +01:00
2022-05-04 15:30:28 +01:00
2022-02-25 13:38:52 +00:00
2022-05-19 23:46:10 +02:00
2021-10-21 10:45:22 +01:00
2021-05-26 23:31:26 +01:00
2021-10-21 10:45:22 +01:00
2022-03-14 19:08:31 +00:00
2021-12-14 13:00:23 +00:00
2022-01-20 09:13:48 +00:00
2021-05-26 13:20:49 +02:00
2021-12-22 10:44:53 +00:00
2022-01-15 08:47:31 -08:00
2021-07-12 13:37:34 +01:00
2021-07-08 11:48:20 -07:00
2022-01-20 09:13:48 +00:00
2021-09-08 15:32:35 -07:00
2022-04-13 12:16:00 -07:00
2022-04-22 18:50:51 +01:00
2022-04-22 18:50:56 +01:00
2021-06-17 18:00:39 +01:00
2022-05-04 11:52:15 +01:00
2021-05-05 18:13:58 +01:00
2022-04-29 19:26:27 +01:00
2021-12-13 15:07:16 +01:00
2022-05-16 19:50:20 +01:00
2021-08-20 12:33:06 +02:00
2022-05-20 18:51:54 +01:00
2022-05-20 18:51:54 +01:00
2021-11-08 22:16:26 +01:00
2022-02-15 17:40:28 +00:00
2022-05-16 19:50:20 +01:00
2022-04-22 18:51:02 +01:00
2022-04-29 19:21:12 +01:00
2021-10-21 10:45:22 +01:00
2021-10-21 10:45:22 +01:00
2022-05-16 23:39:07 +01:00
2022-04-22 18:50:49 +01:00
2022-01-12 08:24:29 -06:00
2022-02-22 21:25:48 +00:00
2022-03-14 19:08:31 +00:00
2022-05-09 17:34:28 -07:00
2022-05-04 15:30:28 +01:00
2021-08-24 16:44:23 +01:00
2021-10-01 13:31:00 +01:00
2021-07-08 11:48:20 -07:00
2021-09-30 21:24:06 -04:00
2022-04-22 18:50:43 +01:00
2021-12-16 12:58:57 +00:00
2022-05-23 21:06:11 -07:00
2022-05-20 18:51:54 +01:00
2022-02-25 13:38:52 +00:00
2022-02-08 14:57:03 +00:00
2021-06-22 14:08:05 +01:00
2022-01-04 17:16:15 +00:00
2021-12-06 08:37:03 +00:00
2022-04-29 19:26:27 +01:00
2022-02-22 16:21:34 +00:00
2022-02-15 17:54:08 +00:00
2021-11-08 22:16:26 +01:00
2021-10-01 13:30:59 +01:00
2021-12-06 08:37:03 +00:00
2022-02-25 14:06:50 +00:00
2021-08-04 16:54:36 +00:00
2022-02-15 22:53:29 +00:00
2022-03-09 15:27:21 +00:00
2022-04-25 10:25:43 +01:00
2021-10-01 14:54:45 +01:00
2022-02-23 10:58:28 +01:00
2021-06-11 11:19:27 +01:00
2022-03-08 11:41:03 +00:00
2021-11-16 10:12:57 +00:00
2022-04-22 14:45:58 +01:00
2022-03-08 10:03:51 +00:00
2022-05-23 21:06:11 -07:00
2021-07-28 18:33:49 +01:00
2022-02-19 11:11:09 +01:00
2022-05-24 12:27:09 -07:00
2021-04-08 17:45:10 +01:00
2021-08-03 10:35:03 +01:00
2022-03-09 21:56:50 +00:00
2021-05-27 17:55:33 +01:00
2021-06-24 14:01:55 +01:00
2022-02-15 17:40:28 +00:00
2021-07-08 11:48:20 -07:00
2021-10-12 09:22:33 +01:00
2021-08-20 19:49:38 +01:00
2021-07-12 13:37:34 +01:00
2021-05-26 22:45:46 +01:00
2021-04-23 14:18:21 +01:00
2022-03-14 19:08:31 +00:00
2021-12-07 15:14:12 +01:00
2022-04-22 15:33:13 +01:00
2022-03-07 21:57:02 +00:00
2021-09-14 16:06:20 +02:00
2022-05-20 18:49:58 +01:00
2022-04-29 19:26:27 +01:00
2022-04-22 18:50:58 +01:00
2021-06-23 14:52:57 +01:00
2021-08-06 13:52:03 +01:00
2022-03-10 20:21:58 +01:00
2021-10-01 13:31:01 +01:00
2022-04-29 19:26:27 +01:00
2022-04-25 10:25:43 +01:00
2022-01-15 16:30:30 +02:00
2022-01-15 16:30:30 +02:00
2022-03-18 13:48:28 +00:00
2021-10-01 13:30:59 +01:00
2022-03-24 19:06:47 -07:00
2022-03-24 19:06:47 -07:00
2021-10-21 10:45:22 +01:00
2022-02-11 20:39:39 +11:00