linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kernel-selftests: make run_tests -C bpf cost 5 hours
@ 2021-11-29  7:36 Zhou, Jie2X
  2021-12-01  6:54 ` Zhou, Jie2X
  0 siblings, 1 reply; 5+ messages in thread
From: Zhou, Jie2X @ 2021-11-29  7:36 UTC (permalink / raw)
  To: ast, daniel, andrii, kafai, songliubraving, yhs, john.fastabend, kpsingh
  Cc: netdev, bpf, linux-kernel, Li, ZhijianX, Ma, XinjianX

[-- Attachment #1: Type: text/plain, Size: 1834 bytes --]

hi,

   I have tested v5.16-rc1 kernel bpf function by make run_tests -C tools/testing/selftests/bpf.
   And found it cost above 5 hours.

   Check dmesg and found that lib/test_bpf.ko cost so much time.
   In tools/testing/selftests/bpf/test_kmod.sh insmod test_bpf.ko four times.
   It took 40 seconds for the first three times.

   When do 4th test among 1009 test cases from #812 ALU64_AND_K to  #936 JMP_JSET_K every test case cost above 1 min. 
   Is it currently to cost so much time?
 
kern :info : [ 1127.985791] test_bpf: #811 ALU64_MOV_K: all immediate value magnitudes
kern :info : [ 1237.158485] test_bpf: #812 ALU64_AND_K: all immediate value magnitudes jited:1 127955 PASS
kern :info : [ 1341.638557] test_bpf: #813 ALU64_OR_K: all immediate value magnitudes jited:1 155039 PASS
kern :info : [ 1447.725483] test_bpf: #814 ALU64_XOR_K: all immediate value magnitudes jited:1 129621 PASS
kern :info : [ 1551.808683] test_bpf: #815 ALU64_ADD_K: all immediate value magnitudes jited:1 120428 PASS
kern :info : [ 1655.550594] test_bpf: #816 ALU64_SUB_K: all immediate value magnitudes jited:1 175712 PASS
......
kern :info : [16725.824950] test_bpf: #931 JMP32_JLE_X: all register value magnitudes jited:1 216508 PASS
kern :info : [16911.555675] test_bpf: #932 JMP32_JSGT_X: all register value magnitudes jited:1 178367 PASS
kern :info : [17101.466163] test_bpf: #933 JMP32_JSGE_X: all register value magnitudes jited:1 191436 PASS
kern :info : [17288.359154] test_bpf: #934 JMP32_JSLT_X: all register value magnitudes jited:1 165714 PASS
kern :info : [17480.615048] test_bpf: #935 JMP32_JSLE_X: all register value magnitudes jited:1 172846 PASS
kern :info : [17667.472140] test_bpf: #936 JMP_JSET_K: imm = 0 -> never taken jited:1 14 PASS

   test_bpf.ko dmesg output is attached.

best regards,

[-- Attachment #2: bpf.test --]
[-- Type: application/octet-stream, Size: 390918 bytes --]

kern  :info  : [ 1055.990992] test_bpf: #0 TAX jited:1 20 64 19 PASS
kern  :info  : [ 1055.997273] test_bpf: #1 TXA jited:1 40 28 13 PASS
kern  :info  : [ 1056.003262] test_bpf: #2 ADD_SUB_MUL_K jited:1 14 PASS
kern  :info  : [ 1056.009441] test_bpf: #3 DIV_MOD_KX jited:1 26 PASS
kern  :info  : [ 1056.015389] test_bpf: #4 AND_OR_LSH_K jited:1 40 13 PASS
kern  :info  : [ 1056.021859] test_bpf: #5 LD_IMM_0 jited:1 15 PASS
kern  :info  : [ 1056.027664] test_bpf: #6 LD_IND jited:1 22 22 35 PASS
kern  :info  : [ 1056.033973] test_bpf: #7 LD_ABS jited:1 23 21 22 PASS
kern  :info  : [ 1056.040140] test_bpf: #8 LD_ABS_LL jited:1 35 35 PASS
kern  :info  : [ 1056.046372] test_bpf: #9 LD_IND_LL jited:1 28 41 27 PASS
kern  :info  : [ 1056.052922] test_bpf: #10 LD_ABS_NET jited:1 35 47 PASS
kern  :info  : [ 1056.059372] test_bpf: #11 LD_IND_NET jited:1 38 34 24 PASS
kern  :info  : [ 1056.066146] test_bpf: #12 LD_PKTTYPE jited:1 39 69 PASS
kern  :info  : [ 1056.072676] test_bpf: #13 LD_MARK jited:1 20 20 PASS
kern  :info  : [ 1056.078895] test_bpf: #14 LD_RXHASH jited:1 16 27 PASS
kern  :info  : [ 1056.085350] test_bpf: #15 LD_QUEUE jited:1 20 20 PASS
kern  :info  : [ 1056.091685] test_bpf: #16 LD_PROTOCOL jited:1 17 16 PASS
kern  :info  : [ 1056.098119] test_bpf: #17 LD_VLAN_TAG jited:1 27 14 PASS
kern  :info  : [ 1056.104540] test_bpf: #18 LD_VLAN_TAG_PRESENT jited:1 14 13 PASS
kern  :info  : [ 1056.111740] test_bpf: #19 LD_IFINDEX jited:1 15 15 PASS
kern  :info  : [ 1056.118056] test_bpf: #20 LD_HATYPE jited:1 15 15 PASS
kern  :info  : [ 1056.124273] test_bpf: #21 LD_CPU jited:1 15 16 PASS
kern  :info  : [ 1056.130285] test_bpf: #22 LD_NLATTR jited:1 18 40 PASS
kern  :info  : [ 1056.136620] test_bpf: #23 LD_NLATTR_NEST jited:1 56 114 PASS
kern  :info  : [ 1056.143498] test_bpf: #24 LD_PAYLOAD_OFF jited:1 2002 2047 PASS
kern  :info  : [ 1056.154644] test_bpf: #25 LD_ANC_XOR jited:1 14 14 PASS
kern  :info  : [ 1056.160928] test_bpf: #26 SPILL_FILL jited:1 28 15 14 PASS
kern  :info  : [ 1056.167604] test_bpf: #27 JEQ jited:1 36 16 15 PASS
kern  :info  : [ 1056.173592] test_bpf: #28 JGT jited:1 36 15 15 PASS
kern  :info  : [ 1056.179645] test_bpf: #29 JGE (jt 0), test 1 jited:1 36 15 15 PASS
kern  :info  : [ 1056.186925] test_bpf: #30 JGE (jt 0), test 2 jited:1 22 15 15 PASS
kern  :info  : [ 1056.194215] test_bpf: #31 JGE jited:1 19 34 71 PASS
kern  :info  : [ 1056.200296] test_bpf: #32 JSET jited:1 44 21 23 PASS
kern  :info  : [ 1056.206481] test_bpf: #33 tcpdump port 22 jited:1 24 40 31 PASS
kern  :info  : [ 1056.213622] test_bpf: #34 tcpdump complex jited:1 23 39 50 PASS
kern  :info  : [ 1056.220733] test_bpf: #35 RET_A jited:1 14 14 PASS
kern  :info  : [ 1056.226664] test_bpf: #36 INT: ADD trivial jited:1 28 PASS
kern  :info  : [ 1056.233394] test_bpf: #37 INT: MUL_X jited:1 17 PASS
kern  :info  : [ 1056.239382] test_bpf: #38 INT: MUL_X2 jited:1 16 PASS
kern  :info  : [ 1056.245501] test_bpf: #39 INT: MUL32_X jited:1 30 PASS
kern  :info  : [ 1056.251725] test_bpf: #40 INT: ADD 64-bit jited:1 26 PASS
kern  :info  : [ 1056.258253] test_bpf: #41 INT: ADD 32-bit jited:1 27 PASS
kern  :info  : [ 1056.264671] test_bpf: #42 INT: SUB jited:1 26 PASS
kern  :info  : [ 1056.270491] test_bpf: #43 INT: XOR jited:1 33 PASS
kern  :info  : [ 1056.276332] test_bpf: #44 INT: MUL jited:1 37 PASS
kern  :info  : [ 1056.282124] test_bpf: #45 MOV REG64 jited:1 16 PASS
kern  :info  : [ 1056.288033] test_bpf: #46 MOV REG32 jited:1 16 PASS
kern  :info  : [ 1056.293896] test_bpf: #47 LD IMM64 jited:1 21 PASS
kern  :info  : [ 1056.299721] test_bpf: #48 INT: ALU MIX jited:1 42 PASS
kern  :info  : [ 1056.305948] test_bpf: #49 INT: shifts by register jited:1 20 PASS
kern  :info  : [ 1056.313029] test_bpf: #50 check: missing ret PASS
kern  :info  : [ 1056.318572] test_bpf: #51 check: div_k_0 PASS
kern  :info  : [ 1056.323701] test_bpf: #52 check: unknown insn PASS
kern  :info  : [ 1056.329319] test_bpf: #53 check: out of range spill/fill PASS
kern  :info  : [ 1056.335838] test_bpf: #54 JUMPS + HOLES jited:1 19 PASS
kern  :info  : [ 1056.342383] test_bpf: #55 check: RET X PASS
kern  :info  : [ 1056.347359] test_bpf: #56 check: LDX + RET X PASS
kern  :info  : [ 1056.352871] test_bpf: #57 M[]: alt STX + LDX jited:1 40 PASS
kern  :info  : [ 1056.359576] test_bpf: #58 M[]: full STX + full LDX jited:1 32 PASS
kern  :info  : [ 1056.366945] test_bpf: #59 check: SKF_AD_MAX PASS
kern  :info  : [ 1056.372407] test_bpf: #60 LD [SKF_AD_OFF-1] jited:1 38 PASS
kern  :info  : [ 1056.379064] test_bpf: #61 load 64-bit immediate jited:1 16 PASS
kern  :info  : [ 1056.386050] test_bpf: #62 ALU_MOV_X: dst = 2 jited:1 40 PASS
kern  :info  : [ 1056.392719] test_bpf: #63 ALU_MOV_X: dst = 4294967295 jited:1 13 PASS
kern  :info  : [ 1056.400220] test_bpf: #64 ALU64_MOV_X: dst = 2 jited:1 13 PASS
kern  :info  : [ 1056.407153] test_bpf: #65 ALU64_MOV_X: dst = 4294967295 jited:1 13 PASS
kern  :info  : [ 1056.414791] test_bpf: #66 ALU_MOV_K: dst = 2 jited:1 13 PASS
kern  :info  : [ 1056.421495] test_bpf: #67 ALU_MOV_K: dst = 4294967295 jited:1 14 PASS
kern  :info  : [ 1056.429041] test_bpf: #68 ALU_MOV_K: 0x0000ffffffff0000 = 0x00000000ffffffff jited:1 14 PASS
kern  :info  : [ 1056.438560] test_bpf: #69 ALU_MOV_K: small negative jited:1 13 PASS
kern  :info  : [ 1056.445944] test_bpf: #70 ALU_MOV_K: small negative zero extension jited:1 27 PASS
kern  :info  : [ 1056.454591] test_bpf: #71 ALU_MOV_K: large negative jited:1 27 PASS
kern  :info  : [ 1056.461976] test_bpf: #72 ALU_MOV_K: large negative zero extension jited:1 14 PASS
kern  :info  : [ 1056.470650] test_bpf: #73 ALU64_MOV_K: dst = 2 jited:1 13 PASS
kern  :info  : [ 1056.477657] test_bpf: #74 ALU64_MOV_K: dst = 2147483647 jited:1 13 PASS
kern  :info  : [ 1056.485378] test_bpf: #75 ALU64_OR_K: dst = 0x0 jited:1 15 PASS
kern  :info  : [ 1056.492548] test_bpf: #76 ALU64_MOV_K: dst = -1 jited:1 15 PASS
kern  :info  : [ 1056.499510] test_bpf: #77 ALU64_MOV_K: small negative jited:1 27 PASS
kern  :info  : [ 1056.507086] test_bpf: #78 ALU64_MOV_K: small negative sign extension jited:1 13 PASS
kern  :info  : [ 1056.515911] test_bpf: #79 ALU64_MOV_K: large negative jited:1 27 PASS
kern  :info  : [ 1056.523438] test_bpf: #80 ALU64_MOV_K: large negative sign extension jited:1 13 PASS
kern  :info  : [ 1056.532349] test_bpf: #81 ALU_ADD_X: 1 + 2 = 3 jited:1 27 PASS
kern  :info  : [ 1056.539321] test_bpf: #82 ALU_ADD_X: 1 + 4294967294 = 4294967295 jited:1 46 PASS
kern  :info  : [ 1056.547768] test_bpf: #83 ALU_ADD_X: 2 + 4294967294 = 0 jited:1 29 PASS
kern  :info  : [ 1056.555522] test_bpf: #84 ALU64_ADD_X: 1 + 2 = 3 jited:1 14 PASS
kern  :info  : [ 1056.562643] test_bpf: #85 ALU64_ADD_X: 1 + 4294967294 = 4294967295 jited:1 13 PASS
kern  :info  : [ 1056.571330] test_bpf: #86 ALU64_ADD_X: 2 + 4294967294 = 4294967296 jited:1 14 PASS
kern  :info  : [ 1056.609501] test_bpf: #87 ALU_ADD_K: 1 + 2 = 3 jited:1 29 PASS
kern  :info  : [ 1056.624313] test_bpf: #88 ALU_ADD_K: 3 + 0 = 3 
kern  :info  : [ 1056.640335] test_bpf: #89 ALU_ADD_K: 1 + 4294967294 = 4294967295 
kern  :info  : [ 1056.658066] test_bpf: #90 ALU_ADD_K: 4294967294 + 2 = 0 
kern  :info  : [ 1056.673703] test_bpf: #91 ALU_ADD_K: 0 + (-1) = 0x00000000ffffffff 
kern  :info  : [ 1056.690426] test_bpf: #92 ALU_ADD_K: 0 + 0xffff = 0xffff 
kern  :info  : [ 1056.706363] test_bpf: #93 ALU_ADD_K: 0 + 0x7fffffff = 0x7fffffff 
kern  :info  : [ 1056.724916] test_bpf: #94 ALU_ADD_K: 0 + 0x80000000 = 0x80000000 jited:1 28 PASS
kern  :info  : [ 1056.741182] test_bpf: #95 ALU_ADD_K: 0 + 0x80008000 = 0x80008000 jited:1 24 PASS
kern  :info  : [ 1056.749713] test_bpf: #96 ALU64_ADD_K: 1 + 2 = 3 jited:1 14 PASS
kern  :info  : [ 1056.756768] test_bpf: #97 ALU64_ADD_K: 3 + 0 = 3 jited:1 21 PASS
kern  :info  : [ 1056.763903] test_bpf: #98 ALU64_ADD_K: 1 + 2147483646 = 2147483647 jited:1 13 PASS
kern  :info  : [ 1056.772616] test_bpf: #99 ALU64_ADD_K: 4294967294 + 2 = 4294967296 jited:1 15 PASS
kern  :info  : [ 1056.781258] test_bpf: #100 ALU64_ADD_K: 2147483646 + -2147483647 = -1 jited:1 15 PASS
kern  :info  : [ 1056.790108] test_bpf: #101 ALU64_ADD_K: 1 + 0 = 1 jited:1 43 PASS
kern  :info  : [ 1056.797432] test_bpf: #102 ALU64_ADD_K: 0 + (-1) = 0xffffffffffffffff jited:1 29 PASS
kern  :info  : [ 1056.806357] test_bpf: #103 ALU64_ADD_K: 0 + 0xffff = 0xffff jited:1 15 PASS
kern  :info  : [ 1056.814574] test_bpf: #104 ALU64_ADD_K: 0 + 0x7fffffff = 0x7fffffff jited:1 15 PASS
kern  :info  : [ 1056.823320] test_bpf: #105 ALU64_ADD_K: 0 + 0x80000000 = 0xffffffff80000000 jited:1 33 PASS
kern  :info  : [ 1056.832721] test_bpf: #106 ALU_ADD_K: 0 + 0x80008000 = 0xffffffff80008000 jited:1 15 PASS
kern  :info  : [ 1056.841984] test_bpf: #107 ALU_SUB_X: 3 - 1 = 2 jited:1 13 PASS
kern  :info  : [ 1056.849030] test_bpf: #108 ALU_SUB_X: 4294967295 - 4294967294 = 1 jited:1 13 PASS
kern  :info  : [ 1056.857612] test_bpf: #109 ALU64_SUB_X: 3 - 1 = 2 jited:1 26 PASS
kern  :info  : [ 1056.864838] test_bpf: #110 ALU64_SUB_X: 4294967295 - 4294967294 = 1 jited:1 13 PASS
kern  :info  : [ 1056.873575] test_bpf: #111 ALU_SUB_K: 3 - 1 = 2 jited:1 14 PASS
kern  :info  : [ 1056.880673] test_bpf: #112 ALU_SUB_K: 3 - 0 = 3 jited:1 27 PASS
kern  :info  : [ 1056.887664] test_bpf: #113 ALU_SUB_K: 4294967295 - 4294967294 = 1 jited:1 13 PASS
kern  :info  : [ 1056.896300] test_bpf: #114 ALU64_SUB_K: 3 - 1 = 2 jited:1 60 PASS
kern  :info  : [ 1056.903489] test_bpf: #115 ALU64_SUB_K: 3 - 0 = 3 jited:1 14 PASS
kern  :info  : [ 1056.910734] test_bpf: #116 ALU64_SUB_K: 4294967294 - 4294967295 = -1 jited:1 14 PASS
kern  :info  : [ 1056.919537] test_bpf: #117 ALU64_ADD_K: 2147483646 - 2147483647 = -1 jited:1 13 PASS
kern  :info  : [ 1056.928359] test_bpf: #118 ALU_MUL_X: 2 * 3 = 6 jited:1 14 PASS
kern  :info  : [ 1056.935306] test_bpf: #119 ALU_MUL_X: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 66 PASS
kern  :info  : [ 1056.943916] test_bpf: #120 ALU_MUL_X: -1 * -1 = 1 jited:1 14 PASS
kern  :info  : [ 1056.951116] test_bpf: #121 ALU64_MUL_X: 2 * 3 = 6 jited:1 27 PASS
kern  :info  : [ 1056.958368] test_bpf: #122 ALU64_MUL_X: 1 * 2147483647 = 2147483647 jited:1 27 PASS
kern  :info  : [ 1056.967029] test_bpf: #123 ALU64_MUL_X: 64x64 multiply, low word jited:1 28 PASS
kern  :info  : [ 1056.975508] test_bpf: #124 ALU64_MUL_X: 64x64 multiply, high word jited:1 14 PASS
kern  :info  : [ 1056.984046] test_bpf: #125 ALU_MUL_K: 2 * 3 = 6 jited:1 13 PASS
kern  :info  : [ 1056.991061] test_bpf: #126 ALU_MUL_K: 3 * 1 = 3 jited:1 13 PASS
kern  :info  : [ 1056.998042] test_bpf: #127 ALU_MUL_K: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 13 PASS
kern  :info  : [ 1057.006668] test_bpf: #128 ALU_MUL_K: 1 * (-1) = 0x00000000ffffffff jited:1 15 PASS
kern  :info  : [ 1057.015283] test_bpf: #129 ALU64_MUL_K: 2 * 3 = 6 jited:1 80 PASS
kern  :info  : [ 1057.022499] test_bpf: #130 ALU64_MUL_K: 3 * 1 = 3 jited:1 21 PASS
kern  :info  : [ 1057.029711] test_bpf: #131 ALU64_MUL_K: 1 * 2147483647 = 2147483647 jited:1 21 PASS
kern  :info  : [ 1057.038499] test_bpf: #132 ALU64_MUL_K: 1 * -2147483647 = -2147483647 jited:1 13 PASS
kern  :info  : [ 1057.047446] test_bpf: #133 ALU64_MUL_K: 1 * (-1) = 0xffffffffffffffff jited:1 34 PASS
kern  :info  : [ 1057.056430] test_bpf: #134 ALU64_MUL_K: 64x32 multiply, low word jited:1 13 PASS
kern  :info  : [ 1057.064914] test_bpf: #135 ALU64_MUL_K: 64x32 multiply, high word jited:1 14 PASS
kern  :info  : [ 1057.073584] test_bpf: #136 ALU_DIV_X: 6 / 2 = 3 jited:1 30 PASS
kern  :info  : [ 1057.080658] test_bpf: #137 ALU_DIV_X: 4294967295 / 4294967295 = 1 jited:1 15 PASS
kern  :info  : [ 1057.089211] test_bpf: #138 ALU64_DIV_X: 6 / 2 = 3 jited:1 20 PASS
kern  :info  : [ 1057.096363] test_bpf: #139 ALU64_DIV_X: 2147483647 / 2147483647 = 1 jited:1 63 PASS
kern  :info  : [ 1057.105001] test_bpf: #140 ALU64_DIV_X: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 19 PASS
kern  :info  : [ 1057.115337] test_bpf: #141 ALU_DIV_K: 6 / 2 = 3 jited:1 15 PASS
kern  :info  : [ 1057.122178] test_bpf: #142 ALU_DIV_K: 3 / 1 = 3 jited:1 14 PASS
kern  :info  : [ 1057.129134] test_bpf: #143 ALU_DIV_K: 4294967295 / 4294967295 = 1 jited:1 43 PASS
kern  :info  : [ 1057.137576] test_bpf: #144 ALU_DIV_K: 0xffffffffffffffff / (-1) = 0x1 jited:1 16 PASS
kern  :info  : [ 1057.146498] test_bpf: #145 ALU64_DIV_K: 6 / 2 = 3 jited:1 20 PASS
kern  :info  : [ 1057.153576] test_bpf: #146 ALU64_DIV_K: 3 / 1 = 3 jited:1 32 PASS
kern  :info  : [ 1057.160773] test_bpf: #147 ALU64_DIV_K: 2147483647 / 2147483647 = 1 jited:1 21 PASS
kern  :info  : [ 1057.169379] test_bpf: #148 ALU64_DIV_K: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 98 PASS
kern  :info  : [ 1057.179665] test_bpf: #149 ALU_MOD_X: 3 % 2 = 1 jited:1 31 PASS
kern  :info  : [ 1057.186586] test_bpf: #150 ALU_MOD_X: 4294967295 % 4294967293 = 2 jited:1 15 PASS
kern  :info  : [ 1057.195183] test_bpf: #151 ALU64_MOD_X: 3 % 2 = 1 jited:1 34 PASS
kern  :info  : [ 1057.202237] test_bpf: #152 ALU64_MOD_X: 2147483647 % 2147483645 = 2 jited:1 19 PASS
kern  :info  : [ 1057.210944] test_bpf: #153 ALU_MOD_K: 3 % 2 = 1 jited:1 15 PASS
kern  :info  : [ 1057.217892] test_bpf: #154 ALU_MOD_K: 3 % 1 = 0 jited:1 15 PASS
kern  :info  : [ 1057.224748] test_bpf: #155 ALU_MOD_K: 4294967295 % 4294967293 = 2 jited:1 14 PASS
kern  :info  : [ 1057.233333] test_bpf: #156 ALU64_MOD_K: 3 % 2 = 1 jited:1 21 PASS
kern  :info  : [ 1057.240373] test_bpf: #157 ALU64_MOD_K: 3 % 1 = 0 jited:1 20 PASS
kern  :info  : [ 1057.247541] test_bpf: #158 ALU64_MOD_K: 2147483647 % 2147483645 = 2 jited:1 22 PASS
kern  :info  : [ 1057.256175] test_bpf: #159 ALU_AND_X: 3 & 2 = 2 jited:1 14 PASS
kern  :info  : [ 1057.263192] test_bpf: #160 ALU_AND_X: 0xffffffff & 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1057.272466] test_bpf: #161 ALU64_AND_X: 3 & 2 = 2 jited:1 41 PASS
kern  :info  : [ 1057.279541] test_bpf: #162 ALU64_AND_X: 0xffffffff & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1057.289030] test_bpf: #163 ALU_AND_K: 3 & 2 = 2 jited:1 14 PASS
kern  :info  : [ 1057.295943] test_bpf: #164 ALU_AND_K: 0xffffffff & 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1057.305269] test_bpf: #165 ALU_AND_K: Small immediate jited:1 42 PASS
kern  :info  : [ 1057.312723] test_bpf: #166 ALU_AND_K: Large immediate jited:1 13 PASS
kern  :info  : [ 1057.320276] test_bpf: #167 ALU_AND_K: Zero extension jited:1 41 PASS
kern  :info  : [ 1057.327672] test_bpf: #168 ALU64_AND_K: 3 & 2 = 2 jited:1 14 PASS
kern  :info  : [ 1057.334848] test_bpf: #169 ALU64_AND_K: 0xffffffff & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1057.344249] test_bpf: #170 ALU64_AND_K: 0x0000ffffffff0000 & 0x0 = 0x0000000000000000 jited:1 15 PASS
kern  :info  : [ 1057.354481] test_bpf: #171 ALU64_AND_K: 0x0000ffffffff0000 & -1 = 0x0000ffffffff0000 jited:1 16 PASS
kern  :info  : [ 1057.364617] test_bpf: #172 ALU64_AND_K: 0xffffffffffffffff & -1 = 0xffffffffffffffff jited:1 15 PASS
kern  :info  : [ 1057.374698] test_bpf: #173 ALU64_AND_K: Sign extension 1 jited:1 15 PASS
kern  :info  : [ 1057.382506] test_bpf: #174 ALU64_AND_K: Sign extension 2 jited:1 16 PASS
kern  :info  : [ 1057.390206] test_bpf: #175 ALU_OR_X: 1 | 2 = 3 jited:1 27 PASS
kern  :info  : [ 1057.397138] test_bpf: #176 ALU_OR_X: 0x0 | 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1057.405764] test_bpf: #177 ALU64_OR_X: 1 | 2 = 3 jited:1 14 PASS
kern  :info  : [ 1057.412739] test_bpf: #178 ALU64_OR_X: 0 | 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1057.421390] test_bpf: #179 ALU_OR_K: 1 | 2 = 3 jited:1 18 PASS
kern  :info  : [ 1057.428246] test_bpf: #180 ALU_OR_K: 0 & 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1057.436696] test_bpf: #181 ALU_OR_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1057.444094] test_bpf: #182 ALU_OR_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1057.451417] test_bpf: #183 ALU_OR_K: Zero extension jited:1 15 PASS
kern  :info  : [ 1057.458746] test_bpf: #184 ALU64_OR_K: 1 | 2 = 3 jited:1 33 PASS
kern  :info  : [ 1057.465690] test_bpf: #185 ALU64_OR_K: 0 & 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1057.506852] test_bpf: #186 ALU64_OR_K: 0x0000ffffffff0000 | 0x0 = 0x0000ffffffff0000 
kern  :info  : [ 1057.532722] test_bpf: #187 ALU64_OR_K: 0x0000ffffffff0000 | -1 = 0xffffffffffffffff 
kern  :info  : [ 1057.567408] test_bpf: #188 ALU64_OR_K: 0x000000000000000 | -1 = 0xffffffffffffffff jited:1 30 PASS
kern  :info  : [ 1057.581950] test_bpf: #189 ALU64_OR_K: Sign extension 1 
kern  :info  : [ 1057.606958] test_bpf: #190 ALU64_OR_K: Sign extension 2 
kern  :info  : [ 1057.633195] test_bpf: #191 ALU_XOR_X: 5 ^ 6 = 3 
kern  :info  : [ 1057.649383] test_bpf: #192 ALU_XOR_X: 0x1 ^ 0xffffffff = 0xfffffffe 
kern  :info  : [ 1057.669374] test_bpf: #193 ALU64_XOR_X: 5 ^ 6 = 3 
kern  :info  : [ 1057.685651] test_bpf: #194 ALU64_XOR_X: 1 ^ 0xffffffff = 0xfffffffe 
kern  :info  : [ 1057.703331] test_bpf: #195 ALU_XOR_K: 5 ^ 6 = 3 
kern  :info  : [ 1057.719647] test_bpf: #196 ALU_XOR_K: 1 ^ 0xffffffff = 0xfffffffe 
kern  :info  : [ 1057.736809] test_bpf: #197 ALU_XOR_K: Small immediate 
kern  :info  : [ 1057.766356] test_bpf: #198 ALU_XOR_K: Large immediate jited:1 28 PASS
kern  :info  : [ 1057.778456] test_bpf: #199 ALU_XOR_K: Zero extension 
kern  :info  : [ 1057.800929] test_bpf: #200 ALU64_XOR_K: 5 ^ 6 = 3 
kern  :info  : [ 1057.816461] test_bpf: #201 ALU64_XOR_K: 1 ^ 0xffffffff = 0xfffffffe 
kern  :info  : [ 1057.834249] test_bpf: #202 ALU64_XOR_K: 0x0000ffffffff0000 ^ 0x0 = 0x0000ffffffff0000 
kern  :info  : [ 1057.854208] test_bpf: #203 ALU64_XOR_K: 0x0000ffffffff0000 ^ -1 = 0xffff00000000ffff 
kern  :info  : [ 1057.872317] test_bpf: #204 ALU64_XOR_K: 0x000000000000000 ^ -1 = 0xffffffffffffffff 
kern  :info  : [ 1057.890327] test_bpf: #205 ALU64_XOR_K: Sign extension 1 
kern  :info  : [ 1057.907676] test_bpf: #206 ALU64_XOR_K: Sign extension 2 
kern  :info  : [ 1057.923396] test_bpf: #207 ALU_LSH_X: 1 << 1 = 2 
kern  :info  : [ 1057.938407] test_bpf: #208 ALU_LSH_X: 1 << 31 = 0x80000000 
kern  :info  : [ 1057.954459] test_bpf: #209 ALU_LSH_X: 0x12345678 << 12 = 0x45678000 
kern  :info  : [ 1057.971269] test_bpf: #210 ALU64_LSH_X: 1 << 1 = 2 
kern  :info  : [ 1057.986147] test_bpf: #211 ALU64_LSH_X: 1 << 31 = 0x80000000 
kern  :info  : [ 1058.003690] test_bpf: #212 ALU64_LSH_X: Shift < 32, low word jited:1 28 PASS
kern  :info  : [ 1058.011828] test_bpf: #213 ALU64_LSH_X: Shift < 32, high word 
kern  :info  : [ 1058.047485] test_bpf: #214 ALU64_LSH_X: Shift > 32, low word 
kern  :info  : [ 1058.074713] test_bpf: #215 ALU64_LSH_X: Shift > 32, high word 
kern  :info  : [ 1058.090894] test_bpf: #216 ALU64_LSH_X: Shift == 32, low word 
kern  :info  : [ 1058.113261] test_bpf: #217 ALU64_LSH_X: Shift == 32, high word 
kern  :info  : [ 1058.137991] test_bpf: #218 ALU64_LSH_X: Zero shift, low word 
kern  :info  : [ 1058.165002] test_bpf: #219 ALU64_LSH_X: Zero shift, high word 
kern  :info  : [ 1058.191258] test_bpf: #220 ALU_LSH_K: 1 << 1 = 2 
kern  :info  : [ 1058.217377] test_bpf: #221 ALU_LSH_K: 1 << 31 = 0x80000000 
kern  :info  : [ 1058.250361] test_bpf: #222 ALU_LSH_K: 0x12345678 << 12 = 0x45678000 jited:1 13 PASS
kern  :info  : [ 1058.268520] test_bpf: #223 ALU_LSH_K: 0x12345678 << 0 = 0x12345678 
kern  :info  : [ 1058.286362] test_bpf: #224 ALU64_LSH_K: 1 << 1 = 2 jited:1 14 PASS
kern  :info  : [ 1058.293437] test_bpf: #225 ALU64_LSH_K: 1 << 31 = 0x80000000 
kern  :info  : [ 1058.332735] test_bpf: #226 ALU64_LSH_K: Shift < 32, low word jited:1 13 PASS
kern  :info  : [ 1058.349713] test_bpf: #227 ALU64_LSH_K: Shift < 32, high word 
kern  :info  : [ 1058.367099] test_bpf: #228 ALU64_LSH_K: Shift > 32, low word jited:1 13 PASS
kern  :info  : [ 1058.384030] test_bpf: #229 ALU64_LSH_K: Shift > 32, high word 
kern  :info  : [ 1058.401337] test_bpf: #230 ALU64_LSH_K: Shift == 32, low word 
kern  :info  : [ 1058.420552] test_bpf: #231 ALU64_LSH_K: Shift == 32, high word 
kern  :info  : [ 1058.436840] test_bpf: #232 ALU64_LSH_K: Zero shift 
kern  :info  : [ 1058.455097] test_bpf: #233 ALU_RSH_X: 2 >> 1 = 1 
kern  :info  : [ 1058.470190] test_bpf: #234 ALU_RSH_X: 0x80000000 >> 31 = 1 
kern  :info  : [ 1058.486319] test_bpf: #235 ALU_RSH_X: 0x12345678 >> 20 = 0x123 
kern  :info  : [ 1058.505683] test_bpf: #236 ALU64_RSH_X: 2 >> 1 = 1 jited:1 29 PASS
kern  :info  : [ 1058.520054] test_bpf: #237 ALU64_RSH_X: 0x80000000 >> 31 = 1 
kern  :info  : [ 1058.574830] test_bpf: #238 ALU64_RSH_X: Shift < 32, low word 
kern  :info  : [ 1058.607284] test_bpf: #239 ALU64_RSH_X: Shift < 32, high word jited:1 
kern  :info  : [ 1058.626775] test_bpf: #240 ALU64_RSH_X: Shift > 32, low word jited:1 21 PASS
kern  :info  : [ 1058.634919] test_bpf: #241 ALU64_RSH_X: Shift > 32, high word 
kern  :info  : [ 1058.672194] test_bpf: #242 ALU64_RSH_X: Shift == 32, low word 
kern  :info  : [ 1058.698911] test_bpf: #243 ALU64_RSH_X: Shift == 32, high word 
kern  :info  : [ 1058.725811] test_bpf: #244 ALU64_RSH_X: Zero shift, low word jited:1 14 PASS
kern  :info  : [ 1058.733916] test_bpf: #245 ALU64_RSH_X: Zero shift, high word 
kern  :info  : [ 1058.783077] test_bpf: #246 ALU_RSH_K: 2 >> 1 = 1 
kern  :info  : [ 1058.799478] test_bpf: #247 ALU_RSH_K: 0x80000000 >> 31 = 1 jited:1 29 PASS
kern  :info  : [ 1058.816657] test_bpf: #248 ALU_RSH_K: 0x12345678 >> 20 = 0x123 
kern  :info  : [ 1058.834207] test_bpf: #249 ALU_RSH_K: 0x12345678 >> 0 = 0x12345678 
kern  :info  : [ 1058.854147] test_bpf: #250 ALU64_RSH_K: 2 >> 1 = 1 
kern  :info  : [ 1058.869544] test_bpf: #251 ALU64_RSH_K: 0x80000000 >> 31 = 1 
kern  :info  : [ 1058.885825] test_bpf: #252 ALU64_RSH_K: Shift < 32, low word 
kern  :info  : [ 1058.905257] test_bpf: #253 ALU64_RSH_K: Shift < 32, high word 
kern  :info  : [ 1058.922825] test_bpf: #254 ALU64_RSH_K: Shift > 32, low word jited:1 27 PASS
kern  :info  : [ 1058.930926] test_bpf: #255 ALU64_RSH_K: Shift > 32, high word 
kern  :info  : [ 1058.975866] test_bpf: #256 ALU64_RSH_K: Shift == 32, low word 
kern  :info  : [ 1058.993222] test_bpf: #257 ALU64_RSH_K: Shift == 32, high word 
kern  :info  : [ 1059.010790] test_bpf: #258 ALU64_RSH_K: Zero shift 
kern  :info  : [ 1059.027333] test_bpf: #259 ALU32_ARSH_X: -1234 >> 7 = -10 
kern  :info  : [ 1059.044462] test_bpf: #260 ALU64_ARSH_X: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff 
kern  :info  : [ 1059.073015] test_bpf: #261 ALU64_ARSH_X: Shift < 32, low word jited:1 
kern  :info  : [ 1059.097389] test_bpf: #262 ALU64_ARSH_X: Shift < 32, high word jited:1 29 PASS
kern  :info  : [ 1059.110209] test_bpf: #263 ALU64_ARSH_X: Shift > 32, low word 
kern  :info  : [ 1059.147829] test_bpf: #264 ALU64_ARSH_X: Shift > 32, high word 
kern  :info  : [ 1059.174870] test_bpf: #265 ALU64_ARSH_X: Shift == 32, low word 
kern  :info  : [ 1059.200795] test_bpf: #266 ALU64_ARSH_X: Shift == 32, high word 
kern  :info  : [ 1059.227889] test_bpf: #267 ALU64_ARSH_X: Zero shift, low word 
kern  :info  : [ 1059.252477] test_bpf: #268 ALU64_ARSH_X: Zero shift, high word 
kern  :info  : [ 1059.277496] test_bpf: #269 ALU32_ARSH_K: -1234 >> 7 = -10 
kern  :info  : [ 1059.294501] test_bpf: #270 ALU32_ARSH_K: -1234 >> 0 = -1234 
kern  :info  : [ 1059.310607] test_bpf: #271 ALU64_ARSH_K: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff 
kern  :info  : [ 1059.337822] test_bpf: #272 ALU64_ARSH_K: Shift < 32, low word jited:1 26 PASS
kern  :info  : [ 1059.346035] test_bpf: #273 ALU64_ARSH_K: Shift < 32, high word 
kern  :info  : [ 1059.392539] test_bpf: #274 ALU64_ARSH_K: Shift > 32, low word 
kern  :info  : [ 1059.408780] test_bpf: #275 ALU64_ARSH_K: Shift > 32, high word 
kern  :info  : [ 1059.425078] test_bpf: #276 ALU64_ARSH_K: Shift == 32, low word 
kern  :info  : [ 1059.442660] test_bpf: #277 ALU64_ARSH_K: Shift == 32, high word 
kern  :info  : [ 1059.459172] test_bpf: #278 ALU64_ARSH_K: Zero shift 
kern  :info  : [ 1059.474714] test_bpf: #279 ALU_NEG: -(3) = -3 
kern  :info  : [ 1059.505346] test_bpf: #280 ALU_NEG: -(-3) = 3 jited:1 
kern  :info  : [ 1059.533214] test_bpf: #281 ALU64_NEG: -(3) = -3 jited:1 34 
kern  :info  : [ 1059.546717] test_bpf: #282 ALU64_NEG: -(-3) = 3 jited:1 34 PASS
kern  :info  : [ 1059.558314] test_bpf: #283 ALU_END_FROM_BE 16: 0x0123456789abcdef -> 0xcdef jited:1 14 PASS
kern  :info  : [ 1059.567740] test_bpf: #284 ALU_END_FROM_BE 32: 0x0123456789abcdef -> 0x89abcdef jited:1 27 PASS
kern  :info  : [ 1059.577611] test_bpf: #285 ALU_END_FROM_BE 64: 0x0123456789abcdef -> 0x89abcdef jited:1 27 PASS
kern  :info  : [ 1059.587373] test_bpf: #286 ALU_END_FROM_BE 64: 0x0123456789abcdef >> 32 -> 0x01234567 jited:1 14 PASS
kern  :info  : [ 1059.597541] test_bpf: #287 ALU_END_FROM_BE 16: 0xfedcba9876543210 -> 0x3210 jited:1 28 PASS
kern  :info  : [ 1059.606968] test_bpf: #288 ALU_END_FROM_BE 32: 0xfedcba9876543210 -> 0x76543210 jited:1 27 PASS
kern  :info  : [ 1059.616695] test_bpf: #289 ALU_END_FROM_BE 64: 0xfedcba9876543210 -> 0x76543210 jited:1 13 PASS
kern  :info  : [ 1059.626558] test_bpf: #290 ALU_END_FROM_BE 64: 0xfedcba9876543210 >> 32 -> 0xfedcba98 jited:1 14 PASS
kern  :info  : [ 1059.636806] test_bpf: #291 ALU_END_FROM_LE 16: 0x0123456789abcdef -> 0xefcd jited:1 14 PASS
kern  :info  : [ 1059.646260] test_bpf: #292 ALU_END_FROM_LE 32: 0x0123456789abcdef -> 0xefcdab89 jited:1 15 PASS
kern  :info  : [ 1059.655882] test_bpf: #293 ALU_END_FROM_LE 64: 0x0123456789abcdef -> 0x67452301 jited:1 20 PASS
kern  :info  : [ 1059.665728] test_bpf: #294 ALU_END_FROM_LE 64: 0x0123456789abcdef >> 32 -> 0xefcdab89 jited:1 14 PASS
kern  :info  : [ 1059.675967] test_bpf: #295 ALU_END_FROM_LE 16: 0xfedcba9876543210 -> 0x1032 jited:1 13 PASS
kern  :info  : [ 1059.685440] test_bpf: #296 ALU_END_FROM_LE 32: 0xfedcba9876543210 -> 0x10325476 jited:1 28 PASS
kern  :info  : [ 1059.695187] test_bpf: #297 ALU_END_FROM_LE 64: 0xfedcba9876543210 -> 0x10325476 jited:1 13 PASS
kern  :info  : [ 1059.704976] test_bpf: #298 ALU_END_FROM_LE 64: 0xfedcba9876543210 >> 32 -> 0x98badcfe jited:1 14 PASS
kern  :info  : [ 1059.715238] test_bpf: #299 BPF_LDX_MEM | BPF_B jited:1 14 PASS
kern  :info  : [ 1059.722175] test_bpf: #300 BPF_LDX_MEM | BPF_B, MSB set jited:1 28 PASS
kern  :info  : [ 1059.729784] test_bpf: #301 BPF_LDX_MEM | BPF_H jited:1 34 PASS
kern  :info  : [ 1059.736774] test_bpf: #302 BPF_LDX_MEM | BPF_H, MSB set jited:1 27 PASS
kern  :info  : [ 1059.744382] test_bpf: #303 BPF_LDX_MEM | BPF_W jited:1 28 PASS
kern  :info  : [ 1059.751369] test_bpf: #304 BPF_LDX_MEM | BPF_W, MSB set jited:1 39 PASS
kern  :info  : [ 1059.759003] test_bpf: #305 BPF_STX_MEM | BPF_B jited:1 15 PASS
kern  :info  : [ 1059.766018] test_bpf: #306 BPF_STX_MEM | BPF_B, MSB set jited:1 21 PASS
kern  :info  : [ 1059.773725] test_bpf: #307 BPF_STX_MEM | BPF_H jited:1 28 PASS
kern  :info  : [ 1059.780587] test_bpf: #308 BPF_STX_MEM | BPF_H, MSB set jited:1 15 PASS
kern  :info  : [ 1059.788369] test_bpf: #309 BPF_STX_MEM | BPF_W jited:1 16 PASS
kern  :info  : [ 1059.795199] test_bpf: #310 BPF_STX_MEM | BPF_W, MSB set jited:1 16 PASS
kern  :info  : [ 1059.802916] test_bpf: #311 ST_MEM_B: Store/Load byte: max negative jited:1 13 PASS
kern  :info  : [ 1059.811517] test_bpf: #312 ST_MEM_B: Store/Load byte: max positive jited:1 14 PASS
kern  :info  : [ 1059.820068] test_bpf: #313 STX_MEM_B: Store/Load byte: max negative jited:1 14 PASS
kern  :info  : [ 1059.828844] test_bpf: #314 ST_MEM_H: Store/Load half word: max negative jited:1 30 PASS
kern  :info  : [ 1059.837852] test_bpf: #315 ST_MEM_H: Store/Load half word: max positive jited:1 30 PASS
kern  :info  : [ 1059.846890] test_bpf: #316 STX_MEM_H: Store/Load half word: max negative jited:1 40 PASS
kern  :info  : [ 1059.856018] test_bpf: #317 ST_MEM_W: Store/Load word: max negative jited:1 14 PASS
kern  :info  : [ 1059.864640] test_bpf: #318 ST_MEM_W: Store/Load word: max positive jited:1 14 PASS
kern  :info  : [ 1059.873228] test_bpf: #319 STX_MEM_W: Store/Load word: max negative jited:1 15 PASS
kern  :info  : [ 1059.881897] test_bpf: #320 ST_MEM_DW: Store/Load double word: max negative jited:1 14 PASS
kern  :info  : [ 1059.891226] test_bpf: #321 ST_MEM_DW: Store/Load double word: max negative 2 jited:1 15 PASS
kern  :info  : [ 1059.900707] test_bpf: #322 ST_MEM_DW: Store/Load double word: max positive jited:1 13 PASS
kern  :info  : [ 1059.910011] test_bpf: #323 STX_MEM_DW: Store/Load double word: max negative jited:1 27 PASS
kern  :info  : [ 1059.919305] test_bpf: #324 STX_MEM_DW: Store double word: first word in memory jited:1 14 PASS
kern  :info  : [ 1059.928918] test_bpf: #325 STX_MEM_DW: Store double word: second word in memory jited:1 27 PASS
kern  :info  : [ 1059.938662] test_bpf: #326 STX_XADD_W: X + 1 + 1 + 1 + ... jited:1 20011 PASS
kern  :info  : [ 1059.967429] test_bpf: #327 STX_XADD_DW: X + 1 + 1 + 1 + ... jited:1 19966 PASS
kern  :info  : [ 1059.996387] test_bpf: #328 BPF_ATOMIC | BPF_W, BPF_ADD: Test: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1060.006195] test_bpf: #329 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1060.017659] test_bpf: #330 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1060.028947] test_bpf: #331 BPF_ATOMIC | BPF_W, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 35 PASS
kern  :info  : [ 1060.039252] test_bpf: #332 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1060.050109] test_bpf: #333 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1060.062459] test_bpf: #334 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1060.074764] test_bpf: #335 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1060.086154] test_bpf: #336 BPF_ATOMIC | BPF_DW, BPF_ADD: Test: 0x12 + 0xab = 0xbd jited:1 36 PASS
kern  :info  : [ 1060.096050] test_bpf: #337 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1060.107544] test_bpf: #338 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1060.118957] test_bpf: #339 BPF_ATOMIC | BPF_DW, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1060.129438] test_bpf: #340 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1060.140338] test_bpf: #341 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 52 PASS
kern  :info  : [ 1060.152794] test_bpf: #342 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1060.165296] test_bpf: #343 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd jited:1 68 PASS
kern  :info  : [ 1060.176814] test_bpf: #344 BPF_ATOMIC | BPF_W, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1060.186727] test_bpf: #345 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1060.198176] test_bpf: #346 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1060.209456] test_bpf: #347 BPF_ATOMIC | BPF_W, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1060.219923] test_bpf: #348 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1060.230849] test_bpf: #349 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1060.243275] test_bpf: #350 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 40 PASS
kern  :info  : [ 1060.255705] test_bpf: #351 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1060.267151] test_bpf: #352 BPF_ATOMIC | BPF_DW, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1060.277091] test_bpf: #353 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 35 PASS
kern  :info  : [ 1060.288537] test_bpf: #354 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1060.300001] test_bpf: #355 BPF_ATOMIC | BPF_DW, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1060.310534] test_bpf: #356 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 jited:1 36 PASS
kern  :info  : [ 1060.321476] test_bpf: #357 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 24 PASS
kern  :info  : [ 1060.334082] test_bpf: #358 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 24 PASS
kern  :info  : [ 1060.346494] test_bpf: #359 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 36 PASS
kern  :info  : [ 1060.357973] test_bpf: #360 BPF_ATOMIC | BPF_W, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 48 PASS
kern  :info  : [ 1060.367772] test_bpf: #361 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1060.379169] test_bpf: #362 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1060.390419] test_bpf: #363 BPF_ATOMIC | BPF_W, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 22 PASS
kern  :info  : [ 1060.400759] test_bpf: #364 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb jited:1 24 PASS
kern  :info  : [ 1060.411531] test_bpf: #365 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 36 PASS
kern  :info  : [ 1060.423971] test_bpf: #366 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1060.436261] test_bpf: #367 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 22 PASS
kern  :info  : [ 1060.447518] test_bpf: #368 BPF_ATOMIC | BPF_DW, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 34 PASS
kern  :info  : [ 1060.457339] test_bpf: #369 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 22 PASS
kern  :info  : [ 1060.468772] test_bpf: #370 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 34 PASS
kern  :info  : [ 1060.480091] test_bpf: #371 BPF_ATOMIC | BPF_DW, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 47 PASS
kern  :info  : [ 1060.490534] test_bpf: #372 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb jited:1 22 PASS
kern  :info  : [ 1060.501466] test_bpf: #373 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 36 PASS
kern  :info  : [ 1060.514015] test_bpf: #374 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1060.526413] test_bpf: #375 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1060.537910] test_bpf: #376 BPF_ATOMIC | BPF_W, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1060.547804] test_bpf: #377 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1060.559254] test_bpf: #378 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 61 PASS
kern  :info  : [ 1060.570654] test_bpf: #379 BPF_ATOMIC | BPF_W, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 33 PASS
kern  :info  : [ 1060.581031] test_bpf: #380 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 22 PASS
kern  :info  : [ 1060.591993] test_bpf: #381 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 23 PASS
kern  :info  : [ 1060.604432] test_bpf: #382 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 22 PASS
kern  :info  : [ 1060.616757] test_bpf: #383 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 24 PASS
kern  :info  : [ 1060.628264] test_bpf: #384 BPF_ATOMIC | BPF_DW, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 jited:1 84 PASS
kern  :info  : [ 1060.638264] test_bpf: #385 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 73 PASS
kern  :info  : [ 1060.649780] test_bpf: #386 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 20 PASS
kern  :info  : [ 1060.661216] test_bpf: #387 BPF_ATOMIC | BPF_DW, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 35 PASS
kern  :info  : [ 1060.671666] test_bpf: #388 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 24 PASS
kern  :info  : [ 1060.682541] test_bpf: #389 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 37 PASS
kern  :info  : [ 1060.695108] test_bpf: #390 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 22 PASS
kern  :info  : [ 1060.707628] test_bpf: #391 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 23 PASS
kern  :info  : [ 1060.719048] test_bpf: #392 BPF_ATOMIC | BPF_W, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1060.729254] test_bpf: #393 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab jited:1 82 PASS
kern  :info  : [ 1060.741098] test_bpf: #394 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1060.752802] test_bpf: #395 BPF_ATOMIC | BPF_W, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1060.763466] test_bpf: #396 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab jited:1 22 PASS
kern  :info  : [ 1060.773804] test_bpf: #397 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab jited:1 34 PASS
kern  :info  : [ 1060.785739] test_bpf: #398 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1060.797537] test_bpf: #399 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1060.808411] test_bpf: #400 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful return jited:1 21 PASS
kern  :info  : [ 1060.818345] test_bpf: #401 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful store jited:1 35 PASS
kern  :info  : [ 1060.828330] test_bpf: #402 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure return jited:1 48 PASS
kern  :info  : [ 1060.838120] test_bpf: #403 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure store jited:1 21 PASS
kern  :info  : [ 1060.847857] test_bpf: #404 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test side effects jited:1 39 PASS
kern  :info  : [ 1060.857371] test_bpf: #405 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful return jited:1 35 PASS
kern  :info  : [ 1060.867511] test_bpf: #406 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful store jited:1 21 PASS
kern  :info  : [ 1060.877700] test_bpf: #407 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure return jited:1 22 PASS
kern  :info  : [ 1060.887506] test_bpf: #408 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure store jited:1 21 PASS
kern  :info  : [ 1060.897282] test_bpf: #409 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test side effects jited:1 34 PASS
kern  :info  : [ 1060.906866] test_bpf: #410 JMP32_JEQ_K: Small immediate jited:1 28 PASS
kern  :info  : [ 1060.914469] test_bpf: #411 JMP32_JEQ_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1060.922195] test_bpf: #412 JMP32_JEQ_K: negative immediate jited:1 14 PASS
kern  :info  : [ 1060.930165] test_bpf: #413 JMP32_JEQ_X jited:1 27 PASS
kern  :info  : [ 1060.936305] test_bpf: #414 JMP32_JNE_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1060.944085] test_bpf: #415 JMP32_JNE_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1060.951714] test_bpf: #416 JMP32_JNE_K: negative immediate jited:1 14 PASS
kern  :info  : [ 1060.959706] test_bpf: #417 JMP32_JNE_X jited:1 27 PASS
kern  :info  : [ 1060.965958] test_bpf: #418 JMP32_JSET_K: Small immediate jited:1 15 PASS
kern  :info  : [ 1060.973702] test_bpf: #419 JMP32_JSET_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1060.981489] test_bpf: #420 JMP32_JSET_K: negative immediate jited:1 14 PASS
kern  :info  : [ 1060.989535] test_bpf: #421 JMP32_JSET_X jited:1 15 PASS
kern  :info  : [ 1060.995898] test_bpf: #422 JMP32_JGT_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1061.003684] test_bpf: #423 JMP32_JGT_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1061.011469] test_bpf: #424 JMP32_JGT_X jited:1 29 PASS
kern  :info  : [ 1061.017742] test_bpf: #425 JMP32_JGE_K: Small immediate jited:1 29 PASS
kern  :info  : [ 1061.025495] test_bpf: #426 JMP32_JGE_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1061.033238] test_bpf: #427 JMP32_JGE_X jited:1 29 PASS
kern  :info  : [ 1061.039543] test_bpf: #428 JMP32_JLT_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1061.047248] test_bpf: #429 JMP32_JLT_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1061.054874] test_bpf: #430 JMP32_JLT_X jited:1 28 PASS
kern  :info  : [ 1061.061073] test_bpf: #431 JMP32_JLE_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1061.068814] test_bpf: #432 JMP32_JLE_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1061.076525] test_bpf: #433 JMP32_JLE_X jited:1 14 PASS
kern  :info  : [ 1061.082783] test_bpf: #434 JMP32_JSGT_K: Small immediate jited:1 16 PASS
kern  :info  : [ 1061.090607] test_bpf: #435 JMP32_JSGT_K: Large immediate jited:1 29 PASS
kern  :info  : [ 1061.098350] test_bpf: #436 JMP32_JSGT_X jited:1 15 PASS
kern  :info  : [ 1061.104718] test_bpf: #437 JMP32_JSGE_K: Small immediate jited:1 27 PASS
kern  :info  : [ 1061.112563] test_bpf: #438 JMP32_JSGE_K: Large immediate jited:1 16 PASS
kern  :info  : [ 1061.120299] test_bpf: #439 JMP32_JSGE_X jited:1 75 PASS
kern  :info  : [ 1061.126678] test_bpf: #440 JMP32_JSLT_K: Small immediate jited:1 29 PASS
kern  :info  : [ 1061.134454] test_bpf: #441 JMP32_JSLT_K: Large immediate jited:1 39 PASS
kern  :info  : [ 1061.142374] test_bpf: #442 JMP32_JSLT_X jited:1 41 PASS
kern  :info  : [ 1061.148731] test_bpf: #443 JMP32_JSLE_K: Small immediate jited:1 34 PASS
kern  :info  : [ 1061.156620] test_bpf: #444 JMP32_JSLE_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1061.164438] test_bpf: #445 JMP32_JSLE_X jited:1 20 PASS
kern  :info  : [ 1061.170932] test_bpf: #446 JMP_EXIT jited:1 13 PASS
kern  :info  : [ 1061.177008] test_bpf: #447 JMP_JA: Unconditional jump: if (true) return 1 jited:1 21 PASS
kern  :info  : [ 1061.186295] test_bpf: #448 JMP_JSLT_K: Signed jump: if (-2 < -1) return 1 jited:1 15 PASS
kern  :info  : [ 1061.195489] test_bpf: #449 JMP_JSLT_K: Signed jump: if (-1 < -1) return 0 jited:1 14 PASS
kern  :info  : [ 1061.204793] test_bpf: #450 JMP_JSGT_K: Signed jump: if (-1 > -2) return 1 jited:1 14 PASS
kern  :info  : [ 1061.214085] test_bpf: #451 JMP_JSGT_K: Signed jump: if (-1 > -1) return 0 jited:1 15 PASS
kern  :info  : [ 1061.223282] test_bpf: #452 JMP_JSLE_K: Signed jump: if (-2 <= -1) return 1 jited:1 15 PASS
kern  :info  : [ 1061.232564] test_bpf: #453 JMP_JSLE_K: Signed jump: if (-1 <= -1) return 1 jited:1 28 PASS
kern  :info  : [ 1061.241859] test_bpf: #454 JMP_JSLE_K: Signed jump: value walk 1 
kern  :info  : [ 1061.294424] test_bpf: #455 JMP_JSLE_K: Signed jump: value walk 2 
kern  :info  : [ 1061.312876] test_bpf: #456 JMP_JSGE_K: Signed jump: if (-1 >= -2) return 1 
kern  :info  : [ 1061.337487] test_bpf: #457 JMP_JSGE_K: Signed jump: if (-1 >= -1) return 1 
kern  :info  : [ 1061.355683] test_bpf: #458 JMP_JSGE_K: Signed jump: value walk 1 
kern  :info  : [ 1061.374491] test_bpf: #459 JMP_JSGE_K: Signed jump: value walk 2 jited:1 28 PASS
kern  :info  : [ 1061.390198] test_bpf: #460 JMP_JGT_K: if (3 > 2) return 1 
kern  :info  : [ 1061.453429] test_bpf: #461 JMP_JGT_K: Unsigned jump: if (-1 > 1) return 1 jited:1 
kern  :info  : [ 1061.477699] test_bpf: #462 JMP_JLT_K: if (2 < 3) return 1 jited:1 15 PASS
kern  :info  : [ 1061.490069] test_bpf: #463 JMP_JGT_K: Unsigned jump: if (1 < -1) return 1 
kern  :info  : [ 1061.508083] test_bpf: #464 JMP_JGE_K: if (3 >= 2) return 1 
kern  :info  : [ 1061.525993] test_bpf: #465 JMP_JLE_K: if (2 <= 3) return 1 
kern  :info  : [ 1061.563929] test_bpf: #466 JMP_JGT_K: if (3 > 2) return 1 (jump backwards) 
kern  :info  : [ 1061.586523] test_bpf: #467 JMP_JGE_K: if (3 >= 3) return 1 
kern  :info  : [ 1061.604368] test_bpf: #468 JMP_JGT_K: if (2 < 3) return 1 (jump backwards) 
kern  :info  : [ 1061.624806] test_bpf: #469 JMP_JLE_K: if (3 <= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1061.632800] test_bpf: #470 JMP_JNE_K: if (3 != 2) return 1 
kern  :info  : [ 1061.692294] test_bpf: #471 JMP_JEQ_K: if (3 == 3) return 1 
kern  :info  : [ 1061.708991] test_bpf: #472 JMP_JSET_K: if (0x3 & 0x2) return 1 
kern  :info  : [ 1061.736497] test_bpf: #473 JMP_JSET_K: if (0x3 & 0xffffffff) return 1 jited:1 30 PASS
kern  :info  : [ 1061.753115] test_bpf: #474 JMP_JSGT_X: Signed jump: if (-1 > -2) return 1 
kern  :info  : [ 1061.773021] test_bpf: #475 JMP_JSGT_X: Signed jump: if (-1 > -1) return 0 
kern  :info  : [ 1061.808192] test_bpf: #476 JMP_JSLT_X: Signed jump: if (-2 < -1) return 1 jited:1 21 PASS
kern  :info  : [ 1061.821875] test_bpf: #477 JMP_JSLT_X: Signed jump: if (-1 < -1) return 0 
kern  :info  : [ 1061.841260] test_bpf: #478 JMP_JSGE_X: Signed jump: if (-1 >= -2) return 1 jited:1 14 PASS
kern  :info  : [ 1061.860083] test_bpf: #479 JMP_JSGE_X: Signed jump: if (-1 >= -1) return 1 
kern  :info  : [ 1061.909862] test_bpf: #480 JMP_JSLE_X: Signed jump: if (-2 <= -1) return 1 
kern  :info  : [ 1061.936017] test_bpf: #481 JMP_JSLE_X: Signed jump: if (-1 <= -1) return 1 jited:1 45 PASS
kern  :info  : [ 1061.954466] test_bpf: #482 JMP_JGT_X: if (3 > 2) return 1 
kern  :info  : [ 1061.991688] test_bpf: #483 JMP_JGT_X: Unsigned jump: if (-1 > 1) return 1 
kern  :info  : [ 1062.027514] test_bpf: #484 JMP_JLT_X: if (2 < 3) return 1 jited:1 29 PASS
kern  :info  : [ 1062.043826] test_bpf: #485 JMP_JLT_X: Unsigned jump: if (1 < -1) return 1 
kern  :info  : [ 1062.062250] test_bpf: #486 JMP_JGE_X: if (3 >= 2) return 1 jited:1 14 PASS
kern  :info  : [ 1062.077147] test_bpf: #487 JMP_JGE_X: if (3 >= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1062.085072] test_bpf: #488 JMP_JLE_X: if (2 <= 3) return 1 
kern  :info  : [ 1062.136830] test_bpf: #489 JMP_JLE_X: if (3 <= 3) return 1 
kern  :info  : [ 1062.158972] test_bpf: #490 JMP_JGE_X: ldimm64 test 1 
kern  :info  : [ 1062.182415] test_bpf: #491 JMP_JGE_X: ldimm64 test 2 
kern  :info  : [ 1062.207816] test_bpf: #492 JMP_JGE_X: ldimm64 test 3 
kern  :info  : [ 1062.234171] test_bpf: #493 JMP_JLE_X: ldimm64 test 1 jited:1 30 PASS
kern  :info  : [ 1062.250440] test_bpf: #494 JMP_JLE_X: ldimm64 test 2 
kern  :info  : [ 1062.274066] test_bpf: #495 JMP_JLE_X: ldimm64 test 3 
kern  :info  : [ 1062.289469] test_bpf: #496 JMP_JNE_X: if (3 != 2) return 1 
kern  :info  : [ 1062.305538] test_bpf: #497 JMP_JEQ_X: if (3 == 3) return 1 
kern  :info  : [ 1062.322771] test_bpf: #498 JMP_JSET_X: if (0x3 & 0x2) return 1 
kern  :info  : [ 1062.384372] test_bpf: #499 JMP_JSET_X: if (0x3 & 0xffffffff) return 1 
kern  :info  : [ 1062.416582] test_bpf: #500 JMP_JA: Jump, gap, jump, ... jited:1 
kern  :info  : [ 1062.445297] test_bpf: #501 BPF_MAXINSNS: Maximum possible literals 
kern  :info  : [ 1062.466632] test_bpf: #502 BPF_MAXINSNS: Single literal 
kern  :info  : [ 1062.484362] test_bpf: #503 BPF_MAXINSNS: Run/add until end 
kern  :info  : [ 1062.520450] test_bpf: #504 BPF_MAXINSNS: Too many instructions 
kern  :info  : [ 1062.537889] test_bpf: #505 BPF_MAXINSNS: Very long jump jited:1 53 PASS
kern  :info  : [ 1062.554127] test_bpf: #506 BPF_MAXINSNS: Ctx heavy transformations 
kern  :info  : [ 1062.588534] test_bpf: #507 BPF_MAXINSNS: Call heavy transformations jited:1 
kern  :info  : [ 1062.669153] test_bpf: #508 BPF_MAXINSNS: Jump heavy test jited:1 
kern  :info  : [ 1062.691639] test_bpf: #509 BPF_MAXINSNS: Very long jump backwards 
kern  :info  : [ 1062.720372] test_bpf: #510 BPF_MAXINSNS: Edge hopping nuthouse 
kern  :info  : [ 1062.751346] test_bpf: #511 BPF_MAXINSNS: Jump, gap, jump, ... 
kern  :info  : [ 1062.769072] test_bpf: #512 BPF_MAXINSNS: jump over MSH PASS
kern  :info  : [ 1062.781378] test_bpf: #513 BPF_MAXINSNS: exec all MSH 
kern  :info  : [ 1062.813232] test_bpf: #514 BPF_MAXINSNS: ld_abs+get_processor_id jited:1 6952 PASS
kern  :info  : [ 1062.834547] test_bpf: #515 LD_IND byte frag 
kern  :info  : [ 1062.880173] test_bpf: #516 LD_IND halfword frag 
kern  :info  : [ 1062.901292] test_bpf: #517 LD_IND word frag 
kern  :info  : [ 1062.916204] test_bpf: #518 LD_IND halfword mixed head/frag 
kern  :info  : [ 1062.940213] test_bpf: #519 LD_IND word mixed head/frag 
kern  :info  : [ 1062.957910] test_bpf: #520 LD_ABS byte frag 
kern  :info  : [ 1062.982596] test_bpf: #521 LD_ABS halfword frag jited:1 91 PASS
kern  :info  : [ 1062.998494] test_bpf: #522 LD_ABS word frag 
kern  :info  : [ 1063.023167] test_bpf: #523 LD_ABS halfword mixed head/frag 
kern  :info  : [ 1063.048577] test_bpf: #524 LD_ABS word mixed head/frag 
kern  :info  : [ 1063.066447] test_bpf: #525 LD_IND byte default X 
kern  :info  : [ 1063.081754] test_bpf: #526 LD_IND byte positive offset 
kern  :info  : [ 1063.097270] test_bpf: #527 LD_IND byte negative offset 
kern  :info  : [ 1063.113023] test_bpf: #528 LD_IND byte positive offset, all ff 
kern  :info  : [ 1063.130128] test_bpf: #529 LD_IND byte positive offset, out of bounds 
kern  :info  : [ 1063.161603] test_bpf: #530 LD_IND byte negative offset, out of bounds jited:1 53 PASS
kern  :info  : [ 1063.179643] test_bpf: #531 LD_IND byte negative offset, multiple calls 
kern  :info  : [ 1063.196860] test_bpf: #532 LD_IND halfword positive offset 
kern  :info  : [ 1063.226000] test_bpf: #533 LD_IND halfword negative offset 
kern  :info  : [ 1063.259022] test_bpf: #534 LD_IND halfword unaligned jited:1 35 PASS
kern  :info  : [ 1063.271027] test_bpf: #535 LD_IND halfword positive offset, all ff 
kern  :info  : [ 1063.287833] test_bpf: #536 LD_IND halfword positive offset, out of bounds jited:1 67 PASS
kern  :info  : [ 1063.303136] test_bpf: #537 LD_IND halfword negative offset, out of bounds 
kern  :info  : [ 1063.326544] test_bpf: #538 LD_IND word positive offset jited:1 
kern  :info  : [ 1063.348564] test_bpf: #539 LD_IND word negative offset jited:1 25 PASS
kern  :info  : [ 1063.364493] test_bpf: #540 LD_IND word unaligned (addr & 3 == 2) 
kern  :info  : [ 1063.388270] test_bpf: #541 LD_IND word unaligned (addr & 3 == 1) 
kern  :info  : [ 1063.404857] test_bpf: #542 LD_IND word unaligned (addr & 3 == 3) jited:1 38 PASS
kern  :info  : [ 1063.420876] test_bpf: #543 LD_IND word positive offset, all ff 
kern  :info  : [ 1063.470400] test_bpf: #544 LD_IND word positive offset, out of bounds 
kern  :info  : [ 1063.496225] test_bpf: #545 LD_IND word negative offset, out of bounds 
kern  :info  : [ 1063.513282] test_bpf: #546 LD_ABS byte 
kern  :info  : [ 1063.528987] test_bpf: #547 LD_ABS byte positive offset, all ff 
kern  :info  : [ 1063.552243] test_bpf: #548 LD_ABS byte positive offset, out of bounds 
kern  :info  : [ 1063.580684] test_bpf: #549 LD_ABS byte negative offset, out of bounds load 
kern  :info  : [ 1063.603849] test_bpf: #550 LD_ABS byte negative offset, in bounds 
kern  :info  : [ 1063.643592] test_bpf: #551 LD_ABS byte negative offset, out of bounds jited:1 
kern  :info  : [ 1063.675464] test_bpf: #552 LD_ABS byte negative offset, multiple calls 
kern  :info  : [ 1063.697014] test_bpf: #553 LD_ABS halfword 
kern  :info  : [ 1063.721896] test_bpf: #554 LD_ABS halfword unaligned 
kern  :info  : [ 1063.747381] test_bpf: #555 LD_ABS halfword positive offset, all ff 
kern  :info  : [ 1063.774087] test_bpf: #556 LD_ABS halfword positive offset, out of bounds 
kern  :info  : [ 1063.793456] test_bpf: #557 LD_ABS halfword negative offset, out of bounds load PASS
kern  :info  : [ 1063.802160] test_bpf: #558 LD_ABS halfword negative offset, in bounds 
kern  :info  : [ 1063.829457] test_bpf: #559 LD_ABS halfword negative offset, out of bounds 
kern  :info  : [ 1063.856941] test_bpf: #560 LD_ABS word jited:1 15 PASS
kern  :info  : [ 1063.863120] test_bpf: #561 LD_ABS word unaligned (addr & 3 == 2) jited:1 15 PASS
kern  :info  : [ 1063.871663] test_bpf: #562 LD_ABS word unaligned (addr & 3 == 1) jited:1 15 PASS
kern  :info  : [ 1063.880200] test_bpf: #563 LD_ABS word unaligned (addr & 3 == 3) jited:1 27 PASS
kern  :info  : [ 1063.888671] test_bpf: #564 LD_ABS word positive offset, all ff jited:1 15 PASS
kern  :info  : [ 1063.896895] test_bpf: #565 LD_ABS word positive offset, out of bounds jited:1 21 PASS
kern  :info  : [ 1063.905773] test_bpf: #566 LD_ABS word negative offset, out of bounds load PASS
kern  :info  : [ 1063.913905] test_bpf: #567 LD_ABS word negative offset, in bounds jited:1 39 PASS
kern  :info  : [ 1063.922456] test_bpf: #568 LD_ABS word negative offset, out of bounds jited:1 23 PASS
kern  :info  : [ 1063.931567] test_bpf: #569 LDX_MSH standalone, preserved A jited:1 16 PASS
kern  :info  : [ 1063.939500] test_bpf: #570 LDX_MSH standalone, preserved A 2 jited:1 18 PASS
kern  :info  : [ 1063.947704] test_bpf: #571 LDX_MSH standalone, test result 1 jited:1 15 PASS
kern  :info  : [ 1063.955821] test_bpf: #572 LDX_MSH standalone, test result 2 jited:1 29 PASS
kern  :info  : [ 1063.963992] test_bpf: #573 LDX_MSH standalone, negative offset jited:1 23 PASS
kern  :info  : [ 1063.972295] test_bpf: #574 LDX_MSH standalone, negative offset 2 jited:1 28 PASS
kern  :info  : [ 1063.980846] test_bpf: #575 LDX_MSH standalone, out of bounds jited:1 22 PASS
kern  :info  : [ 1063.988970] test_bpf: #576 ADD default X jited:1 14 PASS
kern  :info  : [ 1063.995535] test_bpf: #577 ADD default A jited:1 18 PASS
kern  :info  : [ 1064.001934] test_bpf: #578 SUB default X jited:1 14 PASS
kern  :info  : [ 1064.008325] test_bpf: #579 SUB default A jited:1 13 PASS
kern  :info  : [ 1064.014806] test_bpf: #580 MUL default X jited:1 27 PASS
kern  :info  : [ 1064.021202] test_bpf: #581 MUL default A jited:1 14 PASS
kern  :info  : [ 1064.027582] test_bpf: #582 DIV default X jited:1 27 PASS
kern  :info  : [ 1064.033972] test_bpf: #583 DIV default A jited:1 17 PASS
kern  :info  : [ 1064.040325] test_bpf: #584 MOD default X jited:1 40 PASS
kern  :info  : [ 1064.046848] test_bpf: #585 MOD default A jited:1 15 PASS
kern  :info  : [ 1064.053189] test_bpf: #586 JMP EQ default A jited:1 27 PASS
kern  :info  : [ 1064.059834] test_bpf: #587 JMP EQ default X 
kern  :info  : [ 1064.112038] test_bpf: #588 JNE signed compare, test 1 jited:1 28 PASS
kern  :info  : [ 1064.127347] test_bpf: #589 JNE signed compare, test 2 
kern  :info  : [ 1064.151620] test_bpf: #590 JNE signed compare, test 3 
kern  :info  : [ 1064.183731] test_bpf: #591 JNE signed compare, test 4 jited:1 32 PASS
kern  :info  : [ 1064.195736] test_bpf: #592 JNE signed compare, test 5 
kern  :info  : [ 1064.213413] test_bpf: #593 JNE signed compare, test 6 jited:1 28 PASS
kern  :info  : [ 1064.229867] test_bpf: #594 JNE signed compare, test 7 
kern  :info  : [ 1064.247452] test_bpf: #595 LDX_MEM_B: operand register aliasing 
kern  :info  : [ 1064.265793] test_bpf: #596 LDX_MEM_H: operand register aliasing jited:1 30 PASS
kern  :info  : [ 1064.283474] test_bpf: #597 LDX_MEM_W: operand register aliasing jited:1 14 PASS
kern  :info  : [ 1064.291753] test_bpf: #598 LDX_MEM_DW: operand register aliasing 
kern  :info  : [ 1064.359950] test_bpf: #599 ALU64_IMM_AND to R8: no clobbering jited:1 46 
kern  :info  : [ 1064.387058] test_bpf: #600 ALU64_IMM_AND to R9: no clobbering jited:1 46 PASS
kern  :info  : [ 1064.399859] test_bpf: #601 ALU64_IMM_OR to R8: no clobbering 
kern  :info  : [ 1064.427485] test_bpf: #602 ALU64_IMM_OR to R9: no clobbering 
kern  :info  : [ 1064.453605] test_bpf: #603 ALU64_IMM_XOR to R8: no clobbering 
kern  :info  : [ 1064.472891] test_bpf: #604 ALU64_IMM_XOR to R9: no clobbering 
kern  :info  : [ 1064.500528] test_bpf: #605 ALU64_IMM_LSH to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1064.516772] test_bpf: #606 ALU64_IMM_LSH to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1064.524939] test_bpf: #607 ALU64_IMM_RSH to R8: no clobbering 
kern  :info  : [ 1064.585884] test_bpf: #608 ALU64_IMM_RSH to R9: no clobbering 
kern  :info  : [ 1064.610803] test_bpf: #609 ALU64_IMM_ARSH to R8: no clobbering 
kern  :info  : [ 1064.638250] test_bpf: #610 ALU64_IMM_ARSH to R9: no clobbering 
kern  :info  : [ 1064.656532] test_bpf: #611 ALU64_IMM_ADD to R8: no clobbering 
kern  :info  : [ 1064.683937] test_bpf: #612 ALU64_IMM_ADD to R9: no clobbering 
kern  :info  : [ 1064.711590] test_bpf: #613 ALU64_IMM_SUB to R8: no clobbering jited:1 30 PASS
kern  :info  : [ 1064.727769] test_bpf: #614 ALU64_IMM_SUB to R9: no clobbering jited:1 26 PASS
kern  :info  : [ 1064.736123] test_bpf: #615 ALU64_IMM_MUL to R8: no clobbering 
kern  :info  : [ 1064.796375] test_bpf: #616 ALU64_IMM_MUL to R9: no clobbering 
kern  :info  : [ 1064.813381] test_bpf: #617 ALU64_IMM_DIV to R8: no clobbering 
kern  :info  : [ 1064.840724] test_bpf: #618 ALU64_IMM_DIV to R9: no clobbering 
kern  :info  : [ 1064.867236] test_bpf: #619 ALU64_IMM_MOD to R8: no clobbering 
kern  :info  : [ 1064.894469] test_bpf: #620 ALU64_IMM_MOD to R9: no clobbering 
kern  :info  : [ 1064.922222] test_bpf: #621 ALU32_IMM_AND to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1064.938682] test_bpf: #622 ALU32_IMM_AND to R9: no clobbering 
kern  :info  : [ 1064.993824] test_bpf: #623 ALU32_IMM_OR to R8: no clobbering 
kern  :info  : [ 1065.018742] test_bpf: #624 ALU32_IMM_OR to R9: no clobbering 
kern  :info  : [ 1065.046119] test_bpf: #625 ALU32_IMM_XOR to R8: no clobbering 
kern  :info  : [ 1065.065705] test_bpf: #626 ALU32_IMM_XOR to R9: no clobbering 
kern  :info  : [ 1065.092943] test_bpf: #627 ALU32_IMM_LSH to R8: no clobbering jited:1 41 PASS
kern  :info  : [ 1065.109670] test_bpf: #628 ALU32_IMM_LSH to R9: no clobbering 
kern  :info  : [ 1065.139045] test_bpf: #629 ALU32_IMM_RSH to R8: no clobbering jited:1 39 PASS
kern  :info  : [ 1065.147360] test_bpf: #630 ALU32_IMM_RSH to R9: no clobbering 
kern  :info  : [ 1065.207094] test_bpf: #631 ALU32_IMM_ARSH to R8: no clobbering 
kern  :info  : [ 1065.224468] test_bpf: #632 ALU32_IMM_ARSH to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.232680] test_bpf: #633 ALU32_IMM_ADD to R8: no clobbering jited:1 32 PASS
kern  :info  : [ 1065.240872] test_bpf: #634 ALU32_IMM_ADD to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.249034] test_bpf: #635 ALU32_IMM_SUB to R8: no clobbering jited:1 19 PASS
kern  :info  : [ 1065.257221] test_bpf: #636 ALU32_IMM_SUB to R9: no clobbering jited:1 48 PASS
kern  :info  : [ 1065.265534] test_bpf: #637 ALU32_IMM_MUL to R8: no clobbering jited:1 25 PASS
kern  :info  : [ 1065.273769] test_bpf: #638 ALU32_IMM_MUL to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.281904] test_bpf: #639 ALU32_IMM_DIV to R8: no clobbering jited:1 19 PASS
kern  :info  : [ 1065.290166] test_bpf: #640 ALU32_IMM_DIV to R9: no clobbering jited:1 20 PASS
kern  :info  : [ 1065.298294] test_bpf: #641 ALU32_IMM_MOD to R8: no clobbering jited:1 40 PASS
kern  :info  : [ 1065.306540] test_bpf: #642 ALU32_IMM_MOD to R9: no clobbering jited:1 20 PASS
kern  :info  : [ 1065.314790] test_bpf: #643 ALU64_REG_AND to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.322996] test_bpf: #644 ALU64_REG_AND to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.331227] test_bpf: #645 ALU64_REG_OR to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1065.339325] test_bpf: #646 ALU64_REG_OR to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.347348] test_bpf: #647 ALU64_REG_XOR to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.355455] test_bpf: #648 ALU64_REG_XOR to R9: no clobbering jited:1 19 PASS
kern  :info  : [ 1065.363659] test_bpf: #649 ALU64_REG_LSH to R8: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.371863] test_bpf: #650 ALU64_REG_LSH to R9: no clobbering jited:1 33 PASS
kern  :info  : [ 1065.380072] test_bpf: #651 ALU64_REG_RSH to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1065.388290] test_bpf: #652 ALU64_REG_RSH to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.396603] test_bpf: #653 ALU64_REG_ARSH to R8: no clobbering jited:1 45 PASS
kern  :info  : [ 1065.404898] test_bpf: #654 ALU64_REG_ARSH to R9: no clobbering jited:1 35 PASS
kern  :info  : [ 1065.413192] test_bpf: #655 ALU64_REG_ADD to R8: no clobbering jited:1 78 PASS
kern  :info  : [ 1065.421507] test_bpf: #656 ALU64_REG_ADD to R9: no clobbering jited:1 19 PASS
kern  :info  : [ 1065.429711] test_bpf: #657 ALU64_REG_SUB to R8: no clobbering jited:1 30 PASS
kern  :info  : [ 1065.437905] test_bpf: #658 ALU64_REG_SUB to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.446087] test_bpf: #659 ALU64_REG_MUL to R8: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.454264] test_bpf: #660 ALU64_REG_MUL to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.462445] test_bpf: #661 ALU64_REG_DIV to R8: no clobbering jited:1 36 PASS
kern  :info  : [ 1065.470622] test_bpf: #662 ALU64_REG_DIV to R9: no clobbering jited:1 23 PASS
kern  :info  : [ 1065.478851] test_bpf: #663 ALU64_REG_MOD to R8: no clobbering jited:1 36 PASS
kern  :info  : [ 1065.487019] test_bpf: #664 ALU64_REG_MOD to R9: no clobbering jited:1 22 PASS
kern  :info  : [ 1065.495282] test_bpf: #665 ALU32_REG_AND to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.503528] test_bpf: #666 ALU32_REG_AND to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.511742] test_bpf: #667 ALU32_REG_OR to R8: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.519887] test_bpf: #668 ALU32_REG_OR to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.527991] test_bpf: #669 ALU32_REG_XOR to R8: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.536173] test_bpf: #670 ALU32_REG_XOR to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1065.544415] test_bpf: #671 ALU32_REG_LSH to R8: no clobbering jited:1 54 PASS
kern  :info  : [ 1065.552622] test_bpf: #672 ALU32_REG_LSH to R9: no clobbering jited:1 26 PASS
kern  :info  : [ 1065.560996] test_bpf: #673 ALU32_REG_RSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.569164] test_bpf: #674 ALU32_REG_RSH to R9: no clobbering jited:1 26 PASS
kern  :info  : [ 1065.577626] test_bpf: #675 ALU32_REG_ARSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.585857] test_bpf: #676 ALU32_REG_ARSH to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1065.594065] test_bpf: #677 ALU32_REG_ADD to R8: no clobbering jited:1 30 PASS
kern  :info  : [ 1065.602328] test_bpf: #678 ALU32_REG_ADD to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.610493] test_bpf: #679 ALU32_REG_SUB to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.618709] test_bpf: #680 ALU32_REG_SUB to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.626927] test_bpf: #681 ALU32_REG_MUL to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1065.635150] test_bpf: #682 ALU32_REG_MUL to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1065.643381] test_bpf: #683 ALU32_REG_DIV to R8: no clobbering jited:1 21 PASS
kern  :info  : [ 1065.651525] test_bpf: #684 ALU32_REG_DIV to R9: no clobbering jited:1 20 PASS
kern  :info  : [ 1065.659724] test_bpf: #685 ALU32_REG_MOD to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.667903] test_bpf: #686 ALU32_REG_MOD to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1065.676113] test_bpf: #687 Atomic_BPF_DW BPF_ADD: no clobbering jited:1 36 PASS
kern  :info  : [ 1065.684619] test_bpf: #688 Atomic_BPF_DW BPF_AND: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.692890] test_bpf: #689 Atomic_BPF_DW BPF_OR: no clobbering jited:1 23 PASS
kern  :info  : [ 1065.701093] test_bpf: #690 Atomic_BPF_DW BPF_XOR: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.709476] test_bpf: #691 Atomic_BPF_DW BPF_ADD | BPF_FETCH: no clobbering jited:1 23 PASS
kern  :info  : [ 1065.718929] test_bpf: #692 Atomic_BPF_DW BPF_AND | BPF_FETCH: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.728253] test_bpf: #693 Atomic_BPF_DW BPF_OR | BPF_FETCH: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.737510] test_bpf: #694 Atomic_BPF_DW BPF_XOR | BPF_FETCH: no clobbering jited:1 37 PASS
kern  :info  : [ 1065.746909] test_bpf: #695 Atomic_BPF_DW BPF_XCHG: no clobbering jited:1 23 PASS
kern  :info  : [ 1065.755439] test_bpf: #696 Atomic_BPF_DW BPF_CMPXCHG: no clobbering jited:1 23 PASS
kern  :info  : [ 1065.764122] test_bpf: #697 Atomic_BPF_W BPF_ADD: no clobbering jited:1 36 PASS
kern  :info  : [ 1065.772407] test_bpf: #698 Atomic_BPF_W BPF_AND: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.780707] test_bpf: #699 Atomic_BPF_W BPF_OR: no clobbering jited:1 36 PASS
kern  :info  : [ 1065.788878] test_bpf: #700 Atomic_BPF_W BPF_XOR: no clobbering jited:1 22 PASS
kern  :info  : [ 1065.797289] test_bpf: #701 Atomic_BPF_W BPF_ADD | BPF_FETCH: no clobbering jited:1 23 PASS
kern  :info  : [ 1065.806577] test_bpf: #702 Atomic_BPF_W BPF_AND | BPF_FETCH: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.815857] test_bpf: #703 Atomic_BPF_W BPF_OR | BPF_FETCH: no clobbering jited:1 41 PASS
kern  :info  : [ 1065.825045] test_bpf: #704 Atomic_BPF_W BPF_XOR | BPF_FETCH: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.834323] test_bpf: #705 Atomic_BPF_W BPF_XCHG: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.842642] test_bpf: #706 Atomic_BPF_W BPF_CMPXCHG: no clobbering jited:1 24 PASS
kern  :info  : [ 1065.851195] test_bpf: #707 ALU32_MOV_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1065.859301] test_bpf: #708 ALU32_AND_X: src preserved in zext jited:1 28 PASS
kern  :info  : [ 1065.867436] test_bpf: #709 ALU32_OR_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1065.875591] test_bpf: #710 ALU32_XOR_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1065.883785] test_bpf: #711 ALU32_ADD_X: src preserved in zext jited:1 15 PASS
kern  :info  : [ 1065.891914] test_bpf: #712 ALU32_SUB_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1065.900026] test_bpf: #713 ALU32_MUL_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1065.908213] test_bpf: #714 ALU32_DIV_X: src preserved in zext jited:1 16 PASS
kern  :info  : [ 1065.966423] test_bpf: #715 ALU32_MOD_X: src preserved in zext jited:1 29 PASS
kern  :info  : [ 1065.974589] test_bpf: #716 ATOMIC_W_ADD: src preserved in zext jited:1 21 PASS
kern  :info  : [ 1065.982827] test_bpf: #717 ATOMIC_W_AND: src preserved in zext jited:1 21 PASS
kern  :info  : [ 1065.991016] test_bpf: #718 ATOMIC_W_OR: src preserved in zext jited:1 51 PASS
kern  :info  : [ 1065.999185] test_bpf: #719 ATOMIC_W_XOR: src preserved in zext jited:1 21 PASS
kern  :info  : [ 1066.007442] test_bpf: #720 ATOMIC_W_CMPXCHG: src preserved in zext jited:1 21 PASS
kern  :info  : [ 1066.016058] test_bpf: #721 JMP32_JEQ_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1066.024598] test_bpf: #722 JMP32_JNE_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1066.033144] test_bpf: #723 JMP32_JSET_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1066.041643] test_bpf: #724 JMP32_JGT_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1066.050266] test_bpf: #725 JMP32_JGE_K: operand preserved in zext jited:1 27 PASS
kern  :info  : [ 1066.058738] test_bpf: #726 JMP32_JLT_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1066.067321] test_bpf: #727 JMP32_JLE_K: operand preserved in zext jited:1 16 PASS
kern  :info  : [ 1066.075752] test_bpf: #728 JMP32_JSGT_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1066.084382] test_bpf: #729 JMP32_JSGE_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1066.092884] test_bpf: #730 JMP32_JSGT_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1066.101583] test_bpf: #731 JMP32_JSLT_K: operand preserved in zext jited:1 28 PASS
kern  :info  : [ 1066.110145] test_bpf: #732 JMP32_JSLE_K: operand preserved in zext jited:1 16 PASS
kern  :info  : [ 1066.118820] test_bpf: #733 JMP32_JEQ_X: operands preserved in zext jited:1 27 PASS
kern  :info  : [ 1066.127400] test_bpf: #734 JMP32_JNE_X: operands preserved in zext jited:1 28 PASS
kern  :info  : [ 1066.135964] test_bpf: #735 JMP32_JSET_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1066.144804] test_bpf: #736 JMP32_JGT_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1066.153393] test_bpf: #737 JMP32_JGE_X: operands preserved in zext jited:1 45 PASS
kern  :info  : [ 1066.161996] test_bpf: #738 JMP32_JLT_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1066.170533] test_bpf: #739 JMP32_JLE_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1066.179165] test_bpf: #740 JMP32_JSGT_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1066.187851] test_bpf: #741 JMP32_JSGE_X: operands preserved in zext jited:1 27 PASS
kern  :info  : [ 1066.196483] test_bpf: #742 JMP32_JSGT_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1066.205045] test_bpf: #743 JMP32_JSLT_X: operands preserved in zext jited:1 41 PASS
kern  :info  : [ 1066.213708] test_bpf: #744 JMP32_JSLE_X: operands preserved in zext jited:1 28 PASS
kern  :info  : [ 1066.222341] test_bpf: #745 ALU64_MOV_K: registers jited:1 39 PASS
kern  :info  : [ 1066.229532] test_bpf: #746 ALU64_AND_K: registers jited:1 24 PASS
kern  :info  : [ 1066.236705] test_bpf: #747 ALU64_OR_K: registers jited:1 26 PASS
kern  :info  : [ 1066.243880] test_bpf: #748 ALU64_XOR_K: registers jited:1 26 PASS
kern  :info  : [ 1066.251123] test_bpf: #749 ALU64_LSH_K: registers jited:1 26 PASS
kern  :info  : [ 1066.258235] test_bpf: #750 ALU64_RSH_K: registers jited:1 25 PASS
kern  :info  : [ 1066.265366] test_bpf: #751 ALU64_ARSH_K: registers jited:1 77 PASS
kern  :info  : [ 1066.272683] test_bpf: #752 ALU64_ADD_K: registers jited:1 38 PASS
kern  :info  : [ 1066.279830] test_bpf: #753 ALU64_SUB_K: registers jited:1 26 PASS
kern  :info  : [ 1066.286969] test_bpf: #754 ALU64_MUL_K: registers jited:1 39 PASS
kern  :info  : [ 1066.294204] test_bpf: #755 ALU64_DIV_K: registers jited:1 276 PASS
kern  :info  : [ 1066.301663] test_bpf: #756 ALU64_MOD_K: registers jited:1 95 PASS
kern  :info  : [ 1066.308867] test_bpf: #757 ALU32_MOV_K: registers jited:1 23 PASS
kern  :info  : [ 1066.316100] test_bpf: #758 ALU32_AND_K: registers jited:1 27 PASS
kern  :info  : [ 1066.323229] test_bpf: #759 ALU32_OR_K: registers jited:1 25 PASS
kern  :info  : [ 1066.330317] test_bpf: #760 ALU32_XOR_K: registers jited:1 46 PASS
kern  :info  : [ 1066.337520] test_bpf: #761 ALU32_LSH_K: registers jited:1 56 PASS
kern  :info  : [ 1066.344773] test_bpf: #762 ALU32_RSH_K: registers jited:1 36 PASS
kern  :info  : [ 1066.351954] test_bpf: #763 ALU32_ARSH_K: registers jited:1 39 PASS
kern  :info  : [ 1066.359246] test_bpf: #764 ALU32_ADD_K: registers jited:1 26 PASS
kern  :info  : [ 1066.366410] test_bpf: #765 ALU32_SUB_K: registers jited:1 35 PASS
kern  :info  : [ 1066.373607] test_bpf: #766 ALU32_MUL_K: registers jited:1 37 PASS
kern  :info  : [ 1066.380858] test_bpf: #767 ALU32_DIV_K: registers jited:1 38 PASS
kern  :info  : [ 1066.387998] test_bpf: #768 ALU32_MOD_K: registers jited:1 54 PASS
kern  :info  : [ 1066.395158] test_bpf: #769 ALU64_MOV_X: register combinations jited:1 229 PASS
kern  :info  : [ 1066.403761] test_bpf: #770 ALU64_AND_X: register combinations jited:1 132 PASS
kern  :info  : [ 1066.412360] test_bpf: #771 ALU64_OR_X: register combinations jited:1 137 PASS
kern  :info  : [ 1066.420969] test_bpf: #772 ALU64_XOR_X: register combinations jited:1 274 PASS
kern  :info  : [ 1066.429730] test_bpf: #773 ALU64_LSH_X: register combinations jited:1 159 PASS
kern  :info  : [ 1066.438292] test_bpf: #774 ALU64_RSH_X: register combinations jited:1 139 PASS
kern  :info  : [ 1066.446954] test_bpf: #775 ALU64_ARSH_X: register combinations jited:1 224 PASS
kern  :info  : [ 1066.455807] test_bpf: #776 ALU64_ADD_X: register combinations jited:1 138 PASS
kern  :info  : [ 1066.464420] test_bpf: #777 ALU64_SUB_X: register combinations jited:1 143 PASS
kern  :info  : [ 1066.473021] test_bpf: #778 ALU64_MUL_X: register combinations jited:1 160 PASS
kern  :info  : [ 1066.481542] test_bpf: #779 ALU64_DIV_X: register combinations jited:1 774 PASS
kern  :info  : [ 1066.490841] test_bpf: #780 ALU64_MOD_X: register combinations jited:1 994 PASS
kern  :info  : [ 1066.500241] test_bpf: #781 ALU32_MOV_X: register combinations jited:1 118 PASS
kern  :info  : [ 1066.508813] test_bpf: #782 ALU32_AND_X: register combinations jited:1 120 PASS
kern  :info  : [ 1066.517497] test_bpf: #783 ALU32_OR_X: register combinations jited:1 124 PASS
kern  :info  : [ 1066.526025] test_bpf: #784 ALU32_XOR_X: register combinations jited:1 121 PASS
kern  :info  : [ 1066.534517] test_bpf: #785 ALU32_LSH_X: register combinations jited:1 138 PASS
kern  :info  : [ 1066.543095] test_bpf: #786 ALU32_RSH_X: register combinations jited:1 225 PASS
kern  :info  : [ 1066.551739] test_bpf: #787 ALU32_ARSH_X: register combinations jited:1 136 PASS
kern  :info  : [ 1066.560433] test_bpf: #788 ALU32_ADD_X: register combinations jited:1 110 PASS
kern  :info  : [ 1066.569019] test_bpf: #789 ALU32_SUB_X: register combinations jited:1 121 PASS
kern  :info  : [ 1066.577851] test_bpf: #790 ALU32_MUL_X: register combinations jited:1 121 PASS
kern  :info  : [ 1066.586441] test_bpf: #791 ALU32_DIV_X: register combinations jited:1 270 PASS
kern  :info  : [ 1066.595251] test_bpf: #792 ALU32_MOD_X register combinations jited:1 289 PASS
kern  :info  : [ 1066.603890] test_bpf: #793 ALU64_LSH_K: all shift values jited:1 262 PASS
kern  :info  : [ 1066.612348] test_bpf: #794 ALU64_RSH_K: all shift values jited:1 180 PASS
kern  :info  : [ 1066.620714] test_bpf: #795 ALU64_ARSH_K: all shift values jited:1 187 PASS
kern  :info  : [ 1066.629021] test_bpf: #796 ALU64_LSH_X: all shift values jited:1 350 PASS
kern  :info  : [ 1066.637367] test_bpf: #797 ALU64_RSH_X: all shift values jited:1 259 PASS
kern  :info  : [ 1066.645811] test_bpf: #798 ALU64_ARSH_X: all shift values jited:1 327 PASS
kern  :info  : [ 1066.654297] test_bpf: #799 ALU32_LSH_K: all shift values jited:1 93 PASS
kern  :info  : [ 1066.662293] test_bpf: #800 ALU32_RSH_K: all shift values jited:1 104 PASS
kern  :info  : [ 1066.670396] test_bpf: #801 ALU32_ARSH_K: all shift values jited:1 94 PASS
kern  :info  : [ 1066.678477] test_bpf: #802 ALU32_LSH_X: all shift values jited:1 144 PASS
kern  :info  : [ 1066.686543] test_bpf: #803 ALU32_RSH_X: all shift values jited:1 144 PASS
kern  :info  : [ 1066.694692] test_bpf: #804 ALU32_ARSH_X: all shift values jited:1 146 PASS
kern  :info  : [ 1066.702817] test_bpf: #805 ALU64_LSH_X: all shift values with the same register jited:1 85 PASS
kern  :info  : [ 1066.712688] test_bpf: #806 ALU64_RSH_X: all shift values with the same register jited:1 96 PASS
kern  :info  : [ 1066.722593] test_bpf: #807 ALU64_ARSH_X: all shift values with the same register jited:1 83 PASS
kern  :info  : [ 1066.732513] test_bpf: #808 ALU32_LSH_X: all shift values with the same register jited:1 59 PASS
kern  :info  : [ 1066.742299] test_bpf: #809 ALU32_RSH_X: all shift values with the same register jited:1 42 PASS
kern  :info  : [ 1066.752064] test_bpf: #810 ALU32_ARSH_X: all shift values with the same register jited:1 54 PASS
kern  :info  : [ 1066.761906] test_bpf: #811 ALU64_MOV_K: all immediate value magnitudes jited:1 91667 PASS
kern  :info  : [ 1066.782079] test_bpf: #812 ALU64_AND_K: all immediate value magnitudes jited:1 98733 PASS
kern  :info  : [ 1066.804287] test_bpf: #813 ALU64_OR_K: all immediate value magnitudes jited:1 79950 PASS
kern  :info  : [ 1066.824409] test_bpf: #814 ALU64_XOR_K: all immediate value magnitudes jited:1 79246 PASS
kern  :info  : [ 1066.844477] test_bpf: #815 ALU64_ADD_K: all immediate value magnitudes jited:1 77118 PASS
kern  :info  : [ 1066.866484] test_bpf: #816 ALU64_SUB_K: all immediate value magnitudes jited:1 96875 PASS
kern  :info  : [ 1066.888019] test_bpf: #817 ALU64_MUL_K: all immediate value magnitudes jited:1 77633 PASS
kern  :info  : [ 1066.907953] test_bpf: #818 ALU64_DIV_K: all immediate value magnitudes jited:1 170854 PASS
kern  :info  : [ 1066.929585] test_bpf: #819 ALU64_MOD_K: all immediate value magnitudes jited:1 301065 PASS
kern  :info  : [ 1066.953510] test_bpf: #820 ALU32_MOV_K: all immediate value magnitudes jited:1 96197 PASS
kern  :info  : [ 1066.974463] test_bpf: #821 ALU32_AND_K: all immediate value magnitudes jited:1 87053 PASS
kern  :info  : [ 1066.994470] test_bpf: #822 ALU32_OR_K: all immediate value magnitudes jited:1 81808 PASS
kern  :info  : [ 1067.014387] test_bpf: #823 ALU32_XOR_K: all immediate value magnitudes jited:1 95489 PASS
kern  :info  : [ 1067.034273] test_bpf: #824 ALU32_ADD_K: all immediate value magnitudes jited:1 127305 PASS
kern  :info  : [ 1067.054336] test_bpf: #825 ALU32_SUB_K: all immediate value magnitudes jited:1 95284 PASS
kern  :info  : [ 1067.074227] test_bpf: #826 ALU32_MUL_K: all immediate value magnitudes jited:1 79541 PASS
kern  :info  : [ 1067.093935] test_bpf: #827 ALU32_DIV_K: all immediate value magnitudes jited:1 118831 PASS
kern  :info  : [ 1067.117583] test_bpf: #828 ALU32_MOD_K: all immediate value magnitudes jited:1 129226 PASS
kern  :info  : [ 1067.139129] test_bpf: #829 ALU64_MOV_X: all register value magnitudes jited:1 94622 PASS
kern  :info  : [ 1067.169400] test_bpf: #830 ALU64_AND_X: all register value magnitudes jited:1 134552 PASS
kern  :info  : [ 1067.203046] test_bpf: #831 ALU64_OR_X: all register value magnitudes jited:1 111025 PASS
kern  :info  : [ 1067.232410] test_bpf: #832 ALU64_XOR_X: all register value magnitudes jited:1 186616 PASS
kern  :info  : [ 1067.262521] test_bpf: #833 ALU64_ADD_X: all register value magnitudes jited:1 127687 PASS
kern  :info  : [ 1067.303581] test_bpf: #834 ALU64_SUB_X: all register value magnitudes jited:1 108513 PASS
kern  :info  : [ 1067.334467] test_bpf: #835 ALU64_MUL_X: all register value magnitudes jited:1 144670 PASS
kern  :info  : [ 1067.363507] test_bpf: #836 ALU64_DIV_X: all register value magnitudes jited:1 328404 PASS
kern  :info  : [ 1067.395482] test_bpf: #837 ALU64_MOD_X: all register value magnitudes jited:1 268628 PASS
kern  :info  : [ 1067.427497] test_bpf: #838 ALU32_MOV_X: all register value magnitudes jited:1 134359 PASS
kern  :info  : [ 1067.459498] test_bpf: #839 ALU32_AND_X: all register value magnitudes jited:1 126915 PASS
kern  :info  : [ 1067.489336] test_bpf: #840 ALU32_OR_X: all register value magnitudes jited:1 117913 PASS
kern  :info  : [ 1067.521475] test_bpf: #841 ALU32_XOR_X: all register value magnitudes jited:1 123385 PASS
kern  :info  : [ 1067.550513] test_bpf: #842 ALU32_ADD_X: all register value magnitudes jited:1 125351 PASS
kern  :info  : [ 1067.580282] test_bpf: #843 ALU32_SUB_X: all register value magnitudes jited:1 123295 PASS
kern  :info  : [ 1067.609925] test_bpf: #844 ALU32_MUL_X: all register value magnitudes jited:1 103299 PASS
kern  :info  : [ 1067.642461] test_bpf: #845 ALU32_DIV_X: all register value magnitudes jited:1 277130 PASS
kern  :info  : [ 1067.668475] test_bpf: #846 ALU32_MOD_X: all register value magnitudes jited:1 170774 PASS
kern  :info  : [ 1067.692155] test_bpf: #847 LD_IMM64: all immediate value magnitudes jited:1 23903 PASS
kern  :info  : [ 1067.733432] test_bpf: #848 LD_IMM64: checker byte patterns jited:1 204 PASS
kern  :info  : [ 1067.741961] test_bpf: #849 LD_IMM64: random positive and zero byte patterns jited:1 261 PASS
kern  :info  : [ 1067.751900] test_bpf: #850 LD_IMM64: random negative and zero byte patterns jited:1 290 PASS
kern  :info  : [ 1067.761940] test_bpf: #851 LD_IMM64: random positive and negative byte patterns jited:1 314 PASS
kern  :info  : [ 1067.772322] test_bpf: #852 ATOMIC_DW_ADD: register combinations jited:1 941 PASS
kern  :info  : [ 1067.782204] test_bpf: #853 ATOMIC_DW_AND: register combinations jited:1 965 PASS
kern  :info  : [ 1067.792120] test_bpf: #854 ATOMIC_DW_OR: register combinations jited:1 951 PASS
kern  :info  : [ 1067.801882] test_bpf: #855 ATOMIC_DW_XOR: register combinations jited:1 938 PASS
kern  :info  : [ 1067.811588] test_bpf: #856 ATOMIC_DW_ADD_FETCH: register combinations jited:1 968 PASS
kern  :info  : [ 1067.821943] test_bpf: #857 ATOMIC_DW_AND_FETCH: register combinations jited:1 943 PASS
kern  :info  : [ 1067.832196] test_bpf: #858 ATOMIC_DW_OR_FETCH: register combinations jited:1 964 PASS
kern  :info  : [ 1067.842383] test_bpf: #859 ATOMIC_DW_XOR_FETCH: register combinations jited:1 950 PASS
kern  :info  : [ 1067.852738] test_bpf: #860 ATOMIC_DW_XCHG: register combinations jited:1 941 PASS
kern  :info  : [ 1067.862663] test_bpf: #861 ATOMIC_DW_CMPXCHG: register combinations jited:1 935 PASS
kern  :info  : [ 1067.872789] test_bpf: #862 ATOMIC_W_ADD: register combinations jited:1 961 PASS
kern  :info  : [ 1067.882493] test_bpf: #863 ATOMIC_W_AND: register combinations jited:1 950 PASS
kern  :info  : [ 1067.892196] test_bpf: #864 ATOMIC_W_OR: register combinations jited:1 912 PASS
kern  :info  : [ 1067.901897] test_bpf: #865 ATOMIC_W_XOR: register combinations jited:1 857 PASS
kern  :info  : [ 1067.911585] test_bpf: #866 ATOMIC_W_ADD_FETCH: register combinations jited:1 970 PASS
kern  :info  : [ 1067.921786] test_bpf: #867 ATOMIC_W_AND_FETCH: register combinations jited:1 986 PASS
kern  :info  : [ 1067.932053] test_bpf: #868 ATOMIC_W_OR_FETCH: register combinations jited:1 860 PASS
kern  :info  : [ 1067.942162] test_bpf: #869 ATOMIC_W_XOR_FETCH: register combinations jited:1 952 PASS
kern  :info  : [ 1067.952494] test_bpf: #870 ATOMIC_W_XCHG: register combinations jited:1 954 PASS
kern  :info  : [ 1067.962332] test_bpf: #871 ATOMIC_W_CMPXCHG: register combinations jited:1 945 PASS
kern  :info  : [ 1067.972453] test_bpf: #872 ATOMIC_DW_ADD: all operand magnitudes jited:1 115146 PASS
kern  :info  : [ 1067.996084] test_bpf: #873 ATOMIC_DW_AND: all operand magnitudes jited:1 147366 PASS
kern  :info  : [ 1068.019081] test_bpf: #874 ATOMIC_DW_OR: all operand magnitudes jited:1 126101 PASS
kern  :info  : [ 1068.042967] test_bpf: #875 ATOMIC_DW_XOR: all operand magnitudes jited:1 111722 PASS
kern  :info  : [ 1068.066684] test_bpf: #876 ATOMIC_DW_ADD_FETCH: all operand magnitudes jited:1 117450 PASS
kern  :info  : [ 1068.090582] test_bpf: #877 ATOMIC_DW_AND_FETCH: all operand magnitudes jited:1 249329 PASS
kern  :info  : [ 1068.119545] test_bpf: #878 ATOMIC_DW_OR_FETCH: all operand magnitudes jited:1 155111 PASS
kern  :info  : [ 1068.150484] test_bpf: #879 ATOMIC_DW_XOR_FETCH: all operand magnitudes jited:1 166000 PASS
kern  :info  : [ 1068.181597] test_bpf: #880 ATOMIC_DW_XCHG: all operand magnitudes jited:1 145441 PASS
kern  :info  : [ 1068.205163] test_bpf: #881 ATOMIC_DW_CMPXCHG: all operand magnitudes jited:1 222047 PASS
kern  :info  : [ 1068.235361] test_bpf: #882 ATOMIC_W_ADD: all operand magnitudes jited:1 216524 PASS
kern  :info  : [ 1068.258977] test_bpf: #883 ATOMIC_W_AND: all operand magnitudes jited:1 161609 PASS
kern  :info  : [ 1068.282005] test_bpf: #884 ATOMIC_W_OR: all operand magnitudes jited:1 117274 PASS
kern  :info  : [ 1068.305862] test_bpf: #885 ATOMIC_W_XOR: all operand magnitudes jited:1 128598 PASS
kern  :info  : [ 1068.329677] test_bpf: #886 ATOMIC_W_ADD_FETCH: all operand magnitudes jited:1 106825 PASS
kern  :info  : [ 1068.353497] test_bpf: #887 ATOMIC_W_AND_FETCH: all operand magnitudes jited:1 246194 PASS
kern  :info  : [ 1068.379503] test_bpf: #888 ATOMIC_W_OR_FETCH: all operand magnitudes jited:1 220754 PASS
kern  :info  : [ 1068.405390] test_bpf: #889 ATOMIC_W_XOR_FETCH: all operand magnitudes jited:1 172912 PASS
kern  :info  : [ 1068.431745] test_bpf: #890 ATOMIC_W_XCHG: all operand magnitudes jited:1 128204 PASS
kern  :info  : [ 1068.455079] test_bpf: #891 ATOMIC_W_CMPXCHG: all operand magnitudes jited:1 310898 PASS
kern  :info  : [ 1068.487325] test_bpf: #892 JMP_JSET_K: all immediate value magnitudes jited:1 68032 PASS
kern  :info  : [ 1068.506181] test_bpf: #893 JMP_JEQ_K: all immediate value magnitudes jited:1 65197 PASS
kern  :info  : [ 1068.525981] test_bpf: #894 JMP_JNE_K: all immediate value magnitudes jited:1 74370 PASS
kern  :info  : [ 1068.544163] test_bpf: #895 JMP_JGT_K: all immediate value magnitudes jited:1 79386 PASS
kern  :info  : [ 1068.563018] test_bpf: #896 JMP_JGE_K: all immediate value magnitudes jited:1 123861 PASS
kern  :info  : [ 1068.582052] test_bpf: #897 JMP_JLT_K: all immediate value magnitudes jited:1 66690 PASS
kern  :info  : [ 1068.601340] test_bpf: #898 JMP_JLE_K: all immediate value magnitudes jited:1 65419 PASS
kern  :info  : [ 1068.620294] test_bpf: #899 JMP_JSGT_K: all immediate value magnitudes jited:1 79821 PASS
kern  :info  : [ 1068.639214] test_bpf: #900 JMP_JSGE_K: all immediate value magnitudes jited:1 156089 PASS
kern  :info  : [ 1068.658185] test_bpf: #901 JMP_JSLT_K: all immediate value magnitudes jited:1 65810 PASS
kern  :info  : [ 1068.677259] test_bpf: #902 JMP_JSLE_K: all immediate value magnitudes jited:1 81526 PASS
kern  :info  : [ 1068.696428] test_bpf: #903 JMP_JSET_X: all register value magnitudes jited:1 122206 PASS
kern  :info  : [ 1068.722414] test_bpf: #904 JMP_JEQ_X: all register value magnitudes jited:1 89405 PASS
kern  :info  : [ 1068.749866] test_bpf: #905 JMP_JNE_X: all register value magnitudes jited:1 133544 PASS
kern  :info  : [ 1068.774822] test_bpf: #906 JMP_JGT_X: all register value magnitudes jited:1 109000 PASS
kern  :info  : [ 1068.800877] test_bpf: #907 JMP_JGE_X: all register value magnitudes jited:1 106189 PASS
kern  :info  : [ 1068.826917] test_bpf: #908 JMP_JLT_X: all register value magnitudes jited:1 111501 PASS
kern  :info  : [ 1068.853012] test_bpf: #909 JMP_JLE_X: all register value magnitudes jited:1 109809 PASS
kern  :info  : [ 1068.878343] test_bpf: #910 JMP_JSGT_X: all register value magnitudes jited:1 213841 PASS
kern  :info  : [ 1068.904408] test_bpf: #911 JMP_JSGE_X: all register value magnitudes jited:1 123947 PASS
kern  :info  : [ 1068.930400] test_bpf: #912 JMP_JSLT_X: all register value magnitudes jited:1 102418 PASS
kern  :info  : [ 1068.956441] test_bpf: #913 JMP_JSLE_X: all register value magnitudes jited:1 102694 PASS
kern  :info  : [ 1068.982384] test_bpf: #914 JMP32_JSET_K: all immediate value magnitudes jited:1 78776 PASS
kern  :info  : [ 1068.999520] test_bpf: #915 JMP32_JEQ_K: all immediate value magnitudes jited:1 55936 PASS
kern  :info  : [ 1069.017694] test_bpf: #916 JMP32_JNE_K: all immediate value magnitudes jited:1 71765 PASS
kern  :info  : [ 1069.034142] test_bpf: #917 JMP32_JGT_K: all immediate value magnitudes jited:1 77537 PASS
kern  :info  : [ 1069.051499] test_bpf: #918 JMP32_JGE_K: all immediate value magnitudes jited:1 122744 PASS
kern  :info  : [ 1069.069036] test_bpf: #919 JMP32_JLT_K: all immediate value magnitudes jited:1 146139 PASS
kern  :info  : [ 1069.086151] test_bpf: #920 JMP32_JLE_K: all immediate value magnitudes jited:1 78947 PASS
kern  :info  : [ 1069.104153] test_bpf: #921 JMP32_JSGT_K: all immediate value magnitudes jited:1 80144 PASS
kern  :info  : [ 1069.121419] test_bpf: #922 JMP32_JSGE_K: all immediate value magnitudes jited:1 66329 PASS
kern  :info  : [ 1069.138579] test_bpf: #923 JMP32_JSLT_K: all immediate value magnitudes jited:1 68156 PASS
kern  :info  : [ 1069.155836] test_bpf: #924 JMP32_JSLE_K: all immediate value magnitudes jited:1 78676 PASS
kern  :info  : [ 1069.173902] test_bpf: #925 JMP32_JSET_X: all register value magnitudes jited:1 109678 PASS
kern  :info  : [ 1069.198430] test_bpf: #926 JMP32_JEQ_X: all register value magnitudes jited:1 109258 PASS
kern  :info  : [ 1069.225057] test_bpf: #927 JMP32_JNE_X: all register value magnitudes jited:1 108143 PASS
kern  :info  : [ 1069.248146] test_bpf: #928 JMP32_JGT_X: all register value magnitudes 
kern  :info  : [ 1069.281106] test_bpf: #929 JMP32_JGE_X: all register value magnitudes jited:1 121703 PASS
kern  :info  : [ 1069.304661] test_bpf: #930 JMP32_JLT_X: all register value magnitudes jited:1 182032 PASS
kern  :info  : [ 1069.329473] test_bpf: #931 JMP32_JLE_X: all register value magnitudes jited:1 107703 PASS
kern  :info  : [ 1069.352452] test_bpf: #932 JMP32_JSGT_X: all register value magnitudes jited:1 112668 PASS
kern  :info  : [ 1069.376636] test_bpf: #933 JMP32_JSGE_X: all register value magnitudes jited:1 107187 PASS
kern  :info  : [ 1069.399604] test_bpf: #934 JMP32_JSLT_X: all register value magnitudes jited:1 172871 PASS
kern  :info  : [ 1069.424604] test_bpf: #935 JMP32_JSLE_X: all register value magnitudes jited:1 106453 PASS
kern  :info  : [ 1069.447597] test_bpf: #936 JMP_JSET_K: imm = 0 -> never taken jited:1 33 PASS
kern  :info  : [ 1069.456057] test_bpf: #937 JMP_JLT_K: imm = 0 -> never taken jited:1 40 PASS
kern  :info  : [ 1069.464204] test_bpf: #938 JMP_JGE_K: imm = 0 -> always taken jited:1 14 PASS
kern  :info  : [ 1069.472401] test_bpf: #939 JMP_JGT_K: imm = 0xffffffff -> never taken jited:1 16 PASS
kern  :info  : [ 1069.481147] test_bpf: #940 JMP_JLE_K: imm = 0xffffffff -> always taken jited:1 40 PASS
kern  :info  : [ 1069.490043] test_bpf: #941 JMP32_JSGT_K: imm = 0x7fffffff -> never taken jited:1 39 PASS
kern  :info  : [ 1069.499188] test_bpf: #942 JMP32_JSGE_K: imm = -0x80000000 -> always taken jited:1 28 PASS
kern  :info  : [ 1069.508418] test_bpf: #943 JMP32_JSLT_K: imm = -0x80000000 -> never taken jited:1 15 PASS
kern  :info  : [ 1069.517667] test_bpf: #944 JMP32_JSLE_K: imm = 0x7fffffff -> always taken jited:1 16 PASS
kern  :info  : [ 1069.526928] test_bpf: #945 JMP_JEQ_X: dst = src -> always taken jited:1 16 PASS
kern  :info  : [ 1069.535185] test_bpf: #946 JMP_JGE_X: dst = src -> always taken jited:1 16 PASS
kern  :info  : [ 1069.543607] test_bpf: #947 JMP_JLE_X: dst = src -> always taken jited:1 16 PASS
kern  :info  : [ 1069.551897] test_bpf: #948 JMP_JSGE_X: dst = src -> always taken jited:1 40 PASS
kern  :info  : [ 1069.560401] test_bpf: #949 JMP_JSLE_X: dst = src -> always taken jited:1 47 PASS
kern  :info  : [ 1069.568846] test_bpf: #950 JMP_JNE_X: dst = src -> never taken jited:1 27 PASS
kern  :info  : [ 1069.577123] test_bpf: #951 JMP_JGT_X: dst = src -> never taken jited:1 27 PASS
kern  :info  : [ 1069.585325] test_bpf: #952 JMP_JLT_X: dst = src -> never taken jited:1 96 PASS
kern  :info  : [ 1069.593679] test_bpf: #953 JMP_JSGT_X: dst = src -> never taken jited:1 28 PASS
kern  :info  : [ 1069.601965] test_bpf: #954 JMP_JSLT_X: dst = src -> never taken jited:1 27 PASS
kern  :info  : [ 1069.610358] test_bpf: #955 Short relative jump: offset=0 jited:1 14 PASS
kern  :info  : [ 1069.618027] test_bpf: #956 Short relative jump: offset=1 jited:1 14 PASS
kern  :info  : [ 1069.625801] test_bpf: #957 Short relative jump: offset=2 jited:1 14 PASS
kern  :info  : [ 1069.633525] test_bpf: #958 Short relative jump: offset=3 jited:1 14 PASS
kern  :info  : [ 1069.641305] test_bpf: #959 Short relative jump: offset=4 jited:1 14 PASS
kern  :info  : [ 1069.648975] test_bpf: #960 Long conditional jump: taken at runtime jited:1 28 PASS
kern  :info  : [ 1069.661628] test_bpf: #961 Long conditional jump: not taken at runtime jited:1 15 PASS
kern  :info  : [ 1069.674386] test_bpf: #962 Long conditional jump: always taken, known at JIT time jited:1 28 PASS
kern  :info  : [ 1069.688158] test_bpf: #963 Long conditional jump: never taken, known at JIT time jited:1 27 PASS
kern  :info  : [ 1069.701828] test_bpf: #964 Staggered jumps: JMP_JA jited:1 50720 PASS
kern  :info  : [ 1069.714561] test_bpf: #965 Staggered jumps: JMP_JEQ_K jited:1 57753 PASS
kern  :info  : [ 1069.728208] test_bpf: #966 Staggered jumps: JMP_JNE_K jited:1 66670 PASS
kern  :info  : [ 1069.741987] test_bpf: #967 Staggered jumps: JMP_JSET_K jited:1 70806 PASS
kern  :info  : [ 1069.755847] test_bpf: #968 Staggered jumps: JMP_JGT_K jited:1 67829 PASS
kern  :info  : [ 1069.769734] test_bpf: #969 Staggered jumps: JMP_JGE_K jited:1 62392 PASS
kern  :info  : [ 1069.783380] test_bpf: #970 Staggered jumps: JMP_JLT_K jited:1 94346 PASS
kern  :info  : [ 1069.797482] test_bpf: #971 Staggered jumps: JMP_JLE_K jited:1 59488 PASS
kern  :info  : [ 1069.811162] test_bpf: #972 Staggered jumps: JMP_JSGT_K jited:1 78091 PASS
kern  :info  : [ 1069.825063] test_bpf: #973 Staggered jumps: JMP_JSGE_K jited:1 73525 PASS
kern  :info  : [ 1069.838902] test_bpf: #974 Staggered jumps: JMP_JSLT_K jited:1 74042 PASS
kern  :info  : [ 1069.852774] test_bpf: #975 Staggered jumps: JMP_JSLE_K jited:1 71291 PASS
kern  :info  : [ 1069.866662] test_bpf: #976 Staggered jumps: JMP_JEQ_X jited:1 70768 PASS
kern  :info  : [ 1069.880707] test_bpf: #977 Staggered jumps: JMP_JNE_X jited:1 71923 PASS
kern  :info  : [ 1069.894858] test_bpf: #978 Staggered jumps: JMP_JSET_X jited:1 69695 PASS
kern  :info  : [ 1069.909104] test_bpf: #979 Staggered jumps: JMP_JGT_X jited:1 70944 PASS
kern  :info  : [ 1069.922988] test_bpf: #980 Staggered jumps: JMP_JGE_X jited:1 66424 PASS
kern  :info  : [ 1069.936878] test_bpf: #981 Staggered jumps: JMP_JLT_X jited:1 69340 PASS
kern  :info  : [ 1069.950741] test_bpf: #982 Staggered jumps: JMP_JLE_X jited:1 66776 PASS
kern  :info  : [ 1069.964545] test_bpf: #983 Staggered jumps: JMP_JSGT_X jited:1 67069 PASS
kern  :info  : [ 1069.978566] test_bpf: #984 Staggered jumps: JMP_JSGE_X jited:1 70744 PASS
kern  :info  : [ 1069.992640] test_bpf: #985 Staggered jumps: JMP_JSLT_X jited:1 71937 PASS
kern  :info  : [ 1070.006702] test_bpf: #986 Staggered jumps: JMP_JSLE_X jited:1 65082 PASS
kern  :info  : [ 1070.020670] test_bpf: #987 Staggered jumps: JMP32_JEQ_K jited:1 62860 PASS
kern  :info  : [ 1070.034210] test_bpf: #988 Staggered jumps: JMP32_JNE_K jited:1 75091 PASS
kern  :info  : [ 1070.048189] test_bpf: #989 Staggered jumps: JMP32_JSET_K jited:1 70276 PASS
kern  :info  : [ 1070.062191] test_bpf: #990 Staggered jumps: JMP32_JGT_K jited:1 70290 PASS
kern  :info  : [ 1070.076225] test_bpf: #991 Staggered jumps: JMP32_JGE_K jited:1 68893 PASS
kern  :info  : [ 1070.090145] test_bpf: #992 Staggered jumps: JMP32_JLT_K jited:1 73907 PASS
kern  :info  : [ 1070.104270] test_bpf: #993 Staggered jumps: JMP32_JLE_K jited:1 65843 PASS
kern  :info  : [ 1070.118267] test_bpf: #994 Staggered jumps: JMP32_JSGT_K jited:1 67232 PASS
kern  :info  : [ 1070.132186] test_bpf: #995 Staggered jumps: JMP32_JSGE_K jited:1 68714 PASS
kern  :info  : [ 1070.146184] test_bpf: #996 Staggered jumps: JMP32_JSLT_K jited:1 64203 PASS
kern  :info  : [ 1070.160239] test_bpf: #997 Staggered jumps: JMP32_JSLE_K jited:1 63462 PASS
kern  :info  : [ 1070.174320] test_bpf: #998 Staggered jumps: JMP32_JEQ_X jited:1 59838 PASS
kern  :info  : [ 1070.188075] test_bpf: #999 Staggered jumps: JMP32_JNE_X jited:1 67326 PASS
kern  :info  : [ 1070.202075] test_bpf: #1000 Staggered jumps: JMP32_JSET_X jited:1 66592 PASS
kern  :info  : [ 1070.216338] test_bpf: #1001 Staggered jumps: JMP32_JGT_X jited:1 56656 PASS
kern  :info  : [ 1070.230445] test_bpf: #1002 Staggered jumps: JMP32_JGE_X jited:1 66407 PASS
kern  :info  : [ 1070.244167] test_bpf: #1003 Staggered jumps: JMP32_JLT_X jited:1 61621 PASS
kern  :info  : [ 1070.258310] test_bpf: #1004 Staggered jumps: JMP32_JLE_X jited:1 65998 PASS
kern  :info  : [ 1070.272244] test_bpf: #1005 Staggered jumps: JMP32_JSGT_X jited:1 71132 PASS
kern  :info  : [ 1070.286323] test_bpf: #1006 Staggered jumps: JMP32_JSGE_X jited:1 91655 PASS
kern  :info  : [ 1070.300733] test_bpf: #1007 Staggered jumps: JMP32_JSLT_X jited:1 67414 PASS
kern  :info  : [ 1070.314829] test_bpf: #1008 Staggered jumps: JMP32_JSLE_X jited:1 70688 PASS
kern  :info  : [ 1070.329108] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
kern  :info  : [ 1070.337406] test_bpf: #0 Tail call leaf jited:1 14 PASS
kern  :info  : [ 1070.337430] test_bpf: #1 Tail call 2 jited:1 47 PASS
kern  :info  : [ 1070.343391] test_bpf: #2 Tail call 3 jited:1 42 PASS
kern  :info  : [ 1070.349115] test_bpf: #3 Tail call 4 jited:1 66 PASS
kern  :info  : [ 1070.354857] test_bpf: #4 Tail call error path, max count reached jited:1 491 PASS
kern  :info  : [ 1070.361025] test_bpf: #5 Tail call count preserved across function calls jited:1 42969 PASS
kern  :info  : [ 1070.412167] test_bpf: #6 Tail call error path, NULL target jited:1 24 PASS
kern  :info  : [ 1070.421232] test_bpf: #7 Tail call error path, index out of range jited:1 36 PASS
kern  :info  : [ 1070.428849] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
kern  :info  : [ 1070.445610] test_bpf: #0 gso_with_rx_frags PASS
kern  :info  : [ 1070.450960] test_bpf: #1 gso_linear_no_head_frag PASS
kern  :info  : [ 1070.456781] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
kern  :info  : [ 1070.589507] test_bpf: #0 TAX 
kern  :info  : [ 1070.612943] test_bpf: #1 TXA 
kern  :info  : [ 1070.629474] test_bpf: #2 ADD_SUB_MUL_K 
kern  :info  : [ 1070.655165] test_bpf: #3 DIV_MOD_KX 
kern  :info  : [ 1070.669890] test_bpf: #4 AND_OR_LSH_K 
kern  :info  : [ 1070.685044] test_bpf: #5 LD_IMM_0 
kern  :info  : [ 1070.710697] test_bpf: #6 LD_IND 
kern  :info  : [ 1070.725507] test_bpf: #7 LD_ABS 
kern  :info  : [ 1070.747784] test_bpf: #8 LD_ABS_LL 
kern  :info  : [ 1070.764994] test_bpf: #9 LD_IND_LL 
kern  :info  : [ 1070.789301] test_bpf: #10 LD_ABS_NET 
kern  :info  : [ 1070.805148] test_bpf: #11 LD_IND_NET 
kern  :info  : [ 1070.827017] test_bpf: #12 LD_PKTTYPE 
kern  :info  : [ 1070.842652] test_bpf: #13 LD_MARK 
kern  :info  : [ 1070.859051] test_bpf: #14 LD_RXHASH 
kern  :info  : [ 1070.882911] test_bpf: #15 LD_QUEUE 
kern  :info  : [ 1070.898119] test_bpf: #16 LD_PROTOCOL 
kern  :info  : [ 1070.911753] test_bpf: #17 LD_VLAN_TAG 
kern  :info  : [ 1070.926829] test_bpf: #18 LD_VLAN_TAG_PRESENT 
kern  :info  : [ 1070.947709] test_bpf: #19 LD_IFINDEX 
kern  :info  : [ 1070.963071] test_bpf: #20 LD_HATYPE 
kern  :info  : [ 1070.984358] test_bpf: #21 LD_CPU 
kern  :info  : [ 1070.999314] test_bpf: #22 LD_NLATTR 
kern  :info  : [ 1071.017080] test_bpf: #23 LD_NLATTR_NEST 
kern  :info  : [ 1071.040204] test_bpf: #24 LD_PAYLOAD_OFF 
kern  :info  : [ 1071.074204] test_bpf: #25 LD_ANC_XOR jited:1 66 
kern  :info  : [ 1071.101214] test_bpf: #26 SPILL_FILL jited:1 14 14 14 PASS
kern  :info  : [ 1071.107805] test_bpf: #27 JEQ jited:1 21 15 16 PASS
kern  :info  : [ 1071.113827] test_bpf: #28 JGT jited:1 37 16 16 PASS
kern  :info  : [ 1071.119836] test_bpf: #29 JGE (jt 0), test 1 jited:1 23 16 16 PASS
kern  :info  : [ 1071.127231] test_bpf: #30 JGE (jt 0), test 2 jited:1 16 16 16 PASS
kern  :info  : [ 1071.134500] test_bpf: #31 JGE jited:1 19 19 19 PASS
kern  :info  : [ 1071.140625] test_bpf: #32 JSET jited:1 24 37 26 PASS
kern  :info  : [ 1071.146794] test_bpf: #33 tcpdump port 22 jited:1 37 45 32 PASS
kern  :info  : [ 1071.153891] test_bpf: #34 tcpdump complex jited:1 39 29 41 PASS
kern  :info  : [ 1071.161085] test_bpf: #35 RET_A jited:1 21 15 PASS
kern  :info  : [ 1071.167120] test_bpf: #36 INT: ADD trivial jited:1 14 PASS
kern  :info  : [ 1071.173657] test_bpf: #37 INT: MUL_X jited:1 16 PASS
kern  :info  : [ 1071.179621] test_bpf: #38 INT: MUL_X2 jited:1 27 PASS
kern  :info  : [ 1071.185798] test_bpf: #39 INT: MUL32_X jited:1 15 PASS
kern  :info  : [ 1071.192005] test_bpf: #40 INT: ADD 64-bit jited:1 27 PASS
kern  :info  : [ 1071.198509] test_bpf: #41 INT: ADD 32-bit jited:1 26 PASS
kern  :info  : [ 1071.204903] test_bpf: #42 INT: SUB jited:1 53 PASS
kern  :info  : [ 1071.210784] test_bpf: #43 INT: XOR jited:1 21 PASS
kern  :info  : [ 1071.216578] test_bpf: #44 INT: MUL jited:1 36 PASS
kern  :info  : [ 1071.222509] test_bpf: #45 MOV REG64 jited:1 16 PASS
kern  :info  : [ 1071.228387] test_bpf: #46 MOV REG32 jited:1 16 PASS
kern  :info  : [ 1071.234338] test_bpf: #47 LD IMM64 jited:1 30 PASS
kern  :info  : [ 1071.240193] test_bpf: #48 INT: ALU MIX jited:1 28 PASS
kern  :info  : [ 1071.246433] test_bpf: #49 INT: shifts by register jited:1 49 PASS
kern  :info  : [ 1071.253587] test_bpf: #50 check: missing ret PASS
kern  :info  : [ 1071.259087] test_bpf: #51 check: div_k_0 PASS
kern  :info  : [ 1071.264236] test_bpf: #52 check: unknown insn PASS
kern  :info  : [ 1071.269791] test_bpf: #53 check: out of range spill/fill PASS
kern  :info  : [ 1071.276344] test_bpf: #54 JUMPS + HOLES jited:1 17 PASS
kern  :info  : [ 1071.282808] test_bpf: #55 check: RET X PASS
kern  :info  : [ 1071.287778] test_bpf: #56 check: LDX + RET X PASS
kern  :info  : [ 1071.293266] test_bpf: #57 M[]: alt STX + LDX jited:1 39 PASS
kern  :info  : [ 1071.300111] test_bpf: #58 M[]: full STX + full LDX jited:1 18 PASS
kern  :info  : [ 1071.307360] test_bpf: #59 check: SKF_AD_MAX PASS
kern  :info  : [ 1071.312781] test_bpf: #60 LD [SKF_AD_OFF-1] jited:1 23 PASS
kern  :info  : [ 1071.319493] test_bpf: #61 load 64-bit immediate jited:1 17 PASS
kern  :info  : [ 1071.326434] test_bpf: #62 ALU_MOV_X: dst = 2 jited:1 14 PASS
kern  :info  : [ 1071.333114] test_bpf: #63 ALU_MOV_X: dst = 4294967295 jited:1 15 PASS
kern  :info  : [ 1071.340466] test_bpf: #64 ALU64_MOV_X: dst = 2 jited:1 13 PASS
kern  :info  : [ 1071.347465] test_bpf: #65 ALU64_MOV_X: dst = 4294967295 jited:1 28 PASS
kern  :info  : [ 1071.355182] test_bpf: #66 ALU_MOV_K: dst = 2 jited:1 14 PASS
kern  :info  : [ 1071.361853] test_bpf: #67 ALU_MOV_K: dst = 4294967295 jited:1 13 PASS
kern  :info  : [ 1071.369346] test_bpf: #68 ALU_MOV_K: 0x0000ffffffff0000 = 0x00000000ffffffff jited:1 29 PASS
kern  :info  : [ 1071.378778] test_bpf: #69 ALU_MOV_K: small negative jited:1 14 PASS
kern  :info  : [ 1071.386076] test_bpf: #70 ALU_MOV_K: small negative zero extension jited:1 13 PASS
kern  :info  : [ 1071.394714] test_bpf: #71 ALU_MOV_K: large negative jited:1 27 PASS
kern  :info  : [ 1071.401998] test_bpf: #72 ALU_MOV_K: large negative zero extension jited:1 13 PASS
kern  :info  : [ 1071.410617] test_bpf: #73 ALU64_MOV_K: dst = 2 jited:1 13 PASS
kern  :info  : [ 1071.417492] test_bpf: #74 ALU64_MOV_K: dst = 2147483647 jited:1 13 PASS
kern  :info  : [ 1071.425214] test_bpf: #75 ALU64_OR_K: dst = 0x0 jited:1 15 PASS
kern  :info  : [ 1071.432197] test_bpf: #76 ALU64_MOV_K: dst = -1 jited:1 16 PASS
kern  :info  : [ 1071.439193] test_bpf: #77 ALU64_MOV_K: small negative jited:1 13 PASS
kern  :info  : [ 1071.446674] test_bpf: #78 ALU64_MOV_K: small negative sign extension jited:1 13 PASS
kern  :info  : [ 1071.455445] test_bpf: #79 ALU64_MOV_K: large negative jited:1 14 PASS
kern  :info  : [ 1071.462978] test_bpf: #80 ALU64_MOV_K: large negative sign extension jited:1 14 PASS
kern  :info  : [ 1071.471693] test_bpf: #81 ALU_ADD_X: 1 + 2 = 3 jited:1 14 PASS
kern  :info  : [ 1071.478648] test_bpf: #82 ALU_ADD_X: 1 + 4294967294 = 4294967295 jited:1 27 PASS
kern  :info  : [ 1071.487025] test_bpf: #83 ALU_ADD_X: 2 + 4294967294 = 0 jited:1 15 PASS
kern  :info  : [ 1071.494743] test_bpf: #84 ALU64_ADD_X: 1 + 2 = 3 jited:1 14 PASS
kern  :info  : [ 1071.501732] test_bpf: #85 ALU64_ADD_X: 1 + 4294967294 = 4294967295 jited:1 27 PASS
kern  :info  : [ 1071.510374] test_bpf: #86 ALU64_ADD_X: 2 + 4294967294 = 4294967296 jited:1 16 PASS
kern  :info  : [ 1071.518956] test_bpf: #87 ALU_ADD_K: 1 + 2 = 3 jited:1 27 PASS
kern  :info  : [ 1071.525904] test_bpf: #88 ALU_ADD_K: 3 + 0 = 3 jited:1 14 PASS
kern  :info  : [ 1071.532723] test_bpf: #89 ALU_ADD_K: 1 + 4294967294 = 4294967295 jited:1 27 PASS
kern  :info  : [ 1071.541142] test_bpf: #90 ALU_ADD_K: 4294967294 + 2 = 0 jited:1 15 PASS
kern  :info  : [ 1071.548751] test_bpf: #91 ALU_ADD_K: 0 + (-1) = 0x00000000ffffffff jited:1 15 PASS
kern  :info  : [ 1071.557446] test_bpf: #92 ALU_ADD_K: 0 + 0xffff = 0xffff jited:1 15 PASS
kern  :info  : [ 1071.565134] test_bpf: #93 ALU_ADD_K: 0 + 0x7fffffff = 0x7fffffff jited:1 28 PASS
kern  :info  : [ 1071.573679] test_bpf: #94 ALU_ADD_K: 0 + 0x80000000 = 0x80000000 jited:1 29 PASS
kern  :info  : [ 1071.582122] test_bpf: #95 ALU_ADD_K: 0 + 0x80008000 = 0x80008000 jited:1 28 PASS
kern  :info  : [ 1071.590578] test_bpf: #96 ALU64_ADD_K: 1 + 2 = 3 jited:1 14 PASS
kern  :info  : [ 1071.597672] test_bpf: #97 ALU64_ADD_K: 3 + 0 = 3 jited:1 14 PASS
kern  :info  : [ 1071.604747] test_bpf: #98 ALU64_ADD_K: 1 + 2147483646 = 2147483647 jited:1 13 PASS
kern  :info  : [ 1071.613388] test_bpf: #99 ALU64_ADD_K: 4294967294 + 2 = 4294967296 jited:1 15 PASS
kern  :info  : [ 1071.621989] test_bpf: #100 ALU64_ADD_K: 2147483646 + -2147483647 = -1 jited:1 14 PASS
kern  :info  : [ 1071.630840] test_bpf: #101 ALU64_ADD_K: 1 + 0 = 1 jited:1 29 PASS
kern  :info  : [ 1071.637956] test_bpf: #102 ALU64_ADD_K: 0 + (-1) = 0xffffffffffffffff jited:1 16 PASS
kern  :info  : [ 1071.646802] test_bpf: #103 ALU64_ADD_K: 0 + 0xffff = 0xffff jited:1 29 PASS
kern  :info  : [ 1071.654788] test_bpf: #104 ALU64_ADD_K: 0 + 0x7fffffff = 0x7fffffff jited:1 28 PASS
kern  :info  : [ 1071.663493] test_bpf: #105 ALU64_ADD_K: 0 + 0x80000000 = 0xffffffff80000000 jited:1 28 PASS
kern  :info  : [ 1071.672843] test_bpf: #106 ALU_ADD_K: 0 + 0x80008000 = 0xffffffff80008000 jited:1 15 PASS
kern  :info  : [ 1071.682096] test_bpf: #107 ALU_SUB_X: 3 - 1 = 2 jited:1 27 PASS
kern  :info  : [ 1071.689098] test_bpf: #108 ALU_SUB_X: 4294967295 - 4294967294 = 1 jited:1 13 PASS
kern  :info  : [ 1071.697652] test_bpf: #109 ALU64_SUB_X: 3 - 1 = 2 jited:1 14 PASS
kern  :info  : [ 1071.704785] test_bpf: #110 ALU64_SUB_X: 4294967295 - 4294967294 = 1 jited:1 13 PASS
kern  :info  : [ 1071.713534] test_bpf: #111 ALU_SUB_K: 3 - 1 = 2 jited:1 27 PASS
kern  :info  : [ 1071.720549] test_bpf: #112 ALU_SUB_K: 3 - 0 = 3 jited:1 13 PASS
kern  :info  : [ 1071.727584] test_bpf: #113 ALU_SUB_K: 4294967295 - 4294967294 = 1 jited:1 28 PASS
kern  :info  : [ 1071.736073] test_bpf: #114 ALU64_SUB_K: 3 - 1 = 2 jited:1 13 PASS
kern  :info  : [ 1071.743224] test_bpf: #115 ALU64_SUB_K: 3 - 0 = 3 jited:1 14 PASS
kern  :info  : [ 1071.750370] test_bpf: #116 ALU64_SUB_K: 4294967294 - 4294967295 = -1 jited:1 26 PASS
kern  :info  : [ 1071.759076] test_bpf: #117 ALU64_ADD_K: 2147483646 - 2147483647 = -1 jited:1 14 PASS
kern  :info  : [ 1071.767807] test_bpf: #118 ALU_MUL_X: 2 * 3 = 6 jited:1 15 PASS
kern  :info  : [ 1071.774757] test_bpf: #119 ALU_MUL_X: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 27 PASS
kern  :info  : [ 1071.783365] test_bpf: #120 ALU_MUL_X: -1 * -1 = 1 jited:1 14 PASS
kern  :info  : [ 1071.790478] test_bpf: #121 ALU64_MUL_X: 2 * 3 = 6 jited:1 14 PASS
kern  :info  : [ 1071.797747] test_bpf: #122 ALU64_MUL_X: 1 * 2147483647 = 2147483647 jited:1 14 PASS
kern  :info  : [ 1071.806353] test_bpf: #123 ALU64_MUL_X: 64x64 multiply, low word jited:1 14 PASS
kern  :info  : [ 1071.814895] test_bpf: #124 ALU64_MUL_X: 64x64 multiply, high word jited:1 14 PASS
kern  :info  : [ 1071.823427] test_bpf: #125 ALU_MUL_K: 2 * 3 = 6 jited:1 14 PASS
kern  :info  : [ 1071.830394] test_bpf: #126 ALU_MUL_K: 3 * 1 = 3 jited:1 13 PASS
kern  :info  : [ 1071.837383] test_bpf: #127 ALU_MUL_K: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 13 PASS
kern  :info  : [ 1071.845911] test_bpf: #128 ALU_MUL_K: 1 * (-1) = 0x00000000ffffffff jited:1 15 PASS
kern  :info  : [ 1071.854665] test_bpf: #129 ALU64_MUL_K: 2 * 3 = 6 jited:1 27 PASS
kern  :info  : [ 1071.861758] test_bpf: #130 ALU64_MUL_K: 3 * 1 = 3 jited:1 13 PASS
kern  :info  : [ 1071.868957] test_bpf: #131 ALU64_MUL_K: 1 * 2147483647 = 2147483647 jited:1 27 PASS
kern  :info  : [ 1071.877646] test_bpf: #132 ALU64_MUL_K: 1 * -2147483647 = -2147483647 jited:1 13 PASS
kern  :info  : [ 1071.886583] test_bpf: #133 ALU64_MUL_K: 1 * (-1) = 0xffffffffffffffff jited:1 29 PASS
kern  :info  : [ 1071.895423] test_bpf: #134 ALU64_MUL_K: 64x32 multiply, low word jited:1 13 PASS
kern  :info  : [ 1071.903934] test_bpf: #135 ALU64_MUL_K: 64x32 multiply, high word jited:1 27 PASS
kern  :info  : [ 1071.912412] test_bpf: #136 ALU_DIV_X: 6 / 2 = 3 jited:1 15 PASS
kern  :info  : [ 1071.919396] test_bpf: #137 ALU_DIV_X: 4294967295 / 4294967295 = 1 jited:1 17 PASS
kern  :info  : [ 1071.927930] test_bpf: #138 ALU64_DIV_X: 6 / 2 = 3 jited:1 21 PASS
kern  :info  : [ 1071.935140] test_bpf: #139 ALU64_DIV_X: 2147483647 / 2147483647 = 1 jited:1 22 PASS
kern  :info  : [ 1071.943846] test_bpf: #140 ALU64_DIV_X: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 33 PASS
kern  :info  : [ 1071.954252] test_bpf: #141 ALU_DIV_K: 6 / 2 = 3 jited:1 16 PASS
kern  :info  : [ 1071.961201] test_bpf: #142 ALU_DIV_K: 3 / 1 = 3 jited:1 15 PASS
kern  :info  : [ 1071.968131] test_bpf: #143 ALU_DIV_K: 4294967295 / 4294967295 = 1 jited:1 28 PASS
kern  :info  : [ 1071.976655] test_bpf: #144 ALU_DIV_K: 0xffffffffffffffff / (-1) = 0x1 jited:1 15 PASS
kern  :info  : [ 1071.985593] test_bpf: #145 ALU64_DIV_K: 6 / 2 = 3 jited:1 32 PASS
kern  :info  : [ 1071.992678] test_bpf: #146 ALU64_DIV_K: 3 / 1 = 3 jited:1 20 PASS
kern  :info  : [ 1071.999835] test_bpf: #147 ALU64_DIV_K: 2147483647 / 2147483647 = 1 jited:1 33 PASS
kern  :info  : [ 1072.008498] test_bpf: #148 ALU64_DIV_K: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 20 PASS
kern  :info  : [ 1072.018902] test_bpf: #149 ALU_MOD_X: 3 % 2 = 1 jited:1 16 PASS
kern  :info  : [ 1072.025848] test_bpf: #150 ALU_MOD_X: 4294967295 % 4294967293 = 2 jited:1 15 PASS
kern  :info  : [ 1072.034433] test_bpf: #151 ALU64_MOD_X: 3 % 2 = 1 jited:1 35 PASS
kern  :info  : [ 1072.041709] test_bpf: #152 ALU64_MOD_X: 2147483647 % 2147483645 = 2 jited:1 20 PASS
kern  :info  : [ 1072.050444] test_bpf: #153 ALU_MOD_K: 3 % 2 = 1 jited:1 17 PASS
kern  :info  : [ 1072.057465] test_bpf: #154 ALU_MOD_K: 3 % 1 = 0 jited:1 30 PASS
kern  :info  : [ 1072.064471] test_bpf: #155 ALU_MOD_K: 4294967295 % 4294967293 = 2 jited:1 15 PASS
kern  :info  : [ 1072.073054] test_bpf: #156 ALU64_MOD_K: 3 % 2 = 1 jited:1 19 PASS
kern  :info  : [ 1072.080241] test_bpf: #157 ALU64_MOD_K: 3 % 1 = 0 jited:1 33 PASS
kern  :info  : [ 1072.087342] test_bpf: #158 ALU64_MOD_K: 2147483647 % 2147483645 = 2 jited:1 20 PASS
kern  :info  : [ 1072.096044] test_bpf: #159 ALU_AND_X: 3 & 2 = 2 jited:1 14 PASS
kern  :info  : [ 1072.102919] test_bpf: #160 ALU_AND_X: 0xffffffff & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1072.112192] test_bpf: #161 ALU64_AND_X: 3 & 2 = 2 jited:1 14 PASS
kern  :info  : [ 1072.119224] test_bpf: #162 ALU64_AND_X: 0xffffffff & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1072.128679] test_bpf: #163 ALU_AND_K: 3 & 2 = 2 jited:1 14 PASS
kern  :info  : [ 1072.135697] test_bpf: #164 ALU_AND_K: 0xffffffff & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1072.144917] test_bpf: #165 ALU_AND_K: Small immediate jited:1 13 PASS
kern  :info  : [ 1072.152449] test_bpf: #166 ALU_AND_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1072.159953] test_bpf: #167 ALU_AND_K: Zero extension jited:1 15 PASS
kern  :info  : [ 1072.167422] test_bpf: #168 ALU64_AND_K: 3 & 2 = 2 jited:1 27 PASS
kern  :info  : [ 1072.174524] test_bpf: #169 ALU64_AND_K: 0xffffffff & 0xffffffff = 0xffffffff jited:1 41 PASS
kern  :info  : [ 1072.184075] test_bpf: #170 ALU64_AND_K: 0x0000ffffffff0000 & 0x0 = 0x0000000000000000 jited:1 29 PASS
kern  :info  : [ 1072.194291] test_bpf: #171 ALU64_AND_K: 0x0000ffffffff0000 & -1 = 0x0000ffffffff0000 jited:1 29 PASS
kern  :info  : [ 1072.204460] test_bpf: #172 ALU64_AND_K: 0xffffffffffffffff & -1 = 0xffffffffffffffff jited:1 29 PASS
kern  :info  : [ 1072.214720] test_bpf: #173 ALU64_AND_K: Sign extension 1 jited:1 15 PASS
kern  :info  : [ 1072.222522] test_bpf: #174 ALU64_AND_K: Sign extension 2 jited:1 28 PASS
kern  :info  : [ 1072.230245] test_bpf: #175 ALU_OR_X: 1 | 2 = 3 jited:1 41 PASS
kern  :info  : [ 1072.237192] test_bpf: #176 ALU_OR_X: 0x0 | 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1072.245827] test_bpf: #177 ALU64_OR_X: 1 | 2 = 3 jited:1 14 PASS
kern  :info  : [ 1072.252907] test_bpf: #178 ALU64_OR_X: 0 | 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1072.261464] test_bpf: #179 ALU_OR_K: 1 | 2 = 3 jited:1 14 PASS
kern  :info  : [ 1072.268497] test_bpf: #180 ALU_OR_K: 0 & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1072.276852] test_bpf: #181 ALU_OR_K: Small immediate jited:1 27 PASS
kern  :info  : [ 1072.284290] test_bpf: #182 ALU_OR_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1072.291604] test_bpf: #183 ALU_OR_K: Zero extension jited:1 29 PASS
kern  :info  : [ 1072.299001] test_bpf: #184 ALU64_OR_K: 1 | 2 = 3 jited:1 14 PASS
kern  :info  : [ 1072.306035] test_bpf: #185 ALU64_OR_K: 0 & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1072.314688] test_bpf: #186 ALU64_OR_K: 0x0000ffffffff0000 | 0x0 = 0x0000ffffffff0000 jited:1 29 PASS
kern  :info  : [ 1072.324773] test_bpf: #187 ALU64_OR_K: 0x0000ffffffff0000 | -1 = 0xffffffffffffffff jited:1 15 PASS
kern  :info  : [ 1072.334952] test_bpf: #188 ALU64_OR_K: 0x000000000000000 | -1 = 0xffffffffffffffff jited:1 34 PASS
kern  :info  : [ 1072.344978] test_bpf: #189 ALU64_OR_K: Sign extension 1 jited:1 28 PASS
kern  :info  : [ 1072.352725] test_bpf: #190 ALU64_OR_K: Sign extension 2 jited:1 29 PASS
kern  :info  : [ 1072.360486] test_bpf: #191 ALU_XOR_X: 5 ^ 6 = 3 jited:1 20 PASS
kern  :info  : [ 1072.367659] test_bpf: #192 ALU_XOR_X: 0x1 ^ 0xffffffff = 0xfffffffe jited:1 14 PASS
kern  :info  : [ 1072.376375] test_bpf: #193 ALU64_XOR_X: 5 ^ 6 = 3 jited:1 32 PASS
kern  :info  : [ 1072.383758] test_bpf: #194 ALU64_XOR_X: 1 ^ 0xffffffff = 0xfffffffe jited:1 19 PASS
kern  :info  : [ 1072.392629] test_bpf: #195 ALU_XOR_K: 5 ^ 6 = 3 jited:1 14 PASS
kern  :info  : [ 1072.399651] test_bpf: #196 ALU_XOR_K: 1 ^ 0xffffffff = 0xfffffffe jited:1 33 PASS
kern  :info  : [ 1072.408191] test_bpf: #197 ALU_XOR_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1072.415692] test_bpf: #198 ALU_XOR_K: Large immediate jited:1 20 PASS
kern  :info  : [ 1072.423337] test_bpf: #199 ALU_XOR_K: Zero extension jited:1 15 PASS
kern  :info  : [ 1072.430839] test_bpf: #200 ALU64_XOR_K: 5 ^ 6 = 3 jited:1 19 PASS
kern  :info  : [ 1072.438123] test_bpf: #201 ALU64_XOR_K: 1 ^ 0xffffffff = 0xfffffffe jited:1 27 PASS
kern  :info  : [ 1072.446984] test_bpf: #202 ALU64_XOR_K: 0x0000ffffffff0000 ^ 0x0 = 0x0000ffffffff0000 jited:1 17 PASS
kern  :info  : [ 1072.457199] test_bpf: #203 ALU64_XOR_K: 0x0000ffffffff0000 ^ -1 = 0xffff00000000ffff jited:1 15 PASS
kern  :info  : [ 1072.467342] test_bpf: #204 ALU64_XOR_K: 0x000000000000000 ^ -1 = 0xffffffffffffffff jited:1 57 PASS
kern  :info  : [ 1072.477420] test_bpf: #205 ALU64_XOR_K: Sign extension 1 jited:1 29 PASS
kern  :info  : [ 1072.485163] test_bpf: #206 ALU64_XOR_K: Sign extension 2 jited:1 15 PASS
kern  :info  : [ 1072.492835] test_bpf: #207 ALU_LSH_X: 1 << 1 = 2 jited:1 15 PASS
kern  :info  : [ 1072.499857] test_bpf: #208 ALU_LSH_X: 1 << 31 = 0x80000000 jited:1 14 PASS
kern  :info  : [ 1072.507653] test_bpf: #209 ALU_LSH_X: 0x12345678 << 12 = 0x45678000 jited:1 14 PASS
kern  :info  : [ 1072.516264] test_bpf: #210 ALU64_LSH_X: 1 << 1 = 2 jited:1 14 PASS
kern  :info  : [ 1072.523376] test_bpf: #211 ALU64_LSH_X: 1 << 31 = 0x80000000 jited:1 29 PASS
kern  :info  : [ 1072.531418] test_bpf: #212 ALU64_LSH_X: Shift < 32, low word jited:1 14 PASS
kern  :info  : [ 1072.539488] test_bpf: #213 ALU64_LSH_X: Shift < 32, high word jited:1 28 PASS
kern  :info  : [ 1072.547659] test_bpf: #214 ALU64_LSH_X: Shift > 32, low word jited:1 14 PASS
kern  :info  : [ 1072.555820] test_bpf: #215 ALU64_LSH_X: Shift > 32, high word jited:1 28 PASS
kern  :info  : [ 1072.563959] test_bpf: #216 ALU64_LSH_X: Shift == 32, low word jited:1 16 PASS
kern  :info  : [ 1072.572184] test_bpf: #217 ALU64_LSH_X: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1072.580399] test_bpf: #218 ALU64_LSH_X: Zero shift, low word jited:1 14 PASS
kern  :info  : [ 1072.588549] test_bpf: #219 ALU64_LSH_X: Zero shift, high word jited:1 28 PASS
kern  :info  : [ 1072.596716] test_bpf: #220 ALU_LSH_K: 1 << 1 = 2 jited:1 13 PASS
kern  :info  : [ 1072.603824] test_bpf: #221 ALU_LSH_K: 1 << 31 = 0x80000000 jited:1 27 PASS
kern  :info  : [ 1072.611741] test_bpf: #222 ALU_LSH_K: 0x12345678 << 12 = 0x45678000 jited:1 13 PASS
kern  :info  : [ 1072.620472] test_bpf: #223 ALU_LSH_K: 0x12345678 << 0 = 0x12345678 jited:1 13 PASS
kern  :info  : [ 1072.629110] test_bpf: #224 ALU64_LSH_K: 1 << 1 = 2 jited:1 13 PASS
kern  :info  : [ 1072.636379] test_bpf: #225 ALU64_LSH_K: 1 << 31 = 0x80000000 jited:1 14 PASS
kern  :info  : [ 1072.644469] test_bpf: #226 ALU64_LSH_K: Shift < 32, low word jited:1 27 PASS
kern  :info  : [ 1072.652663] test_bpf: #227 ALU64_LSH_K: Shift < 32, high word jited:1 14 PASS
kern  :info  : [ 1072.660779] test_bpf: #228 ALU64_LSH_K: Shift > 32, low word jited:1 13 PASS
kern  :info  : [ 1072.668915] test_bpf: #229 ALU64_LSH_K: Shift > 32, high word jited:1 27 PASS
kern  :info  : [ 1072.677057] test_bpf: #230 ALU64_LSH_K: Shift == 32, low word jited:1 13 PASS
kern  :info  : [ 1072.685303] test_bpf: #231 ALU64_LSH_K: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1072.693597] test_bpf: #232 ALU64_LSH_K: Zero shift jited:1 27 PASS
kern  :info  : [ 1072.700905] test_bpf: #233 ALU_RSH_X: 2 >> 1 = 1 jited:1 14 PASS
kern  :info  : [ 1072.707927] test_bpf: #234 ALU_RSH_X: 0x80000000 >> 31 = 1 jited:1 14 PASS
kern  :info  : [ 1072.715893] test_bpf: #235 ALU_RSH_X: 0x12345678 >> 20 = 0x123 jited:1 14 PASS
kern  :info  : [ 1072.724142] test_bpf: #236 ALU64_RSH_X: 2 >> 1 = 1 jited:1 28 PASS
kern  :info  : [ 1072.731392] test_bpf: #237 ALU64_RSH_X: 0x80000000 >> 31 = 1 jited:1 28 PASS
kern  :info  : [ 1072.739536] test_bpf: #238 ALU64_RSH_X: Shift < 32, low word jited:1 14 PASS
kern  :info  : [ 1072.747659] test_bpf: #239 ALU64_RSH_X: Shift < 32, high word jited:1 14 PASS
kern  :info  : [ 1072.755843] test_bpf: #240 ALU64_RSH_X: Shift > 32, low word jited:1 14 PASS
kern  :info  : [ 1072.763982] test_bpf: #241 ALU64_RSH_X: Shift > 32, high word jited:1 14 PASS
kern  :info  : [ 1072.772177] test_bpf: #242 ALU64_RSH_X: Shift == 32, low word jited:1 14 PASS
kern  :info  : [ 1072.780303] test_bpf: #243 ALU64_RSH_X: Shift == 32, high word jited:1 41 PASS
kern  :info  : [ 1072.788544] test_bpf: #244 ALU64_RSH_X: Zero shift, low word jited:1 28 PASS
kern  :info  : [ 1072.796719] test_bpf: #245 ALU64_RSH_X: Zero shift, high word jited:1 27 PASS
kern  :info  : [ 1072.804854] test_bpf: #246 ALU_RSH_K: 2 >> 1 = 1 jited:1 39 PASS
kern  :info  : [ 1072.811954] test_bpf: #247 ALU_RSH_K: 0x80000000 >> 31 = 1 jited:1 13 PASS
kern  :info  : [ 1072.819855] test_bpf: #248 ALU_RSH_K: 0x12345678 >> 20 = 0x123 jited:1 27 PASS
kern  :info  : [ 1072.828137] test_bpf: #249 ALU_RSH_K: 0x12345678 >> 0 = 0x12345678 jited:1 13 PASS
kern  :info  : [ 1072.836727] test_bpf: #250 ALU64_RSH_K: 2 >> 1 = 1 jited:1 13 PASS
kern  :info  : [ 1072.844000] test_bpf: #251 ALU64_RSH_K: 0x80000000 >> 31 = 1 jited:1 14 PASS
kern  :info  : [ 1072.852082] test_bpf: #252 ALU64_RSH_K: Shift < 32, low word jited:1 13 PASS
kern  :info  : [ 1072.860213] test_bpf: #253 ALU64_RSH_K: Shift < 32, high word jited:1 14 PASS
kern  :info  : [ 1072.868397] test_bpf: #254 ALU64_RSH_K: Shift > 32, low word jited:1 28 PASS
kern  :info  : [ 1072.876479] test_bpf: #255 ALU64_RSH_K: Shift > 32, high word jited:1 34 PASS
kern  :info  : [ 1072.884831] test_bpf: #256 ALU64_RSH_K: Shift == 32, low word jited:1 20 PASS
kern  :info  : [ 1072.893145] test_bpf: #257 ALU64_RSH_K: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1072.901389] test_bpf: #258 ALU64_RSH_K: Zero shift jited:1 20 PASS
kern  :info  : [ 1072.908805] test_bpf: #259 ALU32_ARSH_X: -1234 >> 7 = -10 jited:1 20 PASS
kern  :info  : [ 1072.916763] test_bpf: #260 ALU64_ARSH_X: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff jited:1 27 PASS
kern  :info  : [ 1072.927037] test_bpf: #261 ALU64_ARSH_X: Shift < 32, low word jited:1 19 PASS
kern  :info  : [ 1072.935422] test_bpf: #262 ALU64_ARSH_X: Shift < 32, high word jited:1 27 PASS
kern  :info  : [ 1072.943786] test_bpf: #263 ALU64_ARSH_X: Shift > 32, low word jited:1 28 PASS
kern  :info  : [ 1072.951933] test_bpf: #264 ALU64_ARSH_X: Shift > 32, high word jited:1 14 PASS
kern  :info  : [ 1072.960165] test_bpf: #265 ALU64_ARSH_X: Shift == 32, low word jited:1 16 PASS
kern  :info  : [ 1072.968373] test_bpf: #266 ALU64_ARSH_X: Shift == 32, high word jited:1 36 PASS
kern  :info  : [ 1072.976672] test_bpf: #267 ALU64_ARSH_X: Zero shift, low word jited:1 14 PASS
kern  :info  : [ 1072.984783] test_bpf: #268 ALU64_ARSH_X: Zero shift, high word jited:1 14 PASS
kern  :info  : [ 1072.993073] test_bpf: #269 ALU32_ARSH_K: -1234 >> 7 = -10 jited:1 14 PASS
kern  :info  : [ 1073.000831] test_bpf: #270 ALU32_ARSH_K: -1234 >> 0 = -1234 jited:1 27 PASS
kern  :info  : [ 1073.008781] test_bpf: #271 ALU64_ARSH_K: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff jited:1 14 PASS
kern  :info  : [ 1073.019041] test_bpf: #272 ALU64_ARSH_K: Shift < 32, low word jited:1 14 PASS
kern  :info  : [ 1073.027171] test_bpf: #273 ALU64_ARSH_K: Shift < 32, high word jited:1 27 PASS
kern  :info  : [ 1073.035429] test_bpf: #274 ALU64_ARSH_K: Shift > 32, low word jited:1 21 PASS
kern  :info  : [ 1073.043599] test_bpf: #275 ALU64_ARSH_K: Shift > 32, high word jited:1 14 PASS
kern  :info  : [ 1073.051814] test_bpf: #276 ALU64_ARSH_K: Shift == 32, low word jited:1 13 PASS
kern  :info  : [ 1073.060200] test_bpf: #277 ALU64_ARSH_K: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1073.068533] test_bpf: #278 ALU64_ARSH_K: Zero shift jited:1 13 PASS
kern  :info  : [ 1073.075905] test_bpf: #279 ALU_NEG: -(3) = -3 jited:1 14 PASS
kern  :info  : [ 1073.082682] test_bpf: #280 ALU_NEG: -(-3) = 3 jited:1 13 PASS
kern  :info  : [ 1073.089553] test_bpf: #281 ALU64_NEG: -(3) = -3 jited:1 14 PASS
kern  :info  : [ 1073.096444] test_bpf: #282 ALU64_NEG: -(-3) = 3 jited:1 13 PASS
kern  :info  : [ 1073.103584] test_bpf: #283 ALU_END_FROM_BE 16: 0x0123456789abcdef -> 0xcdef jited:1 14 PASS
kern  :info  : [ 1073.112904] test_bpf: #284 ALU_END_FROM_BE 32: 0x0123456789abcdef -> 0x89abcdef jited:1 26 PASS
kern  :info  : [ 1073.122779] test_bpf: #285 ALU_END_FROM_BE 64: 0x0123456789abcdef -> 0x89abcdef jited:1 14 PASS
kern  :info  : [ 1073.132405] test_bpf: #286 ALU_END_FROM_BE 64: 0x0123456789abcdef >> 32 -> 0x01234567 jited:1 14 PASS
kern  :info  : [ 1073.142671] test_bpf: #287 ALU_END_FROM_BE 16: 0xfedcba9876543210 -> 0x3210 jited:1 13 PASS
kern  :info  : [ 1073.152093] test_bpf: #288 ALU_END_FROM_BE 32: 0xfedcba9876543210 -> 0x76543210 jited:1 28 PASS
kern  :info  : [ 1073.161733] test_bpf: #289 ALU_END_FROM_BE 64: 0xfedcba9876543210 -> 0x76543210 jited:1 27 PASS
kern  :info  : [ 1073.171500] test_bpf: #290 ALU_END_FROM_BE 64: 0xfedcba9876543210 >> 32 -> 0xfedcba98 jited:1 14 PASS
kern  :info  : [ 1073.181735] test_bpf: #291 ALU_END_FROM_LE 16: 0x0123456789abcdef -> 0xefcd jited:1 14 PASS
kern  :info  : [ 1073.191141] test_bpf: #292 ALU_END_FROM_LE 32: 0x0123456789abcdef -> 0xefcdab89 jited:1 27 PASS
kern  :info  : [ 1073.200771] test_bpf: #293 ALU_END_FROM_LE 64: 0x0123456789abcdef -> 0x67452301 jited:1 13 PASS
kern  :info  : [ 1073.210571] test_bpf: #294 ALU_END_FROM_LE 64: 0x0123456789abcdef >> 32 -> 0xefcdab89 jited:1 14 PASS
kern  :info  : [ 1073.220732] test_bpf: #295 ALU_END_FROM_LE 16: 0xfedcba9876543210 -> 0x1032 jited:1 27 PASS
kern  :info  : [ 1073.230202] test_bpf: #296 ALU_END_FROM_LE 32: 0xfedcba9876543210 -> 0x10325476 jited:1 14 PASS
kern  :info  : [ 1073.239882] test_bpf: #297 ALU_END_FROM_LE 64: 0xfedcba9876543210 -> 0x10325476 jited:1 14 PASS
kern  :info  : [ 1073.249718] test_bpf: #298 ALU_END_FROM_LE 64: 0xfedcba9876543210 >> 32 -> 0x98badcfe jited:1 14 PASS
kern  :info  : [ 1073.259849] test_bpf: #299 BPF_LDX_MEM | BPF_B jited:1 15 PASS
kern  :info  : [ 1073.266810] test_bpf: #300 BPF_LDX_MEM | BPF_B, MSB set jited:1 15 PASS
kern  :info  : [ 1073.274355] test_bpf: #301 BPF_LDX_MEM | BPF_H jited:1 15 PASS
kern  :info  : [ 1073.281262] test_bpf: #302 BPF_LDX_MEM | BPF_H, MSB set jited:1 15 PASS
kern  :info  : [ 1073.288923] test_bpf: #303 BPF_LDX_MEM | BPF_W jited:1 15 PASS
kern  :info  : [ 1073.295822] test_bpf: #304 BPF_LDX_MEM | BPF_W, MSB set jited:1 14 PASS
kern  :info  : [ 1073.303428] test_bpf: #305 BPF_STX_MEM | BPF_B jited:1 15 PASS
kern  :info  : [ 1073.310262] test_bpf: #306 BPF_STX_MEM | BPF_B, MSB set jited:1 14 PASS
kern  :info  : [ 1073.317898] test_bpf: #307 BPF_STX_MEM | BPF_H jited:1 28 PASS
kern  :info  : [ 1073.324779] test_bpf: #308 BPF_STX_MEM | BPF_H, MSB set jited:1 21 PASS
kern  :info  : [ 1073.332344] test_bpf: #309 BPF_STX_MEM | BPF_W jited:1 15 PASS
kern  :info  : [ 1073.339185] test_bpf: #310 BPF_STX_MEM | BPF_W, MSB set jited:1 15 PASS
kern  :info  : [ 1073.346748] test_bpf: #311 ST_MEM_B: Store/Load byte: max negative jited:1 14 PASS
kern  :info  : [ 1073.355433] test_bpf: #312 ST_MEM_B: Store/Load byte: max positive jited:1 16 PASS
kern  :info  : [ 1073.363958] test_bpf: #313 STX_MEM_B: Store/Load byte: max negative jited:1 13 PASS
kern  :info  : [ 1073.372676] test_bpf: #314 ST_MEM_H: Store/Load half word: max negative jited:1 14 PASS
kern  :info  : [ 1073.381605] test_bpf: #315 ST_MEM_H: Store/Load half word: max positive jited:1 29 PASS
kern  :info  : [ 1073.390657] test_bpf: #316 STX_MEM_H: Store/Load half word: max negative jited:1 28 PASS
kern  :info  : [ 1073.399731] test_bpf: #317 ST_MEM_W: Store/Load word: max negative jited:1 14 PASS
kern  :info  : [ 1073.408411] test_bpf: #318 ST_MEM_W: Store/Load word: max positive jited:1 14 PASS
kern  :info  : [ 1073.416912] test_bpf: #319 STX_MEM_W: Store/Load word: max negative jited:1 13 PASS
kern  :info  : [ 1073.425670] test_bpf: #320 ST_MEM_DW: Store/Load double word: max negative jited:1 27 PASS
kern  :info  : [ 1073.434941] test_bpf: #321 ST_MEM_DW: Store/Load double word: max negative 2 jited:1 15 PASS
kern  :info  : [ 1073.444387] test_bpf: #322 ST_MEM_DW: Store/Load double word: max positive jited:1 14 PASS
kern  :info  : [ 1073.453649] test_bpf: #323 STX_MEM_DW: Store/Load double word: max negative jited:1 14 PASS
kern  :info  : [ 1073.463054] test_bpf: #324 STX_MEM_DW: Store double word: first word in memory jited:1 14 PASS
kern  :info  : [ 1073.472712] test_bpf: #325 STX_MEM_DW: Store double word: second word in memory jited:1 41 PASS
kern  :info  : [ 1073.482454] test_bpf: #326 STX_XADD_W: X + 1 + 1 + 1 + ... jited:1 19882 PASS
kern  :info  : [ 1073.511287] test_bpf: #327 STX_XADD_DW: X + 1 + 1 + 1 + ... jited:1 19912 PASS
kern  :info  : [ 1073.540123] test_bpf: #328 BPF_ATOMIC | BPF_W, BPF_ADD: Test: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1073.549926] test_bpf: #329 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1073.561341] test_bpf: #330 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 43 PASS
kern  :info  : [ 1073.572617] test_bpf: #331 BPF_ATOMIC | BPF_W, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1073.582940] test_bpf: #332 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1073.593779] test_bpf: #333 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1073.606314] test_bpf: #334 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 56 PASS
kern  :info  : [ 1073.618662] test_bpf: #335 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1073.630134] test_bpf: #336 BPF_ATOMIC | BPF_DW, BPF_ADD: Test: 0x12 + 0xab = 0xbd jited:1 35 PASS
kern  :info  : [ 1073.639968] test_bpf: #337 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1073.651467] test_bpf: #338 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1073.662845] test_bpf: #339 BPF_ATOMIC | BPF_DW, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1073.673329] test_bpf: #340 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1073.684291] test_bpf: #341 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1073.696790] test_bpf: #342 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1073.709271] test_bpf: #343 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd jited:1 87 PASS
kern  :info  : [ 1073.720838] test_bpf: #344 BPF_ATOMIC | BPF_W, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 34 PASS
kern  :info  : [ 1073.730663] test_bpf: #345 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 34 PASS
kern  :info  : [ 1073.742078] test_bpf: #346 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 34 PASS
kern  :info  : [ 1073.753333] test_bpf: #347 BPF_ATOMIC | BPF_W, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1073.763674] test_bpf: #348 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1073.774508] test_bpf: #349 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1073.786995] test_bpf: #350 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 36 PASS
kern  :info  : [ 1073.799249] test_bpf: #351 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1073.810628] test_bpf: #352 BPF_ATOMIC | BPF_DW, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1073.820523] test_bpf: #353 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 35 PASS
kern  :info  : [ 1073.831954] test_bpf: #354 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 20 PASS
kern  :info  : [ 1073.843386] test_bpf: #355 BPF_ATOMIC | BPF_DW, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 jited:1 35 PASS
kern  :info  : [ 1073.853825] test_bpf: #356 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1073.864831] test_bpf: #357 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 38 PASS
kern  :info  : [ 1073.877292] test_bpf: #358 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 36 PASS
kern  :info  : [ 1073.889674] test_bpf: #359 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 48 PASS
kern  :info  : [ 1073.901156] test_bpf: #360 BPF_ATOMIC | BPF_W, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 34 PASS
kern  :info  : [ 1073.910842] test_bpf: #361 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 34 PASS
kern  :info  : [ 1073.922201] test_bpf: #362 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1073.933340] test_bpf: #363 BPF_ATOMIC | BPF_W, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 74 PASS
kern  :info  : [ 1073.943585] test_bpf: #364 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1073.954330] test_bpf: #365 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1073.966679] test_bpf: #366 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 37 PASS
kern  :info  : [ 1073.979019] test_bpf: #367 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1073.990278] test_bpf: #368 BPF_ATOMIC | BPF_DW, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 22 PASS
kern  :info  : [ 1074.000086] test_bpf: #369 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1074.011372] test_bpf: #370 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1074.022680] test_bpf: #371 BPF_ATOMIC | BPF_DW, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1074.033095] test_bpf: #372 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1074.043831] test_bpf: #373 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 37 PASS
kern  :info  : [ 1074.056316] test_bpf: #374 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 51 PASS
kern  :info  : [ 1074.068663] test_bpf: #375 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 51 PASS
kern  :info  : [ 1074.080072] test_bpf: #376 BPF_ATOMIC | BPF_W, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 jited:1 22 PASS
kern  :info  : [ 1074.089851] test_bpf: #377 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1074.101206] test_bpf: #378 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 35 PASS
kern  :info  : [ 1074.112469] test_bpf: #379 BPF_ATOMIC | BPF_W, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 22 PASS
kern  :info  : [ 1074.122768] test_bpf: #380 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 23 PASS
kern  :info  : [ 1074.133620] test_bpf: #381 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 49 PASS
kern  :info  : [ 1074.146087] test_bpf: #382 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 23 PASS
kern  :info  : [ 1074.158375] test_bpf: #383 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 36 PASS
kern  :info  : [ 1074.169759] test_bpf: #384 BPF_ATOMIC | BPF_DW, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 jited:1 22 PASS
kern  :info  : [ 1074.179689] test_bpf: #385 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1074.191248] test_bpf: #386 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 34 PASS
kern  :info  : [ 1074.202625] test_bpf: #387 BPF_ATOMIC | BPF_DW, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1074.213082] test_bpf: #388 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 36 PASS
kern  :info  : [ 1074.223997] test_bpf: #389 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 24 PASS
kern  :info  : [ 1074.236531] test_bpf: #390 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 36 PASS
kern  :info  : [ 1074.248912] test_bpf: #391 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 37 PASS
kern  :info  : [ 1074.260366] test_bpf: #392 BPF_ATOMIC | BPF_W, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab jited:1 22 PASS
kern  :info  : [ 1074.270475] test_bpf: #393 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1074.282251] test_bpf: #394 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 35 PASS
kern  :info  : [ 1074.293858] test_bpf: #395 BPF_ATOMIC | BPF_W, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab jited:1 20 PASS
kern  :info  : [ 1074.304510] test_bpf: #396 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab jited:1 35 PASS
kern  :info  : [ 1074.314805] test_bpf: #397 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1074.326681] test_bpf: #398 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1074.338336] test_bpf: #399 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab jited:1 57 PASS
kern  :info  : [ 1074.349029] test_bpf: #400 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful return jited:1 22 PASS
kern  :info  : [ 1074.358907] test_bpf: #401 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful store jited:1 21 PASS
kern  :info  : [ 1074.368816] test_bpf: #402 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure return jited:1 21 PASS
kern  :info  : [ 1074.378529] test_bpf: #403 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure store jited:1 21 PASS
kern  :info  : [ 1074.388273] test_bpf: #404 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test side effects jited:1 63 PASS
kern  :info  : [ 1074.397929] test_bpf: #405 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful return jited:1 34 PASS
kern  :info  : [ 1074.408075] test_bpf: #406 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful store jited:1 34 PASS
kern  :info  : [ 1074.418088] test_bpf: #407 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure return jited:1 20 PASS
kern  :info  : [ 1074.427968] test_bpf: #408 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure store jited:1 22 PASS
kern  :info  : [ 1074.437773] test_bpf: #409 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test side effects jited:1 35 PASS
kern  :info  : [ 1074.447581] test_bpf: #410 JMP32_JEQ_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1074.455297] test_bpf: #411 JMP32_JEQ_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1074.462882] test_bpf: #412 JMP32_JEQ_K: negative immediate jited:1 15 PASS
kern  :info  : [ 1074.470814] test_bpf: #413 JMP32_JEQ_X jited:1 15 PASS
kern  :info  : [ 1074.477001] test_bpf: #414 JMP32_JNE_K: Small immediate jited:1 13 PASS
kern  :info  : [ 1074.484713] test_bpf: #415 JMP32_JNE_K: Large immediate jited:1 27 PASS
kern  :info  : [ 1074.492398] test_bpf: #416 JMP32_JNE_K: negative immediate jited:1 14 PASS
kern  :info  : [ 1074.500437] test_bpf: #417 JMP32_JNE_X jited:1 29 PASS
kern  :info  : [ 1074.506730] test_bpf: #418 JMP32_JSET_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1074.514604] test_bpf: #419 JMP32_JSET_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1074.522314] test_bpf: #420 JMP32_JSET_K: negative immediate jited:1 16 PASS
kern  :info  : [ 1074.530441] test_bpf: #421 JMP32_JSET_X jited:1 15 PASS
kern  :info  : [ 1074.536804] test_bpf: #422 JMP32_JGT_K: Small immediate jited:1 26 PASS
kern  :info  : [ 1074.544502] test_bpf: #423 JMP32_JGT_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1074.552274] test_bpf: #424 JMP32_JGT_X jited:1 14 PASS
kern  :info  : [ 1074.558424] test_bpf: #425 JMP32_JGE_K: Small immediate jited:1 15 PASS
kern  :info  : [ 1074.566101] test_bpf: #426 JMP32_JGE_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1074.573691] test_bpf: #427 JMP32_JGE_X jited:1 13 PASS
kern  :info  : [ 1074.579889] test_bpf: #428 JMP32_JLT_K: Small immediate jited:1 15 PASS
kern  :info  : [ 1074.587589] test_bpf: #429 JMP32_JLT_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1074.595240] test_bpf: #430 JMP32_JLT_X jited:1 14 PASS
kern  :info  : [ 1074.601411] test_bpf: #431 JMP32_JLE_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1074.608967] test_bpf: #432 JMP32_JLE_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1074.616598] test_bpf: #433 JMP32_JLE_X jited:1 14 PASS
kern  :info  : [ 1074.622775] test_bpf: #434 JMP32_JSGT_K: Small immediate jited:1 28 PASS
kern  :info  : [ 1074.630657] test_bpf: #435 JMP32_JSGT_K: Large immediate jited:1 16 PASS
kern  :info  : [ 1074.638488] test_bpf: #436 JMP32_JSGT_X jited:1 15 PASS
kern  :info  : [ 1074.644878] test_bpf: #437 JMP32_JSGE_K: Small immediate jited:1 15 PASS
kern  :info  : [ 1074.652644] test_bpf: #438 JMP32_JSGE_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1074.660464] test_bpf: #439 JMP32_JSGE_X jited:1 14 PASS
kern  :info  : [ 1074.666793] test_bpf: #440 JMP32_JSLT_K: Small immediate jited:1 15 PASS
kern  :info  : [ 1074.674674] test_bpf: #441 JMP32_JSLT_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1074.682531] test_bpf: #442 JMP32_JSLT_X jited:1 14 PASS
kern  :info  : [ 1074.688841] test_bpf: #443 JMP32_JSLE_K: Small immediate jited:1 28 PASS
kern  :info  : [ 1074.696667] test_bpf: #444 JMP32_JSLE_K: Large immediate jited:1 28 PASS
kern  :info  : [ 1074.704513] test_bpf: #445 JMP32_JSLE_X jited:1 14 PASS
kern  :info  : [ 1074.710946] test_bpf: #446 JMP_EXIT jited:1 28 PASS
kern  :info  : [ 1074.716868] test_bpf: #447 JMP_JA: Unconditional jump: if (true) return 1 jited:1 28 PASS
kern  :info  : [ 1074.726130] test_bpf: #448 JMP_JSLT_K: Signed jump: if (-2 < -1) return 1 jited:1 15 PASS
kern  :info  : [ 1074.735363] test_bpf: #449 JMP_JSLT_K: Signed jump: if (-1 < -1) return 0 jited:1 15 PASS
kern  :info  : [ 1074.744574] test_bpf: #450 JMP_JSGT_K: Signed jump: if (-1 > -2) return 1 jited:1 29 PASS
kern  :info  : [ 1074.753744] test_bpf: #451 JMP_JSGT_K: Signed jump: if (-1 > -1) return 0 jited:1 15 PASS
kern  :info  : [ 1074.763079] test_bpf: #452 JMP_JSLE_K: Signed jump: if (-2 <= -1) return 1 jited:1 29 PASS
kern  :info  : [ 1074.772372] test_bpf: #453 JMP_JSLE_K: Signed jump: if (-1 <= -1) return 1 jited:1 29 PASS
kern  :info  : [ 1074.781777] test_bpf: #454 JMP_JSLE_K: Signed jump: value walk 1 jited:1 29 PASS
kern  :info  : [ 1074.790292] test_bpf: #455 JMP_JSLE_K: Signed jump: value walk 2 jited:1 56 PASS
kern  :info  : [ 1074.798720] test_bpf: #456 JMP_JSGE_K: Signed jump: if (-1 >= -2) return 1 jited:1 15 PASS
kern  :info  : [ 1074.808039] test_bpf: #457 JMP_JSGE_K: Signed jump: if (-1 >= -1) return 1 jited:1 42 PASS
kern  :info  : [ 1074.817399] test_bpf: #458 JMP_JSGE_K: Signed jump: value walk 1 jited:1 17 PASS
kern  :info  : [ 1074.825837] test_bpf: #459 JMP_JSGE_K: Signed jump: value walk 2 jited:1 29 PASS
kern  :info  : [ 1074.834319] test_bpf: #460 JMP_JGT_K: if (3 > 2) return 1 jited:1 16 PASS
kern  :info  : [ 1074.842099] test_bpf: #461 JMP_JGT_K: Unsigned jump: if (-1 > 1) return 1 jited:1 14 PASS
kern  :info  : [ 1074.851309] test_bpf: #462 JMP_JLT_K: if (2 < 3) return 1 jited:1 60 PASS
kern  :info  : [ 1074.859177] test_bpf: #463 JMP_JGT_K: Unsigned jump: if (1 < -1) return 1 jited:1 16 PASS
kern  :info  : [ 1074.868353] test_bpf: #464 JMP_JGE_K: if (3 >= 2) return 1 jited:1 15 PASS
kern  :info  : [ 1074.876201] test_bpf: #465 JMP_JLE_K: if (2 <= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1074.884172] test_bpf: #466 JMP_JGT_K: if (3 > 2) return 1 (jump backwards) jited:1 15 PASS
kern  :info  : [ 1074.893397] test_bpf: #467 JMP_JGE_K: if (3 >= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1074.901382] test_bpf: #468 JMP_JGT_K: if (2 < 3) return 1 (jump backwards) jited:1 16 PASS
kern  :info  : [ 1074.910783] test_bpf: #469 JMP_JLE_K: if (3 <= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1074.918822] test_bpf: #470 JMP_JNE_K: if (3 != 2) return 1 jited:1 15 PASS
kern  :info  : [ 1074.926936] test_bpf: #471 JMP_JEQ_K: if (3 == 3) return 1 jited:1 16 PASS
kern  :info  : [ 1074.934925] test_bpf: #472 JMP_JSET_K: if (0x3 & 0x2) return 1 jited:1 15 PASS
kern  :info  : [ 1074.943281] test_bpf: #473 JMP_JSET_K: if (0x3 & 0xffffffff) return 1 jited:1 29 PASS
kern  :info  : [ 1074.952151] test_bpf: #474 JMP_JSGT_X: Signed jump: if (-1 > -2) return 1 jited:1 16 PASS
kern  :info  : [ 1074.961337] test_bpf: #475 JMP_JSGT_X: Signed jump: if (-1 > -1) return 0 jited:1 63 PASS
kern  :info  : [ 1074.970545] test_bpf: #476 JMP_JSLT_X: Signed jump: if (-2 < -1) return 1 jited:1 15 PASS
kern  :info  : [ 1074.979826] test_bpf: #477 JMP_JSLT_X: Signed jump: if (-1 < -1) return 0 jited:1 16 PASS
kern  :info  : [ 1074.989105] test_bpf: #478 JMP_JSGE_X: Signed jump: if (-1 >= -2) return 1 jited:1 16 PASS
kern  :info  : [ 1074.998401] test_bpf: #479 JMP_JSGE_X: Signed jump: if (-1 >= -1) return 1 jited:1 15 PASS
kern  :info  : [ 1075.007702] test_bpf: #480 JMP_JSLE_X: Signed jump: if (-2 <= -1) return 1 jited:1 15 PASS
kern  :info  : [ 1075.016993] test_bpf: #481 JMP_JSLE_X: Signed jump: if (-1 <= -1) return 1 jited:1 15 PASS
kern  :info  : [ 1075.026326] test_bpf: #482 JMP_JGT_X: if (3 > 2) return 1 jited:1 69 PASS
kern  :info  : [ 1075.034204] test_bpf: #483 JMP_JGT_X: Unsigned jump: if (-1 > 1) return 1 jited:1 16 PASS
kern  :info  : [ 1075.043447] test_bpf: #484 JMP_JLT_X: if (2 < 3) return 1 jited:1 22 PASS
kern  :info  : [ 1075.051245] test_bpf: #485 JMP_JLT_X: Unsigned jump: if (1 < -1) return 1 jited:1 15 PASS
kern  :info  : [ 1075.060441] test_bpf: #486 JMP_JGE_X: if (3 >= 2) return 1 jited:1 22 PASS
kern  :info  : [ 1075.068334] test_bpf: #487 JMP_JGE_X: if (3 >= 3) return 1 jited:1 88 PASS
kern  :info  : [ 1075.076276] test_bpf: #488 JMP_JLE_X: if (2 <= 3) return 1 jited:1 28 PASS
kern  :info  : [ 1075.084137] test_bpf: #489 JMP_JLE_X: if (3 <= 3) return 1 jited:1 16 PASS
kern  :info  : [ 1075.092070] test_bpf: #490 JMP_JGE_X: ldimm64 test 1 jited:1 41 PASS
kern  :info  : [ 1075.099417] test_bpf: #491 JMP_JGE_X: ldimm64 test 2 jited:1 15 PASS
kern  :info  : [ 1075.106871] test_bpf: #492 JMP_JGE_X: ldimm64 test 3 jited:1 14 PASS
kern  :info  : [ 1075.114202] test_bpf: #493 JMP_JLE_X: ldimm64 test 1 jited:1 15 PASS
kern  :info  : [ 1075.121641] test_bpf: #494 JMP_JLE_X: ldimm64 test 2 jited:1 14 PASS
kern  :info  : [ 1075.129043] test_bpf: #495 JMP_JLE_X: ldimm64 test 3 jited:1 14 PASS
kern  :info  : [ 1075.136442] test_bpf: #496 JMP_JNE_X: if (3 != 2) return 1 jited:1 15 PASS
kern  :info  : [ 1075.144480] test_bpf: #497 JMP_JEQ_X: if (3 == 3) return 1 jited:1 15 PASS
kern  :info  : [ 1075.152376] test_bpf: #498 JMP_JSET_X: if (0x3 & 0x2) return 1 jited:1 30 PASS
kern  :info  : [ 1075.160656] test_bpf: #499 JMP_JSET_X: if (0x3 & 0xffffffff) return 1 jited:1 15 PASS
kern  :info  : [ 1075.169527] test_bpf: #500 JMP_JA: Jump, gap, jump, ... jited:1 27 PASS
kern  :info  : [ 1075.177309] test_bpf: #501 BPF_MAXINSNS: Maximum possible literals jited:1 28 PASS
kern  :info  : [ 1075.187901] test_bpf: #502 BPF_MAXINSNS: Single literal jited:1 27 PASS
kern  :info  : [ 1075.197386] test_bpf: #503 BPF_MAXINSNS: Run/add until end jited:1 1234 PASS
kern  :info  : [ 1075.207649] test_bpf: #504 BPF_MAXINSNS: Too many instructions PASS
kern  :info  : [ 1075.214644] test_bpf: #505 BPF_MAXINSNS: Very long jump jited:1 65 PASS
kern  :info  : [ 1075.224032] test_bpf: #506 BPF_MAXINSNS: Ctx heavy transformations jited:1 857 809 PASS
kern  :info  : [ 1075.236549] test_bpf: #507 BPF_MAXINSNS: Call heavy transformations jited:1 13011 
kern  :info  : [ 1075.296798] test_bpf: #508 BPF_MAXINSNS: Jump heavy test 
kern  :info  : [ 1075.323779] test_bpf: #509 BPF_MAXINSNS: Very long jump backwards jited:1 
kern  :info  : [ 1075.348377] test_bpf: #510 BPF_MAXINSNS: Edge hopping nuthouse jited:1 
kern  :info  : [ 1075.369622] test_bpf: #511 BPF_MAXINSNS: Jump, gap, jump, ... 
kern  :info  : [ 1075.388627] test_bpf: #512 BPF_MAXINSNS: jump over MSH 
kern  :info  : [ 1075.406903] test_bpf: #513 BPF_MAXINSNS: exec all MSH 
kern  :info  : [ 1075.439085] test_bpf: #514 BPF_MAXINSNS: ld_abs+get_processor_id jited:1 7218 PASS
kern  :info  : [ 1075.460690] test_bpf: #515 LD_IND byte frag jited:1 106 PASS
kern  :info  : [ 1075.467657] test_bpf: #516 LD_IND halfword frag jited:1 78 PASS
kern  :info  : [ 1075.474696] test_bpf: #517 LD_IND word frag jited:1 79 PASS
kern  :info  : [ 1075.481395] test_bpf: #518 LD_IND halfword mixed head/frag jited:1 99 PASS
kern  :info  : [ 1075.489423] test_bpf: #519 LD_IND word mixed head/frag jited:1 96 PASS
kern  :info  : [ 1075.497083] test_bpf: #520 LD_ABS byte frag jited:1 78 PASS
kern  :info  : [ 1075.503760] test_bpf: #521 LD_ABS halfword frag jited:1 68 PASS
kern  :info  : [ 1075.510838] test_bpf: #522 LD_ABS word frag jited:1 77 PASS
kern  :info  : [ 1075.517539] test_bpf: #523 LD_ABS halfword mixed head/frag jited:1 84 PASS
kern  :info  : [ 1075.525567] test_bpf: #524 LD_ABS word mixed head/frag jited:1 85 PASS
kern  :info  : [ 1075.533265] test_bpf: #525 LD_IND byte default X jited:1 18 PASS
kern  :info  : [ 1075.540286] test_bpf: #526 LD_IND byte positive offset jited:1 18 PASS
kern  :info  : [ 1075.547848] test_bpf: #527 LD_IND byte negative offset jited:1 19 PASS
kern  :info  : [ 1075.555481] test_bpf: #528 LD_IND byte positive offset, all ff jited:1 36 PASS
kern  :info  : [ 1075.563733] test_bpf: #529 LD_IND byte positive offset, out of bounds jited:1 23 PASS
kern  :info  : [ 1075.572778] test_bpf: #530 LD_IND byte negative offset, out of bounds jited:1 24 PASS
kern  :info  : [ 1075.581611] test_bpf: #531 LD_IND byte negative offset, multiple calls jited:1 67 PASS
kern  :info  : [ 1075.590621] test_bpf: #532 LD_IND halfword positive offset jited:1 20 PASS
kern  :info  : [ 1075.598462] test_bpf: #533 LD_IND halfword negative offset jited:1 21 PASS
kern  :info  : [ 1075.606457] test_bpf: #534 LD_IND halfword unaligned jited:1 23 PASS
kern  :info  : [ 1075.613864] test_bpf: #535 LD_IND halfword positive offset, all ff jited:1 22 PASS
kern  :info  : [ 1075.622586] test_bpf: #536 LD_IND halfword positive offset, out of bounds jited:1 22 PASS
kern  :info  : [ 1075.631775] test_bpf: #537 LD_IND halfword negative offset, out of bounds jited:1 36 PASS
kern  :info  : [ 1075.641038] test_bpf: #538 LD_IND word positive offset jited:1 19 PASS
kern  :info  : [ 1075.648675] test_bpf: #539 LD_IND word negative offset jited:1 22 PASS
kern  :info  : [ 1075.656238] test_bpf: #540 LD_IND word unaligned (addr & 3 == 2) jited:1 21 PASS
kern  :info  : [ 1075.664693] test_bpf: #541 LD_IND word unaligned (addr & 3 == 1) jited:1 22 PASS
kern  :info  : [ 1075.673223] test_bpf: #542 LD_IND word unaligned (addr & 3 == 3) jited:1 19 PASS
kern  :info  : [ 1075.681744] test_bpf: #543 LD_IND word positive offset, all ff jited:1 21 PASS
kern  :info  : [ 1075.690077] test_bpf: #544 LD_IND word positive offset, out of bounds jited:1 39 PASS
kern  :info  : [ 1075.698958] test_bpf: #545 LD_IND word negative offset, out of bounds jited:1 23 PASS
kern  :info  : [ 1075.707899] test_bpf: #546 LD_ABS byte jited:1 16 PASS
kern  :info  : [ 1075.714073] test_bpf: #547 LD_ABS byte positive offset, all ff jited:1 15 PASS
kern  :info  : [ 1075.722309] test_bpf: #548 LD_ABS byte positive offset, out of bounds jited:1 22 PASS
kern  :info  : [ 1075.731222] test_bpf: #549 LD_ABS byte negative offset, out of bounds load PASS
kern  :info  : [ 1075.739313] test_bpf: #550 LD_ABS byte negative offset, in bounds jited:1 61 PASS
kern  :info  : [ 1075.747935] test_bpf: #551 LD_ABS byte negative offset, out of bounds jited:1 23 PASS
kern  :info  : [ 1075.756842] test_bpf: #552 LD_ABS byte negative offset, multiple calls jited:1 65 PASS
kern  :info  : [ 1075.765922] test_bpf: #553 LD_ABS halfword jited:1 15 PASS
kern  :info  : [ 1075.772489] test_bpf: #554 LD_ABS halfword unaligned jited:1 16 PASS
kern  :info  : [ 1075.779909] test_bpf: #555 LD_ABS halfword positive offset, all ff jited:1 17 PASS
kern  :info  : [ 1075.788436] test_bpf: #556 LD_ABS halfword positive offset, out of bounds jited:1 23 PASS
kern  :info  : [ 1075.797729] test_bpf: #557 LD_ABS halfword negative offset, out of bounds load PASS
kern  :info  : [ 1075.806165] test_bpf: #558 LD_ABS halfword negative offset, in bounds jited:1 25 PASS
kern  :info  : [ 1075.815101] test_bpf: #559 LD_ABS halfword negative offset, out of bounds jited:1 22 PASS
kern  :info  : [ 1075.824364] test_bpf: #560 LD_ABS word jited:1 15 PASS
kern  :info  : [ 1075.830527] test_bpf: #561 LD_ABS word unaligned (addr & 3 == 2) jited:1 15 PASS
kern  :info  : [ 1075.839089] test_bpf: #562 LD_ABS word unaligned (addr & 3 == 1) jited:1 29 PASS
kern  :info  : [ 1075.847459] test_bpf: #563 LD_ABS word unaligned (addr & 3 == 3) jited:1 15 PASS
kern  :info  : [ 1075.855987] test_bpf: #564 LD_ABS word positive offset, all ff jited:1 15 PASS
kern  :info  : [ 1075.864228] test_bpf: #565 LD_ABS word positive offset, out of bounds jited:1 25 PASS
kern  :info  : [ 1075.873099] test_bpf: #566 LD_ABS word negative offset, out of bounds load PASS
kern  :info  : [ 1075.881197] test_bpf: #567 LD_ABS word negative offset, in bounds jited:1 39 PASS
kern  :info  : [ 1075.889682] test_bpf: #568 LD_ABS word negative offset, out of bounds jited:1 36 PASS
kern  :info  : [ 1075.898550] test_bpf: #569 LDX_MSH standalone, preserved A jited:1 15 PASS
kern  :info  : [ 1075.906364] test_bpf: #570 LDX_MSH standalone, preserved A 2 jited:1 33 PASS
kern  :info  : [ 1075.914442] test_bpf: #571 LDX_MSH standalone, test result 1 jited:1 30 PASS
kern  :info  : [ 1075.922521] test_bpf: #572 LDX_MSH standalone, test result 2 jited:1 15 PASS
kern  :info  : [ 1075.930753] test_bpf: #573 LDX_MSH standalone, negative offset jited:1 24 PASS
kern  :info  : [ 1075.939011] test_bpf: #574 LDX_MSH standalone, negative offset 2 jited:1 24 PASS
kern  :info  : [ 1075.947452] test_bpf: #575 LDX_MSH standalone, out of bounds jited:1 23 PASS
kern  :info  : [ 1075.955673] test_bpf: #576 ADD default X jited:1 14 PASS
kern  :info  : [ 1075.962100] test_bpf: #577 ADD default A jited:1 15 PASS
kern  :info  : [ 1075.968462] test_bpf: #578 SUB default X jited:1 14 PASS
kern  :info  : [ 1075.974947] test_bpf: #579 SUB default A jited:1 14 PASS
kern  :info  : [ 1075.981324] test_bpf: #580 MUL default X jited:1 14 PASS
kern  :info  : [ 1075.987671] test_bpf: #581 MUL default A jited:1 14 PASS
kern  :info  : [ 1075.994091] test_bpf: #582 DIV default X jited:1 15 PASS
kern  :info  : [ 1076.000462] test_bpf: #583 DIV default A jited:1 17 PASS
kern  :info  : [ 1076.006884] test_bpf: #584 MOD default X jited:1 29 PASS
kern  :info  : [ 1076.013222] test_bpf: #585 MOD default A jited:1 17 PASS
kern  :info  : [ 1076.019551] test_bpf: #586 JMP EQ default A jited:1 15 PASS
kern  :info  : [ 1076.026183] test_bpf: #587 JMP EQ default X jited:1 15 PASS
kern  :info  : [ 1076.032729] test_bpf: #588 JNE signed compare, test 1 jited:1 14 PASS
kern  :info  : [ 1076.040060] test_bpf: #589 JNE signed compare, test 2 jited:1 40 PASS
kern  :info  : [ 1076.047508] test_bpf: #590 JNE signed compare, test 3 jited:1 14 PASS
kern  :info  : [ 1076.054978] test_bpf: #591 JNE signed compare, test 4 jited:1 21 PASS
kern  :info  : [ 1076.062475] test_bpf: #592 JNE signed compare, test 5 jited:1 29 PASS
kern  :info  : [ 1076.069915] test_bpf: #593 JNE signed compare, test 6 jited:1 14 PASS
kern  :info  : [ 1076.077463] test_bpf: #594 JNE signed compare, test 7 jited:1 15 PASS
kern  :info  : [ 1076.084989] test_bpf: #595 LDX_MEM_B: operand register aliasing jited:1 14 PASS
kern  :info  : [ 1076.093412] test_bpf: #596 LDX_MEM_H: operand register aliasing jited:1 28 PASS
kern  :info  : [ 1076.101786] test_bpf: #597 LDX_MEM_W: operand register aliasing jited:1 39 PASS
kern  :info  : [ 1076.110133] test_bpf: #598 LDX_MEM_DW: operand register aliasing jited:1 15 PASS
kern  :info  : [ 1076.118576] test_bpf: #599 ALU64_IMM_AND to R8: no clobbering jited:1 30 PASS
kern  :info  : [ 1076.126802] test_bpf: #600 ALU64_IMM_AND to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.134946] test_bpf: #601 ALU64_IMM_OR to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1076.143090] test_bpf: #602 ALU64_IMM_OR to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.151162] test_bpf: #603 ALU64_IMM_XOR to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1076.159353] test_bpf: #604 ALU64_IMM_XOR to R9: no clobbering jited:1 19 PASS
kern  :info  : [ 1076.167602] test_bpf: #605 ALU64_IMM_LSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.175823] test_bpf: #606 ALU64_IMM_LSH to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1076.183984] test_bpf: #607 ALU64_IMM_RSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.192080] test_bpf: #608 ALU64_IMM_RSH to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1076.200132] test_bpf: #609 ALU64_IMM_ARSH to R8: no clobbering jited:1 30 PASS
kern  :info  : [ 1076.208485] test_bpf: #610 ALU64_IMM_ARSH to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.216749] test_bpf: #611 ALU64_IMM_ADD to R8: no clobbering jited:1 32 PASS
kern  :info  : [ 1076.224842] test_bpf: #612 ALU64_IMM_ADD to R9: no clobbering jited:1 30 PASS
kern  :info  : [ 1076.233030] test_bpf: #613 ALU64_IMM_SUB to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.241171] test_bpf: #614 ALU64_IMM_SUB to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1076.249443] test_bpf: #615 ALU64_IMM_MUL to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.257648] test_bpf: #616 ALU64_IMM_MUL to R9: no clobbering jited:1 26 PASS
kern  :info  : [ 1076.265983] test_bpf: #617 ALU64_IMM_DIV to R8: no clobbering jited:1 23 PASS
kern  :info  : [ 1076.274156] test_bpf: #618 ALU64_IMM_DIV to R9: no clobbering jited:1 23 PASS
kern  :info  : [ 1076.282819] test_bpf: #619 ALU64_IMM_MOD to R8: no clobbering jited:1 22 PASS
kern  :info  : [ 1076.291196] test_bpf: #620 ALU64_IMM_MOD to R9: no clobbering jited:1 47 PASS
kern  :info  : [ 1076.299621] test_bpf: #621 ALU32_IMM_AND to R8: no clobbering jited:1 26 PASS
kern  :info  : [ 1076.307858] test_bpf: #622 ALU32_IMM_AND to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1076.316011] test_bpf: #623 ALU32_IMM_OR to R8: no clobbering jited:1 39 PASS
kern  :info  : [ 1076.324258] test_bpf: #624 ALU32_IMM_OR to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1076.332396] test_bpf: #625 ALU32_IMM_XOR to R8: no clobbering jited:1 30 PASS
kern  :info  : [ 1076.340613] test_bpf: #626 ALU32_IMM_XOR to R9: no clobbering jited:1 32 PASS
kern  :info  : [ 1076.348820] test_bpf: #627 ALU32_IMM_LSH to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1076.356968] test_bpf: #628 ALU32_IMM_LSH to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1076.365204] test_bpf: #629 ALU32_IMM_RSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.373250] test_bpf: #630 ALU32_IMM_RSH to R9: no clobbering jited:1 45 PASS
kern  :info  : [ 1076.381439] test_bpf: #631 ALU32_IMM_ARSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.389680] test_bpf: #632 ALU32_IMM_ARSH to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.397983] test_bpf: #633 ALU32_IMM_ADD to R8: no clobbering jited:1 35 PASS
kern  :info  : [ 1076.406111] test_bpf: #634 ALU32_IMM_ADD to R9: no clobbering jited:1 19 PASS
kern  :info  : [ 1076.414259] test_bpf: #635 ALU32_IMM_SUB to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1076.422519] test_bpf: #636 ALU32_IMM_SUB to R9: no clobbering 
kern  :info  : [ 1076.467381] test_bpf: #637 ALU32_IMM_MUL to R8: no clobbering 
kern  :info  : [ 1076.483672] test_bpf: #638 ALU32_IMM_MUL to R9: no clobbering 
kern  :info  : [ 1076.499812] test_bpf: #639 ALU32_IMM_DIV to R8: no clobbering 
kern  :info  : [ 1076.522516] test_bpf: #640 ALU32_IMM_DIV to R9: no clobbering 
kern  :info  : [ 1076.548678] test_bpf: #641 ALU32_IMM_MOD to R8: no clobbering 
kern  :info  : [ 1076.564806] test_bpf: #642 ALU32_IMM_MOD to R9: no clobbering 
kern  :info  : [ 1076.587637] test_bpf: #643 ALU64_REG_AND to R8: no clobbering 
kern  :info  : [ 1076.605656] test_bpf: #644 ALU64_REG_AND to R9: no clobbering 
kern  :info  : [ 1076.631569] test_bpf: #645 ALU64_REG_OR to R8: no clobbering 
kern  :info  : [ 1076.658744] test_bpf: #646 ALU64_REG_OR to R9: no clobbering 
kern  :info  : [ 1076.685998] test_bpf: #647 ALU64_REG_XOR to R8: no clobbering 
kern  :info  : [ 1076.712012] test_bpf: #648 ALU64_REG_XOR to R9: no clobbering 
kern  :info  : [ 1076.740284] test_bpf: #649 ALU64_REG_LSH to R8: no clobbering 
kern  :info  : [ 1076.768698] test_bpf: #650 ALU64_REG_LSH to R9: no clobbering 
kern  :info  : [ 1076.795674] test_bpf: #651 ALU64_REG_RSH to R8: no clobbering 
kern  :info  : [ 1076.819761] test_bpf: #652 ALU64_REG_RSH to R9: no clobbering 
kern  :info  : [ 1076.842517] test_bpf: #653 ALU64_REG_ARSH to R8: no clobbering 
kern  :info  : [ 1076.868532] test_bpf: #654 ALU64_REG_ARSH to R9: no clobbering 
kern  :info  : [ 1076.894515] test_bpf: #655 ALU64_REG_ADD to R8: no clobbering 
kern  :info  : [ 1076.920552] test_bpf: #656 ALU64_REG_ADD to R9: no clobbering 
kern  :info  : [ 1076.948917] test_bpf: #657 ALU64_REG_SUB to R8: no clobbering 
kern  :info  : [ 1076.975095] test_bpf: #658 ALU64_REG_SUB to R9: no clobbering 
kern  :info  : [ 1076.993108] test_bpf: #659 ALU64_REG_MUL to R8: no clobbering 
kern  :info  : [ 1077.012384] test_bpf: #660 ALU64_REG_MUL to R9: no clobbering 
kern  :info  : [ 1077.040653] test_bpf: #661 ALU64_REG_DIV to R8: no clobbering 
kern  :info  : [ 1077.067981] test_bpf: #662 ALU64_REG_DIV to R9: no clobbering 
kern  :info  : [ 1077.093316] test_bpf: #663 ALU64_REG_MOD to R8: no clobbering 
kern  :info  : [ 1077.118613] test_bpf: #664 ALU64_REG_MOD to R9: no clobbering 
kern  :info  : [ 1077.143228] test_bpf: #665 ALU32_REG_AND to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1077.151437] test_bpf: #666 ALU32_REG_AND to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1077.159669] test_bpf: #667 ALU32_REG_OR to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1077.167794] test_bpf: #668 ALU32_REG_OR to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1077.175898] test_bpf: #669 ALU32_REG_XOR to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1077.184028] test_bpf: #670 ALU32_REG_XOR to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1077.192217] test_bpf: #671 ALU32_REG_LSH to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1077.200426] test_bpf: #672 ALU32_REG_LSH to R9: no clobbering jited:1 33 PASS
kern  :info  : [ 1077.208535] test_bpf: #673 ALU32_REG_RSH to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1077.216826] test_bpf: #674 ALU32_REG_RSH to R9: no clobbering jited:1 25 PASS
kern  :info  : [ 1077.225211] test_bpf: #675 ALU32_REG_ARSH to R8: no clobbering jited:1 41 PASS
kern  :info  : [ 1077.233686] test_bpf: #676 ALU32_REG_ARSH to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1077.241959] test_bpf: #677 ALU32_REG_ADD to R8: no clobbering jited:1 28 PASS
kern  :info  : [ 1077.250159] test_bpf: #678 ALU32_REG_ADD to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1077.258323] test_bpf: #679 ALU32_REG_SUB to R8: no clobbering jited:1 24 PASS
kern  :info  : [ 1077.266690] test_bpf: #680 ALU32_REG_SUB to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1077.274899] test_bpf: #681 ALU32_REG_MUL to R8: no clobbering jited:1 26 PASS
kern  :info  : [ 1077.283126] test_bpf: #682 ALU32_REG_MUL to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1077.291333] test_bpf: #683 ALU32_REG_DIV to R8: no clobbering jited:1 19 PASS
kern  :info  : [ 1077.299619] test_bpf: #684 ALU32_REG_DIV to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1077.307944] test_bpf: #685 ALU32_REG_MOD to R8: no clobbering jited:1 20 PASS
kern  :info  : [ 1077.316089] test_bpf: #686 ALU32_REG_MOD to R9: no clobbering jited:1 36 PASS
kern  :info  : [ 1077.324286] test_bpf: #687 Atomic_BPF_DW BPF_ADD: no clobbering jited:1 37 PASS
kern  :info  : [ 1077.332646] test_bpf: #688 Atomic_BPF_DW BPF_AND: no clobbering jited:1 23 PASS
kern  :info  : [ 1077.340949] test_bpf: #689 Atomic_BPF_DW BPF_OR: no clobbering jited:1 36 PASS
kern  :info  : [ 1077.349257] test_bpf: #690 Atomic_BPF_DW BPF_XOR: no clobbering jited:1 36 PASS
kern  :info  : [ 1077.357633] test_bpf: #691 Atomic_BPF_DW BPF_ADD | BPF_FETCH: no clobbering jited:1 36 PASS
kern  :info  : [ 1077.367044] test_bpf: #692 Atomic_BPF_DW BPF_AND | BPF_FETCH: no clobbering jited:1 24 PASS
kern  :info  : [ 1077.376428] test_bpf: #693 Atomic_BPF_DW BPF_OR | BPF_FETCH: no clobbering jited:1 24 PASS
kern  :info  : [ 1077.385734] test_bpf: #694 Atomic_BPF_DW BPF_XOR | BPF_FETCH: no clobbering jited:1 23 PASS
kern  :info  : [ 1077.395225] test_bpf: #695 Atomic_BPF_DW BPF_XCHG: no clobbering jited:1 23 PASS
kern  :info  : [ 1077.403677] test_bpf: #696 Atomic_BPF_DW BPF_CMPXCHG: no clobbering jited:1 36 PASS
kern  :info  : [ 1077.412371] test_bpf: #697 Atomic_BPF_W BPF_ADD: no clobbering jited:1 24 PASS
kern  :info  : [ 1077.420666] test_bpf: #698 Atomic_BPF_W BPF_AND: no clobbering jited:1 23 PASS
kern  :info  : [ 1077.428951] test_bpf: #699 Atomic_BPF_W BPF_OR: no clobbering jited:1 24 PASS
kern  :info  : [ 1077.437140] test_bpf: #700 Atomic_BPF_W BPF_XOR: no clobbering jited:1 24 PASS
kern  :info  : [ 1077.445474] test_bpf: #701 Atomic_BPF_W BPF_ADD | BPF_FETCH: no clobbering jited:1 39 PASS
kern  :info  : [ 1077.454753] test_bpf: #702 Atomic_BPF_W BPF_AND | BPF_FETCH: no clobbering jited:1 23 PASS
kern  :info  : [ 1077.464125] test_bpf: #703 Atomic_BPF_W BPF_OR | BPF_FETCH: no clobbering jited:1 37 PASS
kern  :info  : [ 1077.473319] test_bpf: #704 Atomic_BPF_W BPF_XOR | BPF_FETCH: no clobbering jited:1 50 PASS
kern  :info  : [ 1077.482672] test_bpf: #705 Atomic_BPF_W BPF_XCHG: no clobbering jited:1 24 PASS
kern  :info  : [ 1077.491021] test_bpf: #706 Atomic_BPF_W BPF_CMPXCHG: no clobbering jited:1 22 PASS
kern  :info  : [ 1077.499739] test_bpf: #707 ALU32_MOV_X: src preserved in zext jited:1 28 PASS
kern  :info  : [ 1077.507890] test_bpf: #708 ALU32_AND_X: src preserved in zext jited:1 13 PASS
kern  :info  : [ 1077.516075] test_bpf: #709 ALU32_OR_X: src preserved in zext jited:1 27 PASS
kern  :info  : [ 1077.524177] test_bpf: #710 ALU32_XOR_X: src preserved in zext jited:1 28 PASS
kern  :info  : [ 1077.532417] test_bpf: #711 ALU32_ADD_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1077.540666] test_bpf: #712 ALU32_SUB_X: src preserved in zext jited:1 28 PASS
kern  :info  : [ 1077.548785] test_bpf: #713 ALU32_MUL_X: src preserved in zext jited:1 13 PASS
kern  :info  : [ 1077.557005] test_bpf: #714 ALU32_DIV_X: src preserved in zext jited:1 31 PASS
kern  :info  : [ 1077.565158] test_bpf: #715 ALU32_MOD_X: src preserved in zext jited:1 45 PASS
kern  :info  : [ 1077.573424] test_bpf: #716 ATOMIC_W_ADD: src preserved in zext jited:1 27 PASS
kern  :info  : [ 1077.581759] test_bpf: #717 ATOMIC_W_AND: src preserved in zext jited:1 21 PASS
kern  :info  : [ 1077.590006] test_bpf: #718 ATOMIC_W_OR: src preserved in zext jited:1 23 PASS
kern  :info  : [ 1077.598290] test_bpf: #719 ATOMIC_W_XOR: src preserved in zext jited:1 22 PASS
kern  :info  : [ 1077.606498] test_bpf: #720 ATOMIC_W_CMPXCHG: src preserved in zext jited:1 21 PASS
kern  :info  : [ 1077.615217] test_bpf: #721 JMP32_JEQ_K: operand preserved in zext jited:1 27 PASS
kern  :info  : [ 1077.623665] test_bpf: #722 JMP32_JNE_K: operand preserved in zext jited:1 27 PASS
kern  :info  : [ 1077.632408] test_bpf: #723 JMP32_JSET_K: operand preserved in zext jited:1 28 PASS
kern  :info  : [ 1077.640992] test_bpf: #724 JMP32_JGT_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1077.649505] test_bpf: #725 JMP32_JGE_K: operand preserved in zext jited:1 27 PASS
kern  :info  : [ 1077.658009] test_bpf: #726 JMP32_JLT_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1077.666626] test_bpf: #727 JMP32_JLE_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1077.675019] test_bpf: #728 JMP32_JSGT_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1077.683693] test_bpf: #729 JMP32_JSGE_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1077.692273] test_bpf: #730 JMP32_JSGT_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1077.700853] test_bpf: #731 JMP32_JSLT_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1077.709475] test_bpf: #732 JMP32_JSLE_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1077.718098] test_bpf: #733 JMP32_JEQ_X: operands preserved in zext jited:1 27 PASS
kern  :info  : [ 1077.726747] test_bpf: #734 JMP32_JNE_X: operands preserved in zext jited:1 16 PASS
kern  :info  : [ 1077.735346] test_bpf: #735 JMP32_JSET_X: operands preserved in zext jited:1 29 PASS
kern  :info  : [ 1077.744092] test_bpf: #736 JMP32_JGT_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1077.752667] test_bpf: #737 JMP32_JGE_X: operands preserved in zext jited:1 27 PASS
kern  :info  : [ 1077.761311] test_bpf: #738 JMP32_JLT_X: operands preserved in zext jited:1 28 PASS
kern  :info  : [ 1077.799556] test_bpf: #739 JMP32_JLE_X: operands preserved in zext 
kern  :info  : [ 1077.832337] test_bpf: #740 JMP32_JSGT_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1077.845539] test_bpf: #741 JMP32_JSGE_X: operands preserved in zext 
kern  :info  : [ 1077.862280] test_bpf: #742 JMP32_JSGT_X: operands preserved in zext 
kern  :info  : [ 1077.879080] test_bpf: #743 JMP32_JSLT_X: operands preserved in zext 
kern  :info  : [ 1077.911457] test_bpf: #744 JMP32_JSLE_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1077.924673] test_bpf: #745 ALU64_MOV_K: registers jited:1 25 PASS
kern  :info  : [ 1077.931898] test_bpf: #746 ALU64_AND_K: registers jited:1 24 PASS
kern  :info  : [ 1077.939044] test_bpf: #747 ALU64_OR_K: registers jited:1 39 PASS
kern  :info  : [ 1077.946141] test_bpf: #748 ALU64_XOR_K: registers jited:1 26 PASS
kern  :info  : [ 1077.953290] test_bpf: #749 ALU64_LSH_K: registers jited:1 25 PASS
kern  :info  : [ 1077.960426] test_bpf: #750 ALU64_RSH_K: registers jited:1 37 PASS
kern  :info  : [ 1077.967753] test_bpf: #751 ALU64_ARSH_K: registers jited:1 26 PASS
kern  :info  : [ 1077.975003] test_bpf: #752 ALU64_ADD_K: registers jited:1 26 PASS
kern  :info  : [ 1077.982151] test_bpf: #753 ALU64_SUB_K: registers jited:1 25 PASS
kern  :info  : [ 1077.989374] test_bpf: #754 ALU64_MUL_K: registers jited:1 33 PASS
kern  :info  : [ 1077.996613] test_bpf: #755 ALU64_DIV_K: registers jited:1 94 PASS
kern  :info  : [ 1078.003829] test_bpf: #756 ALU64_MOD_K: registers jited:1 81 PASS
kern  :info  : [ 1078.011039] test_bpf: #757 ALU32_MOV_K: registers jited:1 23 PASS
kern  :info  : [ 1078.018204] test_bpf: #758 ALU32_AND_K: registers jited:1 25 PASS
kern  :info  : [ 1078.025385] test_bpf: #759 ALU32_OR_K: registers jited:1 33 PASS
kern  :info  : [ 1078.032457] test_bpf: #760 ALU32_XOR_K: registers jited:1 24 PASS
kern  :info  : [ 1078.039783] test_bpf: #761 ALU32_LSH_K: registers jited:1 24 PASS
kern  :info  : [ 1078.046940] test_bpf: #762 ALU32_RSH_K: registers jited:1 25 PASS
kern  :info  : [ 1078.054183] test_bpf: #763 ALU32_ARSH_K: registers jited:1 25 PASS
kern  :info  : [ 1078.061356] test_bpf: #764 ALU32_ADD_K: registers jited:1 38 PASS
kern  :info  : [ 1078.068562] test_bpf: #765 ALU32_SUB_K: registers jited:1 25 PASS
kern  :info  : [ 1078.075727] test_bpf: #766 ALU32_MUL_K: registers jited:1 25 PASS
kern  :info  : [ 1078.082922] test_bpf: #767 ALU32_DIV_K: registers jited:1 40 PASS
kern  :info  : [ 1078.090121] test_bpf: #768 ALU32_MOD_K: registers jited:1 54 PASS
kern  :info  : [ 1078.097277] test_bpf: #769 ALU64_MOV_X: register combinations jited:1 139 PASS
kern  :info  : [ 1078.105915] test_bpf: #770 ALU64_AND_X: register combinations jited:1 131 PASS
kern  :info  : [ 1078.114502] test_bpf: #771 ALU64_OR_X: register combinations jited:1 124 PASS
kern  :info  : [ 1078.123090] test_bpf: #772 ALU64_XOR_X: register combinations jited:1 212 PASS
kern  :info  : [ 1078.131744] test_bpf: #773 ALU64_LSH_X: register combinations jited:1 200 PASS
kern  :info  : [ 1078.140356] test_bpf: #774 ALU64_RSH_X: register combinations jited:1 144 PASS
kern  :info  : [ 1078.148940] test_bpf: #775 ALU64_ARSH_X: register combinations jited:1 159 PASS
kern  :info  : [ 1078.157746] test_bpf: #776 ALU64_ADD_X: register combinations jited:1 140 PASS
kern  :info  : [ 1078.166262] test_bpf: #777 ALU64_SUB_X: register combinations jited:1 138 PASS
kern  :info  : [ 1078.174847] test_bpf: #778 ALU64_MUL_X: register combinations jited:1 130 PASS
kern  :info  : [ 1078.183352] test_bpf: #779 ALU64_DIV_X: register combinations jited:1 679 PASS
kern  :info  : [ 1078.192499] test_bpf: #780 ALU64_MOD_X: register combinations jited:1 784 PASS
kern  :info  : [ 1078.201837] test_bpf: #781 ALU32_MOV_X: register combinations jited:1 139 PASS
kern  :info  : [ 1078.210504] test_bpf: #782 ALU32_AND_X: register combinations jited:1 105 PASS
kern  :info  : [ 1078.219126] test_bpf: #783 ALU32_OR_X: register combinations jited:1 207 PASS
kern  :info  : [ 1078.227667] test_bpf: #784 ALU32_XOR_X: register combinations jited:1 120 PASS
kern  :info  : [ 1078.236233] test_bpf: #785 ALU32_LSH_X: register combinations jited:1 123 PASS
kern  :info  : [ 1078.244968] test_bpf: #786 ALU32_RSH_X: register combinations jited:1 135 PASS
kern  :info  : [ 1078.253510] test_bpf: #787 ALU32_ARSH_X: register combinations jited:1 137 PASS
kern  :info  : [ 1078.262179] test_bpf: #788 ALU32_ADD_X: register combinations jited:1 189 PASS
kern  :info  : [ 1078.270746] test_bpf: #789 ALU32_SUB_X: register combinations jited:1 125 PASS
kern  :info  : [ 1078.279282] test_bpf: #790 ALU32_MUL_X: register combinations jited:1 123 PASS
kern  :info  : [ 1078.287794] test_bpf: #791 ALU32_DIV_X: register combinations jited:1 263 PASS
kern  :info  : [ 1078.296470] test_bpf: #792 ALU32_MOD_X register combinations jited:1 279 PASS
kern  :info  : [ 1078.305035] test_bpf: #793 ALU64_LSH_K: all shift values jited:1 348 PASS
kern  :info  : [ 1078.313494] test_bpf: #794 ALU64_RSH_K: all shift values jited:1 179 PASS
kern  :info  : [ 1078.321758] test_bpf: #795 ALU64_ARSH_K: all shift values jited:1 184 PASS
kern  :info  : [ 1078.330000] test_bpf: #796 ALU64_LSH_X: all shift values jited:1 353 PASS
kern  :info  : [ 1078.338323] test_bpf: #797 ALU64_RSH_X: all shift values jited:1 290 PASS
kern  :info  : [ 1078.346715] test_bpf: #798 ALU64_ARSH_X: all shift values jited:1 248 PASS
kern  :info  : [ 1078.355013] test_bpf: #799 ALU32_LSH_K: all shift values jited:1 77 PASS
kern  :info  : [ 1078.362886] test_bpf: #800 ALU32_RSH_K: all shift values jited:1 75 PASS
kern  :info  : [ 1078.370854] test_bpf: #801 ALU32_ARSH_K: all shift values jited:1 91 PASS
kern  :info  : [ 1078.378836] test_bpf: #802 ALU32_LSH_X: all shift values jited:1 130 PASS
kern  :info  : [ 1078.386915] test_bpf: #803 ALU32_RSH_X: all shift values jited:1 118 PASS
kern  :info  : [ 1078.394895] test_bpf: #804 ALU32_ARSH_X: all shift values jited:1 132 PASS
kern  :info  : [ 1078.402986] test_bpf: #805 ALU64_LSH_X: all shift values with the same register jited:1 84 PASS
kern  :info  : [ 1078.412771] test_bpf: #806 ALU64_RSH_X: all shift values with the same register jited:1 84 PASS
kern  :info  : [ 1078.422691] test_bpf: #807 ALU64_ARSH_X: all shift values with the same register jited:1 84 PASS
kern  :info  : [ 1078.432536] test_bpf: #808 ALU32_LSH_X: all shift values with the same register jited:1 54 PASS
kern  :info  : [ 1078.442415] test_bpf: #809 ALU32_RSH_X: all shift values with the same register jited:1 57 PASS
kern  :info  : [ 1078.452287] test_bpf: #810 ALU32_ARSH_X: all shift values with the same register jited:1 41 PASS
kern  :info  : [ 1078.462201] test_bpf: #811 ALU64_MOV_K: all immediate value magnitudes jited:1 76990 PASS
kern  :info  : [ 1078.482009] test_bpf: #812 ALU64_AND_K: all immediate value magnitudes jited:1 87062 PASS
kern  :info  : [ 1078.503483] test_bpf: #813 ALU64_OR_K: all immediate value magnitudes jited:1 81605 PASS
kern  :info  : [ 1078.523394] test_bpf: #814 ALU64_XOR_K: all immediate value magnitudes jited:1 70393 PASS
kern  :info  : [ 1078.543506] test_bpf: #815 ALU64_ADD_K: all immediate value magnitudes jited:1 81237 PASS
kern  :info  : [ 1078.564479] test_bpf: #816 ALU64_SUB_K: all immediate value magnitudes jited:1 89665 PASS
kern  :info  : [ 1078.586000] test_bpf: #817 ALU64_MUL_K: all immediate value magnitudes jited:1 71948 PASS
kern  :info  : [ 1078.605844] test_bpf: #818 ALU64_DIV_K: all immediate value magnitudes jited:1 234633 PASS
kern  :info  : [ 1078.627521] test_bpf: #819 ALU64_MOD_K: all immediate value magnitudes 
kern  :info  : [ 1078.683423] test_bpf: #820 ALU32_MOV_K: all immediate value magnitudes 
kern  :info  : [ 1078.714126] test_bpf: #821 ALU32_AND_K: all immediate value magnitudes 
kern  :info  : [ 1078.738407] test_bpf: #822 ALU32_OR_K: all immediate value magnitudes 
kern  :info  : [ 1078.758356] test_bpf: #823 ALU32_XOR_K: all immediate value magnitudes 
kern  :info  : [ 1078.785347] test_bpf: #824 ALU32_ADD_K: all immediate value magnitudes 
kern  :info  : [ 1078.806357] test_bpf: #825 ALU32_SUB_K: all immediate value magnitudes 
kern  :info  : [ 1078.825385] test_bpf: #826 ALU32_MUL_K: all immediate value magnitudes 
kern  :info  : [ 1078.851411] test_bpf: #827 ALU32_DIV_K: all immediate value magnitudes 
kern  :info  : [ 1078.880014] test_bpf: #828 ALU32_MOD_K: all immediate value magnitudes 
kern  :info  : [ 1078.907811] test_bpf: #829 ALU64_MOV_X: all register value magnitudes 
kern  :info  : [ 1078.938518] test_bpf: #830 ALU64_AND_X: all register value magnitudes 
kern  :info  : [ 1078.980108] test_bpf: #831 ALU64_OR_X: all register value magnitudes 
kern  :info  : [ 1079.019868] test_bpf: #832 ALU64_XOR_X: all register value magnitudes 
kern  :info  : [ 1079.057230] test_bpf: #833 ALU64_ADD_X: all register value magnitudes 
kern  :info  : [ 1079.092447] test_bpf: #834 ALU64_SUB_X: all register value magnitudes 
kern  :info  : [ 1079.146406] test_bpf: #835 ALU64_MUL_X: all register value magnitudes 
kern  :info  : [ 1079.183700] test_bpf: #836 ALU64_DIV_X: all register value magnitudes 
kern  :info  : [ 1079.227661] test_bpf: #837 ALU64_MOD_X: all register value magnitudes 
kern  :info  : [ 1079.262583] test_bpf: #838 ALU32_MOV_X: all register value magnitudes 
kern  :info  : [ 1079.304095] test_bpf: #839 ALU32_AND_X: all register value magnitudes 
kern  :info  : [ 1079.333106] test_bpf: #840 ALU32_OR_X: all register value magnitudes 
kern  :info  : [ 1079.360422] test_bpf: #841 ALU32_XOR_X: all register value magnitudes 
kern  :info  : [ 1079.425849] test_bpf: #842 ALU32_ADD_X: all register value magnitudes 
kern  :info  : [ 1079.457533] test_bpf: #843 ALU32_SUB_X: all register value magnitudes 
kern  :info  : [ 1079.499017] test_bpf: #844 ALU32_MUL_X: all register value magnitudes 
kern  :info  : [ 1079.535078] test_bpf: #845 ALU32_DIV_X: all register value magnitudes 
kern  :info  : [ 1079.561443] test_bpf: #846 ALU32_MOD_X: all register value magnitudes 
kern  :info  : [ 1079.602462] test_bpf: #847 LD_IMM64: all immediate value magnitudes 
kern  :info  : [ 1079.653052] test_bpf: #848 LD_IMM64: checker byte patterns jited:1 241 PASS
kern  :info  : [ 1079.661614] test_bpf: #849 LD_IMM64: random positive and zero byte patterns 
kern  :info  : [ 1079.709034] test_bpf: #850 LD_IMM64: random negative and zero byte patterns 
kern  :info  : [ 1079.737322] test_bpf: #851 LD_IMM64: random positive and negative byte patterns jited:1 199 PASS
kern  :info  : [ 1079.754803] test_bpf: #852 ATOMIC_DW_ADD: register combinations 
kern  :info  : [ 1079.795828] test_bpf: #853 ATOMIC_DW_AND: register combinations 
kern  :info  : [ 1079.823913] test_bpf: #854 ATOMIC_DW_OR: register combinations 
kern  :info  : [ 1079.851863] test_bpf: #855 ATOMIC_DW_XOR: register combinations 
kern  :info  : [ 1079.886493] test_bpf: #856 ATOMIC_DW_ADD_FETCH: register combinations 
kern  :info  : [ 1079.917857] test_bpf: #857 ATOMIC_DW_AND_FETCH: register combinations 
kern  :info  : [ 1079.966237] test_bpf: #858 ATOMIC_DW_OR_FETCH: register combinations 
kern  :info  : [ 1079.995850] test_bpf: #859 ATOMIC_DW_XOR_FETCH: register combinations 
kern  :info  : [ 1080.025649] test_bpf: #860 ATOMIC_DW_XCHG: register combinations 
kern  :info  : [ 1080.054719] test_bpf: #861 ATOMIC_DW_CMPXCHG: register combinations 
kern  :info  : [ 1080.083964] test_bpf: #862 ATOMIC_W_ADD: register combinations 
kern  :info  : [ 1080.105237] test_bpf: #863 ATOMIC_W_AND: register combinations 
kern  :info  : [ 1080.136419] test_bpf: #864 ATOMIC_W_OR: register combinations 
kern  :info  : [ 1080.166115] test_bpf: #865 ATOMIC_W_XOR: register combinations 
kern  :info  : [ 1080.205844] test_bpf: #866 ATOMIC_W_ADD_FETCH: register combinations 
kern  :info  : [ 1080.234286] test_bpf: #867 ATOMIC_W_AND_FETCH: register combinations 
kern  :info  : [ 1080.272404] test_bpf: #868 ATOMIC_W_OR_FETCH: register combinations 
kern  :info  : [ 1080.301235] test_bpf: #869 ATOMIC_W_XOR_FETCH: register combinations 
kern  :info  : [ 1080.333917] test_bpf: #870 ATOMIC_W_XCHG: register combinations jited:1 932 PASS
kern  :info  : [ 1080.343637] test_bpf: #871 ATOMIC_W_CMPXCHG: register combinations 
kern  :info  : [ 1080.392365] test_bpf: #872 ATOMIC_DW_ADD: all operand magnitudes 
kern  :info  : [ 1080.423815] test_bpf: #873 ATOMIC_DW_AND: all operand magnitudes 
kern  :info  : [ 1080.450158] test_bpf: #874 ATOMIC_DW_OR: all operand magnitudes 
kern  :info  : [ 1080.473521] test_bpf: #875 ATOMIC_DW_XOR: all operand magnitudes 
kern  :info  : [ 1080.512508] test_bpf: #876 ATOMIC_DW_ADD_FETCH: all operand magnitudes 
kern  :info  : [ 1080.539517] test_bpf: #877 ATOMIC_DW_AND_FETCH: all operand magnitudes jited:1 155686 PASS
kern  :info  : [ 1080.568599] test_bpf: #878 ATOMIC_DW_OR_FETCH: all operand magnitudes jited:1 181517 PASS
kern  :info  : [ 1080.600158] test_bpf: #879 ATOMIC_DW_XOR_FETCH: all operand magnitudes jited:1 152630 PASS
kern  :info  : [ 1080.631601] test_bpf: #880 ATOMIC_DW_XCHG: all operand magnitudes jited:1 150830 PASS
kern  :info  : [ 1080.655179] test_bpf: #881 ATOMIC_DW_CMPXCHG: all operand magnitudes jited:1 194897 PASS
kern  :info  : [ 1080.686149] test_bpf: #882 ATOMIC_W_ADD: all operand magnitudes jited:1 188478 PASS
kern  :info  : [ 1080.709966] test_bpf: #883 ATOMIC_W_AND: all operand magnitudes jited:1 155918 PASS
kern  :info  : [ 1080.732996] test_bpf: #884 ATOMIC_W_OR: all operand magnitudes jited:1 118118 PASS
kern  :info  : [ 1080.756854] test_bpf: #885 ATOMIC_W_XOR: all operand magnitudes jited:1 116349 PASS
kern  :info  : [ 1080.780769] test_bpf: #886 ATOMIC_W_ADD_FETCH: all operand magnitudes jited:1 121969 PASS
kern  :info  : [ 1080.805180] test_bpf: #887 ATOMIC_W_AND_FETCH: all operand magnitudes jited:1 220990 PASS
kern  :info  : [ 1080.831587] test_bpf: #888 ATOMIC_W_OR_FETCH: all operand magnitudes jited:1 137798 PASS
kern  :info  : [ 1080.857412] test_bpf: #889 ATOMIC_W_XOR_FETCH: all operand magnitudes jited:1 157980 PASS
kern  :info  : [ 1080.883494] test_bpf: #890 ATOMIC_W_XCHG: all operand magnitudes jited:1 170828 PASS
kern  :info  : [ 1080.907058] test_bpf: #891 ATOMIC_W_CMPXCHG: all operand magnitudes jited:1 224784 PASS
kern  :info  : [ 1080.940157] test_bpf: #892 JMP_JSET_K: all immediate value magnitudes jited:1 68172 PASS
kern  :info  : [ 1080.959170] test_bpf: #893 JMP_JEQ_K: all immediate value magnitudes jited:1 71419 PASS
kern  :info  : [ 1080.979078] test_bpf: #894 JMP_JNE_K: all immediate value magnitudes jited:1 78417 PASS
kern  :info  : [ 1080.997302] test_bpf: #895 JMP_JGT_K: all immediate value magnitudes jited:1 74593 PASS
kern  :info  : [ 1081.016448] test_bpf: #896 JMP_JGE_K: all immediate value magnitudes jited:1 69777 PASS
kern  :info  : [ 1081.035341] test_bpf: #897 JMP_JLT_K: all immediate value magnitudes jited:1 67090 PASS
kern  :info  : [ 1081.054335] test_bpf: #898 JMP_JLE_K: all immediate value magnitudes jited:1 78794 PASS
kern  :info  : [ 1081.073293] test_bpf: #899 JMP_JSGT_K: all immediate value magnitudes jited:1 78210 PASS
kern  :info  : [ 1081.092375] test_bpf: #900 JMP_JSGE_K: all immediate value magnitudes jited:1 70886 PASS
kern  :info  : [ 1081.111643] test_bpf: #901 JMP_JSLT_K: all immediate value magnitudes jited:1 78999 PASS
kern  :info  : [ 1081.130389] test_bpf: #902 JMP_JSLE_K: all immediate value magnitudes jited:1 83397 PASS
kern  :info  : [ 1081.149385] test_bpf: #903 JMP_JSET_X: all register value magnitudes jited:1 108873 PASS
kern  :info  : [ 1081.175436] test_bpf: #904 JMP_JEQ_X: all register value magnitudes jited:1 89473 PASS
kern  :info  : [ 1081.202259] test_bpf: #905 JMP_JNE_X: all register value magnitudes jited:1 217809 PASS
kern  :info  : [ 1081.228308] test_bpf: #906 JMP_JGT_X: all register value magnitudes jited:1 121075 PASS
kern  :info  : [ 1081.254348] test_bpf: #907 JMP_JGE_X: all register value magnitudes jited:1 104024 PASS
kern  :info  : [ 1081.280318] test_bpf: #908 JMP_JLT_X: all register value magnitudes jited:1 105953 PASS
kern  :info  : [ 1081.305290] test_bpf: #909 JMP_JLE_X: all register value magnitudes jited:1 163552 PASS
kern  :info  : [ 1081.332489] test_bpf: #910 JMP_JSGT_X: all register value magnitudes jited:1 123977 PASS
kern  :info  : [ 1081.373399] test_bpf: #911 JMP_JSGE_X: all register value magnitudes jited:1 170624 PASS
kern  :info  : [ 1081.400341] test_bpf: #912 JMP_JSLT_X: all register value magnitudes jited:1 101190 PASS
kern  :info  : [ 1081.427093] test_bpf: #913 JMP_JSLE_X: all register value magnitudes jited:1 117140 PASS
kern  :info  : [ 1081.453425] test_bpf: #914 JMP32_JSET_K: all immediate value magnitudes jited:1 108732 PASS
kern  :info  : [ 1081.471247] test_bpf: #915 JMP32_JEQ_K: all immediate value magnitudes jited:1 71490 PASS
kern  :info  : [ 1081.489471] test_bpf: #916 JMP32_JNE_K: all immediate value magnitudes jited:1 76092 PASS
kern  :info  : [ 1081.506374] test_bpf: #917 JMP32_JGT_K: all immediate value magnitudes jited:1 163799 PASS
kern  :info  : [ 1081.524122] test_bpf: #918 JMP32_JGE_K: all immediate value magnitudes jited:1 77414 PASS
kern  :info  : [ 1081.541506] test_bpf: #919 JMP32_JLT_K: all immediate value magnitudes jited:1 80205 PASS
kern  :info  : [ 1081.558761] test_bpf: #920 JMP32_JLE_K: all immediate value magnitudes jited:1 66622 PASS
kern  :info  : [ 1081.576772] test_bpf: #921 JMP32_JSGT_K: all immediate value magnitudes jited:1 134508 PASS
kern  :info  : [ 1081.594227] test_bpf: #922 JMP32_JSGE_K: all immediate value magnitudes jited:1 65450 PASS
kern  :info  : [ 1081.611441] test_bpf: #923 JMP32_JSLT_K: all immediate value magnitudes jited:1 67618 PASS
kern  :info  : [ 1081.628751] test_bpf: #924 JMP32_JSLE_K: all immediate value magnitudes jited:1 67665 PASS
kern  :info  : [ 1081.646867] test_bpf: #925 JMP32_JSET_X: all register value magnitudes jited:1 124420 PASS
kern  :info  : [ 1081.671581] test_bpf: #926 JMP32_JEQ_X: all register value magnitudes jited:1 84084 PASS
kern  :info  : [ 1081.698201] test_bpf: #927 JMP32_JNE_X: all register value magnitudes jited:1 208631 PASS
kern  :info  : [ 1081.721505] test_bpf: #928 JMP32_JGT_X: all register value magnitudes jited:1 99464 PASS
kern  :info  : [ 1081.747393] test_bpf: #929 JMP32_JGE_X: all register value magnitudes jited:1 109664 PASS
kern  :info  : [ 1081.770477] test_bpf: #930 JMP32_JLT_X: all register value magnitudes jited:1 101209 PASS
kern  :info  : [ 1081.794512] test_bpf: #931 JMP32_JLE_X: all register value magnitudes jited:1 107593 PASS
kern  :info  : [ 1081.818517] test_bpf: #932 JMP32_JSGT_X: all register value magnitudes jited:1 107516 PASS
kern  :info  : [ 1081.842610] test_bpf: #933 JMP32_JSGE_X: all register value magnitudes jited:1 108411 PASS
kern  :info  : [ 1081.865597] test_bpf: #934 JMP32_JSLT_X: all register value magnitudes jited:1 103606 PASS
kern  :info  : [ 1081.890534] test_bpf: #935 JMP32_JSLE_X: all register value magnitudes jited:1 107020 PASS
kern  :info  : [ 1081.914511] test_bpf: #936 JMP_JSET_K: imm = 0 -> never taken jited:1 14 PASS
kern  :info  : [ 1081.922894] test_bpf: #937 JMP_JLT_K: imm = 0 -> never taken jited:1 14 PASS
kern  :info  : [ 1081.930934] test_bpf: #938 JMP_JGE_K: imm = 0 -> always taken jited:1 29 PASS
kern  :info  : [ 1081.939241] test_bpf: #939 JMP_JGT_K: imm = 0xffffffff -> never taken jited:1 27 PASS
kern  :info  : [ 1081.948120] test_bpf: #940 JMP_JLE_K: imm = 0xffffffff -> always taken jited:1 15 PASS
kern  :info  : [ 1081.957034] test_bpf: #941 JMP32_JSGT_K: imm = 0x7fffffff -> never taken jited:1 28 PASS
kern  :info  : [ 1081.966181] test_bpf: #942 JMP32_JSGE_K: imm = -0x80000000 -> always taken jited:1 27 PASS
kern  :info  : [ 1081.975480] test_bpf: #943 JMP32_JSLT_K: imm = -0x80000000 -> never taken jited:1 15 PASS
kern  :info  : [ 1081.984742] test_bpf: #944 JMP32_JSLE_K: imm = 0x7fffffff -> always taken jited:1 41 PASS
kern  :info  : [ 1081.993951] test_bpf: #945 JMP_JEQ_X: dst = src -> always taken jited:1 27 PASS
kern  :info  : [ 1082.002305] test_bpf: #946 JMP_JGE_X: dst = src -> always taken jited:1 101 PASS
kern  :info  : [ 1082.010780] test_bpf: #947 JMP_JLE_X: dst = src -> always taken jited:1 28 PASS
kern  :info  : [ 1082.019106] test_bpf: #948 JMP_JSGE_X: dst = src -> always taken jited:1 41 PASS
kern  :info  : [ 1082.027566] test_bpf: #949 JMP_JSLE_X: dst = src -> always taken jited:1 41 PASS
kern  :info  : [ 1082.036107] test_bpf: #950 JMP_JNE_X: dst = src -> never taken jited:1 27 PASS
kern  :info  : [ 1082.044403] test_bpf: #951 JMP_JGT_X: dst = src -> never taken jited:1 27 PASS
kern  :info  : [ 1082.052714] test_bpf: #952 JMP_JLT_X: dst = src -> never taken jited:1 26 PASS
kern  :info  : [ 1082.061080] test_bpf: #953 JMP_JSGT_X: dst = src -> never taken jited:1 27 PASS
kern  :info  : [ 1082.069418] test_bpf: #954 JMP_JSLT_X: dst = src -> never taken jited:1 28 PASS
kern  :info  : [ 1082.077801] test_bpf: #955 Short relative jump: offset=0 jited:1 27 PASS
kern  :info  : [ 1082.085562] test_bpf: #956 Short relative jump: offset=1 jited:1 14 PASS
kern  :info  : [ 1082.093383] test_bpf: #957 Short relative jump: offset=2 jited:1 28 PASS
kern  :info  : [ 1082.101124] test_bpf: #958 Short relative jump: offset=3 jited:1 14 PASS
kern  :info  : [ 1082.108860] test_bpf: #959 Short relative jump: offset=4 jited:1 14 PASS
kern  :info  : [ 1082.116732] test_bpf: #960 Long conditional jump: taken at runtime jited:1 15 PASS
kern  :info  : [ 1082.129244] test_bpf: #961 Long conditional jump: not taken at runtime jited:1 26 PASS
kern  :info  : [ 1082.142103] test_bpf: #962 Long conditional jump: always taken, known at JIT time jited:1 28 PASS
kern  :info  : [ 1082.155924] test_bpf: #963 Long conditional jump: never taken, known at JIT time jited:1 14 PASS
kern  :info  : [ 1082.170691] test_bpf: #964 Staggered jumps: JMP_JA jited:1 49362 PASS
kern  :info  : [ 1082.183219] test_bpf: #965 Staggered jumps: JMP_JEQ_K jited:1 64842 PASS
kern  :info  : [ 1082.197016] test_bpf: #966 Staggered jumps: JMP_JNE_K jited:1 69651 PASS
kern  :info  : [ 1082.211014] test_bpf: #967 Staggered jumps: JMP_JSET_K 
kern  :info  : [ 1082.272415] test_bpf: #968 Staggered jumps: JMP_JGT_K jited:1 
kern  :info  : [ 1082.294662] test_bpf: #969 Staggered jumps: JMP_JGE_K 
kern  :info  : [ 1082.328524] test_bpf: #970 Staggered jumps: JMP_JLT_K 
kern  :info  : [ 1082.346774] test_bpf: #971 Staggered jumps: JMP_JLE_K 
kern  :info  : [ 1082.407579] test_bpf: #972 Staggered jumps: JMP_JSGT_K 
kern  :info  : [ 1082.442952] test_bpf: #973 Staggered jumps: JMP_JSGE_K 
kern  :info  : [ 1082.468563] test_bpf: #974 Staggered jumps: JMP_JSLT_K 
kern  :info  : [ 1082.500370] test_bpf: #975 Staggered jumps: JMP_JSLE_K 
kern  :info  : [ 1082.534361] test_bpf: #976 Staggered jumps: JMP_JEQ_X 
kern  :info  : [ 1082.600380] test_bpf: #977 Staggered jumps: JMP_JNE_X 
kern  :info  : [ 1082.625949] test_bpf: #978 Staggered jumps: JMP_JSET_X 
kern  :info  : [ 1082.659443] test_bpf: #979 Staggered jumps: JMP_JGT_X 
kern  :info  : [ 1082.689227] test_bpf: #980 Staggered jumps: JMP_JGE_X jited:1 
kern  :info  : [ 1082.712614] test_bpf: #981 Staggered jumps: JMP_JLT_X jited:1 68652 
kern  :info  : [ 1082.737398] test_bpf: #982 Staggered jumps: JMP_JLE_X 
kern  :info  : [ 1082.792412] test_bpf: #983 Staggered jumps: JMP_JSGT_X 
kern  :info  : [ 1082.823548] test_bpf: #984 Staggered jumps: JMP_JSGE_X 
kern  :info  : [ 1082.853605] test_bpf: #985 Staggered jumps: JMP_JSLT_X jited:1 
kern  :info  : [ 1082.878223] test_bpf: #986 Staggered jumps: JMP_JSLE_X 
kern  :info  : [ 1082.906344] test_bpf: #987 Staggered jumps: JMP32_JEQ_K 
kern  :info  : [ 1082.932931] test_bpf: #988 Staggered jumps: JMP32_JNE_K 
kern  :info  : [ 1082.961179] test_bpf: #989 Staggered jumps: JMP32_JSET_K 
kern  :info  : [ 1083.024842] test_bpf: #990 Staggered jumps: JMP32_JGT_K 
kern  :info  : [ 1083.051891] test_bpf: #991 Staggered jumps: JMP32_JGE_K 
kern  :info  : [ 1083.080673] test_bpf: #992 Staggered jumps: JMP32_JLT_K 
kern  :info  : [ 1083.115458] test_bpf: #993 Staggered jumps: JMP32_JLE_K jited:1 64143 PASS
kern  :info  : [ 1083.129147] test_bpf: #994 Staggered jumps: JMP32_JSGT_K 
kern  :info  : [ 1083.149440] test_bpf: #995 Staggered jumps: JMP32_JSGE_K 
kern  :info  : [ 1083.176696] test_bpf: #996 Staggered jumps: JMP32_JSLT_K jited:1 
kern  :info  : [ 1083.203507] test_bpf: #997 Staggered jumps: JMP32_JSLE_K jited:1 64160 
kern  :info  : [ 1083.225480] test_bpf: #998 Staggered jumps: JMP32_JEQ_X jited:1 
kern  :info  : [ 1083.284016] test_bpf: #999 Staggered jumps: JMP32_JNE_X 
kern  :info  : [ 1083.310788] test_bpf: #1000 Staggered jumps: JMP32_JSET_X 
kern  :info  : [ 1083.341476] test_bpf: #1001 Staggered jumps: JMP32_JGT_X 
kern  :info  : [ 1083.370525] test_bpf: #1002 Staggered jumps: JMP32_JGE_X 
kern  :info  : [ 1083.394239] test_bpf: #1003 Staggered jumps: JMP32_JLT_X 
kern  :info  : [ 1083.430709] test_bpf: #1004 Staggered jumps: JMP32_JLE_X 
kern  :info  : [ 1083.465886] test_bpf: #1005 Staggered jumps: JMP32_JSGT_X 
kern  :info  : [ 1083.496160] test_bpf: #1006 Staggered jumps: JMP32_JSGE_X 
kern  :info  : [ 1083.553280] test_bpf: #1007 Staggered jumps: JMP32_JSLT_X 
kern  :info  : [ 1083.583723] test_bpf: #1008 Staggered jumps: JMP32_JSLE_X 
kern  :info  : [ 1083.612775] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
kern  :info  : [ 1083.636400] test_bpf: #0 Tail call leaf jited:1 13 PASS
kern  :info  : [ 1083.636436] test_bpf: #1 Tail call 2 
kern  :info  : [ 1083.656986] test_bpf: #2 Tail call 3 jited:1 72 PASS
kern  :info  : [ 1083.665894] test_bpf: #3 Tail call 4 jited:1 
kern  :info  : [ 1083.688721] test_bpf: #4 Tail call error path, max count reached 
kern  :info  : [ 1083.700915] test_bpf: #5 Tail call count preserved across function calls jited:1 43122 PASS
kern  :info  : [ 1083.748319] test_bpf: #6 Tail call error path, NULL target jited:1 44 PASS
kern  :info  : [ 1083.754118] test_bpf: #7 Tail call error path, index out of range jited:1 33 PASS
kern  :info  : [ 1083.766995] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
kern  :info  : [ 1083.767155] test_bpf: #0 gso_with_rx_frags 
kern  :info  : [ 1083.788908] test_bpf: #1 gso_linear_no_head_frag 
kern  :info  : [ 1083.809047] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
kern  :info  : [ 1084.034111] test_bpf: #0 TAX 
kern  :info  : [ 1084.052900] test_bpf: #1 TXA 
kern  :info  : [ 1084.067546] test_bpf: #2 ADD_SUB_MUL_K jited:1 18 PASS
kern  :info  : [ 1084.079650] test_bpf: #3 DIV_MOD_KX 
kern  :info  : [ 1084.093588] test_bpf: #4 AND_OR_LSH_K 
kern  :info  : [ 1084.108124] test_bpf: #5 LD_IMM_0 
kern  :info  : [ 1084.123097] test_bpf: #6 LD_IND 
kern  :info  : [ 1084.137395] test_bpf: #7 LD_ABS jited:1 35 21 21 PASS
kern  :info  : [ 1084.150991] test_bpf: #8 LD_ABS_LL jited:1 33 35 PASS
kern  :info  : [ 1084.157164] test_bpf: #9 LD_IND_LL 
kern  :info  : [ 1084.213748] test_bpf: #10 LD_ABS_NET 
kern  :info  : [ 1084.228310] test_bpf: #11 LD_IND_NET 
kern  :info  : [ 1084.243149] test_bpf: #12 LD_PKTTYPE 
kern  :info  : [ 1084.265030] test_bpf: #13 LD_MARK 
kern  :info  : [ 1084.279879] test_bpf: #14 LD_RXHASH 
kern  :info  : [ 1084.305598] test_bpf: #15 LD_QUEUE 
kern  :info  : [ 1084.321805] test_bpf: #16 LD_PROTOCOL 
kern  :info  : [ 1084.339647] test_bpf: #17 LD_VLAN_TAG 
kern  :info  : [ 1084.357164] test_bpf: #18 LD_VLAN_TAG_PRESENT 
kern  :info  : [ 1084.382185] test_bpf: #19 LD_IFINDEX 
kern  :info  : [ 1084.399128] test_bpf: #20 LD_HATYPE 
kern  :info  : [ 1084.423494] test_bpf: #21 LD_CPU 
kern  :info  : [ 1084.439650] test_bpf: #22 LD_NLATTR 
kern  :info  : [ 1084.464167] test_bpf: #23 LD_NLATTR_NEST 
kern  :info  : [ 1084.481087] test_bpf: #24 LD_PAYLOAD_OFF 
kern  :info  : [ 1084.516895] test_bpf: #25 LD_ANC_XOR 
kern  :info  : [ 1084.556491] test_bpf: #26 SPILL_FILL jited:1 15 14 14 PASS
kern  :info  : [ 1084.573592] test_bpf: #27 JEQ jited:1 23 28 14 PASS
kern  :info  : [ 1084.579664] test_bpf: #28 JGT jited:1 23 16 15 PASS
kern  :info  : [ 1084.585734] test_bpf: #29 JGE (jt 0), test 1 jited:1 22 15 15 PASS
kern  :info  : [ 1084.593171] test_bpf: #30 JGE (jt 0), test 2 jited:1 15 16 15 PASS
kern  :info  : [ 1084.600426] test_bpf: #31 JGE jited:1 30 33 20 PASS
kern  :info  : [ 1084.606505] test_bpf: #32 JSET jited:1 46 19 21 PASS
kern  :info  : [ 1084.612750] test_bpf: #33 tcpdump port 22 jited:1 23 27 57 PASS
kern  :info  : [ 1084.619873] test_bpf: #34 tcpdump complex jited:1 24 27 39 PASS
kern  :info  : [ 1084.627009] test_bpf: #35 RET_A jited:1 14 13 PASS
kern  :info  : [ 1084.632885] test_bpf: #36 INT: ADD trivial jited:1 27 PASS
kern  :info  : [ 1084.639454] test_bpf: #37 INT: MUL_X jited:1 15 PASS
kern  :info  : [ 1084.645503] test_bpf: #38 INT: MUL_X2 jited:1 29 PASS
kern  :info  : [ 1084.651845] test_bpf: #39 INT: MUL32_X jited:1 16 PASS
kern  :info  : [ 1084.658015] test_bpf: #40 INT: ADD 64-bit jited:1 28 PASS
kern  :info  : [ 1084.664483] test_bpf: #41 INT: ADD 32-bit jited:1 26 PASS
kern  :info  : [ 1084.671000] test_bpf: #42 INT: SUB jited:1 26 PASS
kern  :info  : [ 1084.676997] test_bpf: #43 INT: XOR jited:1 23 PASS
kern  :info  : [ 1084.682852] test_bpf: #44 INT: MUL jited:1 36 PASS
kern  :info  : [ 1084.688696] test_bpf: #45 MOV REG64 jited:1 16 PASS
kern  :info  : [ 1084.694733] test_bpf: #46 MOV REG32 jited:1 29 PASS
kern  :info  : [ 1084.700684] test_bpf: #47 LD IMM64 jited:1 16 PASS
kern  :info  : [ 1084.706508] test_bpf: #48 INT: ALU MIX jited:1 41 PASS
kern  :info  : [ 1084.712722] test_bpf: #49 INT: shifts by register jited:1 32 PASS
kern  :info  : [ 1084.719984] test_bpf: #50 check: missing ret PASS
kern  :info  : [ 1084.725489] test_bpf: #51 check: div_k_0 PASS
kern  :info  : [ 1084.730697] test_bpf: #52 check: unknown insn PASS
kern  :info  : [ 1084.736284] test_bpf: #53 check: out of range spill/fill PASS
kern  :info  : [ 1084.742845] test_bpf: #54 JUMPS + HOLES jited:1 18 PASS
kern  :info  : [ 1084.749374] test_bpf: #55 check: RET X PASS
kern  :info  : [ 1084.754346] test_bpf: #56 check: LDX + RET X PASS
kern  :info  : [ 1084.759850] test_bpf: #57 M[]: alt STX + LDX jited:1 40 PASS
kern  :info  : [ 1084.766525] test_bpf: #58 M[]: full STX + full LDX jited:1 18 PASS
kern  :info  : [ 1084.773894] test_bpf: #59 check: SKF_AD_MAX PASS
kern  :info  : [ 1084.779302] test_bpf: #60 LD [SKF_AD_OFF-1] 
kern  :info  : [ 1084.839572] test_bpf: #61 load 64-bit immediate jited:1 29 PASS
kern  :info  : [ 1084.853231] test_bpf: #62 ALU_MOV_X: dst = 2 
kern  :info  : [ 1084.869947] test_bpf: #63 ALU_MOV_X: dst = 4294967295 
kern  :info  : [ 1084.896666] test_bpf: #64 ALU64_MOV_X: dst = 2 
kern  :info  : [ 1084.921050] test_bpf: #65 ALU64_MOV_X: dst = 4294967295 jited:1 
kern  :info  : [ 1084.947837] test_bpf: #66 ALU_MOV_K: dst = 2 
kern  :info  : [ 1084.980738] test_bpf: #67 ALU_MOV_K: dst = 4294967295 jited:1 14 PASS
kern  :info  : [ 1084.988301] test_bpf: #68 ALU_MOV_K: 0x0000ffffffff0000 = 0x00000000ffffffff jited:1 14 PASS
kern  :info  : [ 1084.997714] test_bpf: #69 ALU_MOV_K: small negative 
kern  :info  : [ 1085.050477] test_bpf: #70 ALU_MOV_K: small negative zero extension 
kern  :info  : [ 1085.075861] test_bpf: #71 ALU_MOV_K: large negative 
kern  :info  : [ 1085.102318] test_bpf: #72 ALU_MOV_K: large negative zero extension 
kern  :info  : [ 1085.130429] test_bpf: #73 ALU64_MOV_K: dst = 2 
kern  :info  : [ 1085.155343] test_bpf: #74 ALU64_MOV_K: dst = 2147483647 
kern  :info  : [ 1085.183501] test_bpf: #75 ALU64_OR_K: dst = 0x0 
kern  :info  : [ 1085.208602] test_bpf: #76 ALU64_MOV_K: dst = -1 jited:1 28 PASS
kern  :info  : [ 1085.215547] test_bpf: #77 ALU64_MOV_K: small negative jited:1 27 PASS
kern  :info  : [ 1085.223044] test_bpf: #78 ALU64_MOV_K: small negative sign extension 
kern  :info  : [ 1085.284595] test_bpf: #79 ALU64_MOV_K: large negative 
kern  :info  : [ 1085.300845] test_bpf: #80 ALU64_MOV_K: large negative sign extension 
kern  :info  : [ 1085.328735] test_bpf: #81 ALU_ADD_X: 1 + 2 = 3 
kern  :info  : [ 1085.353705] test_bpf: #82 ALU_ADD_X: 1 + 4294967294 = 4294967295 
kern  :info  : [ 1085.381368] test_bpf: #83 ALU_ADD_X: 2 + 4294967294 = 0 
kern  :info  : [ 1085.408459] test_bpf: #84 ALU64_ADD_X: 1 + 2 = 3 jited:1 13 PASS
kern  :info  : [ 1085.423548] test_bpf: #85 ALU64_ADD_X: 1 + 4294967294 = 4294967295 jited:1 14 PASS
kern  :info  : [ 1085.432195] test_bpf: #86 ALU64_ADD_X: 2 + 4294967294 = 4294967296 
kern  :info  : [ 1085.492849] test_bpf: #87 ALU_ADD_K: 1 + 2 = 3 
kern  :info  : [ 1085.516552] test_bpf: #88 ALU_ADD_K: 3 + 0 = 3 
kern  :info  : [ 1085.542689] test_bpf: #89 ALU_ADD_K: 1 + 4294967294 = 4294967295 
kern  :info  : [ 1085.569279] test_bpf: #90 ALU_ADD_K: 4294967294 + 2 = 0 jited:1 30 PASS
kern  :info  : [ 1085.585880] test_bpf: #91 ALU_ADD_K: 0 + (-1) = 0x00000000ffffffff 
kern  :info  : [ 1085.605700] test_bpf: #92 ALU_ADD_K: 0 + 0xffff = 0xffff 
kern  :info  : [ 1085.631687] test_bpf: #93 ALU_ADD_K: 0 + 0x7fffffff = 0x7fffffff jited:1 16 PASS
kern  :info  : [ 1085.640185] test_bpf: #94 ALU_ADD_K: 0 + 0x80000000 = 0x80000000 
kern  :info  : [ 1085.695679] test_bpf: #95 ALU_ADD_K: 0 + 0x80008000 = 0x80008000 
kern  :info  : [ 1085.720925] test_bpf: #96 ALU64_ADD_K: 1 + 2 = 3 
kern  :info  : [ 1085.747113] test_bpf: #97 ALU64_ADD_K: 3 + 0 = 3 
kern  :info  : [ 1085.765511] test_bpf: #98 ALU64_ADD_K: 1 + 2147483646 = 2147483647 
kern  :info  : [ 1085.793107] test_bpf: #99 ALU64_ADD_K: 4294967294 + 2 = 4294967296 
kern  :info  : [ 1085.812515] test_bpf: #100 ALU64_ADD_K: 2147483646 + -2147483647 = -1 
kern  :info  : [ 1085.840520] test_bpf: #101 ALU64_ADD_K: 1 + 0 = 1 jited:1 42 PASS
kern  :info  : [ 1085.847830] test_bpf: #102 ALU64_ADD_K: 0 + (-1) = 0xffffffffffffffff jited:1 34 PASS
kern  :info  : [ 1085.856845] test_bpf: #103 ALU64_ADD_K: 0 + 0xffff = 0xffff 
kern  :info  : [ 1085.916596] test_bpf: #104 ALU64_ADD_K: 0 + 0x7fffffff = 0x7fffffff 
kern  :info  : [ 1085.934627] test_bpf: #105 ALU64_ADD_K: 0 + 0x80000000 = 0xffffffff80000000 jited:1 22 PASS
kern  :info  : [ 1085.944165] test_bpf: #106 ALU_ADD_K: 0 + 0x80008000 = 0xffffffff80008000 jited:1 28 PASS
kern  :info  : [ 1085.953322] test_bpf: #107 ALU_SUB_X: 3 - 1 = 2 jited:1 26 PASS
kern  :info  : [ 1085.960804] test_bpf: #108 ALU_SUB_X: 4294967295 - 4294967294 = 1 jited:1 20 PASS
kern  :info  : [ 1085.969433] test_bpf: #109 ALU64_SUB_X: 3 - 1 = 2 jited:1 15 PASS
kern  :info  : [ 1085.976636] test_bpf: #110 ALU64_SUB_X: 4294967295 - 4294967294 = 1 jited:1 19 PASS
kern  :info  : [ 1085.985413] test_bpf: #111 ALU_SUB_K: 3 - 1 = 2 jited:1 14 PASS
kern  :info  : [ 1085.992408] test_bpf: #112 ALU_SUB_K: 3 - 0 = 3 jited:1 20 PASS
kern  :info  : [ 1085.999641] test_bpf: #113 ALU_SUB_K: 4294967295 - 4294967294 = 1 jited:1 14 PASS
kern  :info  : [ 1086.008188] test_bpf: #114 ALU64_SUB_K: 3 - 1 = 2 jited:1 92 PASS
kern  :info  : [ 1086.015479] test_bpf: #115 ALU64_SUB_K: 3 - 0 = 3 jited:1 27 PASS
kern  :info  : [ 1086.022759] test_bpf: #116 ALU64_SUB_K: 4294967294 - 4294967295 = -1 jited:1 14 PASS
kern  :info  : [ 1086.031522] test_bpf: #117 ALU64_ADD_K: 2147483646 - 2147483647 = -1 jited:1 40 PASS
kern  :info  : [ 1086.040428] test_bpf: #118 ALU_MUL_X: 2 * 3 = 6 jited:1 14 PASS
kern  :info  : [ 1086.047382] test_bpf: #119 ALU_MUL_X: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 14 PASS
kern  :info  : [ 1086.055822] test_bpf: #120 ALU_MUL_X: -1 * -1 = 1 jited:1 28 PASS
kern  :info  : [ 1086.062905] test_bpf: #121 ALU64_MUL_X: 2 * 3 = 6 jited:1 14 PASS
kern  :info  : [ 1086.069950] test_bpf: #122 ALU64_MUL_X: 1 * 2147483647 = 2147483647 jited:1 26 PASS
kern  :info  : [ 1086.078692] test_bpf: #123 ALU64_MUL_X: 64x64 multiply, low word jited:1 14 PASS
kern  :info  : [ 1086.087066] test_bpf: #124 ALU64_MUL_X: 64x64 multiply, high word jited:1 14 PASS
kern  :info  : [ 1086.095582] test_bpf: #125 ALU_MUL_K: 2 * 3 = 6 jited:1 13 PASS
kern  :info  : [ 1086.102476] test_bpf: #126 ALU_MUL_K: 3 * 1 = 3 jited:1 13 PASS
kern  :info  : [ 1086.109472] test_bpf: #127 ALU_MUL_K: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 28 PASS
kern  :info  : [ 1086.117998] test_bpf: #128 ALU_MUL_K: 1 * (-1) = 0x00000000ffffffff jited:1 15 PASS
kern  :info  : [ 1086.126752] test_bpf: #129 ALU64_MUL_K: 2 * 3 = 6 jited:1 27 PASS
kern  :info  : [ 1086.133908] test_bpf: #130 ALU64_MUL_K: 3 * 1 = 3 jited:1 14 PASS
kern  :info  : [ 1086.141073] test_bpf: #131 ALU64_MUL_K: 1 * 2147483647 = 2147483647 jited:1 14 PASS
kern  :info  : [ 1086.149745] test_bpf: #132 ALU64_MUL_K: 1 * -2147483647 = -2147483647 jited:1 13 PASS
kern  :info  : [ 1086.158575] test_bpf: #133 ALU64_MUL_K: 1 * (-1) = 0xffffffffffffffff jited:1 15 PASS
kern  :info  : [ 1086.167514] test_bpf: #134 ALU64_MUL_K: 64x32 multiply, low word jited:1 14 PASS
kern  :info  : [ 1086.175951] test_bpf: #135 ALU64_MUL_K: 64x32 multiply, high word jited:1 26 PASS
kern  :info  : [ 1086.184549] test_bpf: #136 ALU_DIV_X: 6 / 2 = 3 jited:1 15 PASS
kern  :info  : [ 1086.191546] test_bpf: #137 ALU_DIV_X: 4294967295 / 4294967295 = 1 jited:1 15 PASS
kern  :info  : [ 1086.200086] test_bpf: #138 ALU64_DIV_X: 6 / 2 = 3 jited:1 20 PASS
kern  :info  : [ 1086.207224] test_bpf: #139 ALU64_DIV_X: 2147483647 / 2147483647 = 1 jited:1 20 PASS
kern  :info  : [ 1086.215913] test_bpf: #140 ALU64_DIV_X: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 34 PASS
kern  :info  : [ 1086.226237] test_bpf: #141 ALU_DIV_K: 6 / 2 = 3 jited:1 17 PASS
kern  :info  : [ 1086.233122] test_bpf: #142 ALU_DIV_K: 3 / 1 = 3 jited:1 15 PASS
kern  :info  : [ 1086.240036] test_bpf: #143 ALU_DIV_K: 4294967295 / 4294967295 = 1 jited:1 17 PASS
kern  :info  : [ 1086.248456] test_bpf: #144 ALU_DIV_K: 0xffffffffffffffff / (-1) = 0x1 jited:1 30 PASS
kern  :info  : [ 1086.257340] test_bpf: #145 ALU64_DIV_K: 6 / 2 = 3 jited:1 20 PASS
kern  :info  : [ 1086.264375] test_bpf: #146 ALU64_DIV_K: 3 / 1 = 3 jited:1 48 PASS
kern  :info  : [ 1086.271463] test_bpf: #147 ALU64_DIV_K: 2147483647 / 2147483647 = 1 jited:1 35 PASS
kern  :info  : [ 1086.280104] test_bpf: #148 ALU64_DIV_K: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 22 PASS
kern  :info  : [ 1086.290445] test_bpf: #149 ALU_MOD_X: 3 % 2 = 1 jited:1 15 PASS
kern  :info  : [ 1086.297380] test_bpf: #150 ALU_MOD_X: 4294967295 % 4294967293 = 2 jited:1 15 PASS
kern  :info  : [ 1086.305995] test_bpf: #151 ALU64_MOD_X: 3 % 2 = 1 jited:1 22 PASS
kern  :info  : [ 1086.313005] test_bpf: #152 ALU64_MOD_X: 2147483647 % 2147483645 = 2 jited:1 20 PASS
kern  :info  : [ 1086.321739] test_bpf: #153 ALU_MOD_K: 3 % 2 = 1 jited:1 28 PASS
kern  :info  : [ 1086.328690] test_bpf: #154 ALU_MOD_K: 3 % 1 = 0 jited:1 17 PASS
kern  :info  : [ 1086.335692] test_bpf: #155 ALU_MOD_K: 4294967295 % 4294967293 = 2 jited:1 18 PASS
kern  :info  : [ 1086.344150] test_bpf: #156 ALU64_MOD_K: 3 % 2 = 1 jited:1 20 PASS
kern  :info  : [ 1086.351251] test_bpf: #157 ALU64_MOD_K: 3 % 1 = 0 jited:1 22 PASS
kern  :info  : [ 1086.358342] test_bpf: #158 ALU64_MOD_K: 2147483647 % 2147483645 = 2 jited:1 47 PASS
kern  :info  : [ 1086.367054] test_bpf: #159 ALU_AND_X: 3 & 2 = 2 jited:1 14 PASS
kern  :info  : [ 1086.373951] test_bpf: #160 ALU_AND_X: 0xffffffff & 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1086.383208] test_bpf: #161 ALU64_AND_X: 3 & 2 = 2 jited:1 27 PASS
kern  :info  : [ 1086.390263] test_bpf: #162 ALU64_AND_X: 0xffffffff & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1086.399711] test_bpf: #163 ALU_AND_K: 3 & 2 = 2 jited:1 13 PASS
kern  :info  : [ 1086.406734] test_bpf: #164 ALU_AND_K: 0xffffffff & 0xffffffff = 0xffffffff jited:1 27 PASS
kern  :info  : [ 1086.415972] test_bpf: #165 ALU_AND_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1086.423602] test_bpf: #166 ALU_AND_K: Large immediate jited:1 27 PASS
kern  :info  : [ 1086.431010] test_bpf: #167 ALU_AND_K: Zero extension jited:1 15 PASS
kern  :info  : [ 1086.438450] test_bpf: #168 ALU64_AND_K: 3 & 2 = 2 jited:1 27 PASS
kern  :info  : [ 1086.445537] test_bpf: #169 ALU64_AND_K: 0xffffffff & 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1086.455099] test_bpf: #170 ALU64_AND_K: 0x0000ffffffff0000 & 0x0 = 0x0000000000000000 jited:1 29 PASS
kern  :info  : [ 1086.465290] test_bpf: #171 ALU64_AND_K: 0x0000ffffffff0000 & -1 = 0x0000ffffffff0000 jited:1 29 PASS
kern  :info  : [ 1086.475388] test_bpf: #172 ALU64_AND_K: 0xffffffffffffffff & -1 = 0xffffffffffffffff jited:1 47 PASS
kern  :info  : [ 1086.485499] test_bpf: #173 ALU64_AND_K: Sign extension 1 jited:1 27 PASS
kern  :info  : [ 1086.493256] test_bpf: #174 ALU64_AND_K: Sign extension 2 jited:1 15 PASS
kern  :info  : [ 1086.500931] test_bpf: #175 ALU_OR_X: 1 | 2 = 3 jited:1 13 PASS
kern  :info  : [ 1086.507818] test_bpf: #176 ALU_OR_X: 0x0 | 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1086.516371] test_bpf: #177 ALU64_OR_X: 1 | 2 = 3 jited:1 28 PASS
kern  :info  : [ 1086.523371] test_bpf: #178 ALU64_OR_X: 0 | 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1086.531914] test_bpf: #179 ALU_OR_K: 1 | 2 = 3 jited:1 14 PASS
kern  :info  : [ 1086.538792] test_bpf: #180 ALU_OR_K: 0 & 0xffffffff = 0xffffffff jited:1 13 PASS
kern  :info  : [ 1086.547055] test_bpf: #181 ALU_OR_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1086.554508] test_bpf: #182 ALU_OR_K: Large immediate jited:1 21 PASS
kern  :info  : [ 1086.561870] test_bpf: #183 ALU_OR_K: Zero extension jited:1 17 PASS
kern  :info  : [ 1086.569266] test_bpf: #184 ALU64_OR_K: 1 | 2 = 3 jited:1 21 PASS
kern  :info  : [ 1086.576453] test_bpf: #185 ALU64_OR_K: 0 & 0xffffffff = 0xffffffff jited:1 14 PASS
kern  :info  : [ 1086.585016] test_bpf: #186 ALU64_OR_K: 0x0000ffffffff0000 | 0x0 = 0x0000ffffffff0000 jited:1 15 PASS
kern  :info  : [ 1086.595217] test_bpf: #187 ALU64_OR_K: 0x0000ffffffff0000 | -1 = 0xffffffffffffffff jited:1 15 PASS
kern  :info  : [ 1086.605201] test_bpf: #188 ALU64_OR_K: 0x000000000000000 | -1 = 0xffffffffffffffff jited:1 15 PASS
kern  :info  : [ 1086.665163] test_bpf: #189 ALU64_OR_K: Sign extension 1 jited:1 15 PASS
kern  :info  : [ 1086.672796] test_bpf: #190 ALU64_OR_K: Sign extension 2 jited:1 29 PASS
kern  :info  : [ 1086.680381] test_bpf: #191 ALU_XOR_X: 5 ^ 6 = 3 jited:1 15 PASS
kern  :info  : [ 1086.687380] test_bpf: #192 ALU_XOR_X: 0x1 ^ 0xffffffff = 0xfffffffe jited:1 14 PASS
kern  :info  : [ 1086.696002] test_bpf: #193 ALU64_XOR_X: 5 ^ 6 = 3 jited:1 14 PASS
kern  :info  : [ 1086.703179] test_bpf: #194 ALU64_XOR_X: 1 ^ 0xffffffff = 0xfffffffe jited:1 14 PASS
kern  :info  : [ 1086.711835] test_bpf: #195 ALU_XOR_K: 5 ^ 6 = 3 jited:1 13 PASS
kern  :info  : [ 1086.718891] test_bpf: #196 ALU_XOR_K: 1 ^ 0xffffffff = 0xfffffffe jited:1 42 PASS
kern  :info  : [ 1086.727348] test_bpf: #197 ALU_XOR_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1086.734871] test_bpf: #198 ALU_XOR_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1086.742299] test_bpf: #199 ALU_XOR_K: Zero extension jited:1 87 PASS
kern  :info  : [ 1086.749776] test_bpf: #200 ALU64_XOR_K: 5 ^ 6 = 3 jited:1 14 PASS
kern  :info  : [ 1086.756910] test_bpf: #201 ALU64_XOR_K: 1 ^ 0xffffffff = 0xfffffffe jited:1 14 PASS
kern  :info  : [ 1086.765607] test_bpf: #202 ALU64_XOR_K: 0x0000ffffffff0000 ^ 0x0 = 0x0000ffffffff0000 jited:1 17 PASS
kern  :info  : [ 1086.775835] test_bpf: #203 ALU64_XOR_K: 0x0000ffffffff0000 ^ -1 = 0xffff00000000ffff jited:1 14 PASS
kern  :info  : [ 1086.785954] test_bpf: #204 ALU64_XOR_K: 0x000000000000000 ^ -1 = 0xffffffffffffffff jited:1 15 PASS
kern  :info  : [ 1086.796114] test_bpf: #205 ALU64_XOR_K: Sign extension 1 jited:1 15 PASS
kern  :info  : [ 1086.803856] test_bpf: #206 ALU64_XOR_K: Sign extension 2 jited:1 28 PASS
kern  :info  : [ 1086.811693] test_bpf: #207 ALU_LSH_X: 1 << 1 = 2 jited:1 14 PASS
kern  :info  : [ 1086.818736] test_bpf: #208 ALU_LSH_X: 1 << 31 = 0x80000000 jited:1 14 PASS
kern  :info  : [ 1086.826762] test_bpf: #209 ALU_LSH_X: 0x12345678 << 12 = 0x45678000 jited:1 14 PASS
kern  :info  : [ 1086.835404] test_bpf: #210 ALU64_LSH_X: 1 << 1 = 2 jited:1 28 PASS
kern  :info  : [ 1086.842721] test_bpf: #211 ALU64_LSH_X: 1 << 31 = 0x80000000 jited:1 14 PASS
kern  :info  : [ 1086.850811] test_bpf: #212 ALU64_LSH_X: Shift < 32, low word jited:1 15 PASS
kern  :info  : [ 1086.858961] test_bpf: #213 ALU64_LSH_X: Shift < 32, high word jited:1 14 PASS
kern  :info  : [ 1086.867087] test_bpf: #214 ALU64_LSH_X: Shift > 32, low word jited:1 14 PASS
kern  :info  : [ 1086.875162] test_bpf: #215 ALU64_LSH_X: Shift > 32, high word jited:1 14 PASS
kern  :info  : [ 1086.883413] test_bpf: #216 ALU64_LSH_X: Shift == 32, low word jited:1 14 PASS
kern  :info  : [ 1086.891690] test_bpf: #217 ALU64_LSH_X: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1086.899954] test_bpf: #218 ALU64_LSH_X: Zero shift, low word jited:1 13 PASS
kern  :info  : [ 1086.908094] test_bpf: #219 ALU64_LSH_X: Zero shift, high word jited:1 14 PASS
kern  :info  : [ 1086.916147] test_bpf: #220 ALU_LSH_K: 1 << 1 = 2 jited:1 33 PASS
kern  :info  : [ 1086.923277] test_bpf: #221 ALU_LSH_K: 1 << 31 = 0x80000000 jited:1 13 PASS
kern  :info  : [ 1086.931191] test_bpf: #222 ALU_LSH_K: 0x12345678 << 12 = 0x45678000 jited:1 13 PASS
kern  :info  : [ 1086.939949] test_bpf: #223 ALU_LSH_K: 0x12345678 << 0 = 0x12345678 jited:1 27 PASS
kern  :info  : [ 1086.948662] test_bpf: #224 ALU64_LSH_K: 1 << 1 = 2 jited:1 13 PASS
kern  :info  : [ 1086.955841] test_bpf: #225 ALU64_LSH_K: 1 << 31 = 0x80000000 jited:1 13 PASS
kern  :info  : [ 1086.963977] test_bpf: #226 ALU64_LSH_K: Shift < 32, low word jited:1 14 PASS
kern  :info  : [ 1086.971976] test_bpf: #227 ALU64_LSH_K: Shift < 32, high word jited:1 13 PASS
kern  :info  : [ 1086.980176] test_bpf: #228 ALU64_LSH_K: Shift > 32, low word jited:1 13 PASS
kern  :info  : [ 1086.988222] test_bpf: #229 ALU64_LSH_K: Shift > 32, high word jited:1 14 PASS
kern  :info  : [ 1086.996356] test_bpf: #230 ALU64_LSH_K: Shift == 32, low word jited:1 14 PASS
kern  :info  : [ 1087.004401] test_bpf: #231 ALU64_LSH_K: Shift == 32, high word jited:1 27 PASS
kern  :info  : [ 1087.012666] test_bpf: #232 ALU64_LSH_K: Zero shift jited:1 14 PASS
kern  :info  : [ 1087.019817] test_bpf: #233 ALU_RSH_X: 2 >> 1 = 1 jited:1 14 PASS
kern  :info  : [ 1087.026814] test_bpf: #234 ALU_RSH_X: 0x80000000 >> 31 = 1 jited:1 14 PASS
kern  :info  : [ 1087.034685] test_bpf: #235 ALU_RSH_X: 0x12345678 >> 20 = 0x123 jited:1 14 PASS
kern  :info  : [ 1087.043032] test_bpf: #236 ALU64_RSH_X: 2 >> 1 = 1 jited:1 14 PASS
kern  :info  : [ 1087.050190] test_bpf: #237 ALU64_RSH_X: 0x80000000 >> 31 = 1 jited:1 14 PASS
kern  :info  : [ 1087.058331] test_bpf: #238 ALU64_RSH_X: Shift < 32, low word jited:1 15 PASS
kern  :info  : [ 1087.066343] test_bpf: #239 ALU64_RSH_X: Shift < 32, high word jited:1 17 PASS
kern  :info  : [ 1087.074513] test_bpf: #240 ALU64_RSH_X: Shift > 32, low word jited:1 14 PASS
kern  :info  : [ 1087.082625] test_bpf: #241 ALU64_RSH_X: Shift > 32, high word jited:1 14 PASS
kern  :info  : [ 1087.090873] test_bpf: #242 ALU64_RSH_X: Shift == 32, low word jited:1 14 PASS
kern  :info  : [ 1087.099013] test_bpf: #243 ALU64_RSH_X: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1087.107273] test_bpf: #244 ALU64_RSH_X: Zero shift, low word jited:1 15 PASS
kern  :info  : [ 1087.115322] test_bpf: #245 ALU64_RSH_X: Zero shift, high word jited:1 14 PASS
kern  :info  : [ 1087.123409] test_bpf: #246 ALU_RSH_K: 2 >> 1 = 1 jited:1 20 PASS
kern  :info  : [ 1087.130447] test_bpf: #247 ALU_RSH_K: 0x80000000 >> 31 = 1 jited:1 14 PASS
kern  :info  : [ 1087.138357] test_bpf: #248 ALU_RSH_K: 0x12345678 >> 20 = 0x123 jited:1 14 PASS
kern  :info  : [ 1087.146503] test_bpf: #249 ALU_RSH_K: 0x12345678 >> 0 = 0x12345678 jited:1 14 PASS
kern  :info  : [ 1087.155257] test_bpf: #250 ALU64_RSH_K: 2 >> 1 = 1 jited:1 27 PASS
kern  :info  : [ 1087.162463] test_bpf: #251 ALU64_RSH_K: 0x80000000 >> 31 = 1 jited:1 14 PASS
kern  :info  : [ 1087.170506] test_bpf: #252 ALU64_RSH_K: Shift < 32, low word jited:1 13 PASS
kern  :info  : [ 1087.178727] test_bpf: #253 ALU64_RSH_K: Shift < 32, high word jited:1 14 PASS
kern  :info  : [ 1087.186823] test_bpf: #254 ALU64_RSH_K: Shift > 32, low word jited:1 27 PASS
kern  :info  : [ 1087.194955] test_bpf: #255 ALU64_RSH_K: Shift > 32, high word jited:1 14 PASS
kern  :info  : [ 1087.203114] test_bpf: #256 ALU64_RSH_K: Shift == 32, low word jited:1 13 PASS
kern  :info  : [ 1087.211334] test_bpf: #257 ALU64_RSH_K: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1087.219505] test_bpf: #258 ALU64_RSH_K: Zero shift jited:1 27 PASS
kern  :info  : [ 1087.226806] test_bpf: #259 ALU32_ARSH_X: -1234 >> 7 = -10 jited:1 21 PASS
kern  :info  : [ 1087.234828] test_bpf: #260 ALU64_ARSH_X: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff jited:1 14 PASS
kern  :info  : [ 1087.245142] test_bpf: #261 ALU64_ARSH_X: Shift < 32, low word jited:1 21 PASS
kern  :info  : [ 1087.253628] test_bpf: #262 ALU64_ARSH_X: Shift < 32, high word jited:1 47 PASS
kern  :info  : [ 1087.261926] test_bpf: #263 ALU64_ARSH_X: Shift > 32, low word jited:1 14 PASS
kern  :info  : [ 1087.270110] test_bpf: #264 ALU64_ARSH_X: Shift > 32, high word jited:1 34 PASS
kern  :info  : [ 1087.278712] test_bpf: #265 ALU64_ARSH_X: Shift == 32, low word jited:1 33 PASS
kern  :info  : [ 1087.287101] test_bpf: #266 ALU64_ARSH_X: Shift == 32, high word jited:1 33 PASS
kern  :info  : [ 1087.295464] test_bpf: #267 ALU64_ARSH_X: Zero shift, low word jited:1 15 PASS
kern  :info  : [ 1087.303949] test_bpf: #268 ALU64_ARSH_X: Zero shift, high word jited:1 21 PASS
kern  :info  : [ 1087.312326] test_bpf: #269 ALU32_ARSH_K: -1234 >> 7 = -10 jited:1 13 PASS
kern  :info  : [ 1087.320083] test_bpf: #270 ALU32_ARSH_K: -1234 >> 0 = -1234 jited:1 27 PASS
kern  :info  : [ 1087.328032] test_bpf: #271 ALU64_ARSH_K: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff jited:1 14 PASS
kern  :info  : [ 1087.338357] test_bpf: #272 ALU64_ARSH_K: Shift < 32, low word jited:1 14 PASS
kern  :info  : [ 1087.346433] test_bpf: #273 ALU64_ARSH_K: Shift < 32, high word jited:1 14 PASS
kern  :info  : [ 1087.354626] test_bpf: #274 ALU64_ARSH_K: Shift > 32, low word jited:1 14 PASS
kern  :info  : [ 1087.362883] test_bpf: #275 ALU64_ARSH_K: Shift > 32, high word jited:1 14 PASS
kern  :info  : [ 1087.371058] test_bpf: #276 ALU64_ARSH_K: Shift == 32, low word jited:1 13 PASS
kern  :info  : [ 1087.379258] test_bpf: #277 ALU64_ARSH_K: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1087.387532] test_bpf: #278 ALU64_ARSH_K: Zero shift jited:1 13 PASS
kern  :info  : [ 1087.394943] test_bpf: #279 ALU_NEG: -(3) = -3 jited:1 21 PASS
kern  :info  : [ 1087.401705] test_bpf: #280 ALU_NEG: -(-3) = 3 jited:1 13 PASS
kern  :info  : [ 1087.408612] test_bpf: #281 ALU64_NEG: -(3) = -3 jited:1 14 PASS
kern  :info  : [ 1087.415527] test_bpf: #282 ALU64_NEG: -(-3) = 3 jited:1 13 PASS
kern  :info  : [ 1087.422553] test_bpf: #283 ALU_END_FROM_BE 16: 0x0123456789abcdef -> 0xcdef jited:1 14 PASS
kern  :info  : [ 1087.431875] test_bpf: #284 ALU_END_FROM_BE 32: 0x0123456789abcdef -> 0x89abcdef jited:1 14 PASS
kern  :info  : [ 1087.441581] test_bpf: #285 ALU_END_FROM_BE 64: 0x0123456789abcdef -> 0x89abcdef jited:1 14 PASS
kern  :info  : [ 1087.451219] test_bpf: #286 ALU_END_FROM_BE 64: 0x0123456789abcdef >> 32 -> 0x01234567 jited:1 14 PASS
kern  :info  : [ 1087.461402] test_bpf: #287 ALU_END_FROM_BE 16: 0xfedcba9876543210 -> 0x3210 jited:1 14 PASS
kern  :info  : [ 1087.470752] test_bpf: #288 ALU_END_FROM_BE 32: 0xfedcba9876543210 -> 0x76543210 jited:1 13 PASS
kern  :info  : [ 1087.480443] test_bpf: #289 ALU_END_FROM_BE 64: 0xfedcba9876543210 -> 0x76543210 jited:1 27 PASS
kern  :info  : [ 1087.490207] test_bpf: #290 ALU_END_FROM_BE 64: 0xfedcba9876543210 >> 32 -> 0xfedcba98 jited:1 14 PASS
kern  :info  : [ 1087.500493] test_bpf: #291 ALU_END_FROM_LE 16: 0x0123456789abcdef -> 0xefcd jited:1 14 PASS
kern  :info  : [ 1087.509878] test_bpf: #292 ALU_END_FROM_LE 32: 0x0123456789abcdef -> 0xefcdab89 jited:1 14 PASS
kern  :info  : [ 1087.519538] test_bpf: #293 ALU_END_FROM_LE 64: 0x0123456789abcdef -> 0x67452301 jited:1 13 PASS
kern  :info  : [ 1087.529373] test_bpf: #294 ALU_END_FROM_LE 64: 0x0123456789abcdef >> 32 -> 0xefcdab89 jited:1 13 PASS
kern  :info  : [ 1087.539514] test_bpf: #295 ALU_END_FROM_LE 16: 0xfedcba9876543210 -> 0x1032 jited:1 21 PASS
kern  :info  : [ 1087.548902] test_bpf: #296 ALU_END_FROM_LE 32: 0xfedcba9876543210 -> 0x10325476 jited:1 21 PASS
kern  :info  : [ 1087.558575] test_bpf: #297 ALU_END_FROM_LE 64: 0xfedcba9876543210 -> 0x10325476 jited:1 25 PASS
kern  :info  : [ 1087.568392] test_bpf: #298 ALU_END_FROM_LE 64: 0xfedcba9876543210 >> 32 -> 0x98badcfe jited:1 14 PASS
kern  :info  : [ 1087.578511] test_bpf: #299 BPF_LDX_MEM | BPF_B jited:1 15 PASS
kern  :info  : [ 1087.585386] test_bpf: #300 BPF_LDX_MEM | BPF_B, MSB set jited:1 36 PASS
kern  :info  : [ 1087.592931] test_bpf: #301 BPF_LDX_MEM | BPF_H jited:1 15 PASS
kern  :info  : [ 1087.599880] test_bpf: #302 BPF_LDX_MEM | BPF_H, MSB set jited:1 14 PASS
kern  :info  : [ 1087.607490] test_bpf: #303 BPF_LDX_MEM | BPF_W jited:1 14 PASS
kern  :info  : [ 1087.614508] test_bpf: #304 BPF_LDX_MEM | BPF_W, MSB set jited:1 14 PASS
kern  :info  : [ 1087.622183] test_bpf: #305 BPF_STX_MEM | BPF_B jited:1 15 PASS
kern  :info  : [ 1087.629091] test_bpf: #306 BPF_STX_MEM | BPF_B, MSB set jited:1 14 PASS
kern  :info  : [ 1087.636760] test_bpf: #307 BPF_STX_MEM | BPF_H jited:1 15 PASS
kern  :info  : [ 1087.643707] test_bpf: #308 BPF_STX_MEM | BPF_H, MSB set jited:1 28 PASS
kern  :info  : [ 1087.651309] test_bpf: #309 BPF_STX_MEM | BPF_W jited:1 15 PASS
kern  :info  : [ 1087.658196] test_bpf: #310 BPF_STX_MEM | BPF_W, MSB set jited:1 14 PASS
kern  :info  : [ 1087.665835] test_bpf: #311 ST_MEM_B: Store/Load byte: max negative jited:1 14 PASS
kern  :info  : [ 1087.674442] test_bpf: #312 ST_MEM_B: Store/Load byte: max positive jited:1 14 PASS
kern  :info  : [ 1087.683159] test_bpf: #313 STX_MEM_B: Store/Load byte: max negative jited:1 27 PASS
kern  :info  : [ 1087.691833] test_bpf: #314 ST_MEM_H: Store/Load half word: max negative jited:1 16 PASS
kern  :info  : [ 1087.700854] test_bpf: #315 ST_MEM_H: Store/Load half word: max positive jited:1 27 PASS
kern  :info  : [ 1087.709884] test_bpf: #316 STX_MEM_H: Store/Load half word: max negative jited:1 13 PASS
kern  :info  : [ 1087.719044] test_bpf: #317 ST_MEM_W: Store/Load word: max negative jited:1 14 PASS
kern  :info  : [ 1087.727722] test_bpf: #318 ST_MEM_W: Store/Load word: max positive jited:1 28 PASS
kern  :info  : [ 1087.736270] test_bpf: #319 STX_MEM_W: Store/Load word: max negative jited:1 41 PASS
kern  :info  : [ 1087.745054] test_bpf: #320 ST_MEM_DW: Store/Load double word: max negative jited:1 14 PASS
kern  :info  : [ 1087.754327] test_bpf: #321 ST_MEM_DW: Store/Load double word: max negative 2 jited:1 62 PASS
kern  :info  : [ 1087.763839] test_bpf: #322 ST_MEM_DW: Store/Load double word: max positive jited:1 27 PASS
kern  :info  : [ 1087.773119] test_bpf: #323 STX_MEM_DW: Store/Load double word: max negative jited:1 13 PASS
kern  :info  : [ 1087.782589] test_bpf: #324 STX_MEM_DW: Store double word: first word in memory jited:1 14 PASS
kern  :info  : [ 1087.792207] test_bpf: #325 STX_MEM_DW: Store double word: second word in memory jited:1 14 PASS
kern  :info  : [ 1087.801951] test_bpf: #326 STX_XADD_W: X + 1 + 1 + 1 + ... jited:1 20212 PASS
kern  :info  : [ 1087.830842] test_bpf: #327 STX_XADD_DW: X + 1 + 1 + 1 + ... jited:1 20308 PASS
kern  :info  : [ 1087.860021] test_bpf: #328 BPF_ATOMIC | BPF_W, BPF_ADD: Test: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1087.869793] test_bpf: #329 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1087.881220] test_bpf: #330 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1087.892403] test_bpf: #331 BPF_ATOMIC | BPF_W, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1087.902715] test_bpf: #332 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1087.913479] test_bpf: #333 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1087.925848] test_bpf: #334 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 34 PASS
kern  :info  : [ 1087.938105] test_bpf: #335 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1087.949533] test_bpf: #336 BPF_ATOMIC | BPF_DW, BPF_ADD: Test: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1087.959330] test_bpf: #337 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1087.970717] test_bpf: #338 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1087.982105] test_bpf: #339 BPF_ATOMIC | BPF_DW, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1087.992461] test_bpf: #340 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1088.003358] test_bpf: #341 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 22 PASS
kern  :info  : [ 1088.015776] test_bpf: #342 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1088.028201] test_bpf: #343 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd jited:1 21 PASS
kern  :info  : [ 1088.039595] test_bpf: #344 BPF_ATOMIC | BPF_W, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1088.049439] test_bpf: #345 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1088.060768] test_bpf: #346 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 21 PASS
kern  :info  : [ 1088.072097] test_bpf: #347 BPF_ATOMIC | BPF_W, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1088.082359] test_bpf: #348 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1088.093112] test_bpf: #349 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1088.105479] test_bpf: #350 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 50 PASS
kern  :info  : [ 1088.117753] test_bpf: #351 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1088.129185] test_bpf: #352 BPF_ATOMIC | BPF_DW, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1088.139001] test_bpf: #353 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 33 PASS
kern  :info  : [ 1088.150470] test_bpf: #354 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 22 PASS
kern  :info  : [ 1088.161776] test_bpf: #355 BPF_ATOMIC | BPF_DW, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 jited:1 20 PASS
kern  :info  : [ 1088.172252] test_bpf: #356 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1088.183105] test_bpf: #357 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 36 PASS
kern  :info  : [ 1088.195674] test_bpf: #358 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1088.208028] test_bpf: #359 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 49 PASS
kern  :info  : [ 1088.219615] test_bpf: #360 BPF_ATOMIC | BPF_W, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1088.229303] test_bpf: #361 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 35 PASS
kern  :info  : [ 1088.240594] test_bpf: #362 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 47 PASS
kern  :info  : [ 1088.251802] test_bpf: #363 BPF_ATOMIC | BPF_W, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1088.261997] test_bpf: #364 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb jited:1 22 PASS
kern  :info  : [ 1088.272776] test_bpf: #365 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1088.285012] test_bpf: #366 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 22 PASS
kern  :info  : [ 1088.297276] test_bpf: #367 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 38 PASS
kern  :info  : [ 1088.308481] test_bpf: #368 BPF_ATOMIC | BPF_DW, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 40 PASS
kern  :info  : [ 1088.318289] test_bpf: #369 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 44 PASS
kern  :info  : [ 1088.329728] test_bpf: #370 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 21 PASS
kern  :info  : [ 1088.341057] test_bpf: #371 BPF_ATOMIC | BPF_DW, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 35 PASS
kern  :info  : [ 1088.351391] test_bpf: #372 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1088.362295] test_bpf: #373 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 38 PASS
kern  :info  : [ 1088.374666] test_bpf: #374 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 22 PASS
kern  :info  : [ 1088.387022] test_bpf: #375 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1088.398323] test_bpf: #376 BPF_ATOMIC | BPF_W, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 jited:1 22 PASS
kern  :info  : [ 1088.408059] test_bpf: #377 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 47 PASS
kern  :info  : [ 1088.419388] test_bpf: #378 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 38 PASS
kern  :info  : [ 1088.430548] test_bpf: #379 BPF_ATOMIC | BPF_W, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 47 PASS
kern  :info  : [ 1088.440956] test_bpf: #380 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 23 PASS
kern  :info  : [ 1088.451837] test_bpf: #381 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 23 PASS
kern  :info  : [ 1088.464453] test_bpf: #382 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 36 PASS
kern  :info  : [ 1088.476795] test_bpf: #383 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 22 PASS
kern  :info  : [ 1088.488213] test_bpf: #384 BPF_ATOMIC | BPF_DW, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1088.498102] test_bpf: #385 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1088.509550] test_bpf: #386 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1088.520866] test_bpf: #387 BPF_ATOMIC | BPF_DW, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 21 PASS
kern  :info  : [ 1088.531352] test_bpf: #388 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 24 PASS
kern  :info  : [ 1088.542308] test_bpf: #389 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 39 PASS
kern  :info  : [ 1088.554861] test_bpf: #390 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 37 PASS
kern  :info  : [ 1088.567227] test_bpf: #391 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 23 PASS
kern  :info  : [ 1088.578682] test_bpf: #392 BPF_ATOMIC | BPF_W, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab jited:1 34 PASS
kern  :info  : [ 1088.588844] test_bpf: #393 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab jited:1 35 PASS
kern  :info  : [ 1088.600548] test_bpf: #394 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 34 PASS
kern  :info  : [ 1088.612206] test_bpf: #395 BPF_ATOMIC | BPF_W, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1088.622857] test_bpf: #396 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab jited:1 35 PASS
kern  :info  : [ 1088.633033] test_bpf: #397 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab jited:1 22 PASS
kern  :info  : [ 1088.644856] test_bpf: #398 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 22 PASS
kern  :info  : [ 1088.656687] test_bpf: #399 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab jited:1 21 PASS
kern  :info  : [ 1088.667551] test_bpf: #400 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful return jited:1 34 PASS
kern  :info  : [ 1088.677535] test_bpf: #401 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful store jited:1 21 PASS
kern  :info  : [ 1088.687625] test_bpf: #402 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure return jited:1 21 PASS
kern  :info  : [ 1088.697400] test_bpf: #403 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure store jited:1 21 PASS
kern  :info  : [ 1088.707171] test_bpf: #404 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test side effects jited:1 27 PASS
kern  :info  : [ 1088.716802] test_bpf: #405 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful return jited:1 20 PASS
kern  :info  : [ 1088.726862] test_bpf: #406 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful store jited:1 34 PASS
kern  :info  : [ 1088.736886] test_bpf: #407 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure return jited:1 23 PASS
kern  :info  : [ 1088.746736] test_bpf: #408 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure store jited:1 21 PASS
kern  :info  : [ 1088.756504] test_bpf: #409 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test side effects jited:1 34 PASS
kern  :info  : [ 1088.766245] test_bpf: #410 JMP32_JEQ_K: Small immediate jited:1 47 PASS
kern  :info  : [ 1088.773972] test_bpf: #411 JMP32_JEQ_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1088.781738] test_bpf: #412 JMP32_JEQ_K: negative immediate jited:1 28 PASS
kern  :info  : [ 1088.789661] test_bpf: #413 JMP32_JEQ_X jited:1 14 PASS
kern  :info  : [ 1088.795998] test_bpf: #414 JMP32_JNE_K: Small immediate jited:1 41 PASS
kern  :info  : [ 1088.803731] test_bpf: #415 JMP32_JNE_K: Large immediate jited:1 28 PASS
kern  :info  : [ 1088.811460] test_bpf: #416 JMP32_JNE_K: negative immediate jited:1 14 PASS
kern  :info  : [ 1088.819500] test_bpf: #417 JMP32_JNE_X jited:1 15 PASS
kern  :info  : [ 1088.825747] test_bpf: #418 JMP32_JSET_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1088.833511] test_bpf: #419 JMP32_JSET_K: Large immediate jited:1 27 PASS
kern  :info  : [ 1088.841371] test_bpf: #420 JMP32_JSET_K: negative immediate jited:1 14 PASS
kern  :info  : [ 1088.849423] test_bpf: #421 JMP32_JSET_X jited:1 14 PASS
kern  :info  : [ 1088.855887] test_bpf: #422 JMP32_JGT_K: Small immediate jited:1 26 PASS
kern  :info  : [ 1088.863573] test_bpf: #423 JMP32_JGT_K: Large immediate jited:1 27 PASS
kern  :info  : [ 1088.871255] test_bpf: #424 JMP32_JGT_X jited:1 15 PASS
kern  :info  : [ 1088.877411] test_bpf: #425 JMP32_JGE_K: Small immediate jited:1 64 PASS
kern  :info  : [ 1088.885157] test_bpf: #426 JMP32_JGE_K: Large immediate jited:1 16 PASS
kern  :info  : [ 1088.892800] test_bpf: #427 JMP32_JGE_X jited:1 14 PASS
kern  :info  : [ 1088.899129] test_bpf: #428 JMP32_JLT_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1088.906771] test_bpf: #429 JMP32_JLT_K: Large immediate jited:1 27 PASS
kern  :info  : [ 1088.914466] test_bpf: #430 JMP32_JLT_X jited:1 15 PASS
kern  :info  : [ 1088.920709] test_bpf: #431 JMP32_JLE_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1088.928377] test_bpf: #432 JMP32_JLE_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1088.936086] test_bpf: #433 JMP32_JLE_X jited:1 13 PASS
kern  :info  : [ 1088.942336] test_bpf: #434 JMP32_JSGT_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1088.950104] test_bpf: #435 JMP32_JSGT_K: Large immediate jited:1 15 PASS
kern  :info  : [ 1088.957897] test_bpf: #436 JMP32_JSGT_X jited:1 27 PASS
kern  :info  : [ 1088.964231] test_bpf: #437 JMP32_JSGE_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1088.971965] test_bpf: #438 JMP32_JSGE_K: Large immediate jited:1 27 PASS
kern  :info  : [ 1088.979651] test_bpf: #439 JMP32_JSGE_X jited:1 27 PASS
kern  :info  : [ 1088.986000] test_bpf: #440 JMP32_JSLT_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1088.993724] test_bpf: #441 JMP32_JSLT_K: Large immediate jited:1 29 PASS
kern  :info  : [ 1089.001503] test_bpf: #442 JMP32_JSLT_X jited:1 42 PASS
kern  :info  : [ 1089.007909] test_bpf: #443 JMP32_JSLE_K: Small immediate jited:1 13 PASS
kern  :info  : [ 1089.015670] test_bpf: #444 JMP32_JSLE_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1089.023492] test_bpf: #445 JMP32_JSLE_X jited:1 15 PASS
kern  :info  : [ 1089.029816] test_bpf: #446 JMP_EXIT jited:1 26 PASS
kern  :info  : [ 1089.035733] test_bpf: #447 JMP_JA: Unconditional jump: if (true) return 1 jited:1 15 PASS
kern  :info  : [ 1089.045064] test_bpf: #448 JMP_JSLT_K: Signed jump: if (-2 < -1) return 1 jited:1 15 PASS
kern  :info  : [ 1089.054269] test_bpf: #449 JMP_JSLT_K: Signed jump: if (-1 < -1) return 0 jited:1 14 PASS
kern  :info  : [ 1089.063464] test_bpf: #450 JMP_JSGT_K: Signed jump: if (-1 > -2) return 1 jited:1 24 PASS
kern  :info  : [ 1089.072710] test_bpf: #451 JMP_JSGT_K: Signed jump: if (-1 > -1) return 0 jited:1 13 PASS
kern  :info  : [ 1089.081955] test_bpf: #452 JMP_JSLE_K: Signed jump: if (-2 <= -1) return 1 jited:1 15 PASS
kern  :info  : [ 1089.091221] test_bpf: #453 JMP_JSLE_K: Signed jump: if (-1 <= -1) return 1 jited:1 28 PASS
kern  :info  : [ 1089.100526] test_bpf: #454 JMP_JSLE_K: Signed jump: value walk 1 jited:1 16 PASS
kern  :info  : [ 1089.108980] test_bpf: #455 JMP_JSLE_K: Signed jump: value walk 2 jited:1 28 PASS
kern  :info  : [ 1089.117391] test_bpf: #456 JMP_JSGE_K: Signed jump: if (-1 >= -2) return 1 jited:1 68 PASS
kern  :info  : [ 1089.126660] test_bpf: #457 JMP_JSGE_K: Signed jump: if (-1 >= -1) return 1 jited:1 15 PASS
kern  :info  : [ 1089.135878] test_bpf: #458 JMP_JSGE_K: Signed jump: value walk 1 jited:1 35 PASS
kern  :info  : [ 1089.144257] test_bpf: #459 JMP_JSGE_K: Signed jump: value walk 2 jited:1 28 PASS
kern  :info  : [ 1089.152666] test_bpf: #460 JMP_JGT_K: if (3 > 2) return 1 jited:1 28 PASS
kern  :info  : [ 1089.160462] test_bpf: #461 JMP_JGT_K: Unsigned jump: if (-1 > 1) return 1 jited:1 15 PASS
kern  :info  : [ 1089.169672] test_bpf: #462 JMP_JLT_K: if (2 < 3) return 1 jited:1 15 PASS
kern  :info  : [ 1089.177577] test_bpf: #463 JMP_JGT_K: Unsigned jump: if (1 < -1) return 1 jited:1 15 PASS
kern  :info  : [ 1089.186771] test_bpf: #464 JMP_JGE_K: if (3 >= 2) return 1 jited:1 15 PASS
kern  :info  : [ 1089.194793] test_bpf: #465 JMP_JLE_K: if (2 <= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1089.202818] test_bpf: #466 JMP_JGT_K: if (3 > 2) return 1 (jump backwards) jited:1 15 PASS
kern  :info  : [ 1089.212195] test_bpf: #467 JMP_JGE_K: if (3 >= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1089.220200] test_bpf: #468 JMP_JGT_K: if (2 < 3) return 1 (jump backwards) jited:1 15 PASS
kern  :info  : [ 1089.229441] test_bpf: #469 JMP_JLE_K: if (3 <= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1089.237530] test_bpf: #470 JMP_JNE_K: if (3 != 2) return 1 jited:1 15 PASS
kern  :info  : [ 1089.245532] test_bpf: #471 JMP_JEQ_K: if (3 == 3) return 1 jited:1 15 PASS
kern  :info  : [ 1089.253457] test_bpf: #472 JMP_JSET_K: if (0x3 & 0x2) return 1 jited:1 14 PASS
kern  :info  : [ 1089.261786] test_bpf: #473 JMP_JSET_K: if (0x3 & 0xffffffff) return 1 jited:1 14 PASS
kern  :info  : [ 1089.270687] test_bpf: #474 JMP_JSGT_X: Signed jump: if (-1 > -2) return 1 jited:1 14 PASS
kern  :info  : [ 1089.279962] test_bpf: #475 JMP_JSGT_X: Signed jump: if (-1 > -1) return 0 jited:1 13 PASS
kern  :info  : [ 1089.289280] test_bpf: #476 JMP_JSLT_X: Signed jump: if (-2 < -1) return 1 jited:1 28 PASS
kern  :info  : [ 1089.298627] test_bpf: #477 JMP_JSLT_X: Signed jump: if (-1 < -1) return 0 jited:1 27 PASS
kern  :info  : [ 1089.307863] test_bpf: #478 JMP_JSGE_X: Signed jump: if (-1 >= -2) return 1 jited:1 15 PASS
kern  :info  : [ 1089.317279] test_bpf: #479 JMP_JSGE_X: Signed jump: if (-1 >= -1) return 1 jited:1 30 PASS
kern  :info  : [ 1089.326705] test_bpf: #480 JMP_JSLE_X: Signed jump: if (-2 <= -1) return 1 jited:1 15 PASS
kern  :info  : [ 1089.335995] test_bpf: #481 JMP_JSLE_X: Signed jump: if (-1 <= -1) return 1 jited:1 15 PASS
kern  :info  : [ 1089.345364] test_bpf: #482 JMP_JGT_X: if (3 > 2) return 1 jited:1 29 PASS
kern  :info  : [ 1089.353245] test_bpf: #483 JMP_JGT_X: Unsigned jump: if (-1 > 1) return 1 jited:1 29 PASS
kern  :info  : [ 1089.362657] test_bpf: #484 JMP_JLT_X: if (2 < 3) return 1 jited:1 28 PASS
kern  :info  : [ 1089.370630] test_bpf: #485 JMP_JLT_X: Unsigned jump: if (1 < -1) return 1 jited:1 28 PASS
kern  :info  : [ 1089.379819] test_bpf: #486 JMP_JGE_X: if (3 >= 2) return 1 jited:1 16 PASS
kern  :info  : [ 1089.387792] test_bpf: #487 JMP_JGE_X: if (3 >= 3) return 1 jited:1 14 PASS
kern  :info  : [ 1089.395747] test_bpf: #488 JMP_JLE_X: if (2 <= 3) return 1 jited:1 15 PASS
kern  :info  : [ 1089.403653] test_bpf: #489 JMP_JLE_X: if (3 <= 3) return 1 jited:1 27 PASS
kern  :info  : [ 1089.411662] test_bpf: #490 JMP_JGE_X: ldimm64 test 1 jited:1 15 PASS
kern  :info  : [ 1089.419043] test_bpf: #491 JMP_JGE_X: ldimm64 test 2 jited:1 15 PASS
kern  :info  : [ 1089.426538] test_bpf: #492 JMP_JGE_X: ldimm64 test 3 jited:1 14 PASS
kern  :info  : [ 1089.434069] test_bpf: #493 JMP_JLE_X: ldimm64 test 1 jited:1 14 PASS
kern  :info  : [ 1089.441450] test_bpf: #494 JMP_JLE_X: ldimm64 test 2 jited:1 14 PASS
kern  :info  : [ 1089.448919] test_bpf: #495 JMP_JLE_X: ldimm64 test 3 jited:1 14 PASS
kern  :info  : [ 1089.456318] test_bpf: #496 JMP_JNE_X: if (3 != 2) return 1 jited:1 16 PASS
kern  :info  : [ 1089.464296] test_bpf: #497 JMP_JEQ_X: if (3 == 3) return 1 jited:1 62 PASS
kern  :info  : [ 1089.472284] test_bpf: #498 JMP_JSET_X: if (0x3 & 0x2) return 1 jited:1 24 PASS
kern  :info  : [ 1089.480497] test_bpf: #499 JMP_JSET_X: if (0x3 & 0xffffffff) return 1 jited:1 44 PASS
kern  :info  : [ 1089.489342] test_bpf: #500 JMP_JA: Jump, gap, jump, ... jited:1 30 PASS
kern  :info  : [ 1089.496967] test_bpf: #501 BPF_MAXINSNS: Maximum possible literals jited:1 40 PASS
kern  :info  : [ 1089.507467] test_bpf: #502 BPF_MAXINSNS: Single literal jited:1 14 PASS
kern  :info  : [ 1089.516955] test_bpf: #503 BPF_MAXINSNS: Run/add until end jited:1 1159 PASS
kern  :info  : [ 1089.526967] test_bpf: #504 BPF_MAXINSNS: Too many instructions PASS
kern  :info  : [ 1089.533947] test_bpf: #505 BPF_MAXINSNS: Very long jump jited:1 28 PASS
kern  :info  : [ 1089.543478] test_bpf: #506 BPF_MAXINSNS: Ctx heavy transformations jited:1 848 836 PASS
kern  :info  : [ 1089.555975] test_bpf: #507 BPF_MAXINSNS: Call heavy transformations jited:1 13050 12918 PASS
kern  :info  : [ 1089.593789] test_bpf: #508 BPF_MAXINSNS: Jump heavy test jited:1 1063 PASS
kern  :info  : [ 1089.604810] test_bpf: #509 BPF_MAXINSNS: Very long jump backwards jited:1 14 PASS
kern  :info  : [ 1089.613836] test_bpf: #510 BPF_MAXINSNS: Edge hopping nuthouse jited:1 8079 PASS
kern  :info  : [ 1089.631406] test_bpf: #511 BPF_MAXINSNS: Jump, gap, jump, ... jited:1 47 PASS
kern  :info  : [ 1089.641442] test_bpf: #512 BPF_MAXINSNS: jump over MSH PASS
kern  :info  : [ 1089.649648] test_bpf: #513 BPF_MAXINSNS: exec all MSH jited:1 6689 PASS
kern  :info  : [ 1089.674520] test_bpf: #514 BPF_MAXINSNS: ld_abs+get_processor_id jited:1 7061 PASS
kern  :info  : [ 1089.695882] test_bpf: #515 LD_IND byte frag jited:1 78 PASS
kern  :info  : [ 1089.702749] test_bpf: #516 LD_IND halfword frag jited:1 77 PASS
kern  :info  : [ 1089.709708] test_bpf: #517 LD_IND word frag jited:1 64 PASS
kern  :info  : [ 1089.716365] test_bpf: #518 LD_IND halfword mixed head/frag jited:1 139 PASS
kern  :info  : [ 1089.724383] test_bpf: #519 LD_IND word mixed head/frag jited:1 99 PASS
kern  :info  : [ 1089.732011] test_bpf: #520 LD_ABS byte frag jited:1 78 PASS
kern  :info  : [ 1089.738702] test_bpf: #521 LD_ABS halfword frag jited:1 78 PASS
kern  :info  : [ 1089.745733] test_bpf: #522 LD_ABS word frag jited:1 79 PASS
kern  :info  : [ 1089.752533] test_bpf: #523 LD_ABS halfword mixed head/frag jited:1 81 PASS
kern  :info  : [ 1089.760528] test_bpf: #524 LD_ABS word mixed head/frag jited:1 98 PASS
kern  :info  : [ 1089.768101] test_bpf: #525 LD_IND byte default X jited:1 20 PASS
kern  :info  : [ 1089.775092] test_bpf: #526 LD_IND byte positive offset jited:1 19 PASS
kern  :info  : [ 1089.782801] test_bpf: #527 LD_IND byte negative offset jited:1 21 PASS
kern  :info  : [ 1089.790416] test_bpf: #528 LD_IND byte positive offset, all ff jited:1 22 PASS
kern  :info  : [ 1089.798663] test_bpf: #529 LD_IND byte positive offset, out of bounds jited:1 37 PASS
kern  :info  : [ 1089.807505] test_bpf: #530 LD_IND byte negative offset, out of bounds jited:1 24 PASS
kern  :info  : [ 1089.816398] test_bpf: #531 LD_IND byte negative offset, multiple calls jited:1 52 PASS
kern  :info  : [ 1089.825419] test_bpf: #532 LD_IND halfword positive offset jited:1 21 PASS
kern  :info  : [ 1089.833280] test_bpf: #533 LD_IND halfword negative offset jited:1 34 PASS
kern  :info  : [ 1089.841161] test_bpf: #534 LD_IND halfword unaligned jited:1 21 PASS
kern  :info  : [ 1089.848552] test_bpf: #535 LD_IND halfword positive offset, all ff jited:1 20 PASS
kern  :info  : [ 1089.857162] test_bpf: #536 LD_IND halfword positive offset, out of bounds jited:1 36 PASS
kern  :info  : [ 1089.866314] test_bpf: #537 LD_IND halfword negative offset, out of bounds jited:1 37 PASS
kern  :info  : [ 1089.875445] test_bpf: #538 LD_IND word positive offset jited:1 34 PASS
kern  :info  : [ 1089.883011] test_bpf: #539 LD_IND word negative offset jited:1 20 PASS
kern  :info  : [ 1089.890508] test_bpf: #540 LD_IND word unaligned (addr & 3 == 2) jited:1 33 PASS
kern  :info  : [ 1089.899132] test_bpf: #541 LD_IND word unaligned (addr & 3 == 1) jited:1 22 PASS
kern  :info  : [ 1089.907596] test_bpf: #542 LD_IND word unaligned (addr & 3 == 3) jited:1 22 PASS
kern  :info  : [ 1089.915975] test_bpf: #543 LD_IND word positive offset, all ff jited:1 21 PASS
kern  :info  : [ 1089.924245] test_bpf: #544 LD_IND word positive offset, out of bounds jited:1 48 PASS
kern  :info  : [ 1089.933113] test_bpf: #545 LD_IND word negative offset, out of bounds jited:1 24 PASS
kern  :info  : [ 1089.941987] test_bpf: #546 LD_ABS byte jited:1 15 PASS
kern  :info  : [ 1089.948152] test_bpf: #547 LD_ABS byte positive offset, all ff jited:1 15 PASS
kern  :info  : [ 1089.956482] test_bpf: #548 LD_ABS byte positive offset, out of bounds jited:1 24 PASS
kern  :info  : [ 1089.965333] test_bpf: #549 LD_ABS byte negative offset, out of bounds load PASS
kern  :info  : [ 1089.973413] test_bpf: #550 LD_ABS byte negative offset, in bounds jited:1 24 PASS
kern  :info  : [ 1089.981826] test_bpf: #551 LD_ABS byte negative offset, out of bounds jited:1 24 PASS
kern  :info  : [ 1089.990798] test_bpf: #552 LD_ABS byte negative offset, multiple calls jited:1 51 PASS
kern  :info  : [ 1089.999812] test_bpf: #553 LD_ABS halfword jited:1 16 PASS
kern  :info  : [ 1090.006370] test_bpf: #554 LD_ABS halfword unaligned 
kern  :info  : [ 1090.026337] test_bpf: #555 LD_ABS halfword positive offset, all ff jited:1 15 PASS
kern  :info  : [ 1090.035005] test_bpf: #556 LD_ABS halfword positive offset, out of bounds jited:1 22 PASS
kern  :info  : [ 1090.044200] test_bpf: #557 LD_ABS halfword negative offset, out of bounds load PASS
kern  :info  : [ 1090.052680] test_bpf: #558 LD_ABS halfword negative offset, in bounds jited:1 38 PASS
kern  :info  : [ 1090.061514] test_bpf: #559 LD_ABS halfword negative offset, out of bounds jited:1 22 PASS
kern  :info  : [ 1090.070904] test_bpf: #560 LD_ABS word jited:1 16 PASS
kern  :info  : [ 1090.077054] test_bpf: #561 LD_ABS word unaligned (addr & 3 == 2) jited:1 15 PASS
kern  :info  : [ 1090.085668] test_bpf: #562 LD_ABS word unaligned (addr & 3 == 1) jited:1 15 PASS
kern  :info  : [ 1090.094077] test_bpf: #563 LD_ABS word unaligned (addr & 3 == 3) jited:1 15 PASS
kern  :info  : [ 1090.102693] test_bpf: #564 LD_ABS word positive offset, all ff jited:1 29 PASS
kern  :info  : [ 1090.110928] test_bpf: #565 LD_ABS word positive offset, out of bounds jited:1 23 PASS
kern  :info  : [ 1090.119840] test_bpf: #566 LD_ABS word negative offset, out of bounds load PASS
kern  :info  : [ 1090.127933] test_bpf: #567 LD_ABS word negative offset, in bounds jited:1 65 PASS
kern  :info  : [ 1090.136542] test_bpf: #568 LD_ABS word negative offset, out of bounds jited:1 22 PASS
kern  :info  : [ 1090.145484] test_bpf: #569 LDX_MSH standalone, preserved A jited:1 16 PASS
kern  :info  : [ 1090.153446] test_bpf: #570 LDX_MSH standalone, preserved A 2 jited:1 44 PASS
kern  :info  : [ 1090.161721] test_bpf: #571 LDX_MSH standalone, test result 1 jited:1 16 PASS
kern  :info  : [ 1090.169739] test_bpf: #572 LDX_MSH standalone, test result 2 jited:1 16 PASS
kern  :info  : [ 1090.177848] test_bpf: #573 LDX_MSH standalone, negative offset jited:1 24 PASS
kern  :info  : [ 1090.186116] test_bpf: #574 LDX_MSH standalone, negative offset 2 jited:1 41 PASS
kern  :info  : [ 1090.194745] test_bpf: #575 LDX_MSH standalone, out of bounds jited:1 66 PASS
kern  :info  : [ 1090.202930] test_bpf: #576 ADD default X jited:1 15 PASS
kern  :info  : [ 1090.209285] test_bpf: #577 ADD default A jited:1 29 PASS
kern  :info  : [ 1090.215688] test_bpf: #578 SUB default X jited:1 40 PASS
kern  :info  : [ 1090.222123] test_bpf: #579 SUB default A jited:1 16 PASS
kern  :info  : [ 1090.228380] test_bpf: #580 MUL default X jited:1 15 PASS
kern  :info  : [ 1090.234739] test_bpf: #581 MUL default A jited:1 29 PASS
kern  :info  : [ 1090.241060] test_bpf: #582 DIV default X jited:1 29 PASS
kern  :info  : [ 1090.247487] test_bpf: #583 DIV default A jited:1 30 PASS
kern  :info  : [ 1090.253866] test_bpf: #584 MOD default X jited:1 16 PASS
kern  :info  : [ 1090.260291] test_bpf: #585 MOD default A jited:1 30 PASS
kern  :info  : [ 1090.266598] test_bpf: #586 JMP EQ default A jited:1 15 PASS
kern  :info  : [ 1090.273303] test_bpf: #587 JMP EQ default X jited:1 28 PASS
kern  :info  : [ 1090.279931] test_bpf: #588 JNE signed compare, test 1 jited:1 13 PASS
kern  :info  : [ 1090.287395] test_bpf: #589 JNE signed compare, test 2 jited:1 14 PASS
kern  :info  : [ 1090.294767] test_bpf: #590 JNE signed compare, test 3 jited:1 13 PASS
kern  :info  : [ 1090.302291] test_bpf: #591 JNE signed compare, test 4 jited:1 28 PASS
kern  :info  : [ 1090.309707] test_bpf: #592 JNE signed compare, test 5 jited:1 14 PASS
kern  :info  : [ 1090.317183] test_bpf: #593 JNE signed compare, test 6 jited:1 27 PASS
kern  :info  : [ 1090.324668] test_bpf: #594 JNE signed compare, test 7 jited:1 28 PASS
kern  :info  : [ 1090.332245] test_bpf: #595 LDX_MEM_B: operand register aliasing jited:1 27 PASS
kern  :info  : [ 1090.340599] test_bpf: #596 LDX_MEM_H: operand register aliasing jited:1 27 PASS
kern  :info  : [ 1090.348987] test_bpf: #597 LDX_MEM_W: operand register aliasing jited:1 14 PASS
kern  :info  : [ 1090.357238] test_bpf: #598 LDX_MEM_DW: operand register aliasing jited:1 41 PASS
kern  :info  : [ 1090.365720] test_bpf: #599 ALU64_IMM_AND to R8: no clobbering jited:1 19 PASS
kern  :info  : [ 1090.373924] test_bpf: #600 ALU64_IMM_AND to R9: no clobbering jited:1 19 PASS
kern  :info  : [ 1090.382027] test_bpf: #601 ALU64_IMM_OR to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.390182] test_bpf: #602 ALU64_IMM_OR to R9: no clobbering jited:1 32 PASS
kern  :info  : [ 1090.398206] test_bpf: #603 ALU64_IMM_XOR to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.406442] test_bpf: #604 ALU64_IMM_XOR to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.414634] test_bpf: #605 ALU64_IMM_LSH to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.422760] test_bpf: #606 ALU64_IMM_LSH to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.430903] test_bpf: #607 ALU64_IMM_RSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.439096] test_bpf: #608 ALU64_IMM_RSH to R9: no clobbering jited:1 32 PASS
kern  :info  : [ 1090.447264] test_bpf: #609 ALU64_IMM_ARSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.455539] test_bpf: #610 ALU64_IMM_ARSH to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.463820] test_bpf: #611 ALU64_IMM_ADD to R8: no clobbering jited:1 43 PASS
kern  :info  : [ 1090.472040] test_bpf: #612 ALU64_IMM_ADD to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.480206] test_bpf: #613 ALU64_IMM_SUB to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.488293] test_bpf: #614 ALU64_IMM_SUB to R9: no clobbering jited:1 65 PASS
kern  :info  : [ 1090.496535] test_bpf: #615 ALU64_IMM_MUL to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.504774] test_bpf: #616 ALU64_IMM_MUL to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.512904] test_bpf: #617 ALU64_IMM_DIV to R8: no clobbering jited:1 22 PASS
kern  :info  : [ 1090.521041] test_bpf: #618 ALU64_IMM_DIV to R9: no clobbering jited:1 23 PASS
kern  :info  : [ 1090.529179] test_bpf: #619 ALU64_IMM_MOD to R8: no clobbering jited:1 36 PASS
kern  :info  : [ 1090.537406] test_bpf: #620 ALU64_IMM_MOD to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.545533] test_bpf: #621 ALU32_IMM_AND to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.553785] test_bpf: #622 ALU32_IMM_AND to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.561902] test_bpf: #623 ALU32_IMM_OR to R8: no clobbering jited:1 19 PASS
kern  :info  : [ 1090.569960] test_bpf: #624 ALU32_IMM_OR to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.578057] test_bpf: #625 ALU32_IMM_XOR to R8: no clobbering jited:1 32 PASS
kern  :info  : [ 1090.586248] test_bpf: #626 ALU32_IMM_XOR to R9: no clobbering jited:1 79 PASS
kern  :info  : [ 1090.594580] test_bpf: #627 ALU32_IMM_LSH to R8: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.602715] test_bpf: #628 ALU32_IMM_LSH to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.610991] test_bpf: #629 ALU32_IMM_RSH to R8: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.619120] test_bpf: #630 ALU32_IMM_RSH to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.627311] test_bpf: #631 ALU32_IMM_ARSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.635463] test_bpf: #632 ALU32_IMM_ARSH to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.643712] test_bpf: #633 ALU32_IMM_ADD to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.651948] test_bpf: #634 ALU32_IMM_ADD to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.660127] test_bpf: #635 ALU32_IMM_SUB to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.668317] test_bpf: #636 ALU32_IMM_SUB to R9: no clobbering jited:1 19 PASS
kern  :info  : [ 1090.676498] test_bpf: #637 ALU32_IMM_MUL to R8: no clobbering jited:1 19 PASS
kern  :info  : [ 1090.684739] test_bpf: #638 ALU32_IMM_MUL to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.693050] test_bpf: #639 ALU32_IMM_DIV to R8: no clobbering jited:1 45 PASS
kern  :info  : [ 1090.701295] test_bpf: #640 ALU32_IMM_DIV to R9: no clobbering jited:1 32 PASS
kern  :info  : [ 1090.709422] test_bpf: #641 ALU32_IMM_MOD to R8: no clobbering jited:1 33 PASS
kern  :info  : [ 1090.717531] test_bpf: #642 ALU32_IMM_MOD to R9: no clobbering jited:1 32 PASS
kern  :info  : [ 1090.725780] test_bpf: #643 ALU64_REG_AND to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.733961] test_bpf: #644 ALU64_REG_AND to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.742140] test_bpf: #645 ALU64_REG_OR to R8: no clobbering jited:1 30 PASS
kern  :info  : [ 1090.750199] test_bpf: #646 ALU64_REG_OR to R9: no clobbering jited:1 45 PASS
kern  :info  : [ 1090.758284] test_bpf: #647 ALU64_REG_XOR to R8: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.766418] test_bpf: #648 ALU64_REG_XOR to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.774621] test_bpf: #649 ALU64_REG_LSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.782693] test_bpf: #650 ALU64_REG_LSH to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.790954] test_bpf: #651 ALU64_REG_RSH to R8: no clobbering jited:1 30 PASS
kern  :info  : [ 1090.799097] test_bpf: #652 ALU64_REG_RSH to R9: no clobbering jited:1 30 PASS
kern  :info  : [ 1090.807264] test_bpf: #653 ALU64_REG_ARSH to R8: no clobbering jited:1 62 PASS
kern  :info  : [ 1090.815663] test_bpf: #654 ALU64_REG_ARSH to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.824031] test_bpf: #655 ALU64_REG_ADD to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.832253] test_bpf: #656 ALU64_REG_ADD to R9: no clobbering jited:1 102 PASS
kern  :info  : [ 1090.840683] test_bpf: #657 ALU64_REG_SUB to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.848948] test_bpf: #658 ALU64_REG_SUB to R9: no clobbering jited:1 45 PASS
kern  :info  : [ 1090.857218] test_bpf: #659 ALU64_REG_MUL to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.865396] test_bpf: #660 ALU64_REG_MUL to R9: no clobbering jited:1 37 PASS
kern  :info  : [ 1090.873549] test_bpf: #661 ALU64_REG_DIV to R8: no clobbering jited:1 22 PASS
kern  :info  : [ 1090.881800] test_bpf: #662 ALU64_REG_DIV to R9: no clobbering jited:1 23 PASS
kern  :info  : [ 1090.889903] test_bpf: #663 ALU64_REG_MOD to R8: no clobbering jited:1 36 PASS
kern  :info  : [ 1090.898053] test_bpf: #664 ALU64_REG_MOD to R9: no clobbering jited:1 23 PASS
kern  :info  : [ 1090.906169] test_bpf: #665 ALU32_REG_AND to R8: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.914371] test_bpf: #666 ALU32_REG_AND to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.922553] test_bpf: #667 ALU32_REG_OR to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.930711] test_bpf: #668 ALU32_REG_OR to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.938792] test_bpf: #669 ALU32_REG_XOR to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.947027] test_bpf: #670 ALU32_REG_XOR to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.955210] test_bpf: #671 ALU32_REG_LSH to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.963424] test_bpf: #672 ALU32_REG_LSH to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1090.971517] test_bpf: #673 ALU32_REG_RSH to R8: no clobbering jited:1 17 PASS
kern  :info  : [ 1090.979683] test_bpf: #674 ALU32_REG_RSH to R9: no clobbering jited:1 31 PASS
kern  :info  : [ 1090.987837] test_bpf: #675 ALU32_REG_ARSH to R8: no clobbering jited:1 19 PASS
kern  :info  : [ 1090.995976] test_bpf: #676 ALU32_REG_ARSH to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1091.004309] test_bpf: #677 ALU32_REG_ADD to R8: no clobbering jited:1 69 PASS
kern  :info  : [ 1091.012489] test_bpf: #678 ALU32_REG_ADD to R9: no clobbering jited:1 36 PASS
kern  :info  : [ 1091.020797] test_bpf: #679 ALU32_REG_SUB to R8: no clobbering jited:1 32 PASS
kern  :info  : [ 1091.028945] test_bpf: #680 ALU32_REG_SUB to R9: no clobbering jited:1 30 PASS
kern  :info  : [ 1091.037165] test_bpf: #681 ALU32_REG_MUL to R8: no clobbering jited:1 18 PASS
kern  :info  : [ 1091.045293] test_bpf: #682 ALU32_REG_MUL to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1091.053543] test_bpf: #683 ALU32_REG_DIV to R8: no clobbering jited:1 19 PASS
kern  :info  : [ 1091.061727] test_bpf: #684 ALU32_REG_DIV to R9: no clobbering jited:1 17 PASS
kern  :info  : [ 1091.069989] test_bpf: #685 ALU32_REG_MOD to R8: no clobbering jited:1 20 PASS
kern  :info  : [ 1091.078142] test_bpf: #686 ALU32_REG_MOD to R9: no clobbering jited:1 18 PASS
kern  :info  : [ 1091.086432] test_bpf: #687 Atomic_BPF_DW BPF_ADD: no clobbering jited:1 37 PASS
kern  :info  : [ 1091.094767] test_bpf: #688 Atomic_BPF_DW BPF_AND: no clobbering jited:1 50 PASS
kern  :info  : [ 1091.103125] test_bpf: #689 Atomic_BPF_DW BPF_OR: no clobbering jited:1 36 PASS
kern  :info  : [ 1091.111342] test_bpf: #690 Atomic_BPF_DW BPF_XOR: no clobbering jited:1 50 PASS
kern  :info  : [ 1091.119749] test_bpf: #691 Atomic_BPF_DW BPF_ADD | BPF_FETCH: no clobbering jited:1 37 PASS
kern  :info  : [ 1091.129109] test_bpf: #692 Atomic_BPF_DW BPF_AND | BPF_FETCH: no clobbering jited:1 23 PASS
kern  :info  : [ 1091.138620] test_bpf: #693 Atomic_BPF_DW BPF_OR | BPF_FETCH: no clobbering jited:1 49 PASS
kern  :info  : [ 1091.147946] test_bpf: #694 Atomic_BPF_DW BPF_XOR | BPF_FETCH: no clobbering jited:1 23 PASS
kern  :info  : [ 1091.157291] test_bpf: #695 Atomic_BPF_DW BPF_XCHG: no clobbering jited:1 24 PASS
kern  :info  : [ 1091.165841] test_bpf: #696 Atomic_BPF_DW BPF_CMPXCHG: no clobbering jited:1 24 PASS
kern  :info  : [ 1091.174574] test_bpf: #697 Atomic_BPF_W BPF_ADD: no clobbering jited:1 36 PASS
kern  :info  : [ 1091.182825] test_bpf: #698 Atomic_BPF_W BPF_AND: no clobbering jited:1 36 PASS
kern  :info  : [ 1091.191124] test_bpf: #699 Atomic_BPF_W BPF_OR: no clobbering jited:1 24 PASS
kern  :info  : [ 1091.199266] test_bpf: #700 Atomic_BPF_W BPF_XOR: no clobbering jited:1 37 PASS
kern  :info  : [ 1091.207702] test_bpf: #701 Atomic_BPF_W BPF_ADD | BPF_FETCH: no clobbering jited:1 36 PASS
kern  :info  : [ 1091.216971] test_bpf: #702 Atomic_BPF_W BPF_AND | BPF_FETCH: no clobbering jited:1 36 PASS
kern  :info  : [ 1091.226313] test_bpf: #703 Atomic_BPF_W BPF_OR | BPF_FETCH: no clobbering jited:1 48 PASS
kern  :info  : [ 1091.235503] test_bpf: #704 Atomic_BPF_W BPF_XOR | BPF_FETCH: no clobbering jited:1 27 PASS
kern  :info  : [ 1091.244955] test_bpf: #705 Atomic_BPF_W BPF_XCHG: no clobbering jited:1 37 PASS
kern  :info  : [ 1091.253287] test_bpf: #706 Atomic_BPF_W BPF_CMPXCHG: no clobbering jited:1 52 PASS
kern  :info  : [ 1091.261958] test_bpf: #707 ALU32_MOV_X: src preserved in zext jited:1 28 PASS
kern  :info  : [ 1091.270097] test_bpf: #708 ALU32_AND_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.278327] test_bpf: #709 ALU32_OR_X: src preserved in zext jited:1 28 PASS
kern  :info  : [ 1091.286553] test_bpf: #710 ALU32_XOR_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.294765] test_bpf: #711 ALU32_ADD_X: src preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.302871] test_bpf: #712 ALU32_SUB_X: src preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.311132] test_bpf: #713 ALU32_MUL_X: src preserved in zext 
kern  :info  : [ 1091.339063] test_bpf: #714 ALU32_DIV_X: src preserved in zext 
kern  :info  : [ 1091.355654] test_bpf: #715 ALU32_MOD_X: src preserved in zext 
kern  :info  : [ 1091.382993] test_bpf: #716 ATOMIC_W_ADD: src preserved in zext 
kern  :info  : [ 1091.411082] test_bpf: #717 ATOMIC_W_AND: src preserved in zext 
kern  :info  : [ 1091.438814] test_bpf: #718 ATOMIC_W_OR: src preserved in zext 
kern  :info  : [ 1091.475345] test_bpf: #719 ATOMIC_W_XOR: src preserved in zext jited:1 22 PASS
kern  :info  : [ 1091.483476] test_bpf: #720 ATOMIC_W_CMPXCHG: src preserved in zext jited:1 23 PASS
kern  :info  : [ 1091.492075] test_bpf: #721 JMP32_JEQ_K: operand preserved in zext jited:1 41 PASS
kern  :info  : [ 1091.500696] test_bpf: #722 JMP32_JNE_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.509184] test_bpf: #723 JMP32_JSET_K: operand preserved in zext jited:1 28 PASS
kern  :info  : [ 1091.517832] test_bpf: #724 JMP32_JGT_K: operand preserved in zext jited:1 28 PASS
kern  :info  : [ 1091.526316] test_bpf: #725 JMP32_JGE_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.534823] test_bpf: #726 JMP32_JLT_K: operand preserved in zext jited:1 28 PASS
kern  :info  : [ 1091.543331] test_bpf: #727 JMP32_JLE_K: operand preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.551872] test_bpf: #728 JMP32_JSGT_K: operand preserved in zext jited:1 27 PASS
kern  :info  : [ 1091.560495] test_bpf: #729 JMP32_JSGE_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.569088] test_bpf: #730 JMP32_JSGT_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.577775] test_bpf: #731 JMP32_JSLT_K: operand preserved in zext jited:1 28 PASS
kern  :info  : [ 1091.586351] test_bpf: #732 JMP32_JSLE_K: operand preserved in zext jited:1 29 PASS
kern  :info  : [ 1091.594977] test_bpf: #733 JMP32_JEQ_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.603626] test_bpf: #734 JMP32_JNE_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.612283] test_bpf: #735 JMP32_JSET_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.620911] test_bpf: #736 JMP32_JGT_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.629519] test_bpf: #737 JMP32_JGE_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.638062] test_bpf: #738 JMP32_JLT_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.646670] test_bpf: #739 JMP32_JLE_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.655161] test_bpf: #740 JMP32_JSGT_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.663900] test_bpf: #741 JMP32_JSGE_X: operands preserved in zext jited:1 14 PASS
kern  :info  : [ 1091.672688] test_bpf: #742 JMP32_JSGT_X: operands preserved in zext jited:1 28 PASS
kern  :info  : [ 1091.681409] test_bpf: #743 JMP32_JSLT_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.690187] test_bpf: #744 JMP32_JSLE_X: operands preserved in zext jited:1 15 PASS
kern  :info  : [ 1091.698834] test_bpf: #745 ALU64_MOV_K: registers jited:1 36 PASS
kern  :info  : [ 1091.706069] test_bpf: #746 ALU64_AND_K: registers jited:1 26 PASS
kern  :info  : [ 1091.713281] test_bpf: #747 ALU64_OR_K: registers jited:1 26 PASS
kern  :info  : [ 1091.720311] test_bpf: #748 ALU64_XOR_K: registers jited:1 93 PASS
kern  :info  : [ 1091.727526] test_bpf: #749 ALU64_LSH_K: registers jited:1 38 PASS
kern  :info  : [ 1091.734798] test_bpf: #750 ALU64_RSH_K: registers jited:1 99 PASS
kern  :info  : [ 1091.742074] test_bpf: #751 ALU64_ARSH_K: registers jited:1 39 PASS
kern  :info  : [ 1091.749355] test_bpf: #752 ALU64_ADD_K: registers jited:1 38 PASS
kern  :info  : [ 1091.756595] test_bpf: #753 ALU64_SUB_K: registers jited:1 25 PASS
kern  :info  : [ 1091.763714] test_bpf: #754 ALU64_MUL_K: registers jited:1 24 PASS
kern  :info  : [ 1091.770979] test_bpf: #755 ALU64_DIV_K: registers jited:1 82 PASS
kern  :info  : [ 1091.778200] test_bpf: #756 ALU64_MOD_K: registers jited:1 95 PASS
kern  :info  : [ 1091.785509] test_bpf: #757 ALU32_MOV_K: registers jited:1 38 PASS
kern  :info  : [ 1091.792748] test_bpf: #758 ALU32_AND_K: registers jited:1 25 PASS
kern  :info  : [ 1091.800011] test_bpf: #759 ALU32_OR_K: registers jited:1 37 PASS
kern  :info  : [ 1091.807045] test_bpf: #760 ALU32_XOR_K: registers jited:1 25 PASS
kern  :info  : [ 1091.814338] test_bpf: #761 ALU32_LSH_K: registers jited:1 67 PASS
kern  :info  : [ 1091.821444] test_bpf: #762 ALU32_RSH_K: registers jited:1 52 PASS
kern  :info  : [ 1091.828709] test_bpf: #763 ALU32_ARSH_K: registers jited:1 26 PASS
kern  :info  : [ 1091.835976] test_bpf: #764 ALU32_ADD_K: registers jited:1 24 PASS
kern  :info  : [ 1091.843179] test_bpf: #765 ALU32_SUB_K: registers jited:1 23 PASS
kern  :info  : [ 1091.850378] test_bpf: #766 ALU32_MUL_K: registers jited:1 35 PASS
kern  :info  : [ 1091.857616] test_bpf: #767 ALU32_DIV_K: registers jited:1 38 PASS
kern  :info  : [ 1091.864858] test_bpf: #768 ALU32_MOD_K: registers jited:1 51 PASS
kern  :info  : [ 1091.872007] test_bpf: #769 ALU64_MOV_X: register combinations jited:1 136 PASS
kern  :info  : [ 1091.880513] test_bpf: #770 ALU64_AND_X: register combinations jited:1 134 PASS
kern  :info  : [ 1091.889175] test_bpf: #771 ALU64_OR_X: register combinations jited:1 149 PASS
kern  :info  : [ 1091.897706] test_bpf: #772 ALU64_XOR_X: register combinations jited:1 137 PASS
kern  :info  : [ 1091.906305] test_bpf: #773 ALU64_LSH_X: register combinations jited:1 153 PASS
kern  :info  : [ 1091.914941] test_bpf: #774 ALU64_RSH_X: register combinations jited:1 159 PASS
kern  :info  : [ 1091.923547] test_bpf: #775 ALU64_ARSH_X: register combinations jited:1 156 PASS
kern  :info  : [ 1091.932230] test_bpf: #776 ALU64_ADD_X: register combinations jited:1 137 PASS
kern  :info  : [ 1091.941026] test_bpf: #777 ALU64_SUB_X: register combinations jited:1 151 PASS
kern  :info  : [ 1091.949807] test_bpf: #778 ALU64_MUL_X: register combinations jited:1 169 PASS
kern  :info  : [ 1091.958534] test_bpf: #779 ALU64_DIV_X: register combinations jited:1 794 PASS
kern  :info  : [ 1091.967769] test_bpf: #780 ALU64_MOD_X: register combinations jited:1 784 PASS
kern  :info  : [ 1091.976959] test_bpf: #781 ALU32_MOV_X: register combinations jited:1 191 PASS
kern  :info  : [ 1091.985766] test_bpf: #782 ALU32_AND_X: register combinations jited:1 119 PASS
kern  :info  : [ 1091.994262] test_bpf: #783 ALU32_OR_X: register combinations jited:1 124 PASS
kern  :info  : [ 1092.002727] test_bpf: #784 ALU32_XOR_X: register combinations jited:1 137 PASS
kern  :info  : [ 1092.011213] test_bpf: #785 ALU32_LSH_X: register combinations jited:1 137 PASS
kern  :info  : [ 1092.019790] test_bpf: #786 ALU32_RSH_X: register combinations jited:1 138 PASS
kern  :info  : [ 1092.028318] test_bpf: #787 ALU32_ARSH_X: register combinations jited:1 150 PASS
kern  :info  : [ 1092.037027] test_bpf: #788 ALU32_ADD_X: register combinations jited:1 141 PASS
kern  :info  : [ 1092.045551] test_bpf: #789 ALU32_SUB_X: register combinations jited:1 136 PASS
kern  :info  : [ 1092.054073] test_bpf: #790 ALU32_MUL_X: register combinations jited:1 127 PASS
kern  :info  : [ 1092.062527] test_bpf: #791 ALU32_DIV_X: register combinations jited:1 274 PASS
kern  :info  : [ 1092.071271] test_bpf: #792 ALU32_MOD_X register combinations jited:1 273 PASS
kern  :info  : [ 1092.079919] test_bpf: #793 ALU64_LSH_K: all shift values jited:1 276 PASS
kern  :info  : [ 1092.088354] test_bpf: #794 ALU64_RSH_K: all shift values jited:1 178 PASS
kern  :info  : [ 1092.096690] test_bpf: #795 ALU64_ARSH_K: all shift values jited:1 183 PASS
kern  :info  : [ 1092.105001] test_bpf: #796 ALU64_LSH_X: all shift values jited:1 342 PASS
kern  :info  : [ 1092.113385] test_bpf: #797 ALU64_RSH_X: all shift values jited:1 248 PASS
kern  :info  : [ 1092.121690] test_bpf: #798 ALU64_ARSH_X: all shift values jited:1 248 PASS
kern  :info  : [ 1092.130046] test_bpf: #799 ALU32_LSH_K: all shift values jited:1 94 PASS
kern  :info  : [ 1092.137977] test_bpf: #800 ALU32_RSH_K: all shift values jited:1 90 PASS
kern  :info  : [ 1092.145936] test_bpf: #801 ALU32_ARSH_K: all shift values jited:1 92 PASS
kern  :info  : [ 1092.154063] test_bpf: #802 ALU32_LSH_X: all shift values jited:1 131 PASS
kern  :info  : [ 1092.162063] test_bpf: #803 ALU32_RSH_X: all shift values jited:1 133 PASS
kern  :info  : [ 1092.170066] test_bpf: #804 ALU32_ARSH_X: all shift values jited:1 185 PASS
kern  :info  : [ 1092.178238] test_bpf: #805 ALU64_LSH_X: all shift values with the same register jited:1 86 PASS
kern  :info  : [ 1092.187943] test_bpf: #806 ALU64_RSH_X: all shift values with the same register jited:1 81 PASS
kern  :info  : [ 1092.197819] test_bpf: #807 ALU64_ARSH_X: all shift values with the same register jited:1 85 PASS
kern  :info  : [ 1092.207701] test_bpf: #808 ALU32_LSH_X: all shift values with the same register jited:1 42 PASS
kern  :info  : [ 1092.217514] test_bpf: #809 ALU32_RSH_X: all shift values with the same register jited:1 55 PASS
kern  :info  : [ 1092.227197] test_bpf: #810 ALU32_ARSH_X: all shift values with the same register jited:1 55 PASS
kern  :info  : [ 1092.237230] test_bpf: #811 ALU64_MOV_K: all immediate value magnitudes jited:1 76507 PASS
kern  :info  : [ 1092.256934] test_bpf: #812 ALU64_AND_K: all immediate value magnitudes jited:1 84411 PASS
kern  :info  : [ 1092.278537] test_bpf: #813 ALU64_OR_K: all immediate value magnitudes jited:1 79998 PASS
kern  :info  : [ 1092.298388] test_bpf: #814 ALU64_XOR_K: all immediate value magnitudes jited:1 72045 PASS
kern  :info  : [ 1092.318499] test_bpf: #815 ALU64_ADD_K: all immediate value magnitudes jited:1 158563 PASS
kern  :info  : [ 1092.340400] test_bpf: #816 ALU64_SUB_K: all immediate value magnitudes jited:1 86186 PASS
kern  :info  : [ 1092.361475] test_bpf: #817 ALU64_MUL_K: all immediate value magnitudes jited:1 85487 PASS
kern  :info  : [ 1092.381286] test_bpf: #818 ALU64_DIV_K: all immediate value magnitudes jited:1 176397 PASS
kern  :info  : [ 1092.402966] test_bpf: #819 ALU64_MOD_K: all immediate value magnitudes jited:1 158017 PASS
kern  :info  : [ 1092.426589] test_bpf: #820 ALU32_MOV_K: all immediate value magnitudes 
kern  :info  : [ 1092.457253] test_bpf: #821 ALU32_AND_K: all immediate value magnitudes 
kern  :info  : [ 1092.487148] test_bpf: #822 ALU32_OR_K: all immediate value magnitudes 
kern  :info  : [ 1092.520792] test_bpf: #823 ALU32_XOR_K: all immediate value magnitudes 
kern  :info  : [ 1092.551522] test_bpf: #824 ALU32_ADD_K: all immediate value magnitudes 
kern  :info  : [ 1092.577520] test_bpf: #825 ALU32_SUB_K: all immediate value magnitudes 
kern  :info  : [ 1092.609385] test_bpf: #826 ALU32_MUL_K: all immediate value magnitudes 
kern  :info  : [ 1092.643955] test_bpf: #827 ALU32_DIV_K: all immediate value magnitudes 
kern  :info  : [ 1092.675514] test_bpf: #828 ALU32_MOD_K: all immediate value magnitudes 
kern  :info  : [ 1092.713328] test_bpf: #829 ALU64_MOV_X: all register value magnitudes 
kern  :info  : [ 1092.763834] test_bpf: #830 ALU64_AND_X: all register value magnitudes 
kern  :info  : [ 1092.796513] test_bpf: #831 ALU64_OR_X: all register value magnitudes 
kern  :info  : [ 1092.848869] test_bpf: #832 ALU64_XOR_X: all register value magnitudes 
kern  :info  : [ 1092.876471] test_bpf: #833 ALU64_ADD_X: all register value magnitudes 
kern  :info  : [ 1092.914388] test_bpf: #834 ALU64_SUB_X: all register value magnitudes 
kern  :info  : [ 1092.952397] test_bpf: #835 ALU64_MUL_X: all register value magnitudes 
kern  :info  : [ 1092.991706] test_bpf: #836 ALU64_DIV_X: all register value magnitudes 
kern  :info  : [ 1093.035749] test_bpf: #837 ALU64_MOD_X: all register value magnitudes 
kern  :info  : [ 1093.070146] test_bpf: #838 ALU32_MOV_X: all register value magnitudes 
kern  :info  : [ 1093.106495] test_bpf: #839 ALU32_AND_X: all register value magnitudes 
kern  :info  : [ 1093.142304] test_bpf: #840 ALU32_OR_X: all register value magnitudes jited:1 107166 PASS
kern  :info  : [ 1093.175299] test_bpf: #841 ALU32_XOR_X: all register value magnitudes jited:1 115234 PASS
kern  :info  : [ 1093.204693] test_bpf: #842 ALU32_ADD_X: all register value magnitudes jited:1 122587 PASS
kern  :info  : [ 1093.234501] test_bpf: #843 ALU32_SUB_X: all register value magnitudes jited:1 123947 PASS
kern  :info  : [ 1093.277474] test_bpf: #844 ALU32_MUL_X: all register value magnitudes jited:1 113064 PASS
kern  :info  : [ 1093.310465] test_bpf: #845 ALU32_DIV_X: all register value magnitudes jited:1 184799 PASS
kern  :info  : [ 1093.336522] test_bpf: #846 ALU32_MOD_X: all register value magnitudes jited:1 246977 PASS
kern  :info  : [ 1093.360573] test_bpf: #847 LD_IMM64: all immediate value magnitudes jited:1 27209 PASS
kern  :info  : [ 1093.412242] test_bpf: #848 LD_IMM64: checker byte patterns jited:1 206 PASS
kern  :info  : [ 1093.420801] test_bpf: #849 LD_IMM64: random positive and zero byte patterns jited:1 203 PASS
kern  :info  : [ 1093.430724] test_bpf: #850 LD_IMM64: random negative and zero byte patterns jited:1 214 PASS
kern  :info  : [ 1093.440660] test_bpf: #851 LD_IMM64: random positive and negative byte patterns jited:1 206 PASS
kern  :info  : [ 1093.450877] test_bpf: #852 ATOMIC_DW_ADD: register combinations jited:1 945 PASS
kern  :info  : [ 1093.460706] test_bpf: #853 ATOMIC_DW_AND: register combinations jited:1 970 PASS
kern  :info  : [ 1093.470490] test_bpf: #854 ATOMIC_DW_OR: register combinations jited:1 944 PASS
kern  :info  : [ 1093.480265] test_bpf: #855 ATOMIC_DW_XOR: register combinations jited:1 961 PASS
kern  :info  : [ 1093.490167] test_bpf: #856 ATOMIC_DW_ADD_FETCH: register combinations jited:1 949 PASS
kern  :info  : [ 1093.500603] test_bpf: #857 ATOMIC_DW_AND_FETCH: register combinations jited:1 957 PASS
kern  :info  : [ 1093.510930] test_bpf: #858 ATOMIC_DW_OR_FETCH: register combinations jited:1 930 PASS
kern  :info  : [ 1093.521093] test_bpf: #859 ATOMIC_DW_XOR_FETCH: register combinations jited:1 905 PASS
kern  :info  : [ 1093.531251] test_bpf: #860 ATOMIC_DW_XCHG: register combinations jited:1 958 PASS
kern  :info  : [ 1093.541143] test_bpf: #861 ATOMIC_DW_CMPXCHG: register combinations jited:1 1002 PASS
kern  :info  : [ 1093.551593] test_bpf: #862 ATOMIC_W_ADD: register combinations jited:1 954 PASS
kern  :info  : [ 1093.561326] test_bpf: #863 ATOMIC_W_AND: register combinations jited:1 955 PASS
kern  :info  : [ 1093.571134] test_bpf: #864 ATOMIC_W_OR: register combinations jited:1 948 PASS
kern  :info  : [ 1093.580871] test_bpf: #865 ATOMIC_W_XOR: register combinations jited:1 942 PASS
kern  :info  : [ 1093.590607] test_bpf: #866 ATOMIC_W_ADD_FETCH: register combinations jited:1 987 PASS
kern  :info  : [ 1093.600813] test_bpf: #867 ATOMIC_W_AND_FETCH: register combinations jited:1 972 PASS
kern  :info  : [ 1093.611131] test_bpf: #868 ATOMIC_W_OR_FETCH: register combinations jited:1 941 PASS
kern  :info  : [ 1093.621413] test_bpf: #869 ATOMIC_W_XOR_FETCH: register combinations jited:1 948 PASS
kern  :info  : [ 1093.631774] test_bpf: #870 ATOMIC_W_XCHG: register combinations 
kern  :info  : [ 1093.668828] test_bpf: #871 ATOMIC_W_CMPXCHG: register combinations 
kern  :info  : [ 1093.698846] test_bpf: #872 ATOMIC_DW_ADD: all operand magnitudes 
kern  :info  : [ 1093.735486] test_bpf: #873 ATOMIC_DW_AND: all operand magnitudes 
kern  :info  : [ 1093.768452] test_bpf: #874 ATOMIC_DW_OR: all operand magnitudes 
kern  :info  : [ 1093.804961] test_bpf: #875 ATOMIC_DW_XOR: all operand magnitudes 
kern  :info  : [ 1093.839464] test_bpf: #876 ATOMIC_DW_ADD_FETCH: all operand magnitudes 
kern  :info  : [ 1093.871106] test_bpf: #877 ATOMIC_DW_AND_FETCH: all operand magnitudes 
kern  :info  : [ 1093.898807] test_bpf: #878 ATOMIC_DW_OR_FETCH: all operand magnitudes 
kern  :info  : [ 1093.938162] test_bpf: #879 ATOMIC_DW_XOR_FETCH: all operand magnitudes 
kern  :info  : [ 1093.977912] test_bpf: #880 ATOMIC_DW_XCHG: all operand magnitudes 
kern  :info  : [ 1094.016764] test_bpf: #881 ATOMIC_DW_CMPXCHG: all operand magnitudes 
kern  :info  : [ 1094.059463] test_bpf: #882 ATOMIC_W_ADD: all operand magnitudes 
kern  :info  : [ 1094.095912] test_bpf: #883 ATOMIC_W_AND: all operand magnitudes 
kern  :info  : [ 1094.132805] test_bpf: #884 ATOMIC_W_OR: all operand magnitudes 
kern  :info  : [ 1094.164496] test_bpf: #885 ATOMIC_W_XOR: all operand magnitudes 
kern  :info  : [ 1094.202166] test_bpf: #886 ATOMIC_W_ADD_FETCH: all operand magnitudes 
kern  :info  : [ 1094.227312] test_bpf: #887 ATOMIC_W_AND_FETCH: all operand magnitudes 
kern  :info  : [ 1094.254872] test_bpf: #888 ATOMIC_W_OR_FETCH: all operand magnitudes 
kern  :info  : [ 1094.279451] test_bpf: #889 ATOMIC_W_XOR_FETCH: all operand magnitudes 
kern  :info  : [ 1094.316536] test_bpf: #890 ATOMIC_W_XCHG: all operand magnitudes 
kern  :info  : [ 1094.346513] test_bpf: #891 ATOMIC_W_CMPXCHG: all operand magnitudes 
kern  :info  : [ 1094.391098] test_bpf: #892 JMP_JSET_K: all immediate value magnitudes 
kern  :info  : [ 1094.416484] test_bpf: #893 JMP_JEQ_K: all immediate value magnitudes 
kern  :info  : [ 1094.443225] test_bpf: #894 JMP_JNE_K: all immediate value magnitudes 
kern  :info  : [ 1094.469841] test_bpf: #895 JMP_JGT_K: all immediate value magnitudes 
kern  :info  : [ 1094.496365] test_bpf: #896 JMP_JGE_K: all immediate value magnitudes 
kern  :info  : [ 1094.521849] test_bpf: #897 JMP_JLT_K: all immediate value magnitudes 
kern  :info  : [ 1094.549022] test_bpf: #898 JMP_JLE_K: all immediate value magnitudes 
kern  :info  : [ 1094.574997] test_bpf: #899 JMP_JSGT_K: all immediate value magnitudes 
kern  :info  : [ 1094.598850] test_bpf: #900 JMP_JSGE_K: all immediate value magnitudes 
kern  :info  : [ 1094.622306] test_bpf: #901 JMP_JSLT_K: all immediate value magnitudes 
kern  :info  : [ 1094.649457] test_bpf: #902 JMP_JSLE_K: all immediate value magnitudes 
kern  :info  : [ 1094.673761] test_bpf: #903 JMP_JSET_X: all register value magnitudes 
kern  :info  : [ 1094.707731] test_bpf: #904 JMP_JEQ_X: all register value magnitudes 
kern  :info  : [ 1094.737744] test_bpf: #905 JMP_JNE_X: all register value magnitudes 
kern  :info  : [ 1094.770477] test_bpf: #906 JMP_JGT_X: all register value magnitudes jited:1 112816 PASS
kern  :info  : [ 1094.796289] test_bpf: #907 JMP_JGE_X: all register value magnitudes jited:1 103853 PASS
kern  :info  : [ 1094.822332] test_bpf: #908 JMP_JLT_X: all register value magnitudes jited:1 101138 PASS
kern  :info  : [ 1094.847277] test_bpf: #909 JMP_JLE_X: all register value magnitudes 
kern  :info  : [ 1094.885495] test_bpf: #910 JMP_JSGT_X: all register value magnitudes 
kern  :info  : [ 1094.912554] test_bpf: #911 JMP_JSGE_X: all register value magnitudes 
kern  :info  : [ 1094.952019] test_bpf: #912 JMP_JSLT_X: all register value magnitudes 
kern  :info  : [ 1094.994598] test_bpf: #913 JMP_JSLE_X: all register value magnitudes 
kern  :info  : [ 1095.025430] test_bpf: #914 JMP32_JSET_K: all immediate value magnitudes 
kern  :info  : [ 1095.052383] test_bpf: #915 JMP32_JEQ_K: all immediate value magnitudes 
kern  :info  : [ 1095.076952] test_bpf: #916 JMP32_JNE_K: all immediate value magnitudes 
kern  :info  : [ 1095.104254] test_bpf: #917 JMP32_JGT_K: all immediate value magnitudes 
kern  :info  : [ 1095.131627] test_bpf: #918 JMP32_JGE_K: all immediate value magnitudes 
kern  :info  : [ 1095.151663] test_bpf: #919 JMP32_JLT_K: all immediate value magnitudes 
kern  :info  : [ 1095.172351] test_bpf: #920 JMP32_JLE_K: all immediate value magnitudes 
kern  :info  : [ 1095.192140] test_bpf: #921 JMP32_JSGT_K: all immediate value magnitudes 
kern  :info  : [ 1095.210913] test_bpf: #922 JMP32_JSGE_K: all immediate value magnitudes 
kern  :info  : [ 1095.238308] test_bpf: #923 JMP32_JSLT_K: all immediate value magnitudes 
kern  :info  : [ 1095.268360] test_bpf: #924 JMP32_JSLE_K: all immediate value magnitudes 
kern  :info  : [ 1095.292116] test_bpf: #925 JMP32_JSET_X: all register value magnitudes 
kern  :info  : [ 1095.323495] test_bpf: #926 JMP32_JEQ_X: all register value magnitudes 
kern  :info  : [ 1095.355728] test_bpf: #927 JMP32_JNE_X: all register value magnitudes 
kern  :info  : [ 1095.384081] test_bpf: #928 JMP32_JGT_X: all register value magnitudes 
kern  :info  : [ 1095.408496] test_bpf: #929 JMP32_JGE_X: all register value magnitudes 
kern  :info  : [ 1095.442465] test_bpf: #930 JMP32_JLT_X: all register value magnitudes 
kern  :info  : [ 1095.470468] test_bpf: #931 JMP32_JLE_X: all register value magnitudes 
kern  :info  : [ 1095.497278] test_bpf: #932 JMP32_JSGT_X: all register value magnitudes 
kern  :info  : [ 1095.523537] test_bpf: #933 JMP32_JSGE_X: all register value magnitudes 
kern  :info  : [ 1095.554814] test_bpf: #934 JMP32_JSLT_X: all register value magnitudes 
kern  :info  : [ 1095.588543] test_bpf: #935 JMP32_JSLE_X: all register value magnitudes 
kern  :info  : [ 1095.618211] test_bpf: #936 JMP_JSET_K: imm = 0 -> never taken jited:1 16 PASS
kern  :info  : [ 1095.631241] test_bpf: #937 JMP_JLT_K: imm = 0 -> never taken jited:1 27 
kern  :info  : [ 1095.656357] test_bpf: #938 JMP_JGE_K: imm = 0 -> always taken jited:1 29 PASS
kern  :info  : [ 1095.669136] test_bpf: #939 JMP_JGT_K: imm = 0xffffffff -> never taken 
kern  :info  : [ 1095.694706] test_bpf: #940 JMP_JLE_K: imm = 0xffffffff -> always taken 
kern  :info  : [ 1095.711594] test_bpf: #941 JMP32_JSGT_K: imm = 0x7fffffff -> never taken 
kern  :info  : [ 1095.736971] test_bpf: #942 JMP32_JSGE_K: imm = -0x80000000 -> always taken 
kern  :info  : [ 1095.760262] test_bpf: #943 JMP32_JSLT_K: imm = -0x80000000 -> never taken jited:1 13 PASS
kern  :info  : [ 1095.776718] test_bpf: #944 JMP32_JSLE_K: imm = 0x7fffffff -> always taken jited:1 14 PASS
kern  :info  : [ 1095.785990] test_bpf: #945 JMP_JEQ_X: dst = src -> always taken jited:1 29 PASS
kern  :info  : [ 1095.794362] test_bpf: #946 JMP_JGE_X: dst = src -> always taken jited:1 35 PASS
kern  :info  : [ 1095.802674] test_bpf: #947 JMP_JLE_X: dst = src -> always taken jited:1 14 PASS
kern  :info  : [ 1095.811108] test_bpf: #948 JMP_JSGE_X: dst = src -> always taken jited:1 14 PASS
kern  :info  : [ 1095.819657] test_bpf: #949 JMP_JSLE_X: dst = src -> always taken jited:1 27 PASS
kern  :info  : [ 1095.828089] test_bpf: #950 JMP_JNE_X: dst = src -> never taken jited:1 14 PASS
kern  :info  : [ 1095.836375] test_bpf: #951 JMP_JGT_X: dst = src -> never taken jited:1 14 PASS
kern  :info  : [ 1095.844670] test_bpf: #952 JMP_JLT_X: dst = src -> never taken jited:1 27 PASS
kern  :info  : [ 1095.852959] test_bpf: #953 JMP_JSGT_X: dst = src -> never taken jited:1 14 PASS
kern  :info  : [ 1095.861228] test_bpf: #954 JMP_JSLT_X: dst = src -> never taken jited:1 14 PASS
kern  :info  : [ 1095.869614] test_bpf: #955 Short relative jump: offset=0 jited:1 14 PASS
kern  :info  : [ 1095.877467] test_bpf: #956 Short relative jump: offset=1 jited:1 14 PASS
kern  :info  : [ 1095.885245] test_bpf: #957 Short relative jump: offset=2 jited:1 14 PASS
kern  :info  : [ 1095.892959] test_bpf: #958 Short relative jump: offset=3 jited:1 27 PASS
kern  :info  : [ 1095.900711] test_bpf: #959 Short relative jump: offset=4 jited:1 41 PASS
kern  :info  : [ 1095.908516] test_bpf: #960 Long conditional jump: taken at runtime jited:1 15 PASS
kern  :info  : [ 1095.920865] test_bpf: #961 Long conditional jump: not taken at runtime jited:1 27 PASS
kern  :info  : [ 1095.933827] test_bpf: #962 Long conditional jump: always taken, known at JIT time jited:1 28 PASS
kern  :info  : [ 1095.947798] test_bpf: #963 Long conditional jump: never taken, known at JIT time jited:1 27 PASS
kern  :info  : [ 1095.961554] test_bpf: #964 Staggered jumps: JMP_JA jited:1 51022 PASS
kern  :info  : [ 1095.974433] test_bpf: #965 Staggered jumps: JMP_JEQ_K jited:1 55357 PASS
kern  :info  : [ 1095.988214] test_bpf: #966 Staggered jumps: JMP_JNE_K jited:1 61873 PASS
kern  :info  : [ 1096.001959] test_bpf: #967 Staggered jumps: JMP_JSET_K jited:1 75456 PASS
kern  :info  : [ 1096.016077] test_bpf: #968 Staggered jumps: JMP_JGT_K jited:1 64959 PASS
kern  :info  : [ 1096.029956] test_bpf: #969 Staggered jumps: JMP_JGE_K jited:1 71470 PASS
kern  :info  : [ 1096.043753] test_bpf: #970 Staggered jumps: JMP_JLT_K jited:1 75479 PASS
kern  :info  : [ 1096.057814] test_bpf: #971 Staggered jumps: JMP_JLE_K jited:1 76027 PASS
kern  :info  : [ 1096.072033] test_bpf: #972 Staggered jumps: JMP_JSGT_K jited:1 77623 PASS
kern  :info  : [ 1096.086100] test_bpf: #973 Staggered jumps: JMP_JSGE_K jited:1 74536 PASS
kern  :info  : [ 1096.099997] test_bpf: #974 Staggered jumps: JMP_JSLT_K jited:1 74612 PASS
kern  :info  : [ 1096.113986] test_bpf: #975 Staggered jumps: JMP_JSLE_K jited:1 71194 PASS
kern  :info  : [ 1096.128035] test_bpf: #976 Staggered jumps: JMP_JEQ_X jited:1 69078 PASS
kern  :info  : [ 1096.141971] test_bpf: #977 Staggered jumps: JMP_JNE_X jited:1 72654 PASS
kern  :info  : [ 1096.156025] test_bpf: #978 Staggered jumps: JMP_JSET_X jited:1 66407 PASS
kern  :info  : [ 1096.170081] test_bpf: #979 Staggered jumps: JMP_JGT_X jited:1 70872 PASS
kern  :info  : [ 1096.184099] test_bpf: #980 Staggered jumps: JMP_JGE_X jited:1 64839 PASS
kern  :info  : [ 1096.197985] test_bpf: #981 Staggered jumps: JMP_JLT_X jited:1 66594 PASS
kern  :info  : [ 1096.211750] test_bpf: #982 Staggered jumps: JMP_JLE_X jited:1 71158 PASS
kern  :info  : [ 1096.225655] test_bpf: #983 Staggered jumps: JMP_JSGT_X jited:1 73841 PASS
kern  :info  : [ 1096.239766] test_bpf: #984 Staggered jumps: JMP_JSGE_X jited:1 72689 PASS
kern  :info  : [ 1096.253836] test_bpf: #985 Staggered jumps: JMP_JSLT_X jited:1 68477 PASS
kern  :info  : [ 1096.267900] test_bpf: #986 Staggered jumps: JMP_JSLE_X jited:1 73091 PASS
kern  :info  : [ 1096.281932] test_bpf: #987 Staggered jumps: JMP32_JEQ_K jited:1 75860 PASS
kern  :info  : [ 1096.295957] test_bpf: #988 Staggered jumps: JMP32_JNE_K jited:1 71017 PASS
kern  :info  : [ 1096.309866] test_bpf: #989 Staggered jumps: JMP32_JSET_K jited:1 76954 PASS
kern  :info  : [ 1096.324004] test_bpf: #990 Staggered jumps: JMP32_JGT_K jited:1 66995 PASS
kern  :info  : [ 1096.338041] test_bpf: #991 Staggered jumps: JMP32_JGE_K jited:1 69117 PASS
kern  :info  : [ 1096.352227] test_bpf: #992 Staggered jumps: JMP32_JLT_K jited:1 64111 PASS
kern  :info  : [ 1096.366217] test_bpf: #993 Staggered jumps: JMP32_JLE_K jited:1 78557 PASS
kern  :info  : [ 1096.380373] test_bpf: #994 Staggered jumps: JMP32_JSGT_K jited:1 67147 PASS
kern  :info  : [ 1096.394130] test_bpf: #995 Staggered jumps: JMP32_JSGE_K jited:1 72765 PASS
kern  :info  : [ 1096.408346] test_bpf: #996 Staggered jumps: JMP32_JSLT_K jited:1 59886 PASS
kern  :info  : [ 1096.422242] test_bpf: #997 Staggered jumps: JMP32_JSLE_K jited:1 61416 PASS
kern  :info  : [ 1096.436418] test_bpf: #998 Staggered jumps: JMP32_JEQ_X jited:1 61143 PASS
kern  :info  : [ 1096.450044] test_bpf: #999 Staggered jumps: JMP32_JNE_X jited:1 70629 PASS
kern  :info  : [ 1096.464028] test_bpf: #1000 Staggered jumps: JMP32_JSET_X jited:1 66533 PASS
kern  :info  : [ 1096.478250] test_bpf: #1001 Staggered jumps: JMP32_JGT_X jited:1 63022 PASS
kern  :info  : [ 1096.492101] test_bpf: #1002 Staggered jumps: JMP32_JGE_X jited:1 64028 PASS
kern  :info  : [ 1096.506130] test_bpf: #1003 Staggered jumps: JMP32_JLT_X jited:1 67654 PASS
kern  :info  : [ 1096.520292] test_bpf: #1004 Staggered jumps: JMP32_JLE_X jited:1 64077 PASS
kern  :info  : [ 1096.534180] test_bpf: #1005 Staggered jumps: JMP32_JSGT_X jited:1 64230 PASS
kern  :info  : [ 1096.548413] test_bpf: #1006 Staggered jumps: JMP32_JSGE_X jited:1 59273 PASS
kern  :info  : [ 1096.562337] test_bpf: #1007 Staggered jumps: JMP32_JSLT_X jited:1 61867 PASS
kern  :info  : [ 1096.576535] test_bpf: #1008 Staggered jumps: JMP32_JSLE_X jited:1 64569 PASS
kern  :info  : [ 1096.590389] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
kern  :info  : [ 1096.598786] test_bpf: #0 Tail call leaf jited:1 15 PASS
kern  :info  : [ 1096.598812] test_bpf: #1 Tail call 2 jited:1 44 PASS
kern  :info  : [ 1096.604761] test_bpf: #2 Tail call 3 jited:1 56 PASS
kern  :info  : [ 1096.610480] test_bpf: #3 Tail call 4 jited:1 114 PASS
kern  :info  : [ 1096.616239] test_bpf: #4 Tail call error path, max count reached jited:1 495 PASS
kern  :info  : [ 1096.622463] test_bpf: #5 Tail call count preserved across function calls jited:1 43289 PASS
kern  :info  : [ 1096.673912] test_bpf: #6 Tail call error path, NULL target jited:1 30 PASS
kern  :info  : [ 1096.682945] test_bpf: #7 Tail call error path, index out of range jited:1 14 PASS
kern  :info  : [ 1096.690513] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
kern  :info  : [ 1096.707430] test_bpf: #0 gso_with_rx_frags PASS
kern  :info  : [ 1096.712692] test_bpf: #1 gso_linear_no_head_frag PASS
kern  :info  : [ 1096.718552] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
kern  :info  : [ 1096.854724] test_bpf: #0 TAX jited:1 20 18 19 PASS
kern  :info  : [ 1096.860951] test_bpf: #1 TXA jited:1 14 26 13 PASS
kern  :info  : [ 1096.866913] test_bpf: #2 ADD_SUB_MUL_K jited:1 14 PASS
kern  :info  : [ 1096.873140] test_bpf: #3 DIV_MOD_KX jited:1 26 PASS
kern  :info  : [ 1096.879168] test_bpf: #4 AND_OR_LSH_K jited:1 14 14 PASS
kern  :info  : [ 1096.885548] test_bpf: #5 LD_IMM_0 jited:1 15 PASS
kern  :info  : [ 1096.891456] test_bpf: #6 LD_IND jited:1 23 22 35 PASS
kern  :info  : [ 1096.897754] test_bpf: #7 LD_ABS jited:1 22 22 23 PASS
kern  :info  : [ 1096.903986] test_bpf: #8 LD_ABS_LL jited:1 32 34 PASS
kern  :info  : [ 1096.910260] test_bpf: #9 LD_IND_LL jited:1 71 25 37 PASS
kern  :info  : [ 1096.916787] test_bpf: #10 LD_ABS_NET jited:1 34 34 PASS
kern  :info  : [ 1096.923201] test_bpf: #11 LD_IND_NET jited:1 23 62 38 PASS
kern  :info  : [ 1096.929982] test_bpf: #12 LD_PKTTYPE jited:1 16 16 PASS
kern  :info  : [ 1096.936340] test_bpf: #13 LD_MARK jited:1 14 14 PASS
kern  :info  : [ 1096.942480] test_bpf: #14 LD_RXHASH jited:1 14 14 PASS
kern  :info  : [ 1096.948775] test_bpf: #15 LD_QUEUE jited:1 14 14 PASS
kern  :info  : [ 1096.955020] test_bpf: #16 LD_PROTOCOL jited:1 17 17 PASS
kern  :info  : [ 1096.961517] test_bpf: #17 LD_VLAN_TAG jited:1 14 14 PASS
kern  :info  : [ 1096.967946] test_bpf: #18 LD_VLAN_TAG_PRESENT jited:1 13 13 PASS
kern  :info  : [ 1096.975105] test_bpf: #19 LD_IFINDEX jited:1 16 15 PASS
kern  :info  : [ 1096.981457] test_bpf: #20 LD_HATYPE jited:1 15 15 PASS
kern  :info  : [ 1096.987743] test_bpf: #21 LD_CPU jited:1 18 17 PASS
kern  :info  : [ 1096.993792] test_bpf: #22 LD_NLATTR jited:1 18 25 PASS
kern  :info  : [ 1097.000111] test_bpf: #23 LD_NLATTR_NEST jited:1 57 161 PASS
kern  :info  : [ 1097.007140] test_bpf: #24 LD_PAYLOAD_OFF jited:1 1938 2018 PASS
kern  :info  : [ 1097.018124] test_bpf: #25 LD_ANC_XOR jited:1 14 14 PASS
kern  :info  : [ 1097.024463] test_bpf: #26 SPILL_FILL jited:1 15 15 28 PASS
kern  :info  : [ 1097.031153] test_bpf: #27 JEQ jited:1 24 17 29 PASS
kern  :info  : [ 1097.037308] test_bpf: #28 JGT jited:1 36 15 43 PASS
kern  :info  : [ 1097.043443] test_bpf: #29 JGE (jt 0), test 1 jited:1 23 15 29 PASS
kern  :info  : [ 1097.051086] test_bpf: #30 JGE (jt 0), test 2 jited:1 33 16 16 PASS
kern  :info  : [ 1097.058465] test_bpf: #31 JGE jited:1 32 19 19 PASS
kern  :info  : [ 1097.064711] test_bpf: #32 JSET jited:1 22 22 24 PASS
kern  :info  : [ 1097.070915] test_bpf: #33 tcpdump port 22 jited:1 24 39 31 PASS
kern  :info  : [ 1097.078260] test_bpf: #34 tcpdump complex jited:1 40 28 42 PASS
kern  :info  : [ 1097.085524] test_bpf: #35 RET_A jited:1 15 15 PASS
kern  :info  : [ 1097.091530] test_bpf: #36 INT: ADD trivial jited:1 28 PASS
kern  :info  : [ 1097.098103] test_bpf: #37 INT: MUL_X jited:1 15 PASS
kern  :info  : [ 1097.104260] test_bpf: #38 INT: MUL_X2 jited:1 15 PASS
kern  :info  : [ 1097.110397] test_bpf: #39 INT: MUL32_X jited:1 16 PASS
kern  :info  : [ 1097.116717] test_bpf: #40 INT: ADD 64-bit jited:1 44 PASS
kern  :info  : [ 1097.123331] test_bpf: #41 INT: ADD 32-bit jited:1 30 PASS
kern  :info  : [ 1097.129994] test_bpf: #42 INT: SUB jited:1 28 PASS
kern  :info  : [ 1097.135952] test_bpf: #43 INT: XOR jited:1 33 PASS
kern  :info  : [ 1097.141930] test_bpf: #44 INT: MUL jited:1 24 PASS
kern  :info  : [ 1097.147823] test_bpf: #45 MOV REG64 jited:1 17 PASS
kern  :info  : [ 1097.153795] test_bpf: #46 MOV REG32 jited:1 17 PASS
kern  :info  : [ 1097.159715] test_bpf: #47 LD IMM64 jited:1 21 PASS
kern  :info  : [ 1097.165701] test_bpf: #48 INT: ALU MIX jited:1 27 PASS
kern  :info  : [ 1097.171896] test_bpf: #49 INT: shifts by register jited:1 22 PASS
kern  :info  : [ 1097.179164] test_bpf: #50 check: missing ret PASS
kern  :info  : [ 1097.184804] test_bpf: #51 check: div_k_0 PASS
kern  :info  : [ 1097.190016] test_bpf: #52 check: unknown insn PASS
kern  :info  : [ 1097.195595] test_bpf: #53 check: out of range spill/fill PASS
kern  :info  : [ 1097.202127] test_bpf: #54 JUMPS + HOLES jited:1 20 PASS
kern  :info  : [ 1097.209310] test_bpf: #55 check: RET X PASS
kern  :info  : [ 1097.214289] test_bpf: #56 check: LDX + RET X PASS
kern  :info  : [ 1097.219785] test_bpf: #57 M[]: alt STX + LDX jited:1 42 PASS
kern  :info  : [ 1097.226672] test_bpf: #58 M[]: full STX + full LDX jited:1 20 PASS
kern  :info  : [ 1097.234021] test_bpf: #59 check: SKF_AD_MAX PASS
kern  :info  : [ 1097.239458] test_bpf: #60 LD [SKF_AD_OFF-1] jited:1 23 PASS
kern  :info  : [ 1097.246301] test_bpf: #61 load 64-bit immediate jited:1 29 PASS
kern  :info  : [ 1097.253409] test_bpf: #62 ALU_MOV_X: dst = 2 jited:1 14 PASS
kern  :info  : [ 1097.260124] test_bpf: #63 ALU_MOV_X: dst = 4294967295 jited:1 14 PASS
kern  :info  : [ 1097.267750] test_bpf: #64 ALU64_MOV_X: dst = 2 jited:1 14 PASS
kern  :info  : [ 1097.274720] test_bpf: #65 ALU64_MOV_X: dst = 4294967295 jited:1 14 PASS
kern  :info  : [ 1097.282387] test_bpf: #66 ALU_MOV_K: dst = 2 jited:1 13 PASS
kern  :info  : [ 1097.289196] test_bpf: #67 ALU_MOV_K: dst = 4294967295 jited:1 14 PASS
kern  :info  : [ 1097.296711] test_bpf: #68 ALU_MOV_K: 0x0000ffffffff0000 = 0x00000000ffffffff jited:1 15 PASS
kern  :info  : [ 1097.306194] test_bpf: #69 ALU_MOV_K: small negative jited:1 14 PASS
kern  :info  : [ 1097.313474] test_bpf: #70 ALU_MOV_K: small negative zero extension jited:1 14 PASS
kern  :info  : [ 1097.322192] test_bpf: #71 ALU_MOV_K: large negative jited:1 14 PASS
kern  :info  : [ 1097.329459] test_bpf: #72 ALU_MOV_K: large negative zero extension jited:1 13 PASS
kern  :info  : [ 1097.338143] test_bpf: #73 ALU64_MOV_K: dst = 2 jited:1 14 PASS
kern  :info  : [ 1097.345048] test_bpf: #74 ALU64_MOV_K: dst = 2147483647 jited:1 13 PASS
kern  :info  : [ 1097.352745] test_bpf: #75 ALU64_OR_K: dst = 0x0 jited:1 16 PASS
kern  :info  : [ 1097.359729] test_bpf: #76 ALU64_MOV_K: dst = -1 jited:1 15 PASS
kern  :info  : [ 1097.366725] test_bpf: #77 ALU64_MOV_K: small negative jited:1 14 PASS
kern  :info  : [ 1097.374205] test_bpf: #78 ALU64_MOV_K: small negative sign extension jited:1 14 PASS
kern  :info  : [ 1097.382939] test_bpf: #79 ALU64_MOV_K: large negative jited:1 13 PASS
kern  :info  : [ 1097.390371] test_bpf: #80 ALU64_MOV_K: large negative sign extension jited:1 14 PASS
kern  :info  : [ 1097.399197] test_bpf: #81 ALU_ADD_X: 1 + 2 = 3 jited:1 15 PASS
kern  :info  : [ 1097.406115] test_bpf: #82 ALU_ADD_X: 1 + 4294967294 = 4294967295 jited:1 14 PASS
kern  :info  : [ 1097.414518] test_bpf: #83 ALU_ADD_X: 2 + 4294967294 = 0 jited:1 16 PASS
kern  :info  : [ 1097.422225] test_bpf: #84 ALU64_ADD_X: 1 + 2 = 3 jited:1 15 PASS
kern  :info  : [ 1097.429221] test_bpf: #85 ALU64_ADD_X: 1 + 4294967294 = 4294967295 jited:1 65 PASS
kern  :info  : [ 1097.437956] test_bpf: #86 ALU64_ADD_X: 2 + 4294967294 = 4294967296 jited:1 15 PASS
kern  :info  : [ 1097.446548] test_bpf: #87 ALU_ADD_K: 1 + 2 = 3 jited:1 14 PASS
kern  :info  : [ 1097.453470] test_bpf: #88 ALU_ADD_K: 3 + 0 = 3 jited:1 14 PASS
kern  :info  : [ 1097.460399] test_bpf: #89 ALU_ADD_K: 1 + 4294967294 = 4294967295 jited:1 27 PASS
kern  :info  : [ 1097.468839] test_bpf: #90 ALU_ADD_K: 4294967294 + 2 = 0 jited:1 15 PASS
kern  :info  : [ 1097.476623] test_bpf: #91 ALU_ADD_K: 0 + (-1) = 0x00000000ffffffff jited:1 15 PASS
kern  :info  : [ 1097.485252] test_bpf: #92 ALU_ADD_K: 0 + 0xffff = 0xffff jited:1 15 PASS
kern  :info  : [ 1097.492983] test_bpf: #93 ALU_ADD_K: 0 + 0x7fffffff = 0x7fffffff jited:1 28 PASS
kern  :info  : [ 1097.501492] test_bpf: #94 ALU_ADD_K: 0 + 0x80000000 = 0x80000000 jited:1 15 PASS
kern  :info  : [ 1097.509939] test_bpf: #95 ALU_ADD_K: 0 + 0x80008000 = 0x80008000 jited:1 17 PASS
kern  :info  : [ 1097.518461] test_bpf: #96 ALU64_ADD_K: 1 + 2 = 3 jited:1 14 PASS
kern  :info  : [ 1097.525536] test_bpf: #97 ALU64_ADD_K: 3 + 0 = 3 jited:1 29 PASS
kern  :info  : [ 1097.532691] test_bpf: #98 ALU64_ADD_K: 1 + 2147483646 = 2147483647 jited:1 14 PASS
kern  :info  : [ 1097.541262] test_bpf: #99 ALU64_ADD_K: 4294967294 + 2 = 4294967296 jited:1 15 PASS
kern  :info  : [ 1097.549810] test_bpf: #100 ALU64_ADD_K: 2147483646 + -2147483647 = -1 jited:1 13 PASS
kern  :info  : [ 1097.558672] test_bpf: #101 ALU64_ADD_K: 1 + 0 = 1 jited:1 15 PASS
kern  :info  : [ 1097.565791] test_bpf: #102 ALU64_ADD_K: 0 + (-1) = 0xffffffffffffffff jited:1 15 PASS
kern  :info  : [ 1097.574724] test_bpf: #103 ALU64_ADD_K: 0 + 0xffff = 0xffff jited:1 15 PASS
kern  :info  : [ 1097.582714] test_bpf: #104 ALU64_ADD_K: 0 + 0x7fffffff = 0x7fffffff jited:1 15 PASS
kern  :info  : [ 1097.591388] test_bpf: #105 ALU64_ADD_K: 0 + 0x80000000 = 0xffffffff80000000 jited:1 28 PASS
kern  :info  : [ 1097.600840] test_bpf: #106 ALU_ADD_K: 0 + 0x80008000 = 0xffffffff80008000 jited:1 16 PASS
kern  :info  : [ 1097.610011] test_bpf: #107 ALU_SUB_X: 3 - 1 = 2 jited:1 27 PASS
kern  :info  : [ 1097.617040] test_bpf: #108 ALU_SUB_X: 4294967295 - 4294967294 = 1 jited:1 15 PASS
kern  :info  : [ 1097.625532] test_bpf: #109 ALU64_SUB_X: 3 - 1 = 2 jited:1 15 PASS
kern  :info  : [ 1097.632705] test_bpf: #110 ALU64_SUB_X: 4294967295 - 4294967294 = 1 jited:1 14 PASS
kern  :info  : [ 1097.641374] test_bpf: #111 ALU_SUB_K: 3 - 1 = 2 jited:1 13 PASS
kern  :info  : [ 1097.648366] test_bpf: #112 ALU_SUB_K: 3 - 0 = 3 jited:1 14 PASS
kern  :info  : [ 1097.655358] test_bpf: #113 ALU_SUB_K: 4294967295 - 4294967294 = 1 jited:1 14 PASS
kern  :info  : [ 1097.663938] test_bpf: #114 ALU64_SUB_K: 3 - 1 = 2 jited:1 14 PASS
kern  :info  : [ 1097.671044] test_bpf: #115 ALU64_SUB_K: 3 - 0 = 3 jited:1 14 PASS
kern  :info  : [ 1097.678190] test_bpf: #116 ALU64_SUB_K: 4294967294 - 4294967295 = -1 jited:1 28 PASS
kern  :info  : [ 1097.686879] test_bpf: #117 ALU64_ADD_K: 2147483646 - 2147483647 = -1 jited:1 27 PASS
kern  :info  : [ 1097.695728] test_bpf: #118 ALU_MUL_X: 2 * 3 = 6 jited:1 27 PASS
kern  :info  : [ 1097.702663] test_bpf: #119 ALU_MUL_X: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 14 PASS
kern  :info  : [ 1097.711409] test_bpf: #120 ALU_MUL_X: -1 * -1 = 1 jited:1 15 PASS
kern  :info  : [ 1097.718549] test_bpf: #121 ALU64_MUL_X: 2 * 3 = 6 
kern  :info  : [ 1097.749509] test_bpf: #122 ALU64_MUL_X: 1 * 2147483647 = 2147483647 
kern  :info  : [ 1097.766393] test_bpf: #123 ALU64_MUL_X: 64x64 multiply, low word 
kern  :info  : [ 1097.790572] test_bpf: #124 ALU64_MUL_X: 64x64 multiply, high word 
kern  :info  : [ 1097.813002] test_bpf: #125 ALU_MUL_K: 2 * 3 = 6 jited:1 44 PASS
kern  :info  : [ 1097.824611] test_bpf: #126 ALU_MUL_K: 3 * 1 = 3 
kern  :info  : [ 1097.838313] test_bpf: #127 ALU_MUL_K: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 
kern  :info  : [ 1097.854839] test_bpf: #128 ALU_MUL_K: 1 * (-1) = 0x00000000ffffffff 
kern  :info  : [ 1097.883277] test_bpf: #129 ALU64_MUL_K: 2 * 3 = 6 
kern  :info  : [ 1097.900323] test_bpf: #130 ALU64_MUL_K: 3 * 1 = 3 
kern  :info  : [ 1097.916087] test_bpf: #131 ALU64_MUL_K: 1 * 2147483647 = 2147483647 
kern  :info  : [ 1097.934551] test_bpf: #132 ALU64_MUL_K: 1 * -2147483647 = -2147483647 
kern  :info  : [ 1097.964473] test_bpf: #133 ALU64_MUL_K: 1 * (-1) = 0xffffffffffffffff 
kern  :info  : [ 1097.987292] test_bpf: #134 ALU64_MUL_K: 64x32 multiply, low word 
kern  :info  : [ 1098.004966] test_bpf: #135 ALU64_MUL_K: 64x32 multiply, high word jited:1 14 PASS
kern  :info  : [ 1098.013550] test_bpf: #136 ALU_DIV_X: 6 / 2 = 3 
kern  :info  : [ 1098.043070] test_bpf: #137 ALU_DIV_X: 4294967295 / 4294967295 = 1 
kern  :info  : [ 1098.060811] test_bpf: #138 ALU64_DIV_X: 6 / 2 = 3 
kern  :info  : [ 1098.096282] test_bpf: #139 ALU64_DIV_X: 2147483647 / 2147483647 = 1 
kern  :info  : [ 1098.126896] test_bpf: #140 ALU64_DIV_X: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 51 PASS
kern  :info  : [ 1098.148977] test_bpf: #141 ALU_DIV_K: 6 / 2 = 3 
kern  :info  : [ 1098.168227] test_bpf: #142 ALU_DIV_K: 3 / 1 = 3 
kern  :info  : [ 1098.184856] test_bpf: #143 ALU_DIV_K: 4294967295 / 4294967295 = 1 
kern  :info  : [ 1098.203259] test_bpf: #144 ALU_DIV_K: 0xffffffffffffffff / (-1) = 0x1 
kern  :info  : [ 1098.222240] test_bpf: #145 ALU64_DIV_K: 6 / 2 = 3 
kern  :info  : [ 1098.238721] test_bpf: #146 ALU64_DIV_K: 3 / 1 = 3 
kern  :info  : [ 1098.256019] test_bpf: #147 ALU64_DIV_K: 2147483647 / 2147483647 = 1 
kern  :info  : [ 1098.283422] test_bpf: #148 ALU64_DIV_K: 0xffffffffffffffff / (-1) = 0x0000000000000001 
kern  :info  : [ 1098.302590] test_bpf: #149 ALU_MOD_X: 3 % 2 = 1 
kern  :info  : [ 1098.319291] test_bpf: #150 ALU_MOD_X: 4294967295 % 4294967293 = 2 
kern  :info  : [ 1098.337706] test_bpf: #151 ALU64_MOD_X: 3 % 2 = 1 
kern  :info  : [ 1098.355680] test_bpf: #152 ALU64_MOD_X: 2147483647 % 2147483645 = 2 jited:1 50 PASS
kern  :info  : [ 1098.371306] test_bpf: #153 ALU_MOD_K: 3 % 2 = 1 
kern  :info  : [ 1098.385543] test_bpf: #154 ALU_MOD_K: 3 % 1 = 0 
kern  :info  : [ 1098.400992] test_bpf: #155 ALU_MOD_K: 4294967295 % 4294967293 = 2 
kern  :info  : [ 1098.426413] test_bpf: #156 ALU64_MOD_K: 3 % 2 = 1 
kern  :info  : [ 1098.442491] test_bpf: #157 ALU64_MOD_K: 3 % 1 = 0 
kern  :info  : [ 1098.468158] test_bpf: #158 ALU64_MOD_K: 2147483647 % 2147483645 = 2 
kern  :info  : [ 1098.492232] test_bpf: #159 ALU_AND_X: 3 & 2 = 2 
kern  :info  : [ 1098.508469] test_bpf: #160 ALU_AND_X: 0xffffffff & 0xffffffff = 0xffffffff 
kern  :info  : [ 1098.526908] test_bpf: #161 ALU64_AND_X: 3 & 2 = 2 
kern  :info  : [ 1098.557877] test_bpf: #162 ALU64_AND_X: 0xffffffff & 0xffffffff = 0xffffffff 
kern  :info  : [ 1098.576508] test_bpf: #163 ALU_AND_K: 3 & 2 = 2 
kern  :info  : [ 1098.610670] test_bpf: #164 ALU_AND_K: 0xffffffff & 0xffffffff = 0xffffffff 
kern  :info  : [ 1098.643002] test_bpf: #165 ALU_AND_K: Small immediate 
kern  :info  : [ 1098.680431] test_bpf: #166 ALU_AND_K: Large immediate jited:1 28 PASS
kern  :info  : [ 1098.698164] test_bpf: #167 ALU_AND_K: Zero extension 
kern  :info  : [ 1098.714196] test_bpf: #168 ALU64_AND_K: 3 & 2 = 2 
kern  :info  : [ 1098.742970] test_bpf: #169 ALU64_AND_K: 0xffffffff & 0xffffffff = 0xffffffff 
kern  :info  : [ 1098.769103] test_bpf: #170 ALU64_AND_K: 0x0000ffffffff0000 & 0x0 = 0x0000000000000000 
kern  :info  : [ 1098.787416] test_bpf: #171 ALU64_AND_K: 0x0000ffffffff0000 & -1 = 0x0000ffffffff0000 
kern  :info  : [ 1098.805716] test_bpf: #172 ALU64_AND_K: 0xffffffffffffffff & -1 = 0xffffffffffffffff 
kern  :info  : [ 1098.823975] test_bpf: #173 ALU64_AND_K: Sign extension 1 jited:1 43 PASS
kern  :info  : [ 1098.843498] test_bpf: #174 ALU64_AND_K: Sign extension 2 jited:1 27 PASS
kern  :info  : [ 1098.858606] test_bpf: #175 ALU_OR_X: 1 | 2 = 3 
kern  :info  : [ 1098.903140] test_bpf: #176 ALU_OR_X: 0x0 | 0xffffffff = 0xffffffff jited:1 29 PASS
kern  :info  : [ 1098.920062] test_bpf: #177 ALU64_OR_X: 1 | 2 = 3 
kern  :info  : [ 1098.935285] test_bpf: #178 ALU64_OR_X: 0 | 0xffffffff = 0xffffffff 
kern  :info  : [ 1098.956709] test_bpf: #179 ALU_OR_K: 1 | 2 = 3 
kern  :info  : [ 1098.971695] test_bpf: #180 ALU_OR_K: 0 & 0xffffffff = 0xffffffff 
kern  :info  : [ 1098.999897] test_bpf: #181 ALU_OR_K: Small immediate 
kern  :info  : [ 1099.033372] test_bpf: #182 ALU_OR_K: Large immediate 
kern  :info  : [ 1099.082986] test_bpf: #183 ALU_OR_K: Zero extension 
kern  :info  : [ 1099.131449] test_bpf: #184 ALU64_OR_K: 1 | 2 = 3 
kern  :info  : [ 1099.168644] test_bpf: #185 ALU64_OR_K: 0 & 0xffffffff = 0xffffffff 
kern  :info  : [ 1099.212486] test_bpf: #186 ALU64_OR_K: 0x0000ffffffff0000 | 0x0 = 0x0000ffffffff0000 
kern  :info  : [ 1099.236987] test_bpf: #187 ALU64_OR_K: 0x0000ffffffff0000 | -1 = 0xffffffffffffffff 
kern  :info  : [ 1099.264573] test_bpf: #188 ALU64_OR_K: 0x000000000000000 | -1 = 0xffffffffffffffff 
kern  :info  : [ 1099.292424] test_bpf: #189 ALU64_OR_K: Sign extension 1 
kern  :info  : [ 1099.313940] test_bpf: #190 ALU64_OR_K: Sign extension 2 
kern  :info  : [ 1099.338543] test_bpf: #191 ALU_XOR_X: 5 ^ 6 = 3 
kern  :info  : [ 1099.372714] test_bpf: #192 ALU_XOR_X: 0x1 ^ 0xffffffff = 0xfffffffe 
kern  :info  : [ 1099.413257] test_bpf: #193 ALU64_XOR_X: 5 ^ 6 = 3 jited:1 
kern  :info  : [ 1099.446274] test_bpf: #194 ALU64_XOR_X: 1 ^ 0xffffffff = 0xfffffffe jited:1 
kern  :info  : [ 1099.478253] test_bpf: #195 ALU_XOR_K: 5 ^ 6 = 3 
kern  :info  : [ 1099.509486] test_bpf: #196 ALU_XOR_K: 1 ^ 0xffffffff = 0xfffffffe jited:1 
kern  :info  : [ 1099.535031] test_bpf: #197 ALU_XOR_K: Small immediate jited:1 14 PASS
kern  :info  : [ 1099.551035] test_bpf: #198 ALU_XOR_K: Large immediate 
kern  :info  : [ 1099.578194] test_bpf: #199 ALU_XOR_K: Zero extension 
kern  :info  : [ 1099.595518] test_bpf: #200 ALU64_XOR_K: 5 ^ 6 = 3 
kern  :info  : [ 1099.611217] test_bpf: #201 ALU64_XOR_K: 1 ^ 0xffffffff = 0xfffffffe 
kern  :info  : [ 1099.629641] test_bpf: #202 ALU64_XOR_K: 0x0000ffffffff0000 ^ 0x0 = 0x0000ffffffff0000 
kern  :info  : [ 1099.660995] test_bpf: #203 ALU64_XOR_K: 0x0000ffffffff0000 ^ -1 = 0xffff00000000ffff 
kern  :info  : [ 1099.686694] test_bpf: #204 ALU64_XOR_K: 0x000000000000000 ^ -1 = 0xffffffffffffffff 
kern  :info  : [ 1099.711132] test_bpf: #205 ALU64_XOR_K: Sign extension 1 
kern  :info  : [ 1099.740132] test_bpf: #206 ALU64_XOR_K: Sign extension 2 jited:1 15 PASS
kern  :info  : [ 1099.747989] test_bpf: #207 ALU_LSH_X: 1 << 1 = 2 
kern  :info  : [ 1099.784784] test_bpf: #208 ALU_LSH_X: 1 << 31 = 0x80000000 
kern  :info  : [ 1099.800940] test_bpf: #209 ALU_LSH_X: 0x12345678 << 12 = 0x45678000 
kern  :info  : [ 1099.823738] test_bpf: #210 ALU64_LSH_X: 1 << 1 = 2 
kern  :info  : [ 1099.843808] test_bpf: #211 ALU64_LSH_X: 1 << 31 = 0x80000000 
kern  :info  : [ 1099.871972] test_bpf: #212 ALU64_LSH_X: Shift < 32, low word 
kern  :info  : [ 1099.895918] test_bpf: #213 ALU64_LSH_X: Shift < 32, high word 
kern  :info  : [ 1099.920589] test_bpf: #214 ALU64_LSH_X: Shift > 32, low word 
kern  :info  : [ 1099.949874] test_bpf: #215 ALU64_LSH_X: Shift > 32, high word 
kern  :info  : [ 1099.979217] test_bpf: #216 ALU64_LSH_X: Shift == 32, low word jited:1 14 PASS
kern  :info  : [ 1099.987415] test_bpf: #217 ALU64_LSH_X: Shift == 32, high word jited:1 14 PASS
kern  :info  : [ 1100.016073] test_bpf: #218 ALU64_LSH_X: Zero shift, low word 
kern  :info  : [ 1100.040509] test_bpf: #219 ALU64_LSH_X: Zero shift, high word 
kern  :info  : [ 1100.068323] test_bpf: #220 ALU_LSH_K: 1 << 1 = 2 
kern  :info  : [ 1100.083818] test_bpf: #221 ALU_LSH_K: 1 << 31 = 0x80000000 
kern  :info  : [ 1100.112583] test_bpf: #222 ALU_LSH_K: 0x12345678 << 12 = 0x45678000 
kern  :info  : [ 1100.141321] test_bpf: #223 ALU_LSH_K: 0x12345678 << 0 = 0x12345678 
kern  :info  : [ 1100.167798] test_bpf: #224 ALU64_LSH_K: 1 << 1 = 2 
kern  :info  : [ 1100.192473] test_bpf: #225 ALU64_LSH_K: 1 << 31 = 0x80000000 
kern  :info  : [ 1100.219385] test_bpf: #226 ALU64_LSH_K: Shift < 32, low word 
kern  :info  : [ 1100.236290] test_bpf: #227 ALU64_LSH_K: Shift < 32, high word 
kern  :info  : [ 1100.254096] test_bpf: #228 ALU64_LSH_K: Shift > 32, low word 
kern  :info  : [ 1100.272016] test_bpf: #229 ALU64_LSH_K: Shift > 32, high word jited:1 29 PASS
kern  :info  : [ 1100.288823] test_bpf: #230 ALU64_LSH_K: Shift == 32, low word 
kern  :info  : [ 1100.306076] test_bpf: #231 ALU64_LSH_K: Shift == 32, high word 
kern  :info  : [ 1100.321584] test_bpf: #232 ALU64_LSH_K: Zero shift 
kern  :info  : [ 1100.337344] test_bpf: #233 ALU_RSH_X: 2 >> 1 = 1 jited:1 29 PASS
kern  :info  : [ 1100.352207] test_bpf: #234 ALU_RSH_X: 0x80000000 >> 31 = 1 jited:1 29 PASS
kern  :info  : [ 1100.366983] test_bpf: #235 ALU_RSH_X: 0x12345678 >> 20 = 0x123 
kern  :info  : [ 1100.392864] test_bpf: #236 ALU64_RSH_X: 2 >> 1 = 1 
kern  :info  : [ 1100.415927] test_bpf: #237 ALU64_RSH_X: 0x80000000 >> 31 = 1 
kern  :info  : [ 1100.440787] test_bpf: #238 ALU64_RSH_X: Shift < 32, low word jited:1 14 PASS
kern  :info  : [ 1100.455971] test_bpf: #239 ALU64_RSH_X: Shift < 32, high word 
kern  :info  : [ 1100.480607] test_bpf: #240 ALU64_RSH_X: Shift > 32, low word 
kern  :info  : [ 1100.505585] test_bpf: #241 ALU64_RSH_X: Shift > 32, high word 
kern  :info  : [ 1100.533464] test_bpf: #242 ALU64_RSH_X: Shift == 32, low word 
kern  :info  : [ 1100.549538] test_bpf: #243 ALU64_RSH_X: Shift == 32, high word 
kern  :info  : [ 1100.565807] test_bpf: #244 ALU64_RSH_X: Zero shift, low word jited:1 29 PASS
kern  :info  : [ 1100.579797] test_bpf: #245 ALU64_RSH_X: Zero shift, high word 
kern  :info  : [ 1100.594767] test_bpf: #246 ALU_RSH_K: 2 >> 1 = 1 
kern  :info  : [ 1100.621818] test_bpf: #247 ALU_RSH_K: 0x80000000 >> 31 = 1 
kern  :info  : [ 1100.645498] test_bpf: #248 ALU_RSH_K: 0x12345678 >> 20 = 0x123 
kern  :info  : [ 1100.662287] test_bpf: #249 ALU_RSH_K: 0x12345678 >> 0 = 0x12345678 
kern  :info  : [ 1100.680707] test_bpf: #250 ALU64_RSH_K: 2 >> 1 = 1 
kern  :info  : [ 1100.708958] test_bpf: #251 ALU64_RSH_K: 0x80000000 >> 31 = 1 
kern  :info  : [ 1100.732596] test_bpf: #252 ALU64_RSH_K: Shift < 32, low word 
kern  :info  : [ 1100.748797] test_bpf: #253 ALU64_RSH_K: Shift < 32, high word 
kern  :info  : [ 1100.776935] test_bpf: #254 ALU64_RSH_K: Shift > 32, low word jited:1 14 PASS
kern  :info  : [ 1100.792273] test_bpf: #255 ALU64_RSH_K: Shift > 32, high word 
kern  :info  : [ 1100.830606] test_bpf: #256 ALU64_RSH_K: Shift == 32, low word 
kern  :info  : [ 1100.846930] test_bpf: #257 ALU64_RSH_K: Shift == 32, high word 
kern  :info  : [ 1100.869237] test_bpf: #258 ALU64_RSH_K: Zero shift 
kern  :info  : [ 1100.884527] test_bpf: #259 ALU32_ARSH_X: -1234 >> 7 = -10 
kern  :info  : [ 1100.899090] test_bpf: #260 ALU64_ARSH_X: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff 
kern  :info  : [ 1100.917490] test_bpf: #261 ALU64_ARSH_X: Shift < 32, low word 
kern  :info  : [ 1100.945483] test_bpf: #262 ALU64_ARSH_X: Shift < 32, high word 
kern  :info  : [ 1100.970262] test_bpf: #263 ALU64_ARSH_X: Shift > 32, low word 
kern  :info  : [ 1100.988217] test_bpf: #264 ALU64_ARSH_X: Shift > 32, high word 
kern  :info  : [ 1101.017461] test_bpf: #265 ALU64_ARSH_X: Shift == 32, low word 
kern  :info  : [ 1101.046801] test_bpf: #266 ALU64_ARSH_X: Shift == 32, high word jited:1 15 PASS
kern  :info  : [ 1101.055153] test_bpf: #267 ALU64_ARSH_X: Zero shift, low word 
kern  :info  : [ 1101.093090] test_bpf: #268 ALU64_ARSH_X: Zero shift, high word 
kern  :info  : [ 1101.110508] test_bpf: #269 ALU32_ARSH_K: -1234 >> 7 = -10 
kern  :info  : [ 1101.137926] test_bpf: #270 ALU32_ARSH_K: -1234 >> 0 = -1234 
kern  :info  : [ 1101.163712] test_bpf: #271 ALU64_ARSH_K: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff 
kern  :info  : [ 1101.185519] test_bpf: #272 ALU64_ARSH_K: Shift < 32, low word 
kern  :info  : [ 1101.213508] test_bpf: #273 ALU64_ARSH_K: Shift < 32, high word 
kern  :info  : [ 1101.239247] test_bpf: #274 ALU64_ARSH_K: Shift > 32, low word 
kern  :info  : [ 1101.276544] test_bpf: #275 ALU64_ARSH_K: Shift > 32, high word jited:1 29 PASS
kern  :info  : [ 1101.289340] test_bpf: #276 ALU64_ARSH_K: Shift == 32, low word 
kern  :info  : [ 1101.307569] test_bpf: #277 ALU64_ARSH_K: Shift == 32, high word 
kern  :info  : [ 1101.331840] test_bpf: #278 ALU64_ARSH_K: Zero shift 
kern  :info  : [ 1101.357693] test_bpf: #279 ALU_NEG: -(3) = -3 
kern  :info  : [ 1101.372354] test_bpf: #280 ALU_NEG: -(-3) = 3 
kern  :info  : [ 1101.388748] test_bpf: #281 ALU64_NEG: -(3) = -3 
kern  :info  : [ 1101.412123] test_bpf: #282 ALU64_NEG: -(-3) = 3 jited:1 14 PASS
kern  :info  : [ 1101.433185] test_bpf: #283 ALU_END_FROM_BE 16: 0x0123456789abcdef -> 0xcdef 
kern  :info  : [ 1101.461122] test_bpf: #284 ALU_END_FROM_BE 32: 0x0123456789abcdef -> 0x89abcdef 
kern  :info  : [ 1101.500454] test_bpf: #285 ALU_END_FROM_BE 64: 0x0123456789abcdef -> 0x89abcdef jited:1 21 PASS
kern  :info  : [ 1101.518680] test_bpf: #286 ALU_END_FROM_BE 64: 0x0123456789abcdef >> 32 -> 0x01234567 
kern  :info  : [ 1101.541767] test_bpf: #287 ALU_END_FROM_BE 16: 0xfedcba9876543210 -> 0x3210 
kern  :info  : [ 1101.578982] test_bpf: #288 ALU_END_FROM_BE 32: 0xfedcba9876543210 -> 0x76543210 jited:1 
kern  :info  : [ 1101.612715] test_bpf: #289 ALU_END_FROM_BE 64: 0xfedcba9876543210 -> 0x76543210 jited:1 27 PASS
kern  :info  : [ 1101.627033] test_bpf: #290 ALU_END_FROM_BE 64: 0xfedcba9876543210 >> 32 -> 0xfedcba98 
kern  :info  : [ 1101.658298] test_bpf: #291 ALU_END_FROM_LE 16: 0x0123456789abcdef -> 0xefcd 
kern  :info  : [ 1101.677300] test_bpf: #292 ALU_END_FROM_LE 32: 0x0123456789abcdef -> 0xefcdab89 
kern  :info  : [ 1101.695225] test_bpf: #293 ALU_END_FROM_LE 64: 0x0123456789abcdef -> 0x67452301 
kern  :info  : [ 1101.718974] test_bpf: #294 ALU_END_FROM_LE 64: 0x0123456789abcdef >> 32 -> 0xefcdab89 
kern  :info  : [ 1101.750449] test_bpf: #295 ALU_END_FROM_LE 16: 0xfedcba9876543210 -> 0x1032 jited:1 14 PASS
kern  :info  : [ 1101.760003] test_bpf: #296 ALU_END_FROM_LE 32: 0xfedcba9876543210 -> 0x10325476 
kern  :info  : [ 1101.807474] test_bpf: #297 ALU_END_FROM_LE 64: 0xfedcba9876543210 -> 0x10325476 
kern  :info  : [ 1101.841418] test_bpf: #298 ALU_END_FROM_LE 64: 0xfedcba9876543210 >> 32 -> 0x98badcfe jited:1 20 PASS
kern  :info  : [ 1101.858706] test_bpf: #299 BPF_LDX_MEM | BPF_B 
kern  :info  : [ 1101.873646] test_bpf: #300 BPF_LDX_MEM | BPF_B, MSB set 
kern  :info  : [ 1101.901095] test_bpf: #301 BPF_LDX_MEM | BPF_H 
kern  :info  : [ 1101.917917] test_bpf: #302 BPF_LDX_MEM | BPF_H, MSB set 
kern  :info  : [ 1101.941927] test_bpf: #303 BPF_LDX_MEM | BPF_W 
kern  :info  : [ 1101.969886] test_bpf: #304 BPF_LDX_MEM | BPF_W, MSB set 
kern  :info  : [ 1101.998680] test_bpf: #305 BPF_STX_MEM | BPF_B jited:1 14 PASS
kern  :info  : [ 1102.005658] test_bpf: #306 BPF_STX_MEM | BPF_B, MSB set 
kern  :info  : [ 1102.035848] test_bpf: #307 BPF_STX_MEM | BPF_H jited:1 30 PASS
kern  :info  : [ 1102.049821] test_bpf: #308 BPF_STX_MEM | BPF_H, MSB set 
kern  :info  : [ 1102.081654] test_bpf: #309 BPF_STX_MEM | BPF_W 
kern  :info  : [ 1102.119893] test_bpf: #310 BPF_STX_MEM | BPF_W, MSB set 
kern  :info  : [ 1102.159577] test_bpf: #311 ST_MEM_B: Store/Load byte: max negative jited:1 29 PASS
kern  :info  : [ 1102.172737] test_bpf: #312 ST_MEM_B: Store/Load byte: max positive 
kern  :info  : [ 1102.198782] test_bpf: #313 STX_MEM_B: Store/Load byte: max negative 
kern  :info  : [ 1102.224929] test_bpf: #314 ST_MEM_H: Store/Load half word: max negative 
kern  :info  : [ 1102.252767] test_bpf: #315 ST_MEM_H: Store/Load half word: max positive 
kern  :info  : [ 1102.278788] test_bpf: #316 STX_MEM_H: Store/Load half word: max negative 
kern  :info  : [ 1102.305737] test_bpf: #317 ST_MEM_W: Store/Load word: max negative 
kern  :info  : [ 1102.332979] test_bpf: #318 ST_MEM_W: Store/Load word: max positive 
kern  :info  : [ 1102.355933] test_bpf: #319 STX_MEM_W: Store/Load word: max negative 
kern  :info  : [ 1102.384124] test_bpf: #320 ST_MEM_DW: Store/Load double word: max negative 
kern  :info  : [ 1102.409675] test_bpf: #321 ST_MEM_DW: Store/Load double word: max negative 2 
kern  :info  : [ 1102.436023] test_bpf: #322 ST_MEM_DW: Store/Load double word: max positive jited:1 27 PASS
kern  :info  : [ 1102.449863] test_bpf: #323 STX_MEM_DW: Store/Load double word: max negative 
kern  :info  : [ 1102.467687] test_bpf: #324 STX_MEM_DW: Store double word: first word in memory 
kern  :info  : [ 1102.497651] test_bpf: #325 STX_MEM_DW: Store double word: second word in memory jited:1 29 PASS
kern  :info  : [ 1102.515506] test_bpf: #326 STX_XADD_W: X + 1 + 1 + 1 + ... 
kern  :info  : [ 1102.561356] test_bpf: #327 STX_XADD_DW: X + 1 + 1 + 1 + ... 
kern  :info  : [ 1102.600089] test_bpf: #328 BPF_ATOMIC | BPF_W, BPF_ADD: Test: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.626929] test_bpf: #329 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 36 PASS
kern  :info  : [ 1102.646147] test_bpf: #330 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.674920] test_bpf: #331 BPF_ATOMIC | BPF_W, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.695331] test_bpf: #332 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.715490] test_bpf: #333 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.737975] test_bpf: #334 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.768993] test_bpf: #335 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.790363] test_bpf: #336 BPF_ATOMIC | BPF_DW, BPF_ADD: Test: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.817944] test_bpf: #337 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.856346] test_bpf: #338 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.905170] test_bpf: #339 BPF_ATOMIC | BPF_DW, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 37 PASS
kern  :info  : [ 1102.920133] test_bpf: #340 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.941094] test_bpf: #341 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1102.980864] test_bpf: #342 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1103.023688] test_bpf: #343 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd 
kern  :info  : [ 1103.065681] test_bpf: #344 BPF_ATOMIC | BPF_W, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 36 PASS
kern  :info  : [ 1103.085486] test_bpf: #345 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.114756] test_bpf: #346 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.135417] test_bpf: #347 BPF_ATOMIC | BPF_W, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.164511] test_bpf: #348 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.193981] test_bpf: #349 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 23 PASS
kern  :info  : [ 1103.214240] test_bpf: #350 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 38 PASS
kern  :info  : [ 1103.234091] test_bpf: #351 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.264085] test_bpf: #352 BPF_ATOMIC | BPF_DW, BPF_AND: Test: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.288345] test_bpf: #353 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.319375] test_bpf: #354 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.338648] test_bpf: #355 BPF_ATOMIC | BPF_DW, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.365611] test_bpf: #356 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.401743] test_bpf: #357 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 
kern  :info  : [ 1103.443163] test_bpf: #358 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 
kern  :info  : [ 1103.475110] test_bpf: #359 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 
kern  :info  : [ 1103.519983] test_bpf: #360 BPF_ATOMIC | BPF_W, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 40 PASS
kern  :info  : [ 1103.534221] test_bpf: #361 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.554127] test_bpf: #362 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.575023] test_bpf: #363 BPF_ATOMIC | BPF_W, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 37 PASS
kern  :info  : [ 1103.591020] test_bpf: #364 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.609690] test_bpf: #365 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 37 PASS
kern  :info  : [ 1103.629949] test_bpf: #366 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.662325] test_bpf: #367 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.682934] test_bpf: #368 BPF_ATOMIC | BPF_DW, BPF_OR: Test: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.701947] test_bpf: #369 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.740898] test_bpf: #370 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 36 PASS
kern  :info  : [ 1103.763403] test_bpf: #371 BPF_ATOMIC | BPF_DW, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.793878] test_bpf: #372 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.814754] test_bpf: #373 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.844641] test_bpf: #374 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb 
kern  :info  : [ 1103.881776] test_bpf: #375 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 23 PASS
kern  :info  : [ 1103.905422] test_bpf: #376 BPF_ATOMIC | BPF_W, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1103.940062] test_bpf: #377 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1103.976705] test_bpf: #378 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.020176] test_bpf: #379 BPF_ATOMIC | BPF_W, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.058101] test_bpf: #380 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 23 PASS
kern  :info  : [ 1104.077015] test_bpf: #381 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 36 PASS
kern  :info  : [ 1104.097398] test_bpf: #382 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.136365] test_bpf: #383 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.163407] test_bpf: #384 BPF_ATOMIC | BPF_DW, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.181294] test_bpf: #385 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.210235] test_bpf: #386 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.234427] test_bpf: #387 BPF_ATOMIC | BPF_DW, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.261285] test_bpf: #388 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.291799] test_bpf: #389 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.321614] test_bpf: #390 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.354150] test_bpf: #391 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 
kern  :info  : [ 1104.383272] test_bpf: #392 BPF_ATOMIC | BPF_W, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab 
kern  :info  : [ 1104.403370] test_bpf: #393 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab 
kern  :info  : [ 1104.432982] test_bpf: #394 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab 
kern  :info  : [ 1104.461869] test_bpf: #395 BPF_ATOMIC | BPF_W, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab 
kern  :info  : [ 1104.487838] test_bpf: #396 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab 
kern  :info  : [ 1104.514640] test_bpf: #397 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab 
kern  :info  : [ 1104.551653] test_bpf: #398 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 36 PASS
kern  :info  : [ 1104.574850] test_bpf: #399 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab 
kern  :info  : [ 1104.603333] test_bpf: #400 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful return 
kern  :info  : [ 1104.622587] test_bpf: #401 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful store 
kern  :info  : [ 1104.640600] test_bpf: #402 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure return 
kern  :info  : [ 1104.658118] test_bpf: #403 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure store 
kern  :info  : [ 1104.677784] test_bpf: #404 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test side effects 
kern  :info  : [ 1104.723190] test_bpf: #405 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful return jited:1 37 PASS
kern  :info  : [ 1104.741526] test_bpf: #406 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful store 
kern  :info  : [ 1104.759355] test_bpf: #407 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure return jited:1 21 PASS
kern  :info  : [ 1104.777099] test_bpf: #408 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure store 
kern  :info  : [ 1104.796102] test_bpf: #409 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test side effects 
kern  :info  : [ 1104.818581] test_bpf: #410 JMP32_JEQ_K: Small immediate 
kern  :info  : [ 1104.842701] test_bpf: #411 JMP32_JEQ_K: Large immediate 
kern  :info  : [ 1104.869858] test_bpf: #412 JMP32_JEQ_K: negative immediate 
kern  :info  : [ 1104.895227] test_bpf: #413 JMP32_JEQ_X 
kern  :info  : [ 1104.921981] test_bpf: #414 JMP32_JNE_K: Small immediate 
kern  :info  : [ 1104.939692] test_bpf: #415 JMP32_JNE_K: Large immediate 
kern  :info  : [ 1104.964855] test_bpf: #416 JMP32_JNE_K: negative immediate 
kern  :info  : [ 1104.990680] test_bpf: #417 JMP32_JNE_X 
kern  :info  : [ 1105.004108] test_bpf: #418 JMP32_JSET_K: Small immediate 
kern  :info  : [ 1105.038740] test_bpf: #419 JMP32_JSET_K: Large immediate jited:1 14 PASS
kern  :info  : [ 1105.056035] test_bpf: #420 JMP32_JSET_K: negative immediate 
kern  :info  : [ 1105.087372] test_bpf: #421 JMP32_JSET_X jited:1 30 PASS
kern  :info  : [ 1105.105126] test_bpf: #422 JMP32_JGT_K: Small immediate 
kern  :info  : [ 1105.131855] test_bpf: #423 JMP32_JGT_K: Large immediate 
kern  :info  : [ 1105.156854] test_bpf: #424 JMP32_JGT_X 
kern  :info  : [ 1105.171053] test_bpf: #425 JMP32_JGE_K: Small immediate 
kern  :info  : [ 1105.186489] test_bpf: #426 JMP32_JGE_K: Large immediate 
kern  :info  : [ 1105.204095] test_bpf: #427 JMP32_JGE_X jited:1 15 PASS
kern  :info  : [ 1105.228040] test_bpf: #428 JMP32_JLT_K: Small immediate 
kern  :info  : [ 1105.244268] test_bpf: #429 JMP32_JLT_K: Large immediate 
kern  :info  : [ 1105.261628] test_bpf: #430 JMP32_JLT_X 
kern  :info  : [ 1105.275723] test_bpf: #431 JMP32_JLE_K: Small immediate 
kern  :info  : [ 1105.291206] test_bpf: #432 JMP32_JLE_K: Large immediate 
kern  :info  : [ 1105.308954] test_bpf: #433 JMP32_JLE_X 
kern  :info  : [ 1105.324517] test_bpf: #434 JMP32_JSGT_K: Small immediate 
kern  :info  : [ 1105.345135] test_bpf: #435 JMP32_JSGT_K: Large immediate 
kern  :info  : [ 1105.373543] test_bpf: #436 JMP32_JSGT_X 
kern  :info  : [ 1105.401041] test_bpf: #437 JMP32_JSGE_K: Small immediate 
kern  :info  : [ 1105.430303] test_bpf: #438 JMP32_JSGE_K: Large immediate jited:1 29 PASS
kern  :info  : [ 1105.449888] test_bpf: #439 JMP32_JSGE_X 
kern  :info  : [ 1105.475417] test_bpf: #440 JMP32_JSLT_K: Small immediate 
kern  :info  : [ 1105.492844] test_bpf: #441 JMP32_JSLT_K: Large immediate 
kern  :info  : [ 1105.510434] test_bpf: #442 JMP32_JSLT_X 
kern  :info  : [ 1105.527506] test_bpf: #443 JMP32_JSLE_K: Small immediate 
kern  :info  : [ 1105.544294] test_bpf: #444 JMP32_JSLE_K: Large immediate 
kern  :info  : [ 1105.559281] test_bpf: #445 JMP32_JSLE_X 
kern  :info  : [ 1105.577583] test_bpf: #446 JMP_EXIT 
kern  :info  : [ 1105.593034] test_bpf: #447 JMP_JA: Unconditional jump: if (true) return 1 
kern  :info  : [ 1105.610094] test_bpf: #448 JMP_JSLT_K: Signed jump: if (-2 < -1) return 1 
kern  :info  : [ 1105.628586] test_bpf: #449 JMP_JSLT_K: Signed jump: if (-1 < -1) return 0 
kern  :info  : [ 1105.647054] test_bpf: #450 JMP_JSGT_K: Signed jump: if (-1 > -2) return 1 
kern  :info  : [ 1105.677040] test_bpf: #451 JMP_JSGT_K: Signed jump: if (-1 > -1) return 0 jited:1 21 PASS
kern  :info  : [ 1105.690938] test_bpf: #452 JMP_JSLE_K: Signed jump: if (-2 <= -1) return 1 
kern  :info  : [ 1105.719108] test_bpf: #453 JMP_JSLE_K: Signed jump: if (-1 <= -1) return 1 
kern  :info  : [ 1105.738516] test_bpf: #454 JMP_JSLE_K: Signed jump: value walk 1 
kern  :info  : [ 1105.769631] test_bpf: #455 JMP_JSLE_K: Signed jump: value walk 2 
kern  :info  : [ 1105.790466] test_bpf: #456 JMP_JSGE_K: Signed jump: if (-1 >= -2) return 1 
kern  :info  : [ 1105.826238] test_bpf: #457 JMP_JSGE_K: Signed jump: if (-1 >= -1) return 1 
kern  :info  : [ 1105.845255] test_bpf: #458 JMP_JSGE_K: Signed jump: value walk 1 
kern  :info  : [ 1105.861648] test_bpf: #459 JMP_JSGE_K: Signed jump: value walk 2 
kern  :info  : [ 1105.877901] test_bpf: #460 JMP_JGT_K: if (3 > 2) return 1 
kern  :info  : [ 1105.895979] test_bpf: #461 JMP_JGT_K: Unsigned jump: if (-1 > 1) return 1 jited:1 15 PASS
kern  :info  : [ 1105.912360] test_bpf: #462 JMP_JLT_K: if (2 < 3) return 1 
kern  :info  : [ 1105.940337] test_bpf: #463 JMP_JGT_K: Unsigned jump: if (1 < -1) return 1 
kern  :info  : [ 1105.958759] test_bpf: #464 JMP_JGE_K: if (3 >= 2) return 1 
kern  :info  : [ 1105.986174] test_bpf: #465 JMP_JLE_K: if (2 <= 3) return 1 
kern  :info  : [ 1106.011315] test_bpf: #466 JMP_JGT_K: if (3 > 2) return 1 (jump backwards) 
kern  :info  : [ 1106.040963] test_bpf: #467 JMP_JGE_K: if (3 >= 3) return 1 
kern  :info  : [ 1106.066517] test_bpf: #468 JMP_JGT_K: if (2 < 3) return 1 (jump backwards) 
kern  :info  : [ 1106.096658] test_bpf: #469 JMP_JLE_K: if (3 <= 3) return 1 
kern  :info  : [ 1106.125527] test_bpf: #470 JMP_JNE_K: if (3 != 2) return 1 
kern  :info  : [ 1106.154026] test_bpf: #471 JMP_JEQ_K: if (3 == 3) return 1 
kern  :info  : [ 1106.189088] test_bpf: #472 JMP_JSET_K: if (0x3 & 0x2) return 1 
kern  :info  : [ 1106.224653] test_bpf: #473 JMP_JSET_K: if (0x3 & 0xffffffff) return 1 jited:1 30 PASS
kern  :info  : [ 1106.245831] test_bpf: #474 JMP_JSGT_X: Signed jump: if (-1 > -2) return 1 
kern  :info  : [ 1106.270344] test_bpf: #475 JMP_JSGT_X: Signed jump: if (-1 > -1) return 0 
kern  :info  : [ 1106.288772] test_bpf: #476 JMP_JSLT_X: Signed jump: if (-2 < -1) return 1 jited:1 16 
kern  :info  : [ 1106.308728] test_bpf: #477 JMP_JSLT_X: Signed jump: if (-1 < -1) return 0 jited:1 
kern  :info  : [ 1106.337669] test_bpf: #478 JMP_JSGE_X: Signed jump: if (-1 >= -2) return 1 
kern  :info  : [ 1106.378005] test_bpf: #479 JMP_JSGE_X: Signed jump: if (-1 >= -1) return 1 jited:1 36 PASS
kern  :info  : [ 1106.391879] test_bpf: #480 JMP_JSLE_X: Signed jump: if (-2 <= -1) return 1 
kern  :info  : [ 1106.410494] test_bpf: #481 JMP_JSLE_X: Signed jump: if (-1 <= -1) return 1 
kern  :info  : [ 1106.427932] test_bpf: #482 JMP_JGT_X: if (3 > 2) return 1 
kern  :info  : [ 1106.451365] test_bpf: #483 JMP_JGT_X: Unsigned jump: if (-1 > 1) return 1 
kern  :info  : [ 1106.480659] test_bpf: #484 JMP_JLT_X: if (2 < 3) return 1 
kern  :info  : [ 1106.497106] test_bpf: #485 JMP_JLT_X: Unsigned jump: if (1 < -1) return 1 
kern  :info  : [ 1106.515966] test_bpf: #486 JMP_JGE_X: if (3 >= 2) return 1 
kern  :info  : [ 1106.537695] test_bpf: #487 JMP_JGE_X: if (3 >= 3) return 1 
kern  :info  : [ 1106.563126] test_bpf: #488 JMP_JLE_X: if (2 <= 3) return 1 
kern  :info  : [ 1106.602429] test_bpf: #489 JMP_JLE_X: if (3 <= 3) return 1 
kern  :info  : [ 1106.625271] test_bpf: #490 JMP_JGE_X: ldimm64 test 1 
kern  :info  : [ 1106.639250] test_bpf: #491 JMP_JGE_X: ldimm64 test 2 
kern  :info  : [ 1106.655086] test_bpf: #492 JMP_JGE_X: ldimm64 test 3 
kern  :info  : [ 1106.682868] test_bpf: #493 JMP_JLE_X: ldimm64 test 1 
kern  :info  : [ 1106.709394] test_bpf: #494 JMP_JLE_X: ldimm64 test 2 
kern  :info  : [ 1106.734267] test_bpf: #495 JMP_JLE_X: ldimm64 test 3 jited:1 15 PASS
kern  :info  : [ 1106.741760] test_bpf: #496 JMP_JNE_X: if (3 != 2) return 1 jited:1 16 PASS
kern  :info  : [ 1106.749759] test_bpf: #497 JMP_JEQ_X: if (3 == 3) return 1 jited:1 15 PASS
kern  :info  : [ 1106.757733] test_bpf: #498 JMP_JSET_X: if (0x3 & 0x2) return 1 jited:1 31 PASS
kern  :info  : [ 1106.766117] test_bpf: #499 JMP_JSET_X: if (0x3 & 0xffffffff) return 1 jited:1 17 PASS
kern  :info  : [ 1106.775104] test_bpf: #500 JMP_JA: Jump, gap, jump, ... jited:1 14 PASS
kern  :info  : [ 1106.782783] test_bpf: #501 BPF_MAXINSNS: Maximum possible literals jited:1 14 PASS
kern  :info  : [ 1107.022603] test_bpf: #502 BPF_MAXINSNS: Single literal jited:1 14 PASS
kern  :info  : [ 1107.261715] test_bpf: #503 BPF_MAXINSNS: Run/add until end jited:1 1166 PASS
kern  :info  : [ 1107.414796] test_bpf: #504 BPF_MAXINSNS: Too many instructions PASS
kern  :info  : [ 1107.421910] test_bpf: #505 BPF_MAXINSNS: Very long jump jited:1 15 PASS
kern  :info  : [ 1107.646001] test_bpf: #506 BPF_MAXINSNS: Ctx heavy transformations jited:1 1807 1749 PASS
kern  :info  : [ 1107.874867] test_bpf: #507 BPF_MAXINSNS: Call heavy transformations jited:1 12960 12970 PASS
kern  :info  : [ 1107.920109] test_bpf: #508 BPF_MAXINSNS: Jump heavy test jited:1 1872 PASS
kern  :info  : [ 1108.163198] test_bpf: #509 BPF_MAXINSNS: Very long jump backwards jited:1 14 PASS
kern  :info  : [ 1108.315771] test_bpf: #510 BPF_MAXINSNS: Edge hopping nuthouse jited:1 8356 PASS
kern  :info  : [ 1108.335542] test_bpf: #511 BPF_MAXINSNS: Jump, gap, jump, ... jited:1 44 PASS
kern  :info  : [ 1108.347346] test_bpf: #512 BPF_MAXINSNS: jump over MSH 
kern  :info  : [ 1108.378346] test_bpf: #513 BPF_MAXINSNS: exec all MSH 
kern  :info  : [ 1118.237379] test_bpf: #514 BPF_MAXINSNS: ld_abs+get_processor_id 
kern  :info  : [ 1119.617773] test_bpf: #515 LD_IND byte frag 
kern  :info  : [ 1119.663645] test_bpf: #516 LD_IND halfword frag 
kern  :info  : [ 1119.685406] test_bpf: #517 LD_IND word frag 
kern  :info  : [ 1119.713135] test_bpf: #518 LD_IND halfword mixed head/frag 
kern  :info  : [ 1119.738922] test_bpf: #519 LD_IND word mixed head/frag 
kern  :info  : [ 1119.764723] test_bpf: #520 LD_ABS byte frag 
kern  :info  : [ 1119.790349] test_bpf: #521 LD_ABS halfword frag 
kern  :info  : [ 1119.816343] test_bpf: #522 LD_ABS word frag jited:1 78 PASS
kern  :info  : [ 1119.831320] test_bpf: #523 LD_ABS halfword mixed head/frag 
kern  :info  : [ 1119.850003] test_bpf: #524 LD_ABS word mixed head/frag 
kern  :info  : [ 1119.868715] test_bpf: #525 LD_IND byte default X 
kern  :info  : [ 1119.904431] test_bpf: #526 LD_IND byte positive offset 
kern  :info  : [ 1119.945653] test_bpf: #527 LD_IND byte negative offset jited:1 33 PASS
kern  :info  : [ 1119.965066] test_bpf: #528 LD_IND byte positive offset, all ff 
kern  :info  : [ 1120.011518] test_bpf: #529 LD_IND byte positive offset, out of bounds 
kern  :info  : [ 1120.068865] test_bpf: #530 LD_IND byte negative offset, out of bounds 
kern  :info  : [ 1120.119691] test_bpf: #531 LD_IND byte negative offset, multiple calls 
kern  :info  : [ 1120.164011] test_bpf: #532 LD_IND halfword positive offset jited:1 
kern  :info  : [ 1120.203594] test_bpf: #533 LD_IND halfword negative offset jited:1 36 PASS
kern  :info  : [ 1120.216055] test_bpf: #534 LD_IND halfword unaligned 
kern  :info  : [ 1120.244143] test_bpf: #535 LD_IND halfword positive offset, all ff 
kern  :info  : [ 1120.271344] test_bpf: #536 LD_IND halfword positive offset, out of bounds 
kern  :info  : [ 1120.306661] test_bpf: #537 LD_IND halfword negative offset, out of bounds 
kern  :info  : [ 1120.341682] test_bpf: #538 LD_IND word positive offset 
kern  :info  : [ 1120.369672] test_bpf: #539 LD_IND word negative offset 
kern  :info  : [ 1120.395552] test_bpf: #540 LD_IND word unaligned (addr & 3 == 2) 
kern  :info  : [ 1120.422917] test_bpf: #541 LD_IND word unaligned (addr & 3 == 1) 
kern  :info  : [ 1120.457266] test_bpf: #542 LD_IND word unaligned (addr & 3 == 3) 
kern  :info  : [ 1120.482832] test_bpf: #543 LD_IND word positive offset, all ff 
kern  :info  : [ 1120.512090] test_bpf: #544 LD_IND word positive offset, out of bounds 
kern  :info  : [ 1120.531255] test_bpf: #545 LD_IND word negative offset, out of bounds 
kern  :info  : [ 1120.550490] test_bpf: #546 LD_ABS byte 
kern  :info  : [ 1120.576445] test_bpf: #547 LD_ABS byte positive offset, all ff 
kern  :info  : [ 1120.605651] test_bpf: #548 LD_ABS byte positive offset, out of bounds jited:1 23 PASS
kern  :info  : [ 1120.624353] test_bpf: #549 LD_ABS byte negative offset, out of bounds load 
kern  :info  : [ 1120.645698] test_bpf: #550 LD_ABS byte negative offset, in bounds jited:1 
kern  :info  : [ 1120.683669] test_bpf: #551 LD_ABS byte negative offset, out of bounds jited:1 24 PASS
kern  :info  : [ 1120.697132] test_bpf: #552 LD_ABS byte negative offset, multiple calls 
kern  :info  : [ 1120.718412] test_bpf: #553 LD_ABS halfword 
kern  :info  : [ 1120.742915] test_bpf: #554 LD_ABS halfword unaligned 
kern  :info  : [ 1120.770335] test_bpf: #555 LD_ABS halfword positive offset, all ff 
kern  :info  : [ 1120.801019] test_bpf: #556 LD_ABS halfword positive offset, out of bounds 
kern  :info  : [ 1120.844360] test_bpf: #557 LD_ABS halfword negative offset, out of bounds load PASS
kern  :info  : [ 1120.854727] test_bpf: #558 LD_ABS halfword negative offset, in bounds 
kern  :info  : [ 1120.901709] test_bpf: #559 LD_ABS halfword negative offset, out of bounds jited:1 23 PASS
kern  :info  : [ 1120.915498] test_bpf: #560 LD_ABS word 
kern  :info  : [ 1120.942924] test_bpf: #561 LD_ABS word unaligned (addr & 3 == 2) 
kern  :info  : [ 1120.973549] test_bpf: #562 LD_ABS word unaligned (addr & 3 == 1) jited:1 15 PASS
kern  :info  : [ 1120.997039] test_bpf: #563 LD_ABS word unaligned (addr & 3 == 3) 
kern  :info  : [ 1121.033672] test_bpf: #564 LD_ABS word positive offset, all ff 
kern  :info  : [ 1121.069357] test_bpf: #565 LD_ABS word positive offset, out of bounds 
kern  :info  : [ 1121.099097] test_bpf: #566 LD_ABS word negative offset, out of bounds load 
kern  :info  : [ 1121.117035] test_bpf: #567 LD_ABS word negative offset, in bounds 
kern  :info  : [ 1121.141915] test_bpf: #568 LD_ABS word negative offset, out of bounds 
kern  :info  : [ 1121.173306] test_bpf: #569 LDX_MSH standalone, preserved A 
kern  :info  : [ 1121.199329] test_bpf: #570 LDX_MSH standalone, preserved A 2 
kern  :info  : [ 1121.225880] test_bpf: #571 LDX_MSH standalone, test result 1 
kern  :info  : [ 1121.252565] test_bpf: #572 LDX_MSH standalone, test result 2 
kern  :info  : [ 1121.280270] test_bpf: #573 LDX_MSH standalone, negative offset 
kern  :info  : [ 1121.307243] test_bpf: #574 LDX_MSH standalone, negative offset 2 
kern  :info  : [ 1121.326320] test_bpf: #575 LDX_MSH standalone, out of bounds jited:1 23 PASS
kern  :info  : [ 1121.343119] test_bpf: #576 ADD default X 
kern  :info  : [ 1121.367934] test_bpf: #577 ADD default A 
kern  :info  : [ 1121.393494] test_bpf: #578 SUB default X 
kern  :info  : [ 1121.420670] test_bpf: #579 SUB default A 
kern  :info  : [ 1121.451033] test_bpf: #580 MUL default X 
kern  :info  : [ 1121.481495] test_bpf: #581 MUL default A 
kern  :info  : [ 1121.511901] test_bpf: #582 DIV default X 
kern  :info  : [ 1121.542700] test_bpf: #583 DIV default A 
kern  :info  : [ 1121.574938] test_bpf: #584 MOD default X 
kern  :info  : [ 1121.603746] test_bpf: #585 MOD default A 
kern  :info  : [ 1121.630056] test_bpf: #586 JMP EQ default A 
kern  :info  : [ 1121.652487] test_bpf: #587 JMP EQ default X 
kern  :info  : [ 1121.680407] test_bpf: #588 JNE signed compare, test 1 
kern  :info  : [ 1121.708617] test_bpf: #589 JNE signed compare, test 2 
kern  :info  : [ 1121.736806] test_bpf: #590 JNE signed compare, test 3 
kern  :info  : [ 1121.766778] test_bpf: #591 JNE signed compare, test 4 jited:1 14 PASS
kern  :info  : [ 1121.786476] test_bpf: #592 JNE signed compare, test 5 
kern  :info  : [ 1121.829408] test_bpf: #593 JNE signed compare, test 6 jited:1 21 PASS
kern  :info  : [ 1121.841476] test_bpf: #594 JNE signed compare, test 7 
kern  :info  : [ 1121.867340] test_bpf: #595 LDX_MEM_B: operand register aliasing 
kern  :info  : [ 1121.894435] test_bpf: #596 LDX_MEM_H: operand register aliasing 
kern  :info  : [ 1121.925203] test_bpf: #597 LDX_MEM_W: operand register aliasing 
kern  :info  : [ 1121.947507] test_bpf: #598 LDX_MEM_DW: operand register aliasing 
kern  :info  : [ 1121.981849] test_bpf: #599 ALU64_IMM_AND to R8: no clobbering 
kern  :info  : [ 1122.010383] test_bpf: #600 ALU64_IMM_AND to R9: no clobbering 
kern  :info  : [ 1122.028731] test_bpf: #601 ALU64_IMM_OR to R8: no clobbering 
kern  :info  : [ 1122.055643] test_bpf: #602 ALU64_IMM_OR to R9: no clobbering 
kern  :info  : [ 1122.086184] test_bpf: #603 ALU64_IMM_XOR to R8: no clobbering 
kern  :info  : [ 1122.108365] test_bpf: #604 ALU64_IMM_XOR to R9: no clobbering 
kern  :info  : [ 1122.142176] test_bpf: #605 ALU64_IMM_LSH to R8: no clobbering 
kern  :info  : [ 1122.170753] test_bpf: #606 ALU64_IMM_LSH to R9: no clobbering 
kern  :info  : [ 1122.197201] test_bpf: #607 ALU64_IMM_RSH to R8: no clobbering 
kern  :info  : [ 1122.225530] test_bpf: #608 ALU64_IMM_RSH to R9: no clobbering 
kern  :info  : [ 1122.255835] test_bpf: #609 ALU64_IMM_ARSH to R8: no clobbering 
kern  :info  : [ 1122.299049] test_bpf: #610 ALU64_IMM_ARSH to R9: no clobbering jited:1 35 PASS
kern  :info  : [ 1122.319694] test_bpf: #611 ALU64_IMM_ADD to R8: no clobbering 
kern  :info  : [ 1122.348749] test_bpf: #612 ALU64_IMM_ADD to R9: no clobbering jited:1 34 PASS
kern  :info  : [ 1122.364155] test_bpf: #613 ALU64_IMM_SUB to R8: no clobbering 
kern  :info  : [ 1122.404369] test_bpf: #614 ALU64_IMM_SUB to R9: no clobbering 
kern  :info  : [ 1122.451667] test_bpf: #615 ALU64_IMM_MUL to R8: no clobbering jited:1 34 PASS
kern  :info  : [ 1122.469490] test_bpf: #616 ALU64_IMM_MUL to R9: no clobbering 
kern  :info  : [ 1122.489684] test_bpf: #617 ALU64_IMM_DIV to R8: no clobbering 
kern  :info  : [ 1122.518664] test_bpf: #618 ALU64_IMM_DIV to R9: no clobbering 
kern  :info  : [ 1122.545691] test_bpf: #619 ALU64_IMM_MOD to R8: no clobbering jited:1 25 PASS
kern  :info  : [ 1122.563447] test_bpf: #620 ALU64_IMM_MOD to R9: no clobbering 
kern  :info  : [ 1122.583880] test_bpf: #621 ALU32_IMM_AND to R8: no clobbering jited:1 47 PASS
kern  :info  : [ 1122.601838] test_bpf: #622 ALU32_IMM_AND to R9: no clobbering jited:1 33 PASS
kern  :info  : [ 1122.625173] test_bpf: #623 ALU32_IMM_OR to R8: no clobbering 
kern  :info  : [ 1122.661480] test_bpf: #624 ALU32_IMM_OR to R9: no clobbering 
kern  :info  : [ 1122.696890] test_bpf: #625 ALU32_IMM_XOR to R8: no clobbering 
kern  :info  : [ 1122.725957] test_bpf: #626 ALU32_IMM_XOR to R9: no clobbering 
kern  :info  : [ 1122.758021] test_bpf: #627 ALU32_IMM_LSH to R8: no clobbering jited:1 34 PASS
kern  :info  : [ 1122.776117] test_bpf: #628 ALU32_IMM_LSH to R9: no clobbering 
kern  :info  : [ 1122.805299] test_bpf: #629 ALU32_IMM_RSH to R8: no clobbering 
kern  :info  : [ 1122.822884] test_bpf: #630 ALU32_IMM_RSH to R9: no clobbering 
kern  :info  : [ 1122.849479] test_bpf: #631 ALU32_IMM_ARSH to R8: no clobbering 
kern  :info  : [ 1122.876268] test_bpf: #632 ALU32_IMM_ARSH to R9: no clobbering 
kern  :info  : [ 1122.920186] test_bpf: #633 ALU32_IMM_ADD to R8: no clobbering jited:1 34 PASS
kern  :info  : [ 1122.932918] test_bpf: #634 ALU32_IMM_ADD to R9: no clobbering 
kern  :info  : [ 1122.960590] test_bpf: #635 ALU32_IMM_SUB to R8: no clobbering 
kern  :info  : [ 1122.979364] test_bpf: #636 ALU32_IMM_SUB to R9: no clobbering 
kern  :info  : [ 1122.997445] test_bpf: #637 ALU32_IMM_MUL to R8: no clobbering 
kern  :info  : [ 1123.024825] test_bpf: #638 ALU32_IMM_MUL to R9: no clobbering jited:1 34 PASS
kern  :info  : [ 1123.041429] test_bpf: #639 ALU32_IMM_DIV to R8: no clobbering 
kern  :info  : [ 1123.061801] test_bpf: #640 ALU32_IMM_DIV to R9: no clobbering 
kern  :info  : [ 1123.094006] test_bpf: #641 ALU32_IMM_MOD to R8: no clobbering 
kern  :info  : [ 1123.126298] test_bpf: #642 ALU32_IMM_MOD to R9: no clobbering 
kern  :info  : [ 1123.158723] test_bpf: #643 ALU64_REG_AND to R8: no clobbering 
kern  :info  : [ 1123.191413] test_bpf: #644 ALU64_REG_AND to R9: no clobbering 
kern  :info  : [ 1123.225542] test_bpf: #645 ALU64_REG_OR to R8: no clobbering 
kern  :info  : [ 1123.256066] test_bpf: #646 ALU64_REG_OR to R9: no clobbering 
kern  :info  : [ 1123.296800] test_bpf: #647 ALU64_REG_XOR to R8: no clobbering 
kern  :info  : [ 1123.338664] test_bpf: #648 ALU64_REG_XOR to R9: no clobbering 
kern  :info  : [ 1123.380150] test_bpf: #649 ALU64_REG_LSH to R8: no clobbering 
kern  :info  : [ 1123.439983] test_bpf: #650 ALU64_REG_LSH to R9: no clobbering jited:1 20 PASS
kern  :info  : [ 1123.452766] test_bpf: #651 ALU64_REG_RSH to R8: no clobbering 
kern  :info  : [ 1123.473100] test_bpf: #652 ALU64_REG_RSH to R9: no clobbering 
kern  :info  : [ 1123.491499] test_bpf: #653 ALU64_REG_ARSH to R8: no clobbering 
kern  :info  : [ 1123.509944] test_bpf: #654 ALU64_REG_ARSH to R9: no clobbering 
kern  :info  : [ 1123.528354] test_bpf: #655 ALU64_REG_ADD to R8: no clobbering jited:1 33 PASS
kern  :info  : [ 1123.544931] test_bpf: #656 ALU64_REG_ADD to R9: no clobbering 
kern  :info  : [ 1123.575534] test_bpf: #657 ALU64_REG_SUB to R8: no clobbering jited:1 32 PASS
kern  :info  : [ 1123.595866] test_bpf: #658 ALU64_REG_SUB to R9: no clobbering 
kern  :info  : [ 1123.641964] test_bpf: #659 ALU64_REG_MUL to R8: no clobbering 
kern  :info  : [ 1123.680855] test_bpf: #660 ALU64_REG_MUL to R9: no clobbering jited:1 34 PASS
kern  :info  : [ 1123.700062] test_bpf: #661 ALU64_REG_DIV to R8: no clobbering 
kern  :info  : [ 1123.726260] test_bpf: #662 ALU64_REG_DIV to R9: no clobbering 
kern  :info  : [ 1123.742667] test_bpf: #663 ALU64_REG_MOD to R8: no clobbering jited:1 24 
kern  :info  : [ 1123.772314] test_bpf: #664 ALU64_REG_MOD to R9: no clobbering 
kern  :info  : [ 1123.802021] test_bpf: #665 ALU32_REG_AND to R8: no clobbering 
kern  :info  : [ 1123.821000] test_bpf: #666 ALU32_REG_AND to R9: no clobbering 
kern  :info  : [ 1123.841459] test_bpf: #667 ALU32_REG_OR to R8: no clobbering 
kern  :info  : [ 1123.867952] test_bpf: #668 ALU32_REG_OR to R9: no clobbering jited:1 35 PASS
kern  :info  : [ 1123.883970] test_bpf: #669 ALU32_REG_XOR to R8: no clobbering 
kern  :info  : [ 1123.911103] test_bpf: #670 ALU32_REG_XOR to R9: no clobbering 
kern  :info  : [ 1123.933273] test_bpf: #671 ALU32_REG_LSH to R8: no clobbering jited:1 20 PASS
kern  :info  : [ 1123.953499] test_bpf: #672 ALU32_REG_LSH to R9: no clobbering 
kern  :info  : [ 1123.987439] test_bpf: #673 ALU32_REG_RSH to R8: no clobbering 
kern  :info  : [ 1124.016006] test_bpf: #674 ALU32_REG_RSH to R9: no clobbering 
kern  :info  : [ 1124.042496] test_bpf: #675 ALU32_REG_ARSH to R8: no clobbering 
kern  :info  : [ 1124.070840] test_bpf: #676 ALU32_REG_ARSH to R9: no clobbering 
kern  :info  : [ 1124.101137] test_bpf: #677 ALU32_REG_ADD to R8: no clobbering 
kern  :info  : [ 1124.135097] test_bpf: #678 ALU32_REG_ADD to R9: no clobbering 
kern  :info  : [ 1124.152878] test_bpf: #679 ALU32_REG_SUB to R8: no clobbering jited:1 34 PASS
kern  :info  : [ 1124.170922] test_bpf: #680 ALU32_REG_SUB to R9: no clobbering 
kern  :info  : [ 1124.199975] test_bpf: #681 ALU32_REG_MUL to R8: no clobbering 
kern  :info  : [ 1124.227231] test_bpf: #682 ALU32_REG_MUL to R9: no clobbering jited:1 74 PASS
kern  :info  : [ 1124.243554] test_bpf: #683 ALU32_REG_DIV to R8: no clobbering 
kern  :info  : [ 1124.273822] test_bpf: #684 ALU32_REG_DIV to R9: no clobbering 
kern  :info  : [ 1124.307107] test_bpf: #685 ALU32_REG_MOD to R8: no clobbering 
kern  :info  : [ 1124.324626] test_bpf: #686 ALU32_REG_MOD to R9: no clobbering 
kern  :info  : [ 1124.355013] test_bpf: #687 Atomic_BPF_DW BPF_ADD: no clobbering 
kern  :info  : [ 1124.381302] test_bpf: #688 Atomic_BPF_DW BPF_AND: no clobbering 
kern  :info  : [ 1124.422792] test_bpf: #689 Atomic_BPF_DW BPF_OR: no clobbering jited:1 39 PASS
kern  :info  : [ 1124.443284] test_bpf: #690 Atomic_BPF_DW BPF_XOR: no clobbering jited:1 25 PASS
kern  :info  : [ 1124.466802] test_bpf: #691 Atomic_BPF_DW BPF_ADD | BPF_FETCH: no clobbering 
kern  :info  : [ 1124.504339] test_bpf: #692 Atomic_BPF_DW BPF_AND | BPF_FETCH: no clobbering 
kern  :info  : [ 1124.541034] test_bpf: #693 Atomic_BPF_DW BPF_OR | BPF_FETCH: no clobbering 
kern  :info  : [ 1124.571266] test_bpf: #694 Atomic_BPF_DW BPF_XOR | BPF_FETCH: no clobbering 
kern  :info  : [ 1124.604715] test_bpf: #695 Atomic_BPF_DW BPF_XCHG: no clobbering 
kern  :info  : [ 1124.635553] test_bpf: #696 Atomic_BPF_DW BPF_CMPXCHG: no clobbering 
kern  :info  : [ 1124.662395] test_bpf: #697 Atomic_BPF_W BPF_ADD: no clobbering 
kern  :info  : [ 1124.689094] test_bpf: #698 Atomic_BPF_W BPF_AND: no clobbering 
kern  :info  : [ 1124.707609] test_bpf: #699 Atomic_BPF_W BPF_OR: no clobbering 
kern  :info  : [ 1124.734876] test_bpf: #700 Atomic_BPF_W BPF_XOR: no clobbering 
kern  :info  : [ 1124.762272] test_bpf: #701 Atomic_BPF_W BPF_ADD | BPF_FETCH: no clobbering 
kern  :info  : [ 1124.790636] test_bpf: #702 Atomic_BPF_W BPF_AND | BPF_FETCH: no clobbering 
kern  :info  : [ 1124.819515] test_bpf: #703 Atomic_BPF_W BPF_OR | BPF_FETCH: no clobbering 
kern  :info  : [ 1124.857587] test_bpf: #704 Atomic_BPF_W BPF_XOR | BPF_FETCH: no clobbering jited:1 
kern  :info  : [ 1124.897162] test_bpf: #705 Atomic_BPF_W BPF_XCHG: no clobbering jited:1 
kern  :info  : [ 1124.933976] test_bpf: #706 Atomic_BPF_W BPF_CMPXCHG: no clobbering 
kern  :info  : [ 1124.983425] test_bpf: #707 ALU32_MOV_X: src preserved in zext 
kern  :info  : [ 1125.028762] test_bpf: #708 ALU32_AND_X: src preserved in zext jited:1 28 PASS
kern  :info  : [ 1125.041623] test_bpf: #709 ALU32_OR_X: src preserved in zext 
kern  :info  : [ 1125.074254] test_bpf: #710 ALU32_XOR_X: src preserved in zext 
kern  :info  : [ 1125.102548] test_bpf: #711 ALU32_ADD_X: src preserved in zext 
kern  :info  : [ 1125.132604] test_bpf: #712 ALU32_SUB_X: src preserved in zext 
kern  :info  : [ 1125.161750] test_bpf: #713 ALU32_MUL_X: src preserved in zext 
kern  :info  : [ 1125.190688] test_bpf: #714 ALU32_DIV_X: src preserved in zext 
kern  :info  : [ 1125.217612] test_bpf: #715 ALU32_MOD_X: src preserved in zext 
kern  :info  : [ 1125.251819] test_bpf: #716 ATOMIC_W_ADD: src preserved in zext 
kern  :info  : [ 1125.285790] test_bpf: #717 ATOMIC_W_AND: src preserved in zext 
kern  :info  : [ 1125.314519] test_bpf: #718 ATOMIC_W_OR: src preserved in zext 
kern  :info  : [ 1125.341049] test_bpf: #719 ATOMIC_W_XOR: src preserved in zext 
kern  :info  : [ 1125.391786] test_bpf: #720 ATOMIC_W_CMPXCHG: src preserved in zext jited:1 
kern  :info  : [ 1125.428330] test_bpf: #721 JMP32_JEQ_K: operand preserved in zext jited:1 14 PASS
kern  :info  : [ 1125.441376] test_bpf: #722 JMP32_JNE_K: operand preserved in zext 
kern  :info  : [ 1125.470232] test_bpf: #723 JMP32_JSET_K: operand preserved in zext 
kern  :info  : [ 1125.488989] test_bpf: #724 JMP32_JGT_K: operand preserved in zext 
kern  :info  : [ 1125.507610] test_bpf: #725 JMP32_JGE_K: operand preserved in zext 
kern  :info  : [ 1125.535280] test_bpf: #726 JMP32_JLT_K: operand preserved in zext 
kern  :info  : [ 1125.569709] test_bpf: #727 JMP32_JLE_K: operand preserved in zext 
kern  :info  : [ 1125.603907] test_bpf: #728 JMP32_JSGT_K: operand preserved in zext 
kern  :info  : [ 1125.632849] test_bpf: #729 JMP32_JSGE_K: operand preserved in zext 
kern  :info  : [ 1125.659691] test_bpf: #730 JMP32_JSGT_K: operand preserved in zext 
kern  :info  : [ 1125.687280] test_bpf: #731 JMP32_JSLT_K: operand preserved in zext 
kern  :info  : [ 1125.721795] test_bpf: #732 JMP32_JSLE_K: operand preserved in zext 
kern  :info  : [ 1125.756224] test_bpf: #733 JMP32_JEQ_X: operands preserved in zext 
kern  :info  : [ 1125.783989] test_bpf: #734 JMP32_JNE_X: operands preserved in zext 
kern  :info  : [ 1125.809599] test_bpf: #735 JMP32_JSET_X: operands preserved in zext 
kern  :info  : [ 1125.836598] test_bpf: #736 JMP32_JGT_X: operands preserved in zext 
kern  :info  : [ 1125.864231] test_bpf: #737 JMP32_JGE_X: operands preserved in zext 
kern  :info  : [ 1125.898719] test_bpf: #738 JMP32_JLT_X: operands preserved in zext 
kern  :info  : [ 1125.933111] test_bpf: #739 JMP32_JLE_X: operands preserved in zext 
kern  :info  : [ 1125.962035] test_bpf: #740 JMP32_JSGT_X: operands preserved in zext 
kern  :info  : [ 1125.998106] test_bpf: #741 JMP32_JSGE_X: operands preserved in zext 
kern  :info  : [ 1126.041632] test_bpf: #742 JMP32_JSGT_X: operands preserved in zext 
kern  :info  : [ 1126.070740] test_bpf: #743 JMP32_JSLT_X: operands preserved in zext jited:1 45 PASS
kern  :info  : [ 1126.089376] test_bpf: #744 JMP32_JSLE_X: operands preserved in zext 
kern  :info  : [ 1126.107680] test_bpf: #745 ALU64_MOV_K: registers 
kern  :info  : [ 1126.137092] test_bpf: #746 ALU64_AND_K: registers 
kern  :info  : [ 1126.154778] test_bpf: #747 ALU64_OR_K: registers 
kern  :info  : [ 1126.191023] test_bpf: #748 ALU64_XOR_K: registers 
kern  :info  : [ 1126.222913] test_bpf: #749 ALU64_LSH_K: registers 
kern  :info  : [ 1126.255396] test_bpf: #750 ALU64_RSH_K: registers 
kern  :info  : [ 1126.293944] test_bpf: #751 ALU64_ARSH_K: registers jited:1 
kern  :info  : [ 1126.328461] test_bpf: #752 ALU64_ADD_K: registers jited:1 42 PASS
kern  :info  : [ 1126.340123] test_bpf: #753 ALU64_SUB_K: registers jited:1 28 PASS
kern  :info  : [ 1126.356849] test_bpf: #754 ALU64_MUL_K: registers 
kern  :info  : [ 1126.386273] test_bpf: #755 ALU64_DIV_K: registers jited:1 99 PASS
kern  :info  : [ 1126.408712] test_bpf: #756 ALU64_MOD_K: registers 
kern  :info  : [ 1126.444195] test_bpf: #757 ALU32_MOV_K: registers 
kern  :info  : [ 1126.478748] test_bpf: #758 ALU32_AND_K: registers 
kern  :info  : [ 1126.506810] test_bpf: #759 ALU32_OR_K: registers 
kern  :info  : [ 1126.537792] test_bpf: #760 ALU32_XOR_K: registers 
kern  :info  : [ 1126.567490] test_bpf: #761 ALU32_LSH_K: registers 
kern  :info  : [ 1126.602841] test_bpf: #762 ALU32_RSH_K: registers jited:1 58 PASS
kern  :info  : [ 1126.620331] test_bpf: #763 ALU32_ARSH_K: registers 
kern  :info  : [ 1126.646128] test_bpf: #764 ALU32_ADD_K: registers 
kern  :info  : [ 1126.664001] test_bpf: #765 ALU32_SUB_K: registers 
kern  :info  : [ 1126.690417] test_bpf: #766 ALU32_MUL_K: registers 
kern  :info  : [ 1126.716690] test_bpf: #767 ALU32_DIV_K: registers 
kern  :info  : [ 1126.743444] test_bpf: #768 ALU32_MOD_K: registers 
kern  :info  : [ 1126.769026] test_bpf: #769 ALU64_MOV_X: register combinations 
kern  :info  : [ 1126.797047] test_bpf: #770 ALU64_AND_X: register combinations 
kern  :info  : [ 1126.827432] test_bpf: #771 ALU64_OR_X: register combinations 
kern  :info  : [ 1126.859990] test_bpf: #772 ALU64_XOR_X: register combinations 
kern  :info  : [ 1126.892638] test_bpf: #773 ALU64_LSH_X: register combinations 
kern  :info  : [ 1126.925701] test_bpf: #774 ALU64_RSH_X: register combinations 
kern  :info  : [ 1126.961866] test_bpf: #775 ALU64_ARSH_X: register combinations 
kern  :info  : [ 1126.995146] test_bpf: #776 ALU64_ADD_X: register combinations 
kern  :info  : [ 1127.023956] test_bpf: #777 ALU64_SUB_X: register combinations 
kern  :info  : [ 1127.054466] test_bpf: #778 ALU64_MUL_X: register combinations 
kern  :info  : [ 1127.083943] test_bpf: #779 ALU64_DIV_X: register combinations 
kern  :info  : [ 1127.119515] test_bpf: #780 ALU64_MOD_X: register combinations 
kern  :info  : [ 1127.143874] test_bpf: #781 ALU32_MOV_X: register combinations jited:1 267 PASS
kern  :info  : [ 1127.164231] test_bpf: #782 ALU32_AND_X: register combinations 
kern  :info  : [ 1127.202225] test_bpf: #783 ALU32_OR_X: register combinations 
kern  :info  : [ 1127.221623] test_bpf: #784 ALU32_XOR_X: register combinations 
kern  :info  : [ 1127.250671] test_bpf: #785 ALU32_LSH_X: register combinations jited:1 356 PASS
kern  :info  : [ 1127.267895] test_bpf: #786 ALU32_RSH_X: register combinations 
kern  :info  : [ 1127.295188] test_bpf: #787 ALU32_ARSH_X: register combinations 
kern  :info  : [ 1127.314554] test_bpf: #788 ALU32_ADD_X: register combinations 
kern  :info  : [ 1127.349088] test_bpf: #789 ALU32_SUB_X: register combinations 
kern  :info  : [ 1127.383625] test_bpf: #790 ALU32_MUL_X: register combinations 
kern  :info  : [ 1127.412661] test_bpf: #791 ALU32_DIV_X: register combinations 
kern  :info  : [ 1127.439745] test_bpf: #792 ALU32_MOD_X register combinations 
kern  :info  : [ 1127.467603] test_bpf: #793 ALU64_LSH_K: all shift values 
kern  :info  : [ 1127.489916] test_bpf: #794 ALU64_RSH_K: all shift values 
kern  :info  : [ 1127.527647] test_bpf: #795 ALU64_ARSH_K: all shift values 
kern  :info  : [ 1127.557011] test_bpf: #796 ALU64_LSH_X: all shift values 
kern  :info  : [ 1127.583812] test_bpf: #797 ALU64_RSH_X: all shift values 
kern  :info  : [ 1127.610850] test_bpf: #798 ALU64_ARSH_X: all shift values 
kern  :info  : [ 1127.641926] test_bpf: #799 ALU32_LSH_K: all shift values 
kern  :info  : [ 1127.679979] test_bpf: #800 ALU32_RSH_K: all shift values 
kern  :info  : [ 1127.709023] test_bpf: #801 ALU32_ARSH_K: all shift values 
kern  :info  : [ 1127.735602] test_bpf: #802 ALU32_LSH_X: all shift values 
kern  :info  : [ 1127.753876] test_bpf: #803 ALU32_RSH_X: all shift values 
kern  :info  : [ 1127.794477] test_bpf: #804 ALU32_ARSH_X: all shift values jited:1 231 PASS
kern  :info  : [ 1127.816904] test_bpf: #805 ALU64_LSH_X: all shift values with the same register 
kern  :info  : [ 1127.843807] test_bpf: #806 ALU64_RSH_X: all shift values with the same register 
kern  :info  : [ 1127.874726] test_bpf: #807 ALU64_ARSH_X: all shift values with the same register 
kern  :info  : [ 1127.903045] test_bpf: #808 ALU32_LSH_X: all shift values with the same register 
kern  :info  : [ 1127.931552] test_bpf: #809 ALU32_RSH_X: all shift values with the same register 
kern  :info  : [ 1127.963708] test_bpf: #810 ALU32_ARSH_X: all shift values with the same register jited:1 49 PASS
kern  :info  : [ 1127.985791] test_bpf: #811 ALU64_MOV_K: all immediate value magnitudes 
user  :notice: [ 1180.708183] # [ 1070.329108] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
user  :notice: [ 1180.720766] # [ 1070.428849] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
user  :notice: [ 1180.733962] # [ 1070.456781] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
user  :notice: [ 1180.765119] # [ 1083.612775] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
user  :notice: [ 1180.777677] # [ 1083.766995] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
user  :notice: [ 1180.791084] # [ 1083.809047] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
user  :notice: [ 1180.896055] # [ 1096.590389] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
user  :notice: [ 1180.908641] # [ 1096.690513] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
user  :notice: [ 1180.921877] # [ 1096.718552] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
kern  :info  : [ 1237.158485] test_bpf: #812 ALU64_AND_K: all immediate value magnitudes jited:1 127955 PASS
kern  :info  : [ 1341.638557] test_bpf: #813 ALU64_OR_K: all immediate value magnitudes jited:1 155039 PASS
kern  :info  : [ 1447.725483] test_bpf: #814 ALU64_XOR_K: all immediate value magnitudes jited:1 129621 PASS
kern  :info  : [ 1551.808683] test_bpf: #815 ALU64_ADD_K: all immediate value magnitudes jited:1 120428 PASS
kern  :info  : [ 1655.550594] test_bpf: #816 ALU64_SUB_K: all immediate value magnitudes jited:1 175712 PASS
kern  :info  : [ 1759.942586] test_bpf: #817 ALU64_MUL_K: all immediate value magnitudes jited:1 202273 PASS
kern  :info  : [ 1868.890644] test_bpf: #818 ALU64_DIV_K: all immediate value magnitudes jited:1 247268 PASS
kern  :info  : [ 1973.064575] test_bpf: #819 ALU64_MOD_K: all immediate value magnitudes jited:1 251386 PASS
kern  :info  : [ 2077.005635] test_bpf: #820 ALU32_MOV_K: all immediate value magnitudes jited:1 116354 PASS
kern  :info  : [ 2184.902657] test_bpf: #821 ALU32_AND_K: all immediate value magnitudes jited:1 201200 PASS
kern  :info  : [ 2289.658596] test_bpf: #822 ALU32_OR_K: all immediate value magnitudes jited:1 138053 PASS
kern  :info  : [ 2394.345767] test_bpf: #823 ALU32_XOR_K: all immediate value magnitudes jited:1 151463 PASS
kern  :info  : [ 2499.339742] test_bpf: #824 ALU32_ADD_K: all immediate value magnitudes jited:1 116104 PASS
kern  :info  : [ 2606.106715] test_bpf: #825 ALU32_SUB_K: all immediate value magnitudes jited:1 122535 PASS
kern  :info  : [ 2711.098683] test_bpf: #826 ALU32_MUL_K: all immediate value magnitudes jited:1 126550 PASS
kern  :info  : [ 2817.869708] test_bpf: #827 ALU32_DIV_K: all immediate value magnitudes jited:1 209693 PASS
kern  :info  : [ 2920.509704] test_bpf: #828 ALU32_MOD_K: all immediate value magnitudes jited:1 207303 PASS
kern  :info  : [ 3024.373733] test_bpf: #829 ALU64_MOV_X: all register value magnitudes jited:1 232161 PASS
kern  :info  : [ 3414.478666] test_bpf: #830 ALU64_AND_X: all register value magnitudes jited:1 280006 PASS
kern  :info  : [ 3803.594733] test_bpf: #831 ALU64_OR_X: all register value magnitudes jited:1 306165 PASS
kern  :info  : [ 4192.443742] test_bpf: #832 ALU64_XOR_X: all register value magnitudes jited:1 349087 PASS
kern  :info  : [ 4586.509808] test_bpf: #833 ALU64_ADD_X: all register value magnitudes jited:1 249944 PASS
kern  :info  : [ 4977.311944] test_bpf: #834 ALU64_SUB_X: all register value magnitudes jited:1 255907 PASS
kern  :info  : [ 5366.601872] test_bpf: #835 ALU64_MUL_X: all register value magnitudes jited:1 250681 PASS
kern  :info  : [ 5752.753924] test_bpf: #836 ALU64_DIV_X: all register value magnitudes jited:1 421374 PASS
kern  :info  : [ 6140.794958] test_bpf: #837 ALU64_MOD_X: all register value magnitudes jited:1 411705 PASS
kern  :info  : [ 6527.960994] test_bpf: #838 ALU32_MOV_X: all register value magnitudes jited:1 301909 PASS
kern  :info  : [ 6919.527001] test_bpf: #839 ALU32_AND_X: all register value magnitudes jited:1 245447 PASS
kern  :info  : [ 7316.084063] test_bpf: #840 ALU32_OR_X: all register value magnitudes jited:1 235861 PASS
kern  :info  : [ 7712.658129] test_bpf: #841 ALU32_XOR_X: all register value magnitudes jited:1 241049 PASS
kern  :info  : [ 8101.195130] test_bpf: #842 ALU32_ADD_X: all register value magnitudes jited:1 280785 PASS
kern  :info  : [ 8493.280418] test_bpf: #843 ALU32_SUB_X: all register value magnitudes jited:1 233074 PASS
kern  :info  : [ 8884.017214] test_bpf: #844 ALU32_MUL_X: all register value magnitudes jited:1 320120 PASS
kern  :info  : [ 9274.035191] test_bpf: #845 ALU32_DIV_X: all register value magnitudes jited:1 210383 PASS
kern  :info  : [ 9421.100208] test_bpf: #846 ALU32_MOD_X: all register value magnitudes jited:1 219377 PASS
kern  :info  : [ 9573.469252] test_bpf: #847 LD_IMM64: all immediate value magnitudes jited:1 31949 PASS
kern  :info  : [ 9598.295637] test_bpf: #848 LD_IMM64: checker byte patterns jited:1 402 PASS
kern  :info  : [ 9598.320163] test_bpf: #849 LD_IMM64: random positive and zero byte patterns jited:1 410 PASS
kern  :info  : [ 9598.346288] test_bpf: #850 LD_IMM64: random negative and zero byte patterns jited:1 416 PASS
kern  :info  : [ 9598.372181] test_bpf: #851 LD_IMM64: random positive and negative byte patterns jited:1 403 PASS
kern  :info  : [ 9598.397917] test_bpf: #852 ATOMIC_DW_ADD: register combinations jited:1 1212 PASS
kern  :info  : [ 9598.447646] test_bpf: #853 ATOMIC_DW_AND: register combinations jited:1 1267 PASS
kern  :info  : [ 9598.496976] test_bpf: #854 ATOMIC_DW_OR: register combinations jited:1 1186 PASS
kern  :info  : [ 9598.545172] test_bpf: #855 ATOMIC_DW_XOR: register combinations jited:1 1191 PASS
kern  :info  : [ 9598.597035] test_bpf: #856 ATOMIC_DW_ADD_FETCH: register combinations jited:1 1180 PASS
kern  :info  : [ 9598.647471] test_bpf: #857 ATOMIC_DW_AND_FETCH: register combinations jited:1 1270 PASS
kern  :info  : [ 9598.698312] test_bpf: #858 ATOMIC_DW_OR_FETCH: register combinations jited:1 1233 PASS
kern  :info  : [ 9598.749150] test_bpf: #859 ATOMIC_DW_XOR_FETCH: register combinations jited:1 1181 PASS
kern  :info  : [ 9598.799521] test_bpf: #860 ATOMIC_DW_XCHG: register combinations jited:1 1192 PASS
kern  :info  : [ 9598.848192] test_bpf: #861 ATOMIC_DW_CMPXCHG: register combinations jited:1 1197 PASS
kern  :info  : [ 9598.898889] test_bpf: #862 ATOMIC_W_ADD: register combinations jited:1 1224 PASS
kern  :info  : [ 9598.947912] test_bpf: #863 ATOMIC_W_AND: register combinations jited:1 1232 PASS
kern  :info  : [ 9598.996458] test_bpf: #864 ATOMIC_W_OR: register combinations jited:1 1231 PASS
kern  :info  : [ 9599.044903] test_bpf: #865 ATOMIC_W_XOR: register combinations jited:1 1223 PASS
kern  :info  : [ 9599.092864] test_bpf: #866 ATOMIC_W_ADD_FETCH: register combinations jited:1 1181 PASS
kern  :info  : [ 9599.141714] test_bpf: #867 ATOMIC_W_AND_FETCH: register combinations jited:1 1215 PASS
kern  :info  : [ 9599.191109] test_bpf: #868 ATOMIC_W_OR_FETCH: register combinations jited:1 1163 PASS
kern  :info  : [ 9599.240227] test_bpf: #869 ATOMIC_W_XOR_FETCH: register combinations jited:1 1189 PASS
kern  :info  : [ 9599.289456] test_bpf: #870 ATOMIC_W_XCHG: register combinations jited:1 1269 PASS
kern  :info  : [ 9599.336914] test_bpf: #871 ATOMIC_W_CMPXCHG: register combinations jited:1 1107 PASS
kern  :info  : [ 9599.386193] test_bpf: #872 ATOMIC_DW_ADD: all operand magnitudes jited:1 151792 PASS
kern  :info  : [ 9741.273916] test_bpf: #873 ATOMIC_DW_AND: all operand magnitudes jited:1 206306 PASS
kern  :info  : [ 9884.095929] test_bpf: #874 ATOMIC_DW_OR: all operand magnitudes jited:1 165366 PASS
kern  :info  : [10026.194755] test_bpf: #875 ATOMIC_DW_XOR: all operand magnitudes jited:1 180221 PASS
kern  :info  : [10169.427885] test_bpf: #876 ATOMIC_DW_ADD_FETCH: all operand magnitudes jited:1 197376 PASS
kern  :info  : [10311.916388] test_bpf: #877 ATOMIC_DW_AND_FETCH: all operand magnitudes jited:1 219340 PASS
kern  :info  : [10454.508411] test_bpf: #878 ATOMIC_DW_OR_FETCH: all operand magnitudes jited:1 189610 PASS
kern  :info  : [10597.201344] test_bpf: #879 ATOMIC_DW_XOR_FETCH: all operand magnitudes jited:1 194957 PASS
kern  :info  : [10745.834476] test_bpf: #880 ATOMIC_DW_XCHG: all operand magnitudes jited:1 246525 PASS
kern  :info  : [10889.886010] test_bpf: #881 ATOMIC_DW_CMPXCHG: all operand magnitudes jited:1 234389 PASS
kern  :info  : [11002.629351] test_bpf: #882 ATOMIC_W_ADD: all operand magnitudes jited:1 154904 PASS
kern  :info  : [11142.865920] test_bpf: #883 ATOMIC_W_AND: all operand magnitudes jited:1 180310 PASS
kern  :info  : [11289.082846] test_bpf: #884 ATOMIC_W_OR: all operand magnitudes jited:1 169312 PASS
kern  :info  : [11430.983879] test_bpf: #885 ATOMIC_W_XOR: all operand magnitudes jited:1 181477 PASS
kern  :info  : [11573.771977] test_bpf: #886 ATOMIC_W_ADD_FETCH: all operand magnitudes jited:1 169778 PASS
kern  :info  : [11716.872440] test_bpf: #887 ATOMIC_W_AND_FETCH: all operand magnitudes jited:1 191412 PASS
kern  :info  : [11860.276496] test_bpf: #888 ATOMIC_W_OR_FETCH: all operand magnitudes jited:1 194409 PASS
kern  :info  : [12004.202485] test_bpf: #889 ATOMIC_W_XOR_FETCH: all operand magnitudes jited:1 183995 PASS
kern  :info  : [12147.716531] test_bpf: #890 ATOMIC_W_XCHG: all operand magnitudes jited:1 153024 PASS
kern  :info  : [12289.587216] test_bpf: #891 ATOMIC_W_CMPXCHG: all operand magnitudes jited:1 255046 PASS
kern  :info  : [12451.424358] test_bpf: #892 JMP_JSET_K: all immediate value magnitudes jited:1 95811 PASS
kern  :info  : [12511.513416] test_bpf: #893 JMP_JEQ_K: all immediate value magnitudes jited:1 71074 PASS
kern  :info  : [12560.193355] test_bpf: #894 JMP_JNE_K: all immediate value magnitudes jited:1 92157 PASS
kern  :info  : [12620.089449] test_bpf: #895 JMP_JGT_K: all immediate value magnitudes jited:1 88620 PASS
kern  :info  : [12675.017408] test_bpf: #896 JMP_JGE_K: all immediate value magnitudes jited:1 93861 PASS
kern  :info  : [12730.221395] test_bpf: #897 JMP_JLT_K: all immediate value magnitudes jited:1 87942 PASS
kern  :info  : [12785.562401] test_bpf: #898 JMP_JLE_K: all immediate value magnitudes jited:1 92147 PASS
kern  :info  : [12841.850431] test_bpf: #899 JMP_JSGT_K: all immediate value magnitudes jited:1 113452 PASS
kern  :info  : [12897.519586] test_bpf: #900 JMP_JSGE_K: all immediate value magnitudes jited:1 196182 PASS
kern  :info  : [12953.957636] test_bpf: #901 JMP_JSLT_K: all immediate value magnitudes jited:1 90303 PASS
kern  :info  : [13010.294465] test_bpf: #902 JMP_JSLE_K: all immediate value magnitudes jited:1 83520 PASS
kern  :info  : [13066.554542] test_bpf: #903 JMP_JSET_X: all register value magnitudes jited:1 188402 PASS
kern  :info  : [13256.352509] test_bpf: #904 JMP_JEQ_X: all register value magnitudes jited:1 123811 PASS
kern  :info  : [13449.730450] test_bpf: #905 JMP_JNE_X: all register value magnitudes jited:1 184130 PASS
kern  :info  : [13624.275470] test_bpf: #906 JMP_JGT_X: all register value magnitudes jited:1 182445 PASS
kern  :info  : [13815.259510] test_bpf: #907 JMP_JGE_X: all register value magnitudes jited:1 181271 PASS
kern  :info  : [14005.203557] test_bpf: #908 JMP_JLT_X: all register value magnitudes jited:1 175228 PASS
kern  :info  : [14195.892573] test_bpf: #909 JMP_JLE_X: all register value magnitudes jited:1 177374 PASS
kern  :info  : [14385.503596] test_bpf: #910 JMP_JSGT_X: all register value magnitudes jited:1 274209 PASS
kern  :info  : [14576.776605] test_bpf: #911 JMP_JSGE_X: all register value magnitudes jited:1 177724 PASS
kern  :info  : [14764.068658] test_bpf: #912 JMP_JSLT_X: all register value magnitudes jited:1 180340 PASS
kern  :info  : [14955.335695] test_bpf: #913 JMP_JSLE_X: all register value magnitudes jited:1 184445 PASS
kern  :info  : [15142.440850] test_bpf: #914 JMP32_JSET_K: all immediate value magnitudes jited:1 79069 PASS
kern  :info  : [15183.910863] test_bpf: #915 JMP32_JEQ_K: all immediate value magnitudes jited:1 73413 PASS
kern  :info  : [15225.767745] test_bpf: #916 JMP32_JNE_K: all immediate value magnitudes jited:1 93806 PASS
kern  :info  : [15264.341755] test_bpf: #917 JMP32_JGT_K: all immediate value magnitudes jited:1 76990 PASS
kern  :info  : [15306.576786] test_bpf: #918 JMP32_JGE_K: all immediate value magnitudes jited:1 77801 PASS
kern  :info  : [15349.204821] test_bpf: #919 JMP32_JLT_K: all immediate value magnitudes jited:1 85267 PASS
kern  :info  : [15389.869807] test_bpf: #920 JMP32_JLE_K: all immediate value magnitudes jited:1 96923 PASS
kern  :info  : [15431.046823] test_bpf: #921 JMP32_JSGT_K: all immediate value magnitudes jited:1 79851 PASS
kern  :info  : [15471.713666] test_bpf: #922 JMP32_JSGE_K: all immediate value magnitudes jited:1 82373 PASS
kern  :info  : [15512.254620] test_bpf: #923 JMP32_JSLT_K: all immediate value magnitudes jited:1 84315 PASS
kern  :info  : [15553.988626] test_bpf: #924 JMP32_JSLE_K: all immediate value magnitudes jited:1 83512 PASS
kern  :info  : [15595.572917] test_bpf: #925 JMP32_JSET_X: all register value magnitudes jited:1 165639 PASS
kern  :info  : [15787.513025] test_bpf: #926 JMP32_JEQ_X: all register value magnitudes jited:1 164167 PASS
kern  :info  : [15979.169821] test_bpf: #927 JMP32_JNE_X: all register value magnitudes jited:1 184270 PASS
kern  :info  : [16158.455869] test_bpf: #928 JMP32_JGT_X: all register value magnitudes jited:1 219205 PASS
kern  :info  : [16350.782837] test_bpf: #929 JMP32_JGE_X: all register value magnitudes jited:1 187094 PASS
kern  :info  : [16533.865932] test_bpf: #930 JMP32_JLT_X: all register value magnitudes jited:1 172979 PASS
kern  :info  : [16725.824950] test_bpf: #931 JMP32_JLE_X: all register value magnitudes jited:1 216508 PASS
kern  :info  : [16911.555675] test_bpf: #932 JMP32_JSGT_X: all register value magnitudes jited:1 178367 PASS
kern  :info  : [17101.466163] test_bpf: #933 JMP32_JSGE_X: all register value magnitudes jited:1 191436 PASS
kern  :info  : [17288.359154] test_bpf: #934 JMP32_JSLT_X: all register value magnitudes jited:1 165714 PASS
kern  :info  : [17480.615048] test_bpf: #935 JMP32_JSLE_X: all register value magnitudes jited:1 172846 PASS
kern  :info  : [17667.472140] test_bpf: #936 JMP_JSET_K: imm = 0 -> never taken jited:1 14 PASS
kern  :info  : [17667.480609] test_bpf: #937 JMP_JLT_K: imm = 0 -> never taken jited:1 14 PASS
kern  :info  : [17667.488688] test_bpf: #938 JMP_JGE_K: imm = 0 -> always taken jited:1 14 PASS
kern  :info  : [17667.496985] test_bpf: #939 JMP_JGT_K: imm = 0xffffffff -> never taken jited:1 21 PASS
kern  :info  : [17667.505852] test_bpf: #940 JMP_JLE_K: imm = 0xffffffff -> always taken jited:1 28 PASS
kern  :info  : [17667.514934] test_bpf: #941 JMP32_JSGT_K: imm = 0x7fffffff -> never taken jited:1 13 PASS
kern  :info  : [17667.524183] test_bpf: #942 JMP32_JSGE_K: imm = -0x80000000 -> always taken jited:1 14 PASS
kern  :info  : [17667.533561] test_bpf: #943 JMP32_JSLT_K: imm = -0x80000000 -> never taken jited:1 16 PASS
kern  :info  : [17667.542804] test_bpf: #944 JMP32_JSLE_K: imm = 0x7fffffff -> always taken jited:1 79 PASS
kern  :info  : [17667.552127] test_bpf: #945 JMP_JEQ_X: dst = src -> always taken jited:1 14 PASS
kern  :info  : [17667.560540] test_bpf: #946 JMP_JGE_X: dst = src -> always taken jited:1 28 PASS
kern  :info  : [17667.568989] test_bpf: #947 JMP_JLE_X: dst = src -> always taken jited:1 16 PASS
kern  :info  : [17667.577458] test_bpf: #948 JMP_JSGE_X: dst = src -> always taken jited:1 14 PASS
kern  :info  : [17667.585862] test_bpf: #949 JMP_JSLE_X: dst = src -> always taken jited:1 49 PASS
kern  :info  : [17667.594267] test_bpf: #950 JMP_JNE_X: dst = src -> never taken jited:1 14 PASS
kern  :info  : [17667.602680] test_bpf: #951 JMP_JGT_X: dst = src -> never taken jited:1 14 PASS
kern  :info  : [17667.610974] test_bpf: #952 JMP_JLT_X: dst = src -> never taken jited:1 14 PASS
kern  :info  : [17667.619263] test_bpf: #953 JMP_JSGT_X: dst = src -> never taken jited:1 26 PASS
kern  :info  : [17667.627778] test_bpf: #954 JMP_JSLT_X: dst = src -> never taken jited:1 34 PASS
kern  :info  : [17667.636252] test_bpf: #955 Short relative jump: offset=0 jited:1 14 PASS
kern  :info  : [17667.644222] test_bpf: #956 Short relative jump: offset=1 jited:1 41 PASS
kern  :info  : [17667.652078] test_bpf: #957 Short relative jump: offset=2 jited:1 14 PASS
kern  :info  : [17667.659893] test_bpf: #958 Short relative jump: offset=3 jited:1 16 PASS
kern  :info  : [17667.667652] test_bpf: #959 Short relative jump: offset=4 jited:1 14 PASS
kern  :info  : [17667.675579] test_bpf: #960 Long conditional jump: taken at runtime FAIL to select_runtime err=-524
kern  :info  : [17667.686981] test_bpf: #961 Long conditional jump: not taken at runtime FAIL to select_runtime err=-524
kern  :info  : [17667.698738] test_bpf: #962 Long conditional jump: always taken, known at JIT time FAIL to select_runtime err=-524
kern  :info  : [17667.711455] test_bpf: #963 Long conditional jump: never taken, known at JIT time FAIL to select_runtime err=-524
kern  :info  : [17667.724050] test_bpf: #964 Staggered jumps: JMP_JA FAIL to select_runtime err=-524
kern  :info  : [17667.733231] test_bpf: #965 Staggered jumps: JMP_JEQ_K FAIL to select_runtime err=-524
kern  :info  : [17667.743001] test_bpf: #966 Staggered jumps: JMP_JNE_K FAIL to select_runtime err=-524
kern  :info  : [17667.752864] test_bpf: #967 Staggered jumps: JMP_JSET_K FAIL to select_runtime err=-524
kern  :info  : [17667.762839] test_bpf: #968 Staggered jumps: JMP_JGT_K FAIL to select_runtime err=-524
kern  :info  : [17667.772696] test_bpf: #969 Staggered jumps: JMP_JGE_K FAIL to select_runtime err=-524
kern  :info  : [17667.782490] test_bpf: #970 Staggered jumps: JMP_JLT_K FAIL to select_runtime err=-524
kern  :info  : [17667.792307] test_bpf: #971 Staggered jumps: JMP_JLE_K FAIL to select_runtime err=-524
kern  :info  : [17667.802088] test_bpf: #972 Staggered jumps: JMP_JSGT_K FAIL to select_runtime err=-524
kern  :info  : [17667.811952] test_bpf: #973 Staggered jumps: JMP_JSGE_K FAIL to select_runtime err=-524
kern  :info  : [17667.821793] test_bpf: #974 Staggered jumps: JMP_JSLT_K FAIL to select_runtime err=-524
kern  :info  : [17667.831577] test_bpf: #975 Staggered jumps: JMP_JSLE_K FAIL to select_runtime err=-524
kern  :info  : [17667.841433] test_bpf: #976 Staggered jumps: JMP_JEQ_X FAIL to select_runtime err=-524
kern  :info  : [17667.851601] test_bpf: #977 Staggered jumps: JMP_JNE_X FAIL to select_runtime err=-524
kern  :info  : [17667.861889] test_bpf: #978 Staggered jumps: JMP_JSET_X FAIL to select_runtime err=-524
kern  :info  : [17667.872209] test_bpf: #979 Staggered jumps: JMP_JGT_X FAIL to select_runtime err=-524
kern  :info  : [17667.882346] test_bpf: #980 Staggered jumps: JMP_JGE_X FAIL to select_runtime err=-524
kern  :info  : [17667.892547] test_bpf: #981 Staggered jumps: JMP_JLT_X FAIL to select_runtime err=-524
kern  :info  : [17667.902713] test_bpf: #982 Staggered jumps: JMP_JLE_X FAIL to select_runtime err=-524
kern  :info  : [17667.912909] test_bpf: #983 Staggered jumps: JMP_JSGT_X FAIL to select_runtime err=-524
kern  :info  : [17667.923296] test_bpf: #984 Staggered jumps: JMP_JSGE_X FAIL to select_runtime err=-524
kern  :info  : [17667.933570] test_bpf: #985 Staggered jumps: JMP_JSLT_X FAIL to select_runtime err=-524
kern  :info  : [17667.943812] test_bpf: #986 Staggered jumps: JMP_JSLE_X FAIL to select_runtime err=-524
kern  :info  : [17667.954064] test_bpf: #987 Staggered jumps: JMP32_JEQ_K FAIL to select_runtime err=-524
kern  :info  : [17667.964056] test_bpf: #988 Staggered jumps: JMP32_JNE_K FAIL to select_runtime err=-524
kern  :info  : [17667.974041] test_bpf: #989 Staggered jumps: JMP32_JSET_K FAIL to select_runtime err=-524
kern  :info  : [17667.984209] test_bpf: #990 Staggered jumps: JMP32_JGT_K FAIL to select_runtime err=-524
kern  :info  : [17667.994225] test_bpf: #991 Staggered jumps: JMP32_JGE_K FAIL to select_runtime err=-524
kern  :info  : [17668.004215] test_bpf: #992 Staggered jumps: JMP32_JLT_K FAIL to select_runtime err=-524
kern  :info  : [17668.014186] test_bpf: #993 Staggered jumps: JMP32_JLE_K FAIL to select_runtime err=-524
kern  :info  : [17668.024152] test_bpf: #994 Staggered jumps: JMP32_JSGT_K FAIL to select_runtime err=-524
kern  :info  : [17668.034231] test_bpf: #995 Staggered jumps: JMP32_JSGE_K FAIL to select_runtime err=-524
kern  :info  : [17668.044236] test_bpf: #996 Staggered jumps: JMP32_JSLT_K FAIL to select_runtime err=-524
kern  :info  : [17668.054287] test_bpf: #997 Staggered jumps: JMP32_JSLE_K FAIL to select_runtime err=-524
kern  :info  : [17668.064335] test_bpf: #998 Staggered jumps: JMP32_JEQ_X FAIL to select_runtime err=-524
kern  :info  : [17668.074627] test_bpf: #999 Staggered jumps: JMP32_JNE_X FAIL to select_runtime err=-524
kern  :info  : [17668.084959] test_bpf: #1000 Staggered jumps: JMP32_JSET_X FAIL to select_runtime err=-524
kern  :info  : [17668.095443] test_bpf: #1001 Staggered jumps: JMP32_JGT_X FAIL to select_runtime err=-524
kern  :info  : [17668.105802] test_bpf: #1002 Staggered jumps: JMP32_JGE_X FAIL to select_runtime err=-524
kern  :info  : [17668.116282] test_bpf: #1003 Staggered jumps: JMP32_JLT_X FAIL to select_runtime err=-524
kern  :info  : [17668.126610] test_bpf: #1004 Staggered jumps: JMP32_JLE_X FAIL to select_runtime err=-524
kern  :info  : [17668.137031] test_bpf: #1005 Staggered jumps: JMP32_JSGT_X FAIL to select_runtime err=-524
kern  :info  : [17668.147527] test_bpf: #1006 Staggered jumps: JMP32_JSGE_X FAIL to select_runtime err=-524
kern  :info  : [17668.158056] test_bpf: #1007 Staggered jumps: JMP32_JSLT_X FAIL to select_runtime err=-524
kern  :info  : [17668.169026] test_bpf: #1008 Staggered jumps: JMP32_JSLE_X FAIL to select_runtime err=-524
kern  :info  : [17668.179604] test_bpf: Summary: 960 PASSED, 49 FAILED, [948/948 JIT'ed]
user  :notice: [17671.026713] # [ 1180.708183] # [ 1070.329108] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
user  :notice: [17671.043413] # [ 1180.720766] # [ 1070.428849] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
user  :notice: [17671.058592] # [ 1180.733962] # [ 1070.456781] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
user  :notice: [17671.086064] # [ 1180.765119] # [ 1083.612775] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
user  :notice: [17671.101316] # [ 1180.777677] # [ 1083.766995] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
user  :notice: [17671.116457] # [ 1180.791084] # [ 1083.809047] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
user  :notice: [17671.257067] # [ 1180.896055] # [ 1096.590389] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
user  :notice: [17671.272230] # [ 1180.908641] # [ 1096.690513] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
user  :notice: [17671.287397] # [ 1180.921877] # [ 1096.718552] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
user  :notice: [17671.301707] # [17667.675579] test_bpf: #960 Long conditional jump: taken at runtime FAIL to select_runtime err=-524
user  :notice: [17671.317292] # [17667.686981] test_bpf: #961 Long conditional jump: not taken at runtime FAIL to select_runtime err=-524
user  :notice: [17671.333471] # [17667.698738] test_bpf: #962 Long conditional jump: always taken, known at JIT time FAIL to select_runtime err=-524
user  :notice: [17671.350576] # [17667.711455] test_bpf: #963 Long conditional jump: never taken, known at JIT time FAIL to select_runtime err=-524
user  :notice: [17671.366830] # [17667.724050] test_bpf: #964 Staggered jumps: JMP_JA FAIL to select_runtime err=-524
user  :notice: [17671.380671] # [17667.733231] test_bpf: #965 Staggered jumps: JMP_JEQ_K FAIL to select_runtime err=-524
user  :notice: [17671.394641] # [17667.743001] test_bpf: #966 Staggered jumps: JMP_JNE_K FAIL to select_runtime err=-524
user  :notice: [17671.409212] # [17667.752864] test_bpf: #967 Staggered jumps: JMP_JSET_K FAIL to select_runtime err=-524
user  :notice: [17671.423322] # [17667.762839] test_bpf: #968 Staggered jumps: JMP_JGT_K FAIL to select_runtime err=-524
user  :notice: [17671.437512] # [17667.772696] test_bpf: #969 Staggered jumps: JMP_JGE_K FAIL to select_runtime err=-524
user  :notice: [17671.451696] # [17667.782490] test_bpf: #970 Staggered jumps: JMP_JLT_K FAIL to select_runtime err=-524
user  :notice: [17671.465900] # [17667.792307] test_bpf: #971 Staggered jumps: JMP_JLE_K FAIL to select_runtime err=-524
user  :notice: [17671.479996] # [17667.802088] test_bpf: #972 Staggered jumps: JMP_JSGT_K FAIL to select_runtime err=-524
user  :notice: [17671.494240] # [17667.811952] test_bpf: #973 Staggered jumps: JMP_JSGE_K FAIL to select_runtime err=-524
user  :notice: [17671.508523] # [17667.821793] test_bpf: #974 Staggered jumps: JMP_JSLT_K FAIL to select_runtime err=-524
user  :notice: [17671.522769] # [17667.831577] test_bpf: #975 Staggered jumps: JMP_JSLE_K FAIL to select_runtime err=-524
user  :notice: [17671.537006] # [17667.841433] test_bpf: #976 Staggered jumps: JMP_JEQ_X FAIL to select_runtime err=-524
user  :notice: [17671.551235] # [17667.851601] test_bpf: #977 Staggered jumps: JMP_JNE_X FAIL to select_runtime err=-524
user  :notice: [17671.565332] # [17667.861889] test_bpf: #978 Staggered jumps: JMP_JSET_X FAIL to select_runtime err=-524
user  :notice: [17671.579480] # [17667.872209] test_bpf: #979 Staggered jumps: JMP_JGT_X FAIL to select_runtime err=-524
user  :notice: [17671.593983] # [17667.882346] test_bpf: #980 Staggered jumps: JMP_JGE_X FAIL to select_runtime err=-524
user  :notice: [17671.608377] # [17667.892547] test_bpf: #981 Staggered jumps: JMP_JLT_X FAIL to select_runtime err=-524
user  :notice: [17671.622342] # [17667.902713] test_bpf: #982 Staggered jumps: JMP_JLE_X FAIL to select_runtime err=-524
user  :notice: [17671.636358] # [17667.912909] test_bpf: #983 Staggered jumps: JMP_JSGT_X FAIL to select_runtime err=-524
user  :notice: [17671.650556] # [17667.923296] test_bpf: #984 Staggered jumps: JMP_JSGE_X FAIL to select_runtime err=-524
user  :notice: [17671.664735] # [17667.933570] test_bpf: #985 Staggered jumps: JMP_JSLT_X FAIL to select_runtime err=-524
user  :notice: [17671.679025] # [17667.943812] test_bpf: #986 Staggered jumps: JMP_JSLE_X FAIL to select_runtime err=-524
user  :notice: [17671.693569] # [17667.954064] test_bpf: #987 Staggered jumps: JMP32_JEQ_K FAIL to select_runtime err=-524
user  :notice: [17671.707953] # [17667.964056] test_bpf: #988 Staggered jumps: JMP32_JNE_K FAIL to select_runtime err=-524
user  :notice: [17671.722103] # [17667.974041] test_bpf: #989 Staggered jumps: JMP32_JSET_K FAIL to select_runtime err=-524
user  :notice: [17671.736575] # [17667.984209] test_bpf: #990 Staggered jumps: JMP32_JGT_K FAIL to select_runtime err=-524
user  :notice: [17671.750903] # [17667.994225] test_bpf: #991 Staggered jumps: JMP32_JGE_K FAIL to select_runtime err=-524
user  :notice: [17671.765307] # [17668.004215] test_bpf: #992 Staggered jumps: JMP32_JLT_K FAIL to select_runtime err=-524
user  :notice: [17671.780302] # [17668.014186] test_bpf: #993 Staggered jumps: JMP32_JLE_K FAIL to select_runtime err=-524
user  :notice: [17671.794675] # [17668.024152] test_bpf: #994 Staggered jumps: JMP32_JSGT_K FAIL to select_runtime err=-524
user  :notice: [17671.809050] # [17668.034231] test_bpf: #995 Staggered jumps: JMP32_JSGE_K FAIL to select_runtime err=-524
user  :notice: [17671.823480] # [17668.044236] test_bpf: #996 Staggered jumps: JMP32_JSLT_K FAIL to select_runtime err=-524
user  :notice: [17671.838386] # [17668.054287] test_bpf: #997 Staggered jumps: JMP32_JSLE_K FAIL to select_runtime err=-524
user  :notice: [17671.852944] # [17668.064335] test_bpf: #998 Staggered jumps: JMP32_JEQ_X FAIL to select_runtime err=-524
user  :notice: [17671.867325] # [17668.074627] test_bpf: #999 Staggered jumps: JMP32_JNE_X FAIL to select_runtime err=-524
user  :notice: [17671.881667] # [17668.084959] test_bpf: #1000 Staggered jumps: JMP32_JSET_X FAIL to select_runtime err=-524
user  :notice: [17671.896198] # [17668.095443] test_bpf: #1001 Staggered jumps: JMP32_JGT_X FAIL to select_runtime err=-524
user  :notice: [17671.910614] # [17668.105802] test_bpf: #1002 Staggered jumps: JMP32_JGE_X FAIL to select_runtime err=-524
user  :notice: [17671.925055] # [17668.116282] test_bpf: #1003 Staggered jumps: JMP32_JLT_X FAIL to select_runtime err=-524
user  :notice: [17671.939482] # [17668.126610] test_bpf: #1004 Staggered jumps: JMP32_JLE_X FAIL to select_runtime err=-524
user  :notice: [17671.953876] # [17668.137031] test_bpf: #1005 Staggered jumps: JMP32_JSGT_X FAIL to select_runtime err=-524
user  :notice: [17671.968374] # [17668.147527] test_bpf: #1006 Staggered jumps: JMP32_JSGE_X FAIL to select_runtime err=-524
user  :notice: [17671.982928] # [17668.158056] test_bpf: #1007 Staggered jumps: JMP32_JSLT_X FAIL to select_runtime err=-524
user  :notice: [17671.997450] # [17668.169026] test_bpf: #1008 Staggered jumps: JMP32_JSLE_X FAIL to select_runtime err=-524
user  :notice: [17672.011675] # [17668.179604] test_bpf: Summary: 960 PASSED, 49 FAILED, [948/948 JIT'ed]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kernel-selftests: make run_tests -C bpf cost 5 hours
  2021-11-29  7:36 kernel-selftests: make run_tests -C bpf cost 5 hours Zhou, Jie2X
@ 2021-12-01  6:54 ` Zhou, Jie2X
  2021-12-02  9:26   ` Daniel Borkmann
  2021-12-02 20:41   ` sunyucong
  0 siblings, 2 replies; 5+ messages in thread
From: Zhou, Jie2X @ 2021-12-01  6:54 UTC (permalink / raw)
  To: ast, daniel, andrii, kafai, songliubraving, yhs, john.fastabend, kpsingh
  Cc: netdev, bpf, linux-kernel, Li, ZhijianX, Ma, XinjianX, lkp, Li, Philip

ping

________________________________________
From: Zhou, Jie2X
Sent: Monday, November 29, 2021 3:36 PM
To: ast@kernel.org; daniel@iogearbox.net; andrii@kernel.org; kafai@fb.com; songliubraving@fb.com; yhs@fb.com; john.fastabend@gmail.com; kpsingh@kernel.org
Cc: netdev@vger.kernel.org; bpf@vger.kernel.org; linux-kernel@vger.kernel.org; Li, ZhijianX; Ma, XinjianX
Subject: kernel-selftests: make run_tests -C bpf cost 5 hours

hi,

   I have tested v5.16-rc1 kernel bpf function by make run_tests -C tools/testing/selftests/bpf.
   And found it cost above 5 hours.

   Check dmesg and found that lib/test_bpf.ko cost so much time.
   In tools/testing/selftests/bpf/test_kmod.sh insmod test_bpf.ko four times.
   It took 40 seconds for the first three times.

   When do 4th test among 1009 test cases from #812 ALU64_AND_K to  #936 JMP_JSET_K every test case cost above 1 min.
   Is it currently to cost so much time?

kern :info : [ 1127.985791] test_bpf: #811 ALU64_MOV_K: all immediate value magnitudes
kern :info : [ 1237.158485] test_bpf: #812 ALU64_AND_K: all immediate value magnitudes jited:1 127955 PASS
kern :info : [ 1341.638557] test_bpf: #813 ALU64_OR_K: all immediate value magnitudes jited:1 155039 PASS
kern :info : [ 1447.725483] test_bpf: #814 ALU64_XOR_K: all immediate value magnitudes jited:1 129621 PASS
kern :info : [ 1551.808683] test_bpf: #815 ALU64_ADD_K: all immediate value magnitudes jited:1 120428 PASS
kern :info : [ 1655.550594] test_bpf: #816 ALU64_SUB_K: all immediate value magnitudes jited:1 175712 PASS
......
kern :info : [16725.824950] test_bpf: #931 JMP32_JLE_X: all register value magnitudes jited:1 216508 PASS
kern :info : [16911.555675] test_bpf: #932 JMP32_JSGT_X: all register value magnitudes jited:1 178367 PASS
kern :info : [17101.466163] test_bpf: #933 JMP32_JSGE_X: all register value magnitudes jited:1 191436 PASS
kern :info : [17288.359154] test_bpf: #934 JMP32_JSLT_X: all register value magnitudes jited:1 165714 PASS
kern :info : [17480.615048] test_bpf: #935 JMP32_JSLE_X: all register value magnitudes jited:1 172846 PASS
kern :info : [17667.472140] test_bpf: #936 JMP_JSET_K: imm = 0 -> never taken jited:1 14 PASS

   test_bpf.ko dmesg output is attached.

best regards,

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kernel-selftests: make run_tests -C bpf cost 5 hours
  2021-12-01  6:54 ` Zhou, Jie2X
@ 2021-12-02  9:26   ` Daniel Borkmann
  2021-12-02 11:03     ` Johan Almbladh
  2021-12-02 20:41   ` sunyucong
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Borkmann @ 2021-12-02  9:26 UTC (permalink / raw)
  To: Zhou, Jie2X, ast, andrii, kafai, songliubraving, yhs,
	john.fastabend, kpsingh
  Cc: netdev, bpf, linux-kernel, Li, ZhijianX, Ma, XinjianX, lkp, Li,
	Philip, johan.almbladh

On 12/1/21 7:54 AM, Zhou, Jie2X wrote:
> ping
> 
> ________________________________________
> From: Zhou, Jie2X
> Sent: Monday, November 29, 2021 3:36 PM
> To: ast@kernel.org; daniel@iogearbox.net; andrii@kernel.org; kafai@fb.com; songliubraving@fb.com; yhs@fb.com; john.fastabend@gmail.com; kpsingh@kernel.org
> Cc: netdev@vger.kernel.org; bpf@vger.kernel.org; linux-kernel@vger.kernel.org; Li, ZhijianX; Ma, XinjianX
> Subject: kernel-selftests: make run_tests -C bpf cost 5 hours
> 
> hi,
> 
>     I have tested v5.16-rc1 kernel bpf function by make run_tests -C tools/testing/selftests/bpf.
>     And found it cost above 5 hours.
> 
>     Check dmesg and found that lib/test_bpf.ko cost so much time.
>     In tools/testing/selftests/bpf/test_kmod.sh insmod test_bpf.ko four times.
>     It took 40 seconds for the first three times.
> 
>     When do 4th test among 1009 test cases from #812 ALU64_AND_K to  #936 JMP_JSET_K every test case cost above 1 min.
>     Is it currently to cost so much time?
> 
> kern :info : [ 1127.985791] test_bpf: #811 ALU64_MOV_K: all immediate value magnitudes
> kern :info : [ 1237.158485] test_bpf: #812 ALU64_AND_K: all immediate value magnitudes jited:1 127955 PASS
> kern :info : [ 1341.638557] test_bpf: #813 ALU64_OR_K: all immediate value magnitudes jited:1 155039 PASS
> kern :info : [ 1447.725483] test_bpf: #814 ALU64_XOR_K: all immediate value magnitudes jited:1 129621 PASS
> kern :info : [ 1551.808683] test_bpf: #815 ALU64_ADD_K: all immediate value magnitudes jited:1 120428 PASS
> kern :info : [ 1655.550594] test_bpf: #816 ALU64_SUB_K: all immediate value magnitudes jited:1 175712 PASS
> ......
> kern :info : [16725.824950] test_bpf: #931 JMP32_JLE_X: all register value magnitudes jited:1 216508 PASS
> kern :info : [16911.555675] test_bpf: #932 JMP32_JSGT_X: all register value magnitudes jited:1 178367 PASS
> kern :info : [17101.466163] test_bpf: #933 JMP32_JSGE_X: all register value magnitudes jited:1 191436 PASS
> kern :info : [17288.359154] test_bpf: #934 JMP32_JSLT_X: all register value magnitudes jited:1 165714 PASS
> kern :info : [17480.615048] test_bpf: #935 JMP32_JSLE_X: all register value magnitudes jited:1 172846 PASS
> kern :info : [17667.472140] test_bpf: #936 JMP_JSET_K: imm = 0 -> never taken jited:1 14 PASS
> 
>     test_bpf.ko dmesg output is attached.

On my side, I'm seeing:

# time ./test_kmod.sh
[ JIT enabled:0 hardened:0 ]
[  107.182567] test_bpf: Summary: 1009 PASSED, 0 FAILED, [0/997 JIT'ed]
[  107.200319] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [0/8 JIT'ed]
[  107.200379] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
[ JIT enabled:1 hardened:0 ]
[  108.130568] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
[  108.143447] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
[  108.143510] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
[ JIT enabled:1 hardened:1 ]
[  109.116727] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
[  109.129915] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
[  109.129979] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
[ JIT enabled:1 hardened:2 ]
[ 6617.952848] test_bpf: Summary: 1009 PASSED, 0 FAILED, [948/997 JIT'ed]
[ 6617.965936] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
[ 6617.966004] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED

real	108m32.833s
user	0m0.031s
sys	108m17.939s

The hardened:2 run takes significantly longer due to excessive patching for the
jit constant blinding code. Maybe the test cases can be reduced for the latter,
otoh, it's good to know that they all pass as well.

Thanks,
Daniel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kernel-selftests: make run_tests -C bpf cost 5 hours
  2021-12-02  9:26   ` Daniel Borkmann
@ 2021-12-02 11:03     ` Johan Almbladh
  0 siblings, 0 replies; 5+ messages in thread
From: Johan Almbladh @ 2021-12-02 11:03 UTC (permalink / raw)
  To: Daniel Borkmann, Zhou, Jie2X
  Cc: ast, andrii, kafai, songliubraving, yhs, john.fastabend, kpsingh,
	netdev, bpf, linux-kernel, Li, ZhijianX, Ma, XinjianX, lkp, Li,
	Philip

On Thu, Dec 2, 2021 at 10:26 AM Daniel Borkmann <daniel@iogearbox.net> wrote:
>
> On 12/1/21 7:54 AM, Zhou, Jie2X wrote:
> > ping
> >
> > ________________________________________
> > From: Zhou, Jie2X
> > Sent: Monday, November 29, 2021 3:36 PM
> > To: ast@kernel.org; daniel@iogearbox.net; andrii@kernel.org; kafai@fb.com; songliubraving@fb.com; yhs@fb.com; john.fastabend@gmail.com; kpsingh@kernel.org
> > Cc: netdev@vger.kernel.org; bpf@vger.kernel.org; linux-kernel@vger.kernel.org; Li, ZhijianX; Ma, XinjianX
> > Subject: kernel-selftests: make run_tests -C bpf cost 5 hours
> >
> > hi,
> >
> >     I have tested v5.16-rc1 kernel bpf function by make run_tests -C tools/testing/selftests/bpf.
> >     And found it cost above 5 hours.
> >
> >     Check dmesg and found that lib/test_bpf.ko cost so much time.
> >     In tools/testing/selftests/bpf/test_kmod.sh insmod test_bpf.ko four times.
> >     It took 40 seconds for the first three times.
> >
> >     When do 4th test among 1009 test cases from #812 ALU64_AND_K to  #936 JMP_JSET_K every test case cost above 1 min.
> >     Is it currently to cost so much time?
> >
> > kern :info : [ 1127.985791] test_bpf: #811 ALU64_MOV_K: all immediate value magnitudes
> > kern :info : [ 1237.158485] test_bpf: #812 ALU64_AND_K: all immediate value magnitudes jited:1 127955 PASS
> > kern :info : [ 1341.638557] test_bpf: #813 ALU64_OR_K: all immediate value magnitudes jited:1 155039 PASS
> > kern :info : [ 1447.725483] test_bpf: #814 ALU64_XOR_K: all immediate value magnitudes jited:1 129621 PASS
> > kern :info : [ 1551.808683] test_bpf: #815 ALU64_ADD_K: all immediate value magnitudes jited:1 120428 PASS
> > kern :info : [ 1655.550594] test_bpf: #816 ALU64_SUB_K: all immediate value magnitudes jited:1 175712 PASS
> > ......
> > kern :info : [16725.824950] test_bpf: #931 JMP32_JLE_X: all register value magnitudes jited:1 216508 PASS
> > kern :info : [16911.555675] test_bpf: #932 JMP32_JSGT_X: all register value magnitudes jited:1 178367 PASS
> > kern :info : [17101.466163] test_bpf: #933 JMP32_JSGE_X: all register value magnitudes jited:1 191436 PASS
> > kern :info : [17288.359154] test_bpf: #934 JMP32_JSLT_X: all register value magnitudes jited:1 165714 PASS
> > kern :info : [17480.615048] test_bpf: #935 JMP32_JSLE_X: all register value magnitudes jited:1 172846 PASS
> > kern :info : [17667.472140] test_bpf: #936 JMP_JSET_K: imm = 0 -> never taken jited:1 14 PASS
> >
> >     test_bpf.ko dmesg output is attached.
>
> On my side, I'm seeing:
>
> # time ./test_kmod.sh
> [ JIT enabled:0 hardened:0 ]
> [  107.182567] test_bpf: Summary: 1009 PASSED, 0 FAILED, [0/997 JIT'ed]
> [  107.200319] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [0/8 JIT'ed]
> [  107.200379] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
> [ JIT enabled:1 hardened:0 ]
> [  108.130568] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
> [  108.143447] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
> [  108.143510] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
> [ JIT enabled:1 hardened:1 ]
> [  109.116727] test_bpf: Summary: 1009 PASSED, 0 FAILED, [997/997 JIT'ed]
> [  109.129915] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
> [  109.129979] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
> [ JIT enabled:1 hardened:2 ]
> [ 6617.952848] test_bpf: Summary: 1009 PASSED, 0 FAILED, [948/997 JIT'ed]
> [ 6617.965936] test_bpf: test_tail_calls: Summary: 8 PASSED, 0 FAILED, [8/8 JIT'ed]
> [ 6617.966004] test_bpf: test_skb_segment: Summary: 2 PASSED, 0 FAILED
>
> real    108m32.833s
> user    0m0.031s
> sys     108m17.939s
>
> The hardened:2 run takes significantly longer due to excessive patching for the
> jit constant blinding code.

I can confirm this too.

The slow tests are designed to check the result of all ALU and JMP
operations for as many different operand values as possible. It is not
feasible to test every combination of the two operand values, so the
space needs to be narrowed down. To exercise JIT code paths that
depend on the operand magnitude, values are chosen with different high
bit set (power-of-two magnitude) and some added small perturbations.
There is a quadratic pattern where both operands vary independently,
and a linear pattern were the MSBs are equal.

> Maybe the test cases can be reduced for the latter,
> otoh, it's good to know that they all pass as well.

The patterns described above can be tuned by changing the constants
PATTERN_BLOCK{1,2} in lib/test_bpf.c. According to my tests it seems
that the quadratic pattern takes most of the time, but the linear part
is not insignificant either. If I disable the quadratic pattern
completely and reduce the perturbation size for the linear pattern, I
get down to a more reasonable few seconds for each test case instead
of minutes.

The default test patterns may be a bit excessive, but they have also
found real bugs in some JITs. I would like to keep the settings as-is
for the non-hardened runs. I also think it is valuable to be able to
run the full tests during development. One solution could be to add a
module parameter for using a reduced pattern instead. Then the
test_kmod.sh script could set that parameter when running the 4:th
test, while still making it possible to run the full patterns with
hardening manually.

Thanks,
Johan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kernel-selftests: make run_tests -C bpf cost 5 hours
  2021-12-01  6:54 ` Zhou, Jie2X
  2021-12-02  9:26   ` Daniel Borkmann
@ 2021-12-02 20:41   ` sunyucong
  1 sibling, 0 replies; 5+ messages in thread
From: sunyucong @ 2021-12-02 20:41 UTC (permalink / raw)
  To: Zhou, Jie2X
  Cc: ast, daniel, andrii, kafai, songliubraving, yhs, john.fastabend,
	kpsingh, netdev, bpf, linux-kernel, Li, ZhijianX, Ma, XinjianX,
	lkp, Li, Philip

Hi Zhou,

Not sure what exactly you were asking, can you clarify what the question is?

By the way, the recommend way to run bpf selftests are through :
`./tools/testing/selftests/bpf/vmtest.sh`. ,it will take care of
building image,  selftets and also run those in a qemu vm.

This test should finish within a minute or so,  (excluding building time)

Cheers.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-02 20:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29  7:36 kernel-selftests: make run_tests -C bpf cost 5 hours Zhou, Jie2X
2021-12-01  6:54 ` Zhou, Jie2X
2021-12-02  9:26   ` Daniel Borkmann
2021-12-02 11:03     ` Johan Almbladh
2021-12-02 20:41   ` sunyucong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).