Arnd Bergmann
251b5497c5
ubsan: disable unsigned-overflow check for i386
...
Building ubsan kernels even for compile-testing introduced these
warnings in my randconfig environment:
crypto/blake2b_generic.c:98:13: error: stack frame size of 9636 bytes in function 'blake2b_compress' [-Werror,-Wframe-larger-than=]
static void blake2b_compress(struct blake2b_state *S,
crypto/sha512_generic.c:151:13: error: stack frame size of 1292 bytes in function 'sha512_generic_block_fn' [-Werror,-Wframe-larger-than=]
static void sha512_generic_block_fn(struct sha512_state *sst, u8 const *src,
lib/crypto/curve25519-fiat32.c:312:22: error: stack frame size of 2180 bytes in function 'fe_mul_impl' [-Werror,-Wframe-larger-than=]
static noinline void fe_mul_impl(u32 out[10], const u32 in1[10], const u32 in2[10])
lib/crypto/curve25519-fiat32.c:444:22: error: stack frame size of 1588 bytes in function 'fe_sqr_impl' [-Werror,-Wframe-larger-than=]
static noinline void fe_sqr_impl(u32 out[10], const u32 in1[10])
Further testing showed that this is caused by
-fsanitize=unsigned-integer-overflow, but is isolated to the 32-bit x86
architecture.
The one in blake2b immediately overflows the 8KB stack area
architectures, so better ensure this never happens by disabling the
option for 32-bit x86.
Link: https://lkml.kernel.org/r/20210112202922.2454435-1-arnd@kernel.org
Link: https://lore.kernel.org/lkml/20201230154749.746641-1-arnd@kernel.org/
Fixes: d0a3ac549f38 ("ubsan: enable for all*config builds")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Marco Elver <elver@google.com>
Cc: George Popescu <georgepope@android.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-01-24 10:34:52 -08:00
..
2020-08-10 01:32:59 +09:00
2020-12-04 18:13:14 +11:00
2020-11-18 14:15:17 -06:00
2021-01-07 21:06:25 +01:00
2020-12-02 16:06:49 -07:00
2020-08-09 14:10:26 -07:00
2020-12-15 22:46:16 -08:00
2020-12-15 22:46:19 -08:00
2020-12-15 22:46:15 -08:00
2020-10-30 17:34:45 +11:00
2020-07-28 17:07:06 -07:00
2021-01-04 10:38:11 +09:00
2020-08-10 01:32:59 +09:00
2020-08-06 10:57:30 +02:00
2020-11-18 14:15:17 -06:00
2020-08-10 01:32:59 +09:00
2020-12-29 15:36:49 -08:00
2020-11-19 07:23:47 -06:00
2020-11-19 07:23:47 -06:00
2020-03-25 11:50:48 +01:00
2018-06-12 16:19:22 -07:00
2019-05-24 17:39:02 +02:00
2019-05-24 17:39:02 +02:00
2020-11-18 14:15:17 -06:00
2020-11-18 14:15:17 -06:00
2019-05-30 11:26:32 -07:00
2019-06-03 12:32:56 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-05-24 20:48:11 +02:00
2020-10-16 13:25:14 -06:00
2020-10-16 11:11:19 -07:00
2019-05-21 10:50:45 +02:00
2020-11-18 14:15:17 -06:00
2020-06-11 15:14:53 +02:00
2019-06-05 17:37:16 +02:00
2018-08-16 12:14:42 -07:00
2020-06-01 08:23:42 -04:00
2019-05-24 17:27:11 +02:00
2018-11-30 07:22:05 +01:00
2017-11-02 11:10:55 +01:00
2020-08-20 15:45:14 -04:00
2019-06-19 17:09:55 +02:00
2017-11-02 11:10:55 +01:00
2020-12-15 22:46:16 -08:00
2020-12-16 00:24:16 -08:00
2019-05-24 17:39:02 +02:00
2017-11-02 11:10:55 +01:00
2019-10-18 15:01:57 +02:00
2020-11-10 18:39:00 +01:00
2019-06-19 17:09:06 +02:00
2019-06-19 17:09:06 +02:00
2017-09-26 15:01:20 -06:00
2019-06-19 17:09:06 +02:00
2020-10-16 11:11:20 -07:00
2018-07-27 19:04:33 +08:00
2020-11-02 12:14:19 -08:00
2020-08-12 10:58:00 -07:00
2019-06-19 17:09:06 +02:00
2019-06-19 17:09:06 +02:00
2020-06-18 17:26:43 +10:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-05-19 15:47:21 +02:00
2020-10-01 16:13:54 +02:00
2018-06-12 23:33:24 +02:00
2020-10-16 11:11:19 -07:00
2020-01-31 10:30:40 -08:00
2019-06-19 17:09:55 +02:00
2020-08-12 10:58:00 -07:00
2019-05-24 17:37:53 +02:00
2015-09-10 13:29:01 -07:00
2020-09-03 10:13:09 +02:00
2020-07-31 11:49:08 +02:00
2020-12-11 12:28:08 -08:00
2020-09-10 18:30:01 +02:00
2020-11-20 14:45:33 +11:00
2020-11-10 18:38:57 +01:00
2020-12-09 20:10:12 +01:00
2020-10-16 11:11:20 -07:00
2020-10-16 11:11:20 -07:00
2020-12-15 22:46:15 -08:00
2020-12-15 22:46:19 -08:00
2020-12-15 22:46:15 -08:00
2019-09-25 17:51:39 -07:00
2020-10-16 11:11:22 -07:00
2020-04-15 21:36:41 +01:00
2020-01-08 16:59:19 +00:00
2014-04-30 19:49:37 +01:00
2019-06-05 17:36:38 +02:00
2020-12-15 22:46:15 -08:00
2020-06-04 19:06:25 -07:00
2018-07-27 19:04:33 +08:00
2018-12-29 11:36:44 -08:00
2020-12-29 15:36:49 -08:00
2019-10-14 15:04:00 -07:00
2020-11-18 14:15:17 -06:00
2017-02-24 17:46:57 -08:00
2020-10-16 11:11:19 -07:00
2019-05-13 11:07:33 +02:00
2020-10-20 14:39:37 -07:00
2017-11-02 11:10:55 +01:00
2019-05-21 10:50:45 +02:00
2019-05-21 10:50:45 +02:00
2019-06-19 17:09:56 +02:00
2020-08-14 19:56:57 -07:00
2018-05-09 06:55:44 +02:00
2021-01-15 22:51:42 -05:00
2019-02-19 20:52:19 -07:00
2019-05-30 11:26:32 -07:00
2019-05-24 17:27:11 +02:00
2017-11-02 11:10:55 +01:00
2020-12-11 12:30:26 -08:00
2021-01-04 10:47:38 -08:00
2020-12-22 12:55:07 -08:00
2020-08-24 15:09:58 -07:00
2020-09-28 12:14:08 +01:00
2021-01-24 10:34:52 -08:00
2019-08-30 18:47:15 -07:00
2019-06-19 17:09:08 +02:00
2019-04-01 07:37:12 +02:00
2020-09-07 11:24:17 +02:00
2020-11-19 07:23:47 -06:00
2017-11-02 11:10:55 +01:00
2020-10-16 11:11:19 -07:00
2020-05-11 11:55:28 +01:00
2018-04-11 10:28:35 -07:00
2019-06-20 14:07:34 -06:00
2020-03-25 16:38:39 -06:00
2019-06-05 17:37:06 +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
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
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-12-15 12:53:37 -08:00
2019-06-07 13:15:06 -07:00
2020-05-07 14:54:26 +08:00
2019-05-24 17:37:53 +02:00
2019-05-24 17:39:02 +02:00
2020-12-18 10:43:07 -08:00
2018-10-16 13:45:44 +02:00
2019-05-21 10:50:45 +02:00
2020-09-26 10:33:57 -07:00
2017-11-02 11:10:55 +01:00
2019-05-24 17:39:02 +02:00
2017-11-02 11:10:55 +01:00
2019-05-21 10:50:45 +02:00
2020-12-16 00:24:16 -08:00
2020-08-24 14:24:25 -07:00
2017-11-02 11:10:55 +01:00
2019-07-03 16:57:18 +02:00
2017-11-02 11:10:55 +01:00
2020-02-16 18:33:00 -08:00
2019-05-21 10:50:45 +02:00
2019-05-24 17:27:11 +02:00
2017-11-04 09:26:51 +09:00
2020-06-28 20:45:27 -07:00
2017-02-03 16:35:42 -05:00
2019-06-19 17:09:06 +02:00
2018-01-26 11:45:16 -06:00
2020-10-16 11:11:20 -07:00
2019-05-21 10:50:45 +02:00
2020-10-09 12:32:06 -06:00
2019-05-21 11:28:45 +02:00
2019-05-21 10:50:45 +02:00
2020-10-20 14:39:37 -07:00
2020-10-24 20:21:57 +02:00
2019-06-05 17:37:16 +02:00
2019-09-25 17:51:39 -07:00
2020-08-12 10:58:00 -07:00
2019-11-25 09:15:32 +01:00
2020-07-28 17:09:49 -07:00
2020-12-07 17:12:49 -07:00
2020-10-29 08:55:45 -06:00
2020-06-15 18:22:43 -07:00
2019-07-11 15:17:41 -07:00
2019-08-08 07:45:01 -06:00
2020-11-20 14:45:33 +11:00
2019-09-24 15:54:09 -07:00
2020-11-18 14:15:17 -06:00
2020-11-24 11:25:44 +01:00
2019-11-14 13:15:11 -05:00
2020-12-15 22:46:16 -08:00
2019-05-30 11:26:32 -07:00
2020-09-30 10:50:30 +02:00
2020-12-15 22:46:16 -08:00
2020-11-19 11:56:16 -08:00
2020-05-01 12:35:21 +10:00
2020-12-03 09:52:44 -08:00
2020-09-08 22:21:33 -04:00
2020-08-12 10:57:59 -07:00
2020-08-12 10:58:00 -07:00
2019-07-01 19:34:46 -07:00
2020-07-16 20:52:43 +02:00
2019-05-21 10:50:45 +02:00
2020-12-15 22:46:16 -08:00
2020-06-29 10:02:23 +02:00
2020-12-15 22:46:16 -08:00
2019-05-21 10:50:45 +02:00
2018-11-30 12:13:15 -08:00
2020-07-10 16:24:28 -03:00
2020-10-16 11:11:20 -07:00
2018-10-15 16:31:29 -04:00
2020-12-22 12:55:06 -08:00
2020-12-22 12:55:06 -08:00
2020-12-15 22:46:16 -08:00
2020-05-08 18:18:12 +01:00
2019-05-21 10:50:45 +02:00
2020-12-15 22:46:16 -08:00
2018-10-16 13:45:44 +02:00
2019-12-04 19:44:13 -08:00
2020-03-06 11:56:59 +01:00
2019-05-21 10:50:45 +02:00
2020-06-15 13:32:11 -07:00
2019-07-16 19:23:22 -07:00
2017-02-26 11:03:38 -05:00
2020-06-07 10:53:36 -07:00
2020-09-20 14:10:06 -07:00
2017-01-09 13:58:57 -05:00
2019-05-21 10:50:45 +02:00
2020-04-07 10:43:43 -07:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-07-16 19:23:22 -07:00
2019-04-08 16:44:21 -06:00
2020-10-16 11:11:20 -07:00
2020-12-15 22:46:19 -08:00
2019-10-16 14:56:21 +02:00
2017-07-21 09:38:30 +02:00
2020-06-29 11:59:26 -07:00
2020-10-20 14:39:37 -07:00
2015-09-10 13:29:01 -07:00
2020-07-15 12:45:06 +03:00
2019-10-03 12:12:23 -04:00
2019-07-24 17:38:01 +02:00
2020-08-12 10:58:00 -07:00
2020-11-18 14:15:17 -06:00
2020-04-07 10:43:43 -07:00
2020-12-15 22:46:19 -08:00
2019-11-17 09:02:42 +08:00
2019-05-24 17:39:02 +02:00
2018-06-07 17:34:39 -07:00
2020-10-16 11:11:22 -07:00
2020-03-23 17:01:47 +01:00
2020-11-19 07:23:47 -06:00
2017-11-02 11:10:55 +01:00
2020-10-20 14:39:37 -07:00
2020-08-12 10:58:00 -07:00