Linus Torvalds
4be240b18a
Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
...
Pull FORTIFY_SOURCE updates from Kees Cook:
"This series consists of two halves:
- strict compile-time buffer size checking under FORTIFY_SOURCE for
the memcpy()-family of functions (for extensive details and
rationale, see the first commit)
- enabling FORTIFY_SOURCE for Clang, which has had many overlapping
bugs that we've finally worked past"
* tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
fortify: Add Clang support
fortify: Make sure strlen() may still be used as a constant expression
fortify: Use __diagnose_as() for better diagnostic coverage
fortify: Make pointer arguments const
Compiler Attributes: Add __diagnose_as for Clang
Compiler Attributes: Add __overloadable for Clang
Compiler Attributes: Add __pass_object_size for Clang
fortify: Replace open-coded __gnu_inline attribute
fortify: Update compile-time tests for Clang 14
fortify: Detect struct member overflows in memset() at compile-time
fortify: Detect struct member overflows in memmove() at compile-time
fortify: Detect struct member overflows in memcpy() at compile-time
2022-03-26 12:19:04 -07:00
..
2022-02-11 12:13:56 +01:00
2021-05-02 00:43:35 +09:00
2021-09-19 10:13:03 +09:00
2022-01-15 12:15:35 +01:00
2022-03-26 11:41:53 -07:00
2021-05-17 12:10:03 +09:00
2022-02-06 10:55:03 -08:00
2021-12-16 15:52:38 +01:00
2021-05-02 00:43:35 +09:00
2022-02-12 23:24:19 +09:00
2022-03-25 11:48:01 -07:00
2021-10-12 11:50:46 +09:00
2020-08-17 20:42:00 -04:00
2021-08-04 17:49:26 -04:00
2022-01-08 18:28:21 +09:00
2021-09-03 08:17:21 +09:00
2021-09-03 08:17:20 +09:00
2019-05-24 17:27:11 +02:00
2018-07-18 01:18:05 +09:00
2021-01-22 06:34:44 +09:00
2019-06-05 17:37:11 +02:00
2022-01-19 10:24:50 -08:00
2018-06-28 13:36:39 +09:00
2021-04-25 05:14:26 +09:00
2021-09-08 11:50:28 -07:00
2020-02-25 03:35:16 -07:00
2021-08-10 09:13:25 +09:00
2021-09-19 10:13:03 +09:00
2022-03-23 19:00:34 -07:00
2020-05-26 00:03:16 +09:00
2021-10-07 17:16:28 -07:00
2021-08-05 20:55:39 +09:00
2021-05-18 11:09:59 +02:00
2021-01-04 10:38:11 +09:00
2022-01-20 08:52:54 +02:00
2021-07-08 11:48:22 -07:00
2021-11-06 13:30:32 -07:00
2021-01-01 12:26:39 -08:00
2020-09-04 18:19:37 +02:00
2021-01-22 06:34:44 +09:00
2021-10-26 09:42:29 -06:00
2020-03-17 08:59:03 +09:00
2019-06-05 17:37:07 +02:00
2019-06-05 17:37:10 +02:00
2018-11-18 10:15:09 -08:00
2020-01-27 14:25:06 -07:00
2019-01-06 09:46:51 +09:00
2021-03-08 13:19:05 +01:00
2018-06-25 23:21:13 +09:00
2022-01-08 18:03:57 +09:00
2021-09-03 08:17:21 +09:00
2021-01-14 08:21:09 -08:00
2021-10-05 16:23:38 +02:00
2019-05-24 17:36:45 +02:00
2020-12-04 14:34:27 -07:00
2022-01-20 08:52:53 +02:00
2019-05-30 11:26:39 -07:00
2020-08-07 13:29:39 -07:00
2021-05-17 12:10:03 +09:00
2021-02-05 17:53:28 +09:00
2022-01-08 17:46:35 +09:00
2021-04-25 05:14:41 +09:00
2022-02-24 12:13:19 -07:00
2021-04-25 05:14:26 +09:00
2021-10-15 11:25:13 +02:00
2022-01-19 11:15:19 +02:00
2022-01-27 19:15:44 -05:00
2021-03-15 19:20:48 +09:00
2021-12-09 13:32:25 +01:00
2022-03-21 08:13:03 -07:00
2021-03-15 19:20:48 +09:00
2021-04-25 05:25:56 +09:00
2021-10-24 13:48:33 +09:00
2021-03-15 19:20:48 +09:00
2022-03-13 17:30:31 +09:00
2022-02-06 10:49:57 -08:00
2021-03-15 19:20:48 +09:00
2020-08-10 01:32:59 +09:00
2021-09-24 16:13:35 -07:00
2020-08-10 01:32:59 +09:00
2021-12-09 16:42:27 -08:00
2022-03-11 11:16:16 -06:00
2021-11-01 18:09:58 -07:00
2022-01-08 18:03:57 +09:00
2021-09-19 10:14:19 +09:00
2021-10-12 11:50:46 +09:00
2022-01-20 08:52:55 +02:00
2020-05-17 18:52:01 +09:00
2019-06-05 17:37:10 +02:00
2021-12-02 17:24:32 +09:00
2022-03-11 15:36:35 +01:00
2020-06-06 23:39:20 +09:00
2021-07-19 14:51:40 +02:00
2021-04-25 05:22:42 +09:00
2021-05-02 00:43:35 +09:00
2019-05-30 11:29:23 -07:00
2022-02-22 14:32:44 -08:00
2022-02-02 11:19:33 +01:00
2020-03-26 15:08:27 -07:00
2021-03-02 17:27:18 -05:00
2021-06-18 09:09:17 -04:00
2022-03-07 13:54:59 +01:00
2022-01-19 11:15:19 +02:00
2022-01-08 18:03:57 +09:00
2020-12-08 23:30:04 +09:00
2022-03-08 00:33:00 +01:00
2022-01-18 10:17:18 -05:00
2021-07-21 15:59:32 +02:00
2021-07-12 09:56:50 -06:00
2022-03-22 15:57:00 -07:00
2022-01-07 09:33:13 -07:00
2020-12-08 23:30:04 +09:00
2021-09-01 21:52:02 +02:00
2021-07-09 04:00:39 +09:00
2021-08-10 09:13:25 +09:00
2021-07-09 04:00:39 +09:00
2021-11-26 16:58:55 +01:00
2022-02-13 16:50:06 -08:00
2021-06-08 13:09:34 +01:00
2018-11-30 14:45:01 -08:00
2021-05-03 17:23:06 -06:00
2021-08-10 09:13:25 +09:00
2020-06-06 23:42:01 +09:00