Pranith Kumar
fcbb539f27
powerpc: Wire up sys_bpf() syscall
...
This patch wires up the new syscall sys_bpf() on powerpc.
Passes the tests in samples/bpf:
#0 add+sub+mul OK
#1 unreachable OK
#2 unreachable2 OK
#3 out of range jump OK
#4 out of range jump2 OK
#5 test1 ld_imm64 OK
#6 test2 ld_imm64 OK
#7 test3 ld_imm64 OK
#8 test4 ld_imm64 OK
#9 test5 ld_imm64 OK
#10 no bpf_exit OK
#11 loop (back-edge) OK
#12 loop2 (back-edge) OK
#13 conditional loop OK
#14 read uninitialized register OK
#15 read invalid register OK
#16 program doesn't init R0 before exit OK
#17 stack out of bounds OK
#18 invalid call insn1 OK
#19 invalid call insn2 OK
#20 invalid function call OK
#21 uninitialized stack1 OK
#22 uninitialized stack2 OK
#23 check valid spill/fill OK
#24 check corrupted spill/fill OK
#25 invalid src register in STX OK
#26 invalid dst register in STX OK
#27 invalid dst register in ST OK
#28 invalid src register in LDX OK
#29 invalid dst register in LDX OK
#30 junk insn OK
#31 junk insn2 OK
#32 junk insn3 OK
#33 junk insn4 OK
#34 junk insn5 OK
#35 misaligned read from stack OK
#36 invalid map_fd for function call OK
#37 don't check return value before access OK
#38 access memory with incorrect alignment OK
#39 sometimes access memory with incorrect alignment OK
#40 jump test 1 OK
#41 jump test 2 OK
#42 jump test 3 OK
#43 jump test 4 OK
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
[mpe: test using samples/bpf]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2014-10-22 14:03:06 +11:00
..
2011-04-21 16:59:30 -07:00
2009-08-03 09:05:00 +01:00
2014-03-19 22:24:08 -04:00
2014-07-28 15:22:21 +02:00
2009-12-12 13:08:14 +01:00
2009-12-11 21:24:44 -07:00
2014-08-14 12:48:11 +02:00
2014-04-18 14:20:41 +02:00
2014-04-18 14:20:41 +02:00
2012-10-09 09:47:26 +01:00
2013-08-14 14:57:40 +10:00
2014-09-25 23:14:43 +10:00
2014-07-28 15:23:17 +02:00
2013-08-14 14:56:44 +10:00
2009-08-20 10:29:26 +10:00
2013-10-11 16:48:39 +11:00
2014-01-28 14:45:43 +11:00
2014-06-24 14:05:32 +10:00
2014-03-24 10:16:04 +11:00
2014-04-23 10:05:16 +10:00
2014-10-08 20:15:37 +11:00
2011-03-31 11:26:23 -03:00
2014-06-11 17:03:28 +10:00
2011-03-31 11:26:23 -03:00
2014-08-13 15:13:43 +10:00
2014-05-28 13:35:35 +10:00
2014-10-15 07:48:18 +02:00
2013-01-10 15:09:06 +11:00
2014-05-23 08:28:02 +09:00
2009-12-11 21:24:44 -07:00
2014-05-20 10:54:06 +10:00
2009-07-08 13:50:24 +10:00
2013-08-14 11:38:34 +02:00
2014-05-30 14:26:25 +02:00
2014-09-30 17:15:20 +10:00
2013-04-18 13:03:53 +10:00
2014-06-11 17:04:33 +10:00
2014-10-15 11:27:20 +11:00
2012-02-14 14:06:50 -07:00
2014-05-20 10:55:59 +10:00
2014-04-09 12:53:28 +10:00
2014-01-09 10:14:57 +01:00
2014-04-23 10:05:16 +10:00
2014-08-05 16:33:48 +10:00
2012-03-28 18:30:02 +01:00
2014-04-07 16:36:06 -07:00
2011-05-04 15:19:26 +10:00
2013-05-14 15:10:02 +10:00
2014-01-23 16:36:54 -08:00
2011-11-08 14:51:46 +11:00
2014-06-25 18:49:40 -05:00
2010-10-14 00:54:38 -05:00
2012-11-15 13:00:58 +11:00
2012-11-25 07:19:39 -06:00
2012-10-05 23:38:38 +02:00
2014-01-10 17:19:27 -06:00
2013-08-14 11:38:34 +02:00
2014-04-23 10:05:20 +10:00
2011-11-17 16:26:07 +11:00
2012-05-11 18:00:14 -06:00
2014-08-27 11:18:29 -04:00
2012-03-20 21:48:30 +08:00
2014-10-22 14:03:06 +11:00
2014-07-28 15:22:19 +02:00
2013-10-11 16:48:53 +11:00
2014-05-20 10:54:06 +10:00
2014-08-05 16:33:48 +10:00
2014-09-25 23:14:43 +10:00
2012-02-14 14:06:50 -07:00
2013-06-12 12:37:26 +01:00
2009-11-11 21:43:18 -06:00
2012-11-15 13:00:58 +11:00
2011-05-06 13:19:01 +10:00
2013-01-03 15:57:04 -08:00
2013-12-05 16:08:21 +11:00
2014-02-11 16:07:37 +11:00
2014-09-25 23:14:43 +10:00
2014-07-28 14:11:23 +10:00
2014-07-11 16:05:58 +10:00
2014-09-13 18:38:07 +02:00
2011-12-20 10:20:19 -05:00
2014-09-25 23:14:43 +10:00
2012-02-21 11:40:36 +01:00
2010-10-29 13:14:42 -05:00
2012-07-24 15:27:29 +08:00
2014-04-23 10:05:33 +10:00
2014-09-22 10:11:34 +02:00
2013-10-17 14:45:05 +02:00
2014-08-05 09:58:11 +02:00
2014-05-30 14:26:22 +02:00
2014-07-31 10:23:46 +02:00
2014-03-19 19:57:15 -05:00
2014-09-22 10:11:36 +02:00
2010-09-02 14:07:32 +10:00
2014-09-24 23:19:45 +02:00
2014-01-09 10:14:57 +01:00
2014-09-24 23:19:45 +02:00
2014-04-23 10:05:20 +10:00
2010-06-09 11:12:36 +02:00
2011-07-26 16:49:47 -07:00
2013-12-09 11:40:25 +11:00
2012-04-24 15:34:16 -07:00
2014-10-11 20:34:00 -04:00
2011-06-10 14:55:36 +02:00
2014-03-07 15:52:10 +11:00
2009-12-09 17:09:14 +11:00
2012-10-09 09:47:26 +01:00
2014-07-28 14:10:23 +10:00
2009-08-20 10:25:09 +10:00
2009-08-20 10:25:09 +10:00
2010-05-05 09:11:10 -04:00
2014-07-28 15:23:13 +02:00
2009-08-28 14:24:12 +10:00
2014-10-08 20:15:44 +11:00
2014-07-28 14:10:23 +10:00
2011-06-27 14:13:09 -07:00
2014-04-23 10:05:34 +10:00
2009-06-17 00:30:22 -06:00
2013-06-03 10:22:35 -07:00
2012-09-14 10:15:35 +02:00
2014-07-02 17:32:41 -05:00
2014-01-12 18:59:36 +01:00
2012-08-24 20:26:04 +10:00
2013-07-01 18:38:41 -05:00
2013-08-07 18:38:04 -05:00
2014-09-19 15:20:42 -05:00
2013-06-26 12:10:55 +02:00
2012-10-09 09:47:26 +01:00
2014-10-08 20:15:52 +11:00
2014-07-28 14:10:25 +10:00
2014-08-05 16:33:52 +10:00
2010-08-11 08:59:21 -07:00
2014-10-02 16:04:21 +10:00
2014-08-08 15:57:27 -07:00
2013-04-18 13:03:50 +10:00
2011-03-31 11:26:23 -03:00
2013-08-14 11:50:25 +10:00
2014-05-27 16:23:58 -06:00
2010-07-09 11:28:30 +10:00
2013-08-07 18:38:03 -05:00
2014-07-28 14:30:47 +10:00
2014-10-15 11:23:20 +11:00
2013-12-10 11:25:05 +11:00
2013-12-10 11:25:05 +11:00
2013-04-30 16:00:04 +10:00
2014-10-02 17:33:55 +10:00
2014-10-02 17:33:55 +10:00
2013-06-21 16:01:53 +10:00
2014-10-02 17:33:55 +10:00
2014-10-11 20:34:00 -04:00
2014-10-07 22:01:56 +11:00
2011-03-31 11:26:23 -03:00
2009-12-06 17:06:19 +01:00
2009-09-24 15:31:39 +10:00
2014-10-08 20:15:44 +11:00
2013-01-10 15:08:37 +11:00
2014-06-26 13:19:42 +02:00
2014-08-07 11:35:30 -07:00
2014-04-28 17:34:32 +10:00
2013-06-20 16:55:09 +10:00
2014-07-17 12:32:47 +02:00
2014-09-25 23:14:43 +10:00
2014-01-15 13:46:44 +11:00
2009-06-15 13:26:21 +10:00
2009-12-09 17:10:37 +11:00
2009-09-24 15:31:49 +10:00
2009-08-27 13:12:51 +10:00
2013-10-17 14:49:37 +02:00
2014-10-09 22:25:52 -04:00
2014-06-25 18:49:39 -05:00
2009-08-27 13:12:51 +10:00
2009-03-24 13:47:33 +11:00
2014-08-13 18:20:41 +10:00
2013-12-09 11:40:30 +11:00
2014-09-09 19:02:45 +10:00
2012-11-15 13:00:58 +11:00
2012-11-15 13:00:58 +11:00
2014-06-11 16:35:38 +10:00
2014-09-22 10:11:33 +02:00
2013-08-07 18:38:04 -05:00
2014-10-15 11:23:20 +11:00
2014-09-25 23:14:43 +10:00
2014-04-07 10:33:12 +10:00
2012-03-28 18:30:02 +01:00
2013-11-06 14:13:49 +11:00
2014-06-10 18:54:22 -07:00
2013-11-26 12:12:28 +01:00
2013-10-11 17:26:49 +11:00
2013-06-01 08:29:23 +10:00
2014-05-28 13:35:34 +10:00
2012-11-19 14:31:35 +01:00
2012-09-17 16:31:51 +10:00
2009-12-14 23:55:32 +01:00
2014-08-13 15:13:26 +10:00
2012-10-09 09:47:26 +01:00
2011-03-31 11:26:23 -03:00
2014-10-08 20:14:54 +11:00
2014-09-25 23:14:51 +10:00
2014-04-30 15:26:18 +10:00
2014-06-24 12:43:15 +10:00
2012-09-12 14:57:09 -05:00
2014-06-11 17:03:41 +10:00
2011-11-17 16:26:07 +11:00
2014-10-21 07:48:56 -07:00
2013-02-03 18:16:11 -05:00
2014-10-22 14:03:06 +11:00
2011-11-25 14:32:57 +11:00
2012-10-09 09:47:26 +01:00
2014-01-15 13:59:11 +11:00
2014-07-28 15:21:50 +02:00
2013-11-22 16:56:48 -06:00
2011-05-25 08:39:16 -07:00
2014-08-27 11:18:29 -04:00
2014-03-29 15:44:05 +01:00
2014-06-10 18:54:22 -07:00
2014-07-11 16:06:08 +10:00
2014-09-25 23:14:43 +10:00
2012-10-09 09:47:26 +01:00
2013-05-28 09:41:09 +02:00
2012-11-15 13:00:58 +11:00
2012-11-15 13:00:58 +11:00
2012-11-15 13:00:58 +11:00
2014-09-25 23:14:43 +10:00
2013-12-30 14:02:29 +11:00
2011-04-26 23:31:11 -07:00
2014-10-22 14:03:06 +11:00
2013-11-20 16:31:01 +01:00
2011-03-31 11:26:23 -03:00
2014-02-17 11:19:37 +11:00
2014-01-15 13:46:44 +11:00
2014-09-30 14:59:13 +10:00
2014-09-25 23:14:50 +10:00
2009-06-06 10:14:22 -06:00
2013-10-30 16:02:28 +11:00