Kees Cook
3f649ab728
treewide: Remove uninitialized_var() usage
...
Using uninitialized_var() is dangerous as it papers over real bugs[1]
(or can in the future), and suppresses unrelated compiler warnings
(e.g. "unused variable"). If the compiler thinks it is uninitialized,
either simply initialize the variable or make compiler changes.
In preparation for removing[2] the[3] macro[4], remove all remaining
needless uses with the following script:
git grep '\buninitialized_var\b' | cut -d: -f1 | sort -u | \
xargs perl -pi -e \
's/\buninitialized_var\(([^\)]+)\)/\1/g;
s:\s*/\* (GCC be quiet|to make compiler happy) \*/$::g;'
drivers/video/fbdev/riva/riva_hw.c was manually tweaked to avoid
pathological white-space.
No outstanding warnings were found building allmodconfig with GCC 9.3.0
for x86_64, i386, arm64, arm, powerpc, powerpc64le, s390x, mips, sparc64,
alpha, and m68k.
[1] https://lore.kernel.org/lkml/20200603174714.192027-1-glider@google.com/
[2] https://lore.kernel.org/lkml/CA+55aFw+Vbj0i=1TGqCR5vQkCzWJ0QxK6CernOU6eedsudAixw@mail.gmail.com/
[3] https://lore.kernel.org/lkml/CA+55aFwgbgqhbp1fkxvRKEpzyR5J8n1vKT1VZdz9knmPuXhOeg@mail.gmail.com/
[4] https://lore.kernel.org/lkml/CA+55aFz2500WfbKXAx8s67wrm9=yVJu65TpLgN_ybYNv0VEOKA@mail.gmail.com/
Reviewed-by: Leon Romanovsky <leonro@mellanox.com> # drivers/infiniband and mlx4/mlx5
Acked-by: Jason Gunthorpe <jgg@mellanox.com> # IB
Acked-by: Kalle Valo <kvalo@codeaurora.org> # wireless drivers
Reviewed-by: Chao Yu <yuchao0@huawei.com> # erofs
Signed-off-by: Kees Cook <keescook@chromium.org>
2020-07-16 12:35:15 -07:00
..
2020-05-12 17:30:57 +02:00
2020-02-24 16:26:14 +01:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:39:02 +02:00
2020-01-08 11:44:44 +01:00
2019-05-24 17:39:02 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2020-01-08 11:45:50 +01:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:25:13 -07:00
2018-08-02 18:10:48 -04:00
2019-05-30 11:25:13 -07:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-08-21 18:39:54 -03:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-08-26 14:11:10 -03:00
2019-05-24 17:36:45 +02:00
2019-08-21 18:39:55 -03:00
2018-09-12 07:24:08 -04:00
2019-10-07 07:43:14 -03:00
2020-01-09 15:58:09 +01:00
2019-05-21 11:28:39 +02:00
2019-10-07 07:43:14 -03:00
2019-10-07 07:43:14 -03:00
2019-05-21 11:28:39 +02:00
2019-05-30 11:26:37 -07:00
2019-10-16 12:24:30 -03:00
2019-05-30 11:26:37 -07:00
2020-01-08 11:38:41 +01:00
2019-06-05 17:37:10 +02:00
2020-01-08 11:42:13 +01:00
2019-06-05 17:37:10 +02:00
2020-04-14 10:36:18 +02:00
2019-06-05 17:37:10 +02:00
2020-04-14 10:36:18 +02:00
2019-06-05 17:37:10 +02:00
2019-06-05 17:37:10 +02:00
2020-01-08 11:37:11 +01:00
2017-11-02 11:10:55 +01:00
2020-01-08 11:37:40 +01:00
2017-11-02 11:10:55 +01:00
2019-06-05 17:37:10 +02:00
2017-11-02 11:10:55 +01:00
2019-06-05 17:37:10 +02:00
2017-11-02 11:10:55 +01:00
2019-05-21 10:50:45 +02:00
2018-03-06 04:08:17 -05:00
2019-06-19 17:09:09 +02:00
2019-06-19 17:09:09 +02:00
2019-06-19 17:09:09 +02:00
2019-06-19 17:09:09 +02:00
2019-06-19 17:09:09 +02:00
2020-05-12 17:33:31 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-03-01 09:26:20 -05:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2020-01-08 11:43:52 +01:00
2020-01-08 11:44:21 +01:00
2019-08-21 18:39:54 -03:00
2018-05-05 07:19:32 -04:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2020-04-14 10:36:18 +02:00
2019-06-05 17:37:10 +02:00
2019-05-24 17:39:02 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2020-04-17 09:21:47 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2020-01-09 15:58:29 +01:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2020-04-21 16:50:56 +02:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2018-09-12 09:24:41 -04:00
2018-09-12 09:24:41 -04:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:39:01 +02:00
2019-05-24 17:39:01 +02:00
2020-03-12 09:25:21 +01:00
2020-04-29 11:58:27 +02:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2018-09-12 09:24:41 -04:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-10-16 12:24:03 -03:00
2019-06-05 17:36:37 +02:00
2019-08-13 11:44:04 -03:00
2018-08-02 18:54:03 -04:00
2019-05-30 11:26:37 -07:00
2019-08-13 11:48:04 -03:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-08-13 11:48:18 -03:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2019-10-16 11:47:14 -03:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2018-09-12 07:19:33 -04:00
2018-09-12 07:19:33 -04:00
2018-12-03 13:28:14 -05:00
2018-09-12 07:19:33 -04:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2017-11-02 11:10:55 +01:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-21 11:28:39 +02:00
2019-07-22 14:01:05 -04:00
2019-05-21 11:28:39 +02:00
2020-07-16 12:35:15 -07:00
2019-05-21 11:28:39 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2017-12-28 13:16:01 -05:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-10-10 07:05:51 -03:00
2019-08-21 18:39:54 -03:00
2019-10-10 07:05:51 -03:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-21 10:50:45 +02:00
2017-11-02 11:10:55 +01:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-06-10 15:01:38 -04:00
2019-05-24 17:36:45 +02:00
2019-06-21 15:33:07 -04:00
2019-06-10 15:01:38 -04:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-06-27 07:33:09 -04:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2020-05-12 17:31:30 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2018-09-12 07:19:58 -04:00
2019-03-01 09:26:20 -05:00
2018-09-12 07:19:58 -04:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-06-10 14:59:04 -04:00
2019-05-24 17:36:45 +02:00
2019-06-10 14:59:04 -04:00
2019-06-10 14:59:04 -04:00
2018-09-12 07:22:21 -04:00
2018-09-12 07:22:21 -04:00
2019-10-07 07:50:41 -03:00
2019-10-07 07:50:41 -03:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-21 11:28:39 +02:00
2020-03-12 09:46:45 +01:00
2019-05-21 11:28:39 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2017-11-02 11:10:55 +01:00
2019-06-19 17:09:09 +02:00
2018-01-04 13:12:01 -05:00
2019-05-24 17:39:01 +02:00
2020-01-09 16:00:13 +01:00
2019-05-24 17:36:45 +02:00
2019-06-07 11:00:14 -07:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:45 +02:00
2020-04-14 10:36:18 +02:00
2019-08-13 11:48:32 -03:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00