Nicolas Schichan
8690f47d6e
ARM: net: make BPF_LD | BPF_IND instruction trigger r_X initialisation to 0.
...
Without this patch, if the only instructions using r_X are of the
BPF_LD | BPF_IND type, r_X would not be reset to 0, using whatever
value was there when entering the jited code. With this patch, r_X
will be correctly marked as used so it will be reset to 0 in the
prologue code.
This fix also makes the test "LD_IND byte default X" pass in the
test_bpf module when the ARM JIT is enabled.
Signed-off-by: Nicolas Schichan <nschichan@freebox.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-10-05 07:01:08 -07:00
..
2015-09-26 22:22:31 -07:00
2015-09-16 15:47:51 +02:00
2015-09-16 17:01:39 -07:00
2015-09-27 06:48:48 -04:00
2015-09-22 08:13:42 +01:00
2015-09-17 13:13:27 +01:00
2015-09-11 19:18:28 +01:00
2015-09-04 16:54:41 -07:00
2015-09-01 12:18:40 -07:00
2015-09-08 14:35:59 -07:00
2015-07-28 13:55:27 +02:00
2015-09-01 12:18:40 -07:00
2015-07-28 13:55:27 +02:00
2015-09-16 15:47:51 +02:00
2015-07-28 13:58:13 +02:00
2015-08-13 12:25:44 +02:00
2015-09-10 17:59:04 -07:00
2015-09-16 15:47:51 +02:00
2015-09-16 15:47:51 +02:00
2015-08-03 15:38:39 +01:00
2015-07-20 10:52:29 -07:00
2015-09-16 15:47:51 +02:00
2015-09-16 15:47:51 +02:00
2015-07-28 13:58:13 +02:00
2015-07-28 13:58:13 +02:00
2015-07-28 13:58:13 +02:00
2015-07-20 10:52:30 -07:00
2015-07-28 13:58:13 +02:00
2015-09-16 15:47:51 +02:00
2015-07-23 20:01:42 +02:00
2015-09-05 19:37:17 +02:00
2015-09-01 13:00:04 -07:00
2015-07-28 13:55:27 +02:00
2015-09-16 15:47:51 +02:00
2015-08-11 15:29:59 +02:00
2015-09-16 15:47:51 +02:00
2015-09-27 06:45:18 -04:00
2015-09-01 13:09:20 -07:00
2015-09-03 15:28:37 +01:00
2015-09-27 06:45:18 -04:00
2015-07-28 13:55:27 +02:00
2015-08-24 12:39:14 +02:00
2015-09-16 15:47:51 +02:00
2015-09-16 15:47:51 +02:00
2015-09-16 15:47:51 +02:00
2015-09-16 15:47:51 +02:00
2015-09-08 14:35:59 -07:00
2015-09-04 16:54:41 -07:00
2015-09-01 12:10:20 -07:00
2015-09-01 12:18:40 -07:00
2015-09-01 13:00:04 -07:00
2015-08-13 12:12:10 +02:00
2015-09-03 16:27:01 -07:00
2015-08-04 14:14:06 +02:00
2015-07-28 13:58:13 +02:00
2015-09-01 12:18:40 -07:00
2015-09-01 14:33:35 -07:00
2015-09-24 11:07:00 +01:00
2015-10-05 07:01:08 -07:00
2015-09-09 23:26:11 +01:00
2015-07-17 08:29:42 +05:30
2015-09-16 15:47:51 +02:00
2015-09-13 12:55:27 +02:00
2015-07-30 02:02:06 +09:00
2015-07-31 18:54:45 +01:00
2015-09-14 12:24:10 -07:00
2015-09-11 19:18:28 +01:00
2015-08-18 13:10:05 -07:00
2015-09-07 13:24:05 +01:00