Daniel Borkmann
b7552e1bcc
bpf: rather use get_random_int for randomizations
...
Start address randomization and blinding in BPF currently use
prandom_u32(). prandom_u32() values are not exposed to unpriviledged
user space to my knowledge, but given other kernel facilities such as
ASLR, stack canaries, etc make use of stronger get_random_int(), we
better make use of it here as well given blinding requests successively
new random values. get_random_int() has minimal entropy pool depletion,
is not cryptographically secure, but doesn't need to be for our use
cases here.
Suggested-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-20 11:18:21 -07:00
..
2016-05-20 11:18:21 -07:00
2016-02-22 08:51:37 +01:00
2016-05-17 16:26:30 -07:00
2015-12-04 22:46:25 +01:00
2016-05-17 17:39:42 -07:00
2016-05-17 12:06:35 +02:00
2016-05-16 14:47:16 -07:00
2016-04-28 13:35:48 +01:00
2016-03-17 15:09:34 -07:00
2016-04-21 13:48:20 -07:00
2016-05-16 19:17:22 -07:00
2016-05-17 09:49:28 -07:00
2016-05-18 18:55:19 -07:00
2015-10-21 15:18:35 +01:00
2015-11-19 17:51:48 +01:00
2016-01-22 18:04:28 -05:00
2016-04-04 09:46:47 -04:00
2016-04-10 17:11:51 -04:00
2016-05-18 18:46:55 -07:00
2015-12-24 11:09:39 -05:00
2016-02-08 11:25:39 -05:00
2016-05-18 18:46:55 -07:00
2015-12-03 10:24:08 -05:00
2015-12-14 14:54:37 -05:00
2016-05-12 11:05:27 -04:00
2015-11-24 09:56:43 +01:00
2015-09-03 02:42:20 +02:00
2016-05-06 14:58:25 +02:00
2016-04-25 15:45:14 -04:00
2016-01-14 16:00:49 -08:00
2016-01-14 16:00:49 -08:00
2016-03-25 16:37:42 -07:00
2015-09-10 13:29:01 -07:00
2016-05-03 08:37:59 +02:00
2016-01-20 17:09:18 -08:00
2016-04-21 11:06:09 +02:00
2016-03-22 15:36:02 -07:00
2015-11-23 09:44:58 +01:00
2015-11-23 09:44:58 +01:00
2016-03-15 16:55:16 -07:00
2016-01-20 17:09:18 -08:00
2016-04-28 19:34:04 -07:00
2016-04-28 19:34:04 -07:00
2016-03-17 11:33:45 -07:00
2016-01-20 17:09:18 -08:00
2016-01-20 17:09:18 -08:00
2015-10-23 17:55:10 +09:00
2015-12-07 16:59:37 -08:00
2015-09-04 16:54:41 -07:00
2016-02-09 11:54:23 +01:00
2016-03-22 15:36:02 -07:00
2015-09-11 15:21:34 -07:00
2016-03-22 15:36:02 -07:00
2016-04-11 22:43:43 +01:00
2016-04-01 15:00:10 +02:00
2015-09-01 08:40:25 -07:00
2016-02-16 13:04:58 -05:00
2016-03-22 15:36:02 -07:00
2015-11-09 15:53:39 -08:00
2016-01-31 15:44:04 -08:00
2016-03-22 15:36:02 -07:00
2016-03-22 15:36:02 -07:00
2015-09-10 13:29:01 -07:00
2016-01-22 18:04:28 -05:00
2016-04-14 12:56:09 -07:00
2016-05-19 10:02:26 -07:00
2016-05-04 08:34:14 +02:00
2016-03-15 13:50:29 -07:00
2016-03-01 20:36:56 +01:00
2016-03-01 20:36:56 +01:00
2016-03-25 16:37:42 -07:00
2016-01-16 11:17:24 -08:00
2015-12-01 14:00:53 -05:00
2016-03-17 15:09:34 -07:00
2016-03-22 15:36:02 -07:00
2016-04-27 10:20:39 -03:00
2015-09-05 13:46:58 -07:00
2016-04-23 20:13:25 -04:00
2016-04-21 13:47:04 -07:00
2016-03-22 15:36:02 -07:00
2016-02-29 09:53:09 +01:00
2016-01-04 10:27:55 -05:00
2016-03-17 15:09:34 -07:00
2016-03-02 10:28:47 -05:00
2016-05-13 16:16:51 -07:00