Jason A. Donenfeld
e8a533cbeb
treewide: use get_random_u32_inclusive() when possible
...
These cases were done with this Coccinelle:
@@
expression H;
expression L;
@@
- (get_random_u32_below(H) + L)
+ get_random_u32_inclusive(L, H + L - 1)
@@
expression H;
expression L;
expression E;
@@
get_random_u32_inclusive(L,
H
- + E
- - E
)
@@
expression H;
expression L;
expression E;
@@
get_random_u32_inclusive(L,
H
- - E
- + E
)
@@
expression H;
expression L;
expression E;
expression F;
@@
get_random_u32_inclusive(L,
H
- - E
+ F
- + E
)
@@
expression H;
expression L;
expression E;
expression F;
@@
get_random_u32_inclusive(L,
H
- + E
+ F
- - E
)
And then subsequently cleaned up by hand, with several automatic cases
rejected if it didn't make sense contextually.
Reviewed-by: Kees Cook <keescook@chromium.org >
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com > # for infiniband
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com >
2022-11-18 02:18:02 +01:00
..
2022-08-19 13:03:10 +02:00
2022-10-06 17:13:18 -07:00
2022-07-17 17:31:42 -07:00
2022-08-02 12:34:03 -04:00
2022-11-11 17:18:42 -08:00
2022-09-24 07:00:00 +02:00
2022-11-18 02:15:15 +01:00
2022-11-04 23:36:54 -05:00
2022-08-02 12:34:03 -04:00
2022-08-02 12:34:02 -04:00
2022-10-19 20:54:43 -07:00
2022-09-24 15:00:48 +02:00
2022-10-04 13:38:03 -07:00
2022-10-06 17:31:02 -07:00
2022-10-21 11:09:40 +02:00
2022-11-08 15:57:25 -08:00
2022-10-11 17:42:58 -06:00
2022-08-17 17:25:04 -04:00
2022-11-18 02:15:15 +01:00
2022-11-18 02:15:22 +01:00
2022-11-18 02:18:02 +01:00
2022-10-11 17:42:58 -06:00
2022-08-02 12:34:03 -04:00
2022-08-09 14:13:59 +01:00
2022-10-28 14:25:20 +02:00
2022-10-10 20:13:22 -07:00
2022-09-11 21:55:09 -07:00
2022-09-11 21:55:05 -07:00
2022-09-19 22:46:25 +02:00
2022-11-08 15:57:22 -08:00
2022-10-02 11:42:19 -07:00
2022-10-12 11:00:22 -07:00
2022-10-10 17:53:04 -07:00
2022-09-21 10:38:07 +02:00
2022-08-03 10:35:43 -07:00
2022-09-24 13:52:27 +02:00
2022-10-07 08:19:26 -07:00
2022-09-26 14:02:42 -04:00
2022-09-24 07:00:00 +02:00
2022-10-27 15:52:11 -04:00
2022-11-11 11:28:26 -08:00
2022-11-08 15:57:24 -08:00
2022-10-07 08:28:50 -07:00
2022-10-12 11:00:22 -07:00
2022-10-11 17:42:58 -06:00
2022-10-20 21:27:22 -07:00
2022-10-13 09:56:14 -07:00
2022-10-10 19:45:17 -07:00
2022-10-20 21:27:23 -07:00
2022-09-30 08:16:06 -07:00
2022-09-11 21:55:07 -07:00
2022-09-29 15:37:30 +02:00
2022-10-10 19:45:17 -07:00
2022-10-12 11:00:22 -07:00
2022-10-05 01:55:27 -05:00
2022-10-28 13:37:21 -07:00
2022-09-08 17:10:54 -04:00
2022-11-18 02:15:15 +01:00
2022-11-09 12:24:42 +01:00
2022-09-11 20:26:07 -07:00
2022-10-06 17:36:48 -07:00
2022-11-18 02:15:15 +01:00
2022-08-11 13:11:49 -07:00
2022-09-11 21:55:08 -07:00
2022-08-20 11:34:04 -04:00
2022-08-08 10:39:29 -07:00
2022-09-24 07:00:00 +02:00
2022-10-25 15:11:21 -07:00
2022-10-12 11:00:22 -07:00
2022-10-10 17:53:04 -07:00
2022-08-20 11:34:33 -04:00
2022-09-24 18:14:12 -07:00
2022-10-10 19:45:17 -07:00
2022-09-20 08:24:38 -06:00
2022-09-21 10:30:42 -06:00
2022-09-11 21:55:07 -07:00
2022-10-29 17:49:33 -07:00
2022-09-01 17:36:39 -04:00
2022-08-16 10:59:54 -04:00
2022-09-29 23:02:00 -04:00
2022-10-06 16:49:00 -07:00
2022-10-06 17:31:02 -07:00
2022-09-11 20:26:10 -07:00
2022-10-10 14:21:11 -07:00
2022-10-03 14:21:43 -07:00
2022-08-17 15:08:58 -04:00
2022-09-27 07:11:02 -07:00
2022-09-30 23:46:52 -04:00
2022-08-03 10:35:43 -07:00
2022-10-10 19:45:17 -07:00
2022-08-17 11:27:11 +02:00
2022-08-20 11:34:04 -04:00
2022-10-06 17:13:18 -07:00
2022-08-20 11:34:04 -04:00
2022-10-10 17:53:04 -07:00
2022-09-28 14:28:40 -04:00
2022-08-17 17:25:04 -04:00
2022-08-05 16:32:45 -07:00
2022-08-08 22:37:23 -04:00
2022-09-11 19:47:12 -05:00
2022-10-19 20:54:43 -07:00
2022-11-07 12:58:26 -08:00
2022-09-21 12:01:29 +02:00