2024-06-25 01:16:22 modprobe test_bpf 2024-06-25 01:16:24 sleep 10 2024-06-25 01:16:34 tail -1000 [ 41.311471] test_bpf: #119 ALU64_SUB_K: 3 - 1 = 2 jited:1 4 PASS [ 41.312227] test_bpf: #120 ALU64_SUB_K: 3 - 0 = 3 jited:1 5 PASS [ 41.312991] test_bpf: #121 ALU64_SUB_K: 4294967294 - 4294967295 = -1 jited:1 4 PASS [ 41.313999] test_bpf: #122 ALU64_ADD_K: 2147483646 - 2147483647 = -1 jited:1 5 PASS [ 41.314907] test_bpf: #123 ALU_MUL_X: 2 * 3 = 6 jited:1 5 PASS [ 41.315675] test_bpf: #124 ALU_MUL_X: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 5 PASS [ 41.316557] test_bpf: #125 ALU_MUL_X: -1 * -1 = 1 jited:1 5 PASS [ 41.317324] test_bpf: #126 ALU64_MUL_X: 2 * 3 = 6 jited:1 5 PASS [ 41.318086] test_bpf: #127 ALU64_MUL_X: 1 * 2147483647 = 2147483647 jited:1 5 PASS [ 41.319106] test_bpf: #128 ALU64_MUL_X: 64x64 multiply, low word jited:1 5 PASS [ 41.319990] test_bpf: #129 ALU64_MUL_X: 64x64 multiply, high word jited:1 5 PASS [ 41.320899] test_bpf: #130 ALU_MUL_K: 2 * 3 = 6 jited:1 5 PASS [ 41.321657] test_bpf: #131 ALU_MUL_K: 3 * 1 = 3 jited:1 5 PASS [ 41.322401] test_bpf: #132 ALU_MUL_K: 2 * 0x7FFFFFF8 = 0xFFFFFFF0 jited:1 5 PASS [ 41.323281] test_bpf: #133 ALU_MUL_K: 1 * (-1) = 0x00000000ffffffff jited:1 5 PASS [ 41.324297] test_bpf: #134 ALU64_MUL_K: 2 * 3 = 6 jited:1 4 PASS [ 41.325098] test_bpf: #135 ALU64_MUL_K: 3 * 1 = 3 jited:1 5 PASS [ 41.326003] test_bpf: #136 ALU64_MUL_K: 1 * 2147483647 = 2147483647 jited:1 5 PASS [ 41.326931] test_bpf: #137 ALU64_MUL_K: 1 * -2147483647 = -2147483647 jited:1 5 PASS [ 41.327861] test_bpf: #138 ALU64_MUL_K: 1 * (-1) = 0xffffffffffffffff jited:1 6 PASS [ 41.328806] test_bpf: #139 ALU64_MUL_K: 64x32 multiply, low word jited:1 5 PASS [ 41.329702] test_bpf: #140 ALU64_MUL_K: 64x32 multiply, high word jited:1 5 PASS [ 41.330605] test_bpf: #141 ALU_DIV_X: 6 / 2 = 3 jited:1 6 PASS [ 41.331371] test_bpf: #142 ALU_DIV_X: 4294967295 / 4294967295 = 1 jited:1 6 PASS [ 41.332301] test_bpf: #143 ALU64_DIV_X: 6 / 2 = 3 jited:1 10 PASS [ 41.333090] test_bpf: #144 ALU64_DIV_X: 2147483647 / 2147483647 = 1 jited:1 10 PASS [ 41.334010] test_bpf: #145 ALU64_DIV_X: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 11 PASS [ 41.335152] test_bpf: #146 ALU_DIV_K: 6 / 2 = 3 jited:1 6 PASS [ 41.335927] test_bpf: #147 ALU_DIV_K: 3 / 1 = 3 jited:1 6 PASS [ 41.336695] test_bpf: #148 ALU_DIV_K: 4294967295 / 4294967295 = 1 jited:1 6 PASS [ 41.337602] test_bpf: #149 ALU_DIV_K: 0xffffffffffffffff / (-1) = 0x1 jited:1 7 PASS [ 41.338537] test_bpf: #150 ALU64_DIV_K: 6 / 2 = 3 jited:1 10 PASS [ 41.339327] test_bpf: #151 ALU64_DIV_K: 3 / 1 = 3 jited:1 10 PASS [ 41.340117] test_bpf: #152 ALU64_DIV_K: 2147483647 / 2147483647 = 1 jited:1 10 PASS [ 41.341054] test_bpf: #153 ALU64_DIV_K: 0xffffffffffffffff / (-1) = 0x0000000000000001 jited:1 10 PASS [ 41.343053] test_bpf: #154 ALU_MOD_X: 3 % 2 = 1 jited:1 6 PASS [ 41.343820] test_bpf: #155 ALU_MOD_X: 4294967295 % 4294967293 = 2 jited:1 6 PASS [ 41.344724] test_bpf: #156 ALU64_MOD_X: 3 % 2 = 1 jited:1 11 PASS [ 41.345520] test_bpf: #157 ALU64_MOD_X: 2147483647 % 2147483645 = 2 jited:1 10 PASS [ 41.346453] test_bpf: #158 ALU_MOD_K: 3 % 2 = 1 jited:1 6 PASS [ 41.347216] test_bpf: #159 ALU_MOD_K: 3 % 1 = 0 jited:1 7 PASS [ 41.347985] test_bpf: #160 ALU_MOD_K: 4294967295 % 4294967293 = 2 jited:1 6 PASS [ 41.348901] test_bpf: #161 ALU64_MOD_K: 3 % 2 = 1 jited:1 10 PASS [ 41.349771] test_bpf: #162 ALU64_MOD_K: 3 % 1 = 0 jited:1 10 PASS [ 41.350566] test_bpf: #163 ALU64_MOD_K: 2147483647 % 2147483645 = 2 jited:1 10 PASS [ 41.351498] test_bpf: #164 ALU_SDIV_X: -6 / 2 = -3 jited:1 6 PASS [ 41.352284] test_bpf: #165 ALU_SDIV_K: -6 / 2 = -3 jited:1 7 PASS [ 41.353076] test_bpf: #166 ALU64_SDIV_X: -6 / 2 = -3 jited:1 11 PASS [ 41.353891] test_bpf: #167 ALU64_SDIV_K: -6 / 2 = -3 jited:1 11 PASS [ 41.354706] test_bpf: #168 ALU_SMOD_X: -7 % 2 = -1 jited:1 6 PASS [ 41.355505] test_bpf: #169 ALU_SMOD_K: -7 % 2 = -1 jited:1 6 PASS [ 41.356291] test_bpf: #170 ALU64_SMOD_X: -7 % 2 = -1 jited:1 11 PASS [ 41.357114] test_bpf: #171 ALU64_SMOD_K: -7 % 2 = -1 jited:1 11 PASS [ 41.358064] test_bpf: #172 ALU_AND_X: 3 & 2 = 2 jited:1 5 PASS [ 41.358837] test_bpf: #173 ALU_AND_X: 0xffffffff & 0xffffffff = 0xffffffff jited:1 5 PASS [ 41.359808] test_bpf: #174 ALU64_AND_X: 3 & 2 = 2 jited:1 5 PASS [ 41.360594] test_bpf: #175 ALU64_AND_X: 0xffffffff & 0xffffffff = 0xffffffff jited:1 5 PASS [ 41.361578] test_bpf: #176 ALU_AND_K: 3 & 2 = 2 jited:1 5 PASS [ 41.362359] test_bpf: #177 ALU_AND_K: 0xffffffff & 0xffffffff = 0xffffffff jited:1 4 PASS [ 41.363330] test_bpf: #178 ALU_AND_K: Small immediate jited:1 5 PASS [ 41.364140] test_bpf: #179 ALU_AND_K: Large immediate jited:1 5 PASS [ 41.364953] test_bpf: #180 ALU_AND_K: Zero extension jited:1 5 PASS [ 41.365756] test_bpf: #181 ALU64_AND_K: 3 & 2 = 2 jited:1 5 PASS [ 41.366661] test_bpf: #182 ALU64_AND_K: 0xffffffff & 0xffffffff = 0xffffffff jited:1 5 PASS [ 41.367644] test_bpf: #183 ALU64_AND_K: 0x0000ffffffff0000 & 0x0 = 0x0000000000000000 jited:1 5 PASS [ 41.368692] test_bpf: #184 ALU64_AND_K: 0x0000ffffffff0000 & -1 = 0x0000ffffffff0000 jited:1 5 PASS [ 41.369739] test_bpf: #185 ALU64_AND_K: 0xffffffffffffffff & -1 = 0xffffffffffffffff jited:1 5 PASS [ 41.370776] test_bpf: #186 ALU64_AND_K: Sign extension 1 jited:1 5 PASS [ 41.371613] test_bpf: #187 ALU64_AND_K: Sign extension 2 jited:1 5 PASS [ 41.372449] test_bpf: #188 ALU_OR_X: 1 | 2 = 3 jited:1 5 PASS [ 41.373206] test_bpf: #189 ALU_OR_X: 0x0 | 0xffffffff = 0xffffffff jited:1 5 PASS [ 41.374115] test_bpf: #190 ALU64_OR_X: 1 | 2 = 3 jited:1 5 PASS [ 41.375039] test_bpf: #191 ALU64_OR_X: 0 | 0xffffffff = 0xffffffff jited:1 5 PASS [ 41.375946] test_bpf: #192 ALU_OR_K: 1 | 2 = 3 jited:1 5 PASS [ 41.376719] test_bpf: #193 ALU_OR_K: 0 & 0xffffffff = 0xffffffff jited:1 5 PASS [ 41.377620] test_bpf: #194 ALU_OR_K: Small immediate jited:1 5 PASS [ 41.378427] test_bpf: #195 ALU_OR_K: Large immediate jited:1 5 PASS [ 41.379227] test_bpf: #196 ALU_OR_K: Zero extension jited:1 5 PASS [ 41.380062] test_bpf: #197 ALU64_OR_K: 1 | 2 = 3 jited:1 5 PASS [ 41.380930] test_bpf: #198 ALU64_OR_K: 0 & 0xffffffff = 0xffffffff jited:1 4 PASS [ 41.381855] test_bpf: #199 ALU64_OR_K: 0x0000ffffffff0000 | 0x0 = 0x0000ffffffff0000 jited:1 5 PASS [ 41.382910] test_bpf: #200 ALU64_OR_K: 0x0000ffffffff0000 | -1 = 0xffffffffffffffff jited:1 5 PASS [ 41.383947] test_bpf: #201 ALU64_OR_K: 0x000000000000000 | -1 = 0xffffffffffffffff jited:1 5 PASS [ 41.384975] test_bpf: #202 ALU64_OR_K: Sign extension 1 jited:1 5 PASS [ 41.385805] test_bpf: #203 ALU64_OR_K: Sign extension 2 jited:1 5 PASS [ 41.386641] test_bpf: #204 ALU_XOR_X: 5 ^ 6 = 3 jited:1 5 PASS [ 41.387408] test_bpf: #205 ALU_XOR_X: 0x1 ^ 0xffffffff = 0xfffffffe jited:1 5 PASS [ 41.388336] test_bpf: #206 ALU64_XOR_X: 5 ^ 6 = 3 jited:1 5 PASS [ 41.389117] test_bpf: #207 ALU64_XOR_X: 1 ^ 0xffffffff = 0xfffffffe jited:1 5 PASS [ 41.390033] test_bpf: #208 ALU_XOR_K: 5 ^ 6 = 3 jited:1 4 PASS [ 41.390811] test_bpf: #209 ALU_XOR_K: 1 ^ 0xffffffff = 0xfffffffe jited:1 5 PASS [ 41.391713] test_bpf: #210 ALU_XOR_K: Small immediate jited:1 5 PASS [ 41.392528] test_bpf: #211 ALU_XOR_K: Large immediate jited:1 5 PASS [ 41.393335] test_bpf: #212 ALU_XOR_K: Zero extension jited:1 5 PASS [ 41.394137] test_bpf: #213 ALU64_XOR_K: 5 ^ 6 = 3 jited:1 5 PASS [ 41.394928] test_bpf: #214 ALU64_XOR_K: 1 ^ 0xffffffff = 0xfffffffe jited:1 5 PASS [ 41.395843] test_bpf: #215 ALU64_XOR_K: 0x0000ffffffff0000 ^ 0x0 = 0x0000ffffffff0000 jited:1 5 PASS [ 41.396877] test_bpf: #216 ALU64_XOR_K: 0x0000ffffffff0000 ^ -1 = 0xffff00000000ffff jited:1 5 PASS [ 41.397946] test_bpf: #217 ALU64_XOR_K: 0x000000000000000 ^ -1 = 0xffffffffffffffff jited:1 6 PASS [ 41.398970] test_bpf: #218 ALU64_XOR_K: Sign extension 1 jited:1 5 PASS [ 41.399792] test_bpf: #219 ALU64_XOR_K: Sign extension 2 jited:1 5 PASS [ 41.400700] test_bpf: #220 ALU_LSH_X: 1 << 1 = 2 jited:1 5 PASS [ 41.401478] test_bpf: #221 ALU_LSH_X: 1 << 31 = 0x80000000 jited:1 5 PASS [ 41.402333] test_bpf: #222 ALU_LSH_X: 0x12345678 << 12 = 0x45678000 jited:1 5 PASS [ 41.403261] test_bpf: #223 ALU64_LSH_X: 1 << 1 = 2 jited:1 5 PASS [ 41.404054] test_bpf: #224 ALU64_LSH_X: 1 << 31 = 0x80000000 jited:1 5 PASS [ 41.404921] test_bpf: #225 ALU64_LSH_X: Shift < 32, low word jited:1 4 PASS [ 41.405787] test_bpf: #226 ALU64_LSH_X: Shift < 32, high word jited:1 5 PASS [ 41.406670] test_bpf: #227 ALU64_LSH_X: Shift > 32, low word jited:1 5 PASS [ 41.407567] test_bpf: #228 ALU64_LSH_X: Shift > 32, high word jited:1 5 PASS [ 41.408429] test_bpf: #229 ALU64_LSH_X: Shift == 32, low word jited:1 5 PASS [ 41.409281] test_bpf: #230 ALU64_LSH_X: Shift == 32, high word jited:1 5 PASS [ 41.410207] test_bpf: #231 ALU64_LSH_X: Zero shift, low word jited:1 5 PASS [ 41.411098] test_bpf: #232 ALU64_LSH_X: Zero shift, high word jited:1 5 PASS [ 41.411968] test_bpf: #233 ALU_LSH_K: 1 << 1 = 2 jited:1 5 PASS [ 41.412830] test_bpf: #234 ALU_LSH_K: 1 << 31 = 0x80000000 jited:1 5 PASS [ 41.413707] test_bpf: #235 ALU_LSH_K: 0x12345678 << 12 = 0x45678000 jited:1 5 PASS [ 41.414658] test_bpf: #236 ALU_LSH_K: 0x12345678 << 0 = 0x12345678 jited:1 5 PASS [ 41.415638] test_bpf: #237 ALU64_LSH_K: 1 << 1 = 2 jited:1 5 PASS [ 41.416443] test_bpf: #238 ALU64_LSH_K: 1 << 31 = 0x80000000 jited:1 4 PASS [ 41.417325] test_bpf: #239 ALU64_LSH_K: Shift < 32, low word jited:1 5 PASS [ 41.418231] test_bpf: #240 ALU64_LSH_K: Shift < 32, high word jited:1 5 PASS [ 41.419123] test_bpf: #241 ALU64_LSH_K: Shift > 32, low word jited:1 5 PASS [ 41.420009] test_bpf: #242 ALU64_LSH_K: Shift > 32, high word jited:1 5 PASS [ 41.420899] test_bpf: #243 ALU64_LSH_K: Shift == 32, low word jited:1 5 PASS [ 41.421788] test_bpf: #244 ALU64_LSH_K: Shift == 32, high word jited:1 5 PASS [ 41.422692] test_bpf: #245 ALU64_LSH_K: Zero shift jited:1 5 PASS [ 41.423563] test_bpf: #246 ALU_RSH_X: 2 >> 1 = 1 jited:1 5 PASS [ 41.424353] test_bpf: #247 ALU_RSH_X: 0x80000000 >> 31 = 1 jited:1 5 PASS [ 41.425241] test_bpf: #248 ALU_RSH_X: 0x12345678 >> 20 = 0x123 jited:1 5 PASS [ 41.426146] test_bpf: #249 ALU64_RSH_X: 2 >> 1 = 1 jited:1 5 PASS [ 41.426953] test_bpf: #250 ALU64_RSH_X: 0x80000000 >> 31 = 1 jited:1 5 PASS [ 41.427834] test_bpf: #251 ALU64_RSH_X: Shift < 32, low word jited:1 6 PASS [ 41.428723] test_bpf: #252 ALU64_RSH_X: Shift < 32, high word jited:1 5 PASS [ 41.429615] test_bpf: #253 ALU64_RSH_X: Shift > 32, low word jited:1 4 PASS [ 41.430502] test_bpf: #254 ALU64_RSH_X: Shift > 32, high word jited:1 5 PASS [ 41.431509] test_bpf: #255 ALU64_RSH_X: Shift == 32, low word jited:1 5 PASS [ 41.432412] test_bpf: #256 ALU64_RSH_X: Shift == 32, high word jited:1 5 PASS [ 41.433319] test_bpf: #257 ALU64_RSH_X: Zero shift, low word jited:1 5 PASS [ 41.434203] test_bpf: #258 ALU64_RSH_X: Zero shift, high word jited:1 5 PASS [ 41.435098] test_bpf: #259 ALU_RSH_K: 2 >> 1 = 1 jited:1 5 PASS [ 41.436014] test_bpf: #260 ALU_RSH_K: 0x80000000 >> 31 = 1 jited:1 4 PASS [ 41.436912] test_bpf: #261 ALU_RSH_K: 0x12345678 >> 20 = 0x123 jited:1 4 PASS [ 41.437801] test_bpf: #262 ALU_RSH_K: 0x12345678 >> 0 = 0x12345678 jited:1 5 PASS [ 41.438713] test_bpf: #263 ALU64_RSH_K: 2 >> 1 = 1 jited:1 5 PASS [ 41.439537] test_bpf: #264 ALU64_RSH_K: 0x80000000 >> 31 = 1 jited:1 5 PASS [ 41.440456] test_bpf: #265 ALU64_RSH_K: Shift < 32, low word jited:1 5 PASS [ 41.442280] test_bpf: #266 ALU64_RSH_K: Shift < 32, high word jited:1 9 PASS [ 41.443156] test_bpf: #267 ALU64_RSH_K: Shift > 32, low word jited:1 5 PASS [ 41.444085] test_bpf: #268 ALU64_RSH_K: Shift > 32, high word jited:1 5 PASS [ 41.444996] test_bpf: #269 ALU64_RSH_K: Shift == 32, low word jited:1 5 PASS [ 41.445872] test_bpf: #270 ALU64_RSH_K: Shift == 32, high word jited:1 5 PASS [ 41.446781] test_bpf: #271 ALU64_RSH_K: Zero shift jited:1 5 PASS [ 41.447565] test_bpf: #272 ALU32_ARSH_X: -1234 >> 7 = -10 jited:1 5 PASS [ 41.448421] test_bpf: #273 ALU64_ARSH_X: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff jited:1 4 PASS [ 41.449548] test_bpf: #274 ALU64_ARSH_X: Shift < 32, low word jited:1 4 PASS [ 41.450417] test_bpf: #275 ALU64_ARSH_X: Shift < 32, high word jited:1 5 PASS [ 41.451353] test_bpf: #276 ALU64_ARSH_X: Shift > 32, low word jited:1 5 PASS [ 41.452222] test_bpf: #277 ALU64_ARSH_X: Shift > 32, high word jited:1 5 PASS [ 41.453088] test_bpf: #278 ALU64_ARSH_X: Shift == 32, low word jited:1 5 PASS [ 41.454036] test_bpf: #279 ALU64_ARSH_X: Shift == 32, high word jited:1 5 PASS [ 41.454930] test_bpf: #280 ALU64_ARSH_X: Zero shift, low word jited:1 5 PASS [ 41.455805] test_bpf: #281 ALU64_ARSH_X: Zero shift, high word jited:1 5 PASS [ 41.456688] test_bpf: #282 ALU32_ARSH_K: -1234 >> 7 = -10 jited:1 5 PASS [ 41.457678] test_bpf: #283 ALU32_ARSH_K: -1234 >> 0 = -1234 jited:1 5 PASS [ 41.458558] test_bpf: #284 ALU64_ARSH_K: 0xff00ff0000000000 >> 40 = 0xffffffffffff00ff jited:1 5 PASS [ 41.459611] test_bpf: #285 ALU64_ARSH_K: Shift < 32, low word jited:1 5 PASS [ 41.460524] test_bpf: #286 ALU64_ARSH_K: Shift < 32, high word jited:1 5 PASS [ 41.461443] test_bpf: #287 ALU64_ARSH_K: Shift > 32, low word jited:1 5 PASS [ 41.462306] test_bpf: #288 ALU64_ARSH_K: Shift > 32, high word jited:1 5 PASS [ 41.463173] test_bpf: #289 ALU64_ARSH_K: Shift == 32, low word jited:1 5 PASS [ 41.464131] test_bpf: #290 ALU64_ARSH_K: Shift == 32, high word jited:1 5 PASS [ 41.465043] test_bpf: #291 ALU64_ARSH_K: Zero shift jited:1 5 PASS [ 41.465841] test_bpf: #292 ALU_NEG: -(3) = -3 jited:1 4 PASS [ 41.466598] test_bpf: #293 ALU_NEG: -(-3) = 3 jited:1 5 PASS [ 41.467346] test_bpf: #294 ALU64_NEG: -(3) = -3 jited:1 5 PASS [ 41.468117] test_bpf: #295 ALU64_NEG: -(-3) = 3 jited:1 5 PASS [ 41.468885] test_bpf: #296 ALU_END_FROM_BE 16: 0x0123456789abcdef -> 0xcdef jited:1 5 PASS [ 41.469862] test_bpf: #297 ALU_END_FROM_BE 32: 0x0123456789abcdef -> 0x89abcdef jited:1 5 PASS [ 41.470876] test_bpf: #298 ALU_END_FROM_BE 64: 0x0123456789abcdef -> 0x89abcdef jited:1 5 PASS [ 41.471887] test_bpf: #299 ALU_END_FROM_BE 64: 0x0123456789abcdef >> 32 -> 0x01234567 jited:1 5 PASS [ 41.472935] test_bpf: #300 ALU_END_FROM_BE 16: 0xfedcba9876543210 -> 0x3210 jited:1 5 PASS [ 41.473906] test_bpf: #301 ALU_END_FROM_BE 32: 0xfedcba9876543210 -> 0x76543210 jited:1 5 PASS [ 41.474905] test_bpf: #302 ALU_END_FROM_BE 64: 0xfedcba9876543210 -> 0x76543210 jited:1 5 PASS [ 41.475907] test_bpf: #303 ALU_END_FROM_BE 64: 0xfedcba9876543210 >> 32 -> 0xfedcba98 jited:1 5 PASS [ 41.476953] test_bpf: #304 ALU_END_FROM_LE 16: 0x0123456789abcdef -> 0xefcd jited:1 5 PASS [ 41.477923] test_bpf: #305 ALU_END_FROM_LE 32: 0x0123456789abcdef -> 0xefcdab89 jited:1 5 PASS [ 41.478923] test_bpf: #306 ALU_END_FROM_LE 64: 0x0123456789abcdef -> 0x67452301 jited:1 5 PASS [ 41.479933] test_bpf: #307 ALU_END_FROM_LE 64: 0x0123456789abcdef >> 32 -> 0xefcdab89 jited:1 5 PASS [ 41.481046] test_bpf: #308 ALU_END_FROM_LE 16: 0xfedcba9876543210 -> 0x1032 jited:1 5 PASS [ 41.482010] test_bpf: #309 ALU_END_FROM_LE 32: 0xfedcba9876543210 -> 0x10325476 jited:1 5 PASS [ 41.483028] test_bpf: #310 ALU_END_FROM_LE 64: 0xfedcba9876543210 -> 0x10325476 jited:1 5 PASS [ 41.484018] test_bpf: #311 ALU_END_FROM_LE 64: 0xfedcba9876543210 >> 32 -> 0x98badcfe jited:1 5 PASS [ 41.485041] test_bpf: #312 BSWAP 16: 0x0123456789abcdef -> 0xefcd jited:1 5 PASS [ 41.486012] test_bpf: #313 BSWAP 32: 0x0123456789abcdef -> 0xefcdab89 jited:1 5 PASS [ 41.486944] test_bpf: #314 BSWAP 64: 0x0123456789abcdef -> 0x67452301 jited:1 5 PASS [ 41.487882] test_bpf: #315 BSWAP 64: 0x0123456789abcdef >> 32 -> 0xefcdab89 jited:1 5 PASS [ 41.488836] test_bpf: #316 BSWAP 16: 0xfedcba9876543210 -> 0x1032 jited:1 5 PASS [ 41.489718] test_bpf: #317 BSWAP 32: 0xfedcba9876543210 -> 0x10325476 jited:1 5 PASS [ 41.490838] test_bpf: #318 BSWAP 64: 0xfedcba9876543210 -> 0x98badcfe jited:1 5 PASS [ 41.491760] test_bpf: #319 BSWAP 64: 0xfedcba9876543210 >> 32 -> 0x10325476 jited:1 5 PASS [ 41.492740] test_bpf: #320 BPF_LDX_MEM | BPF_B, base jited:1 5 PASS [ 41.493524] test_bpf: #321 BPF_LDX_MEM | BPF_B, MSB set jited:1 5 PASS [ 41.494332] test_bpf: #322 BPF_LDX_MEM | BPF_B, negative offset jited:1 5 PASS [ 41.495195] test_bpf: #323 BPF_LDX_MEM | BPF_B, small positive offset jited:1 5 PASS [ 41.496200] test_bpf: #324 BPF_LDX_MEM | BPF_B, large positive offset jited:1 5 PASS [ 41.497108] test_bpf: #325 BPF_LDX_MEM | BPF_H, base jited:1 5 PASS [ 41.497920] test_bpf: #326 BPF_LDX_MEM | BPF_H, MSB set jited:1 5 PASS [ 41.498731] test_bpf: #327 BPF_LDX_MEM | BPF_H, negative offset jited:1 5 PASS [ 41.499589] test_bpf: #328 BPF_LDX_MEM | BPF_H, small positive offset jited:1 5 PASS [ 41.500580] test_bpf: #329 BPF_LDX_MEM | BPF_H, large positive offset jited:1 5 PASS [ 41.501549] test_bpf: #330 BPF_LDX_MEM | BPF_H, unaligned positive offset jited:1 10 PASS [ 41.502580] test_bpf: #331 BPF_LDX_MEM | BPF_W, base jited:1 5 PASS [ 41.503375] test_bpf: #332 BPF_LDX_MEM | BPF_W, MSB set jited:1 5 PASS [ 41.504188] test_bpf: #333 BPF_LDX_MEM | BPF_W, negative offset jited:1 5 PASS [ 41.505132] test_bpf: #334 BPF_LDX_MEM | BPF_W, small positive offset jited:1 5 PASS [ 41.506054] test_bpf: #335 BPF_LDX_MEM | BPF_W, large positive offset jited:1 5 PASS [ 41.506972] test_bpf: #336 BPF_LDX_MEM | BPF_W, unaligned positive offset jited:1 5 PASS [ 41.507920] test_bpf: #337 BPF_LDX_MEM | BPF_DW, base jited:1 5 PASS [ 41.508735] test_bpf: #338 BPF_LDX_MEM | BPF_DW, MSB set jited:1 5 PASS [ 41.509577] test_bpf: #339 BPF_LDX_MEM | BPF_DW, negative offset jited:1 5 PASS [ 41.510481] test_bpf: #340 BPF_LDX_MEM | BPF_DW, small positive offset jited:1 5 PASS [ 41.511474] test_bpf: #341 BPF_LDX_MEM | BPF_DW, large positive offset jited:1 5 PASS [ 41.512406] test_bpf: #342 BPF_LDX_MEM | BPF_DW, unaligned positive offset jited:1 5 PASS [ 41.513364] test_bpf: #343 BPF_LDX_MEMSX | BPF_B jited:1 5 PASS [ 41.514138] test_bpf: #344 BPF_LDX_MEMSX | BPF_H jited:1 5 PASS [ 41.514898] test_bpf: #345 BPF_LDX_MEMSX | BPF_W jited:1 5 PASS [ 41.515677] test_bpf: #346 BPF_STX_MEM | BPF_B jited:1 8 PASS [ 41.516430] test_bpf: #347 BPF_STX_MEM | BPF_B, MSB set jited:1 8 PASS [ 41.517239] test_bpf: #348 BPF_STX_MEM | BPF_H jited:1 8 PASS [ 41.517995] test_bpf: #349 BPF_STX_MEM | BPF_H, MSB set jited:1 8 PASS [ 41.518913] test_bpf: #350 BPF_STX_MEM | BPF_W jited:1 8 PASS [ 41.519666] test_bpf: #351 BPF_STX_MEM | BPF_W, MSB set jited:1 8 PASS [ 41.520504] test_bpf: #352 ST_MEM_B: Store/Load byte: max negative jited:1 5 PASS [ 41.521646] test_bpf: #353 ST_MEM_B: Store/Load byte: max positive jited:1 5 PASS [ 41.522548] test_bpf: #354 STX_MEM_B: Store/Load byte: max negative jited:1 5 PASS [ 41.523528] test_bpf: #355 ST_MEM_H: Store/Load half word: max negative jited:1 5 PASS [ 41.524466] test_bpf: #356 ST_MEM_H: Store/Load half word: max positive jited:1 5 PASS [ 41.525417] test_bpf: #357 STX_MEM_H: Store/Load half word: max negative jited:1 5 PASS [ 41.526345] test_bpf: #358 ST_MEM_W: Store/Load word: max negative jited:1 5 PASS [ 41.527237] test_bpf: #359 ST_MEM_W: Store/Load word: max positive jited:1 11 PASS [ 41.528135] test_bpf: #360 STX_MEM_W: Store/Load word: max negative jited:1 5 PASS [ 41.529137] test_bpf: #361 ST_MEM_DW: Store/Load double word: max negative jited:1 5 PASS [ 41.530100] test_bpf: #362 ST_MEM_DW: Store/Load double word: max negative 2 jited:1 6 PASS [ 41.531365] test_bpf: #363 ST_MEM_DW: Store/Load double word: max positive jited:1 5 PASS [ 41.533283] test_bpf: #364 STX_MEM_DW: Store/Load double word: max negative jited:1 5 PASS [ 41.534274] test_bpf: #365 STX_MEM_DW: Store double word: first word in memory jited:1 5 PASS [ 41.535271] test_bpf: #366 STX_MEM_DW: Store double word: second word in memory jited:1 5 PASS [ 41.536279] test_bpf: #367 STX_XADD_W: X + 1 + 1 + 1 + ... jited:1 17481 PASS [ 41.555140] test_bpf: #368 STX_XADD_DW: X + 1 + 1 + 1 + ... jited:1 17290 PASS [ 41.573874] test_bpf: #369 BPF_ATOMIC | BPF_W, BPF_ADD: Test: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.574934] test_bpf: #370 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.576076] test_bpf: #371 BPF_ATOMIC | BPF_W, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.577265] test_bpf: #372 BPF_ATOMIC | BPF_W, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.578338] test_bpf: #373 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.579455] test_bpf: #374 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.580701] test_bpf: #375 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.581929] test_bpf: #376 BPF_ATOMIC | BPF_W, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.583077] test_bpf: #377 BPF_ATOMIC | BPF_DW, BPF_ADD: Test: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.584107] test_bpf: #378 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.585264] test_bpf: #379 BPF_ATOMIC | BPF_DW, BPF_ADD: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.586408] test_bpf: #380 BPF_ATOMIC | BPF_DW, BPF_ADD: Test fetch: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.587525] test_bpf: #381 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.588621] test_bpf: #382 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r10: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.589906] test_bpf: #383 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test side effects, r0: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.591143] test_bpf: #384 BPF_ATOMIC | BPF_DW, BPF_ADD | BPF_FETCH: Test fetch: 0x12 + 0xab = 0xbd jited:1 12 PASS [ 41.592295] test_bpf: #385 BPF_ATOMIC | BPF_W, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.593327] test_bpf: #386 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.594545] test_bpf: #387 BPF_ATOMIC | BPF_W, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.595740] test_bpf: #388 BPF_ATOMIC | BPF_W, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.596812] test_bpf: #389 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.597921] test_bpf: #390 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.599158] test_bpf: #391 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.600372] test_bpf: #392 BPF_ATOMIC | BPF_W, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 13 PASS [ 41.601533] test_bpf: #393 BPF_ATOMIC | BPF_DW, BPF_AND: Test: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.602544] test_bpf: #394 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.603814] test_bpf: #395 BPF_ATOMIC | BPF_DW, BPF_AND: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.604978] test_bpf: #396 BPF_ATOMIC | BPF_DW, BPF_AND: Test fetch: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.606034] test_bpf: #397 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test: 0x12 & 0xab = 0x02 jited:1 13 PASS [ 41.607150] test_bpf: #398 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r10: 0x12 & 0xab = 0x02 jited:1 15 PASS [ 41.608378] test_bpf: #399 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test side effects, r0: 0x12 & 0xab = 0x02 jited:1 12 PASS [ 41.609654] test_bpf: #400 BPF_ATOMIC | BPF_DW, BPF_AND | BPF_FETCH: Test fetch: 0x12 & 0xab = 0x02 jited:1 13 PASS [ 41.610813] test_bpf: #401 BPF_ATOMIC | BPF_W, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.611831] test_bpf: #402 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.612961] test_bpf: #403 BPF_ATOMIC | BPF_W, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.614180] test_bpf: #404 BPF_ATOMIC | BPF_W, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.615244] test_bpf: #405 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb jited:1 13 PASS [ 41.616361] test_bpf: #406 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.617593] test_bpf: #407 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.618826] test_bpf: #408 BPF_ATOMIC | BPF_W, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 13 PASS [ 41.619974] test_bpf: #409 BPF_ATOMIC | BPF_DW, BPF_OR: Test: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.620996] test_bpf: #410 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.622143] test_bpf: #411 BPF_ATOMIC | BPF_DW, BPF_OR: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.623286] test_bpf: #412 BPF_ATOMIC | BPF_DW, BPF_OR: Test fetch: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.624388] test_bpf: #413 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test: 0x12 | 0xab = 0xbb jited:1 13 PASS [ 41.625551] test_bpf: #414 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r10: 0x12 | 0xab = 0xbb jited:1 15 PASS [ 41.626820] test_bpf: #415 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test side effects, r0: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.628033] test_bpf: #416 BPF_ATOMIC | BPF_DW, BPF_OR | BPF_FETCH: Test fetch: 0x12 | 0xab = 0xbb jited:1 12 PASS [ 41.629229] test_bpf: #417 BPF_ATOMIC | BPF_W, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 jited:1 18 PASS [ 41.630263] test_bpf: #418 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.631423] test_bpf: #419 BPF_ATOMIC | BPF_W, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.632566] test_bpf: #420 BPF_ATOMIC | BPF_W, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.633642] test_bpf: #421 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 13 PASS [ 41.634766] test_bpf: #422 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.636000] test_bpf: #423 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.637227] test_bpf: #424 BPF_ATOMIC | BPF_W, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 18 PASS [ 41.638389] test_bpf: #425 BPF_ATOMIC | BPF_DW, BPF_XOR: Test: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.639420] test_bpf: #426 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.640638] test_bpf: #427 BPF_ATOMIC | BPF_DW, BPF_XOR: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.641795] test_bpf: #428 BPF_ATOMIC | BPF_DW, BPF_XOR: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.642867] test_bpf: #429 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test: 0x12 ^ 0xab = 0xb9 jited:1 13 PASS [ 41.643991] test_bpf: #430 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r10: 0x12 ^ 0xab = 0xb9 jited:1 15 PASS [ 41.645235] test_bpf: #431 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test side effects, r0: 0x12 ^ 0xab = 0xb9 jited:1 17 PASS [ 41.646491] test_bpf: #432 BPF_ATOMIC | BPF_DW, BPF_XOR | BPF_FETCH: Test fetch: 0x12 ^ 0xab = 0xb9 jited:1 12 PASS [ 41.647651] test_bpf: #433 BPF_ATOMIC | BPF_W, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab jited:1 12 PASS [ 41.648700] test_bpf: #434 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab jited:1 12 PASS [ 41.649880] test_bpf: #435 BPF_ATOMIC | BPF_W, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 12 PASS [ 41.651110] test_bpf: #436 BPF_ATOMIC | BPF_W, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab jited:1 12 PASS [ 41.652203] test_bpf: #437 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test: 0x12 xchg 0xab = 0xab jited:1 12 PASS [ 41.653272] test_bpf: #438 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r10: 0x12 xchg 0xab = 0xab jited:1 12 PASS [ 41.654473] test_bpf: #439 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test side effects, r0: 0x12 xchg 0xab = 0xab jited:1 12 PASS [ 41.655636] test_bpf: #440 BPF_ATOMIC | BPF_DW, BPF_XCHG: Test fetch: 0x12 xchg 0xab = 0xab jited:1 12 PASS [ 41.656742] test_bpf: #441 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful return jited:1 12 PASS [ 41.657759] test_bpf: #442 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test successful store jited:1 12 PASS [ 41.658834] test_bpf: #443 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure return jited:1 12 PASS [ 41.659852] test_bpf: #444 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test failure store jited:1 12 PASS [ 41.660849] test_bpf: #445 BPF_ATOMIC | BPF_W, BPF_CMPXCHG: Test side effects jited:1 16 PASS [ 41.661860] test_bpf: #446 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful return jited:1 12 PASS [ 41.662883] test_bpf: #447 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test successful store jited:1 12 PASS [ 41.663901] test_bpf: #448 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure return jited:1 12 PASS [ 41.664983] test_bpf: #449 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test failure store jited:1 12 PASS [ 41.665986] test_bpf: #450 BPF_ATOMIC | BPF_DW, BPF_CMPXCHG: Test side effects jited:1 12 PASS [ 41.666995] test_bpf: #451 JMP32_JEQ_K: Small immediate jited:1 5 PASS [ 41.667819] test_bpf: #452 JMP32_JEQ_K: Large immediate jited:1 5 PASS [ 41.668632] test_bpf: #453 JMP32_JEQ_K: negative immediate jited:1 5 PASS [ 41.670564] test_bpf: #454 JMP32_JEQ_X jited:1 5 PASS [ 41.671268] test_bpf: #455 JMP32_JNE_K: Small immediate jited:1 5 PASS [ 41.672084] test_bpf: #456 JMP32_JNE_K: Large immediate jited:1 5 PASS [ 41.672902] test_bpf: #457 JMP32_JNE_K: negative immediate jited:1 5 PASS [ 41.673814] test_bpf: #458 JMP32_JNE_X jited:1 5 PASS [ 41.674520] test_bpf: #459 JMP32_JSET_K: Small immediate jited:1 5 PASS [ 41.675371] test_bpf: #460 JMP32_JSET_K: Large immediate jited:1 5 PASS [ 41.676214] test_bpf: #461 JMP32_JSET_K: negative immediate jited:1 5 PASS [ 41.677055] test_bpf: #462 JMP32_JSET_X jited:1 5 PASS [ 41.677816] test_bpf: #463 JMP32_JGT_K: Small immediate jited:1 5 PASS [ 41.678628] test_bpf: #464 JMP32_JGT_K: Large immediate jited:1 5 PASS [ 41.679442] test_bpf: #465 JMP32_JGT_X jited:1 5 PASS [ 41.680125] test_bpf: #466 JMP32_JGE_K: Small immediate jited:1 5 PASS [ 41.681122] test_bpf: #467 JMP32_JGE_K: Large immediate jited:1 5 PASS [ 41.681944] test_bpf: #468 JMP32_JGE_X jited:1 5 PASS [ 41.682651] test_bpf: #469 JMP32_JLT_K: Small immediate jited:1 5 PASS [ 41.683461] test_bpf: #470 JMP32_JLT_K: Large immediate jited:1 5 PASS [ 41.684270] test_bpf: #471 JMP32_JLT_X jited:1 5 PASS [ 41.684957] test_bpf: #472 JMP32_JLE_K: Small immediate jited:1 5 PASS [ 41.685869] test_bpf: #473 JMP32_JLE_K: Large immediate jited:1 5 PASS [ 41.686698] test_bpf: #474 JMP32_JLE_X jited:1 5 PASS [ 41.687405] test_bpf: #475 JMP32_JSGT_K: Small immediate jited:1 5 PASS [ 41.688224] test_bpf: #476 JMP32_JSGT_K: Large immediate jited:1 5 PASS [ 41.689056] test_bpf: #477 JMP32_JSGT_X jited:1 5 PASS [ 41.689870] test_bpf: #478 JMP32_JSGE_K: Small immediate jited:1 5 PASS [ 41.690793] test_bpf: #479 JMP32_JSGE_K: Large immediate jited:1 5 PASS [ 41.691620] test_bpf: #480 JMP32_JSGE_X jited:1 5 PASS [ 41.692330] test_bpf: #481 JMP32_JSLT_K: Small immediate jited:1 5 PASS [ 41.693160] test_bpf: #482 JMP32_JSLT_K: Large immediate jited:1 5 PASS [ 41.693979] test_bpf: #483 JMP32_JSLT_X jited:1 5 PASS [ 41.694665] test_bpf: #484 JMP32_JSLE_K: Small immediate jited:1 5 PASS [ 41.695586] test_bpf: #485 JMP32_JSLE_K: Large immediate jited:1 5 PASS [ 41.696411] test_bpf: #486 JMP32_JSLE_X jited:1 5 PASS [ 41.697163] test_bpf: #487 JMP_EXIT jited:1 4 PASS [ 41.697836] test_bpf: #488 JMP_JA: Unconditional jump: if (true) return 1 jited:1 5 PASS [ 41.698990] test_bpf: #489 JMP32_JA: Unconditional jump: if (true) return 1 jited:1 6 PASS [ 41.699954] test_bpf: #490 JMP_JSLT_K: Signed jump: if (-2 < -1) return 1 jited:1 5 PASS [ 41.700894] test_bpf: #491 JMP_JSLT_K: Signed jump: if (-1 < -1) return 0 jited:1 5 PASS [ 41.701918] test_bpf: #492 JMP_JSGT_K: Signed jump: if (-1 > -2) return 1 jited:1 5 PASS [ 41.702862] test_bpf: #493 JMP_JSGT_K: Signed jump: if (-1 > -1) return 0 jited:1 5 PASS [ 41.703827] test_bpf: #494 JMP_JSLE_K: Signed jump: if (-2 <= -1) return 1 jited:1 5 PASS [ 41.704772] test_bpf: #495 JMP_JSLE_K: Signed jump: if (-1 <= -1) return 1 jited:1 5 PASS [ 41.705726] test_bpf: #496 JMP_JSLE_K: Signed jump: value walk 1 jited:1 5 PASS [ 41.706790] test_bpf: #497 JMP_JSLE_K: Signed jump: value walk 2 jited:1 5 PASS [ 41.707686] test_bpf: #498 JMP_JSGE_K: Signed jump: if (-1 >= -2) return 1 jited:1 5 PASS [ 41.708660] test_bpf: #499 JMP_JSGE_K: Signed jump: if (-1 >= -1) return 1 jited:1 6 PASS [ 41.709604] test_bpf: #500 JMP_JSGE_K: Signed jump: value walk 1 jited:1 5 PASS [ 41.710477] test_bpf: #501 JMP_JSGE_K: Signed jump: value walk 2 jited:1 5 PASS [ 41.711349] test_bpf: #502 JMP_JGT_K: if (3 > 2) return 1 jited:1 5 PASS [ 41.712301] test_bpf: #503 JMP_JGT_K: Unsigned jump: if (-1 > 1) return 1 jited:1 5 PASS [ 41.713265] test_bpf: #504 JMP_JLT_K: if (2 < 3) return 1 jited:1 5 PASS [ 41.714114] test_bpf: #505 JMP_JGT_K: Unsigned jump: if (1 < -1) return 1 jited:1 5 PASS [ 41.715229] test_bpf: #506 JMP_JGE_K: if (3 >= 2) return 1 jited:1 5 PASS [ 41.716091] test_bpf: #507 JMP_JLE_K: if (2 <= 3) return 1 jited:1 5 PASS [ 41.716945] test_bpf: #508 JMP_JGT_K: if (3 > 2) return 1 (jump backwards) jited:1 5 PASS [ 41.717951] test_bpf: #509 JMP_JGE_K: if (3 >= 3) return 1 jited:1 5 PASS [ 41.718883] test_bpf: #510 JMP_JGT_K: if (2 < 3) return 1 (jump backwards) jited:1 5 PASS [ 41.719843] test_bpf: #511 JMP_JLE_K: if (3 <= 3) return 1 jited:1 5 PASS [ 41.720829] test_bpf: #512 JMP_JNE_K: if (3 != 2) return 1 jited:1 6 PASS [ 41.721754] test_bpf: #513 JMP_JEQ_K: if (3 == 3) return 1 jited:1 5 PASS [ 41.722618] test_bpf: #514 JMP_JSET_K: if (0x3 & 0x2) return 1 jited:1 5 PASS [ 41.723503] test_bpf: #515 JMP_JSET_K: if (0x3 & 0xffffffff) return 1 jited:1 5 PASS [ 41.724422] test_bpf: #516 JMP_JSGT_X: Signed jump: if (-1 > -2) return 1 jited:1 5 PASS [ 41.725459] test_bpf: #517 JMP_JSGT_X: Signed jump: if (-1 > -1) return 0 jited:1 5 PASS [ 41.726405] test_bpf: #518 JMP_JSLT_X: Signed jump: if (-2 < -1) return 1 jited:1 5 PASS [ 41.727344] test_bpf: #519 JMP_JSLT_X: Signed jump: if (-1 < -1) return 0 jited:1 5 PASS [ 41.728286] test_bpf: #520 JMP_JSGE_X: Signed jump: if (-1 >= -2) return 1 jited:1 5 PASS [ 41.729351] test_bpf: #521 JMP_JSGE_X: Signed jump: if (-1 >= -1) return 1 jited:1 5 PASS [ 41.730328] test_bpf: #522 JMP_JSLE_X: Signed jump: if (-2 <= -1) return 1 jited:1 5 PASS [ 41.731299] test_bpf: #523 JMP_JSLE_X: Signed jump: if (-1 <= -1) return 1 jited:1 6 PASS [ 41.732285] test_bpf: #524 JMP_JGT_X: if (3 > 2) return 1 jited:1 5 PASS [ 41.732546] lkp: kernel tainted state: 516 [ 41.733051] test_bpf: #525 JMP_JGT_X: Unsigned jump: if (-1 > 1) return 1 jited:1 [ 41.733581] 5 PASS [ 41.735103] test_bpf: #526 JMP_JLT_X: if (2 < 3) return 1 jited:1 5 PASS [ 41.736050] test_bpf: #527 JMP_JLT_X: Unsigned jump: if (1 < -1) return 1 jited:1 5 PASS [ 41.737057] test_bpf: #528 JMP_JGE_X: if (3 >= 2) return 1 jited:1 5 PASS [ 41.738077] test_bpf: #529 JMP_JGE_X: if (3 >= 3) return 1 jited:1 5 PASS [ 41.738936] test_bpf: #530 JMP_JLE_X: if (2 <= 3) return 1 jited:1 6 PASS [ 41.739791] test_bpf: #531 JMP_JLE_X: if (3 <= 3) return 1 jited:1 5 PASS [ 41.740653] test_bpf: #532 JMP_JGE_X: ldimm64 test 1 jited:1 5 PASS [ 41.741456] test_bpf: #533 JMP_JGE_X: ldimm64 test 2 jited:1 5 PASS [ 41.742266] test_bpf: #534 JMP_JGE_X: ldimm64 test 3 jited:1 5 PASS [ 41.743073] test_bpf: #535 JMP_JLE_X: ldimm64 test 1 jited:1 6 PASS [ 41.743876] test_bpf: #536 JMP_JLE_X: ldimm64 test 2 jited:1 5 PASS [ 41.744688] test_bpf: #537 JMP_JLE_X: ldimm64 test 3 jited:1 5 PASS [ 41.745488] test_bpf: #538 JMP_JNE_X: if (3 != 2) return 1 jited:1 5 PASS [ 41.746337] test_bpf: #539 JMP_JEQ_X: if (3 == 3) return 1 jited:1 5 PASS [ 41.747195] test_bpf: #540 JMP_JSET_X: if (0x3 & 0x2) return 1 jited:1 5 PASS [ 41.748077] test_bpf: #541 JMP_JSET_X: if (0x3 & 0xffffffff) return 1 jited:1 6 PASS [ 41.749018] test_bpf: #542 JMP_JA: Jump, gap, jump, ... jited:1 6 PASS [ 41.749894] test_bpf: #543 BPF_MAXINSNS: Maximum possible literals jited:1 5 PASS [ 41.752431] test_bpf: #544 BPF_MAXINSNS: Single literal jited:1 5 PASS [ 41.754868] test_bpf: #545 BPF_MAXINSNS: Run/add until end jited:1 951 PASS [ 41.757367] test_bpf: #546 BPF_MAXINSNS: Too many instructions PASS [ 41.758047] test_bpf: #547 BPF_MAXINSNS: Very long jump jited:1 5 PASS [ 41.760483] test_bpf: #548 BPF_MAXINSNS: Ctx heavy transformations jited:1 973 1140 PASS [ 41.765362] test_bpf: #549 BPF_MAXINSNS: Call heavy transformations jited:1 11469 11205 PASS [ 41.791217] test_bpf: #550 BPF_MAXINSNS: Jump heavy test jited:1 970 PASS [ 41.794889] test_bpf: #551 BPF_MAXINSNS: Very long jump backwards jited:1 5 PASS [ 41.797058] test_bpf: #552 BPF_MAXINSNS: Edge hopping nuthouse jited:1 7049 PASS [ 41.805901] test_bpf: #553 BPF_MAXINSNS: Jump, gap, jump, ... jited:1 21 PASS [ 41.808453] test_bpf: #554 BPF_MAXINSNS: jump over MSH PASS [ 41.810264] test_bpf: #555 BPF_MAXINSNS: exec all MSH jited:1 5143 PASS [ 41.825669] test_bpf: #556 BPF_MAXINSNS: ld_abs+get_processor_id jited:1 5988 PASS [ 41.838016] test_bpf: #557 LD_IND byte frag jited:1 38 PASS [ 41.838865] test_bpf: #558 LD_IND halfword frag jited:1 36 PASS [ 41.839723] test_bpf: #559 LD_IND word frag jited:1 37 PASS [ 41.840559] test_bpf: #560 LD_IND halfword mixed head/frag jited:1 51 PASS [ 41.841518] test_bpf: #561 LD_IND word mixed head/frag jited:1 49 PASS [ 41.842446] test_bpf: #562 LD_ABS byte frag jited:1 38 PASS [ 41.843270] test_bpf: #563 LD_ABS halfword frag jited:1 36 PASS [ 41.844197] test_bpf: #564 LD_ABS word frag jited:1 37 PASS [ 41.845029] test_bpf: #565 LD_ABS halfword mixed head/frag jited:1 50 PASS [ 41.845987] test_bpf: #566 LD_ABS word mixed head/frag jited:1 49 PASS [ 41.846913] test_bpf: #567 LD_IND byte default X jited:1 10 PASS [ 41.847759] test_bpf: #568 LD_IND byte positive offset jited:1 11 PASS [ 41.848650] test_bpf: #569 LD_IND byte negative offset jited:1 11 PASS [ 41.849534] test_bpf: #570 LD_IND byte positive offset, all ff jited:1 11 PASS [ 41.850479] test_bpf: #571 LD_IND byte positive offset, out of bounds jited:1 13 PASS [ 41.851486] test_bpf: #572 LD_IND byte negative offset, out of bounds jited:1 14 PASS [ 41.852476] test_bpf: #573 LD_IND byte negative offset, multiple calls jited:1 43 PASS [ 41.853519] test_bpf: #574 LD_IND halfword positive offset jited:1 11 PASS [ 41.854434] test_bpf: #575 LD_IND halfword negative offset jited:1 11 PASS [ 41.855362] test_bpf: #576 LD_IND halfword unaligned jited:1 11 PASS [ 41.856224] test_bpf: #577 LD_IND halfword positive offset, all ff jited:1 12 PASS [ 41.857199] test_bpf: #578 LD_IND halfword positive offset, out of bounds jited:1 13 PASS [ 41.858222] test_bpf: #579 LD_IND halfword negative offset, out of bounds jited:1 14 PASS [ 41.859250] test_bpf: #580 LD_IND word positive offset jited:1 11 PASS [ 41.860488] test_bpf: #581 LD_IND word negative offset jited:1 11 PASS [ 41.861382] test_bpf: #582 LD_IND word unaligned (addr & 3 == 2) jited:1 11 PASS [ 41.862338] test_bpf: #583 LD_IND word unaligned (addr & 3 == 1) jited:1 11 PASS [ 41.863297] test_bpf: #584 LD_IND word unaligned (addr & 3 == 3) jited:1 11 PASS [ 41.864234] test_bpf: #585 LD_IND word positive offset, all ff jited:1 12 PASS [ 41.865158] test_bpf: #586 LD_IND word positive offset, out of bounds jited:1 14 PASS [ 41.866233] test_bpf: #587 LD_IND word negative offset, out of bounds jited:1 13 PASS [ 41.867244] test_bpf: #588 LD_ABS byte jited:1 12 PASS [ 41.868068] test_bpf: #589 LD_ABS byte positive offset, all ff jited:1 6 PASS [ 41.869008] test_bpf: #590 LD_ABS byte positive offset, out of bounds jited:1 14 PASS [ 41.870005] test_bpf: #591 LD_ABS byte negative offset, out of bounds load PASS [ 41.870846] test_bpf: #592 LD_ABS byte negative offset, in bounds jited:1 14 PASS [ 41.871820] test_bpf: #593 LD_ABS byte negative offset, out of bounds jited:1 14 PASS [ 41.872814] test_bpf: #594 LD_ABS byte negative offset, multiple calls jited:1 43 PASS [ 41.873850] test_bpf: #595 LD_ABS halfword jited:1 6 PASS [ 41.874643] test_bpf: #596 LD_ABS halfword unaligned jited:1 6 PASS [ 41.875775] test_bpf: #597 LD_ABS halfword positive offset, all ff jited:1 6 PASS [ 41.876749] test_bpf: #598 LD_ABS halfword positive offset, out of bounds jited:1 13 PASS [ 41.877773] test_bpf: #599 LD_ABS halfword negative offset, out of bounds load PASS [ 41.878641] test_bpf: #600 LD_ABS halfword negative offset, in bounds jited:1 16 PASS [ 41.879625] test_bpf: #601 LD_ABS halfword negative offset, out of bounds jited:1 14 PASS [ 41.880653] test_bpf: #602 LD_ABS word jited:1 6 PASS [ 41.881386] test_bpf: #603 LD_ABS word unaligned (addr & 3 == 2) jited:1 6 PASS [ 41.882310] test_bpf: #604 LD_ABS word unaligned (addr & 3 == 1) jited:1 6 PASS [ 41.883248] test_bpf: #605 LD_ABS word unaligned (addr & 3 == 3) jited:1 6 PASS [ 41.884433] test_bpf: #606 LD_ABS word positive offset, all ff jited:1 5 PASS [ 41.885369] test_bpf: #607 LD_ABS word positive offset, out of bounds jited:1 15 PASS [ 41.886344] test_bpf: #608 LD_ABS word negative offset, out of bounds load PASS [ 41.887160] test_bpf: #609 LD_ABS word negative offset, in bounds jited:1 16 PASS [ 41.888191] test_bpf: #610 LD_ABS word negative offset, out of bounds jited:1 14 PASS [ 41.889207] test_bpf: #611 LDX_MSH standalone, preserved A jited:1 6 PASS [ 41.890117] test_bpf: #612 LDX_MSH standalone, preserved A 2 jited:1 9 PASS [ 41.891057] test_bpf: #613 LDX_MSH standalone, test result 1 jited:1 6 PASS [ 41.891998] test_bpf: #614 LDX_MSH standalone, test result 2 jited:1 6 PASS [ 41.892922] test_bpf: #615 LDX_MSH standalone, negative offset jited:1 13 PASS [ 41.893871] test_bpf: #616 LDX_MSH standalone, negative offset 2 jited:1 16 PASS [ 41.894838] test_bpf: #617 LDX_MSH standalone, out of bounds jited:1 15 PASS [ 41.895781] test_bpf: #618 ADD default X jited:1 5 PASS [ 41.896532] test_bpf: #619 ADD default A jited:1 5 PASS [ 41.897264] test_bpf: #620 SUB default X jited:1 5 PASS [ 41.898002] test_bpf: #621 SUB default A jited:1 5 PASS [ 41.898743] test_bpf: #622 MUL default X jited:1 5 PASS [ 41.899619] test_bpf: #623 MUL default A jited:1 5 PASS [ 41.900363] test_bpf: #624 DIV default X jited:1 5 PASS [ 41.901107] test_bpf: #625 DIV default A jited:1 6 PASS [ 41.901844] test_bpf: #626 MOD default X jited:1 5 PASS [ 41.902600] test_bpf: #627 MOD default A jited:1 7 PASS [ 41.903339] test_bpf: #628 JMP EQ default A jited:1 5 PASS [ 41.904111] test_bpf: #629 JMP EQ default X jited:1 5 PASS [ 41.904870] test_bpf: #630 JNE signed compare, test 1 jited:1 5 PASS [ 41.905685] test_bpf: #631 JNE signed compare, test 2 jited:1 5 PASS [ 41.906498] test_bpf: #632 JNE signed compare, test 3 jited:1 5 PASS [ 41.907303] test_bpf: #633 JNE signed compare, test 4 jited:1 5 PASS [ 41.908451] test_bpf: #634 JNE signed compare, test 5 jited:1 5 PASS [ 41.909269] test_bpf: #635 JNE signed compare, test 6 jited:1 5 PASS [ 41.910094] test_bpf: #636 JNE signed compare, test 7 jited:1 5 PASS [ 41.910941] test_bpf: #637 LDX_MEM_B: operand register aliasing jited:1 5 PASS [ 41.911835] test_bpf: #638 LDX_MEM_H: operand register aliasing jited:1 5 PASS [ 41.912730] test_bpf: #639 LDX_MEM_W: operand register aliasing jited:1 5 PASS [ 41.913619] test_bpf: #640 LDX_MEM_DW: operand register aliasing jited:1 5 PASS [ 41.914520] test_bpf: #641 ALU64_IMM_AND to R8: no clobbering jited:1 8 PASS [ 41.915418] test_bpf: #642 ALU64_IMM_AND to R9: no clobbering jited:1 17 PASS [ 41.916402] test_bpf: #643 ALU64_IMM_OR to R8: no clobbering jited:1 8 PASS [ 41.917256] test_bpf: #644 ALU64_IMM_OR to R9: no clobbering jited:1 9 PASS [ 41.918111] test_bpf: #645 ALU64_IMM_XOR to R8: no clobbering jited:1 8 PASS [ 41.919050] test_bpf: #646 ALU64_IMM_XOR to R9: no clobbering jited:1 8 PASS [ 41.919935] test_bpf: #647 ALU64_IMM_LSH to R8: no clobbering jited:1 8 PASS [ 41.920815] test_bpf: #648 ALU64_IMM_LSH to R9: no clobbering jited:1 8 PASS [ 41.921710] test_bpf: #649 ALU64_IMM_RSH to R8: no clobbering jited:1 8 PASS [ 41.922593] test_bpf: #650 ALU64_IMM_RSH to R9: no clobbering jited:1 8 PASS [ 41.923516] test_bpf: #651 ALU64_IMM_ARSH to R8: no clobbering jited:1 8 PASS [ 41.924448] test_bpf: #652 ALU64_IMM_ARSH to R9: no clobbering jited:1 8 PASS [ 41.925312] test_bpf: #653 ALU64_IMM_ADD to R8: no clobbering jited:1 8 PASS [ 41.926179] test_bpf: #654 ALU64_IMM_ADD to R9: no clobbering jited:1 8 PASS [ 41.927121] test_bpf: #655 ALU64_IMM_SUB to R8: no clobbering jited:1 8 PASS [ 41.928003] test_bpf: #656 ALU64_IMM_SUB to R9: no clobbering jited:1 8 PASS [ 41.928894] test_bpf: #657 ALU64_IMM_MUL to R8: no clobbering jited:1 8 PASS [ 41.930703] test_bpf: #658 ALU64_IMM_MUL to R9: no clobbering jited:1 8 PASS [ 41.931823] test_bpf: #659 ALU64_IMM_DIV to R8: no clobbering jited:1 14 PASS [ 41.932701] test_bpf: #660 ALU64_IMM_DIV to R9: no clobbering jited:1 14 PASS [ 41.933573] test_bpf: #661 ALU64_IMM_MOD to R8: no clobbering jited:1 13 PASS [ 41.934532] test_bpf: #662 ALU64_IMM_MOD to R9: no clobbering jited:1 14 PASS [ 41.935556] test_bpf: #663 ALU32_IMM_AND to R8: no clobbering jited:1 8 PASS [ 41.936449] test_bpf: #664 ALU32_IMM_AND to R9: no clobbering jited:1 8 PASS [ 41.937308] test_bpf: #665 ALU32_IMM_OR to R8: no clobbering jited:1 9 PASS [ 41.938167] test_bpf: #666 ALU32_IMM_OR to R9: no clobbering jited:1 8 PASS [ 41.939227] test_bpf: #667 ALU32_IMM_XOR to R8: no clobbering jited:1 14 PASS [ 41.940132] test_bpf: #668 ALU32_IMM_XOR to R9: no clobbering jited:1 8 PASS [ 41.940998] test_bpf: #669 ALU32_IMM_LSH to R8: no clobbering jited:1 8 PASS [ 41.941881] test_bpf: #670 ALU32_IMM_LSH to R9: no clobbering jited:1 9 PASS [ 41.942755] test_bpf: #671 ALU32_IMM_RSH to R8: no clobbering jited:1 8 PASS [ 41.943622] test_bpf: #672 ALU32_IMM_RSH to R9: no clobbering jited:1 8 PASS [ 41.944582] test_bpf: #673 ALU32_IMM_ARSH to R8: no clobbering jited:1 8 PASS [ 41.945456] test_bpf: #674 ALU32_IMM_ARSH to R9: no clobbering jited:1 8 PASS [ 41.946352] test_bpf: #675 ALU32_IMM_ADD to R8: no clobbering jited:1 8 PASS [ 41.947218] test_bpf: #676 ALU32_IMM_ADD to R9: no clobbering jited:1 9 PASS [ 41.948342] test_bpf: #677 ALU32_IMM_SUB to R8: no clobbering jited:1 8 PASS [ 41.949209] test_bpf: #678 ALU32_IMM_SUB to R9: no clobbering jited:1 8 PASS [ 41.950115] test_bpf: #679 ALU32_IMM_MUL to R8: no clobbering jited:1 8 PASS [ 41.951021] test_bpf: #680 ALU32_IMM_MUL to R9: no clobbering jited:1 8 PASS [ 41.951905] test_bpf: #681 ALU32_IMM_DIV to R8: no clobbering jited:1 10 PASS [ 41.952774] test_bpf: #682 ALU32_IMM_DIV to R9: no clobbering jited:1 10 PASS [ 41.953641] test_bpf: #683 ALU32_IMM_MOD to R8: no clobbering jited:1 10 PASS [ 41.954594] test_bpf: #684 ALU32_IMM_MOD to R9: no clobbering jited:1 10 PASS [ 41.955528] test_bpf: #685 ALU64_REG_AND to R8: no clobbering jited:1 8 PASS [ 41.956420] test_bpf: #686 ALU64_REG_AND to R9: no clobbering jited:1 8 PASS [ 41.957276] test_bpf: #687 ALU64_REG_OR to R8: no clobbering jited:1 8 PASS [ 41.958140] test_bpf: #688 ALU64_REG_OR to R9: no clobbering jited:1 8 PASS [ 41.959078] test_bpf: #689 ALU64_REG_XOR to R8: no clobbering jited:1 8 PASS [ 41.959969] test_bpf: #690 ALU64_REG_XOR to R9: no clobbering jited:1 8 PASS [ 41.960831] test_bpf: #691 ALU64_REG_LSH to R8: no clobbering jited:1 8 PASS [ 41.961737] test_bpf: #692 ALU64_REG_LSH to R9: no clobbering jited:1 8 PASS [ 41.962632] test_bpf: #693 ALU64_REG_RSH to R8: no clobbering jited:1 8 PASS [ 41.963674] test_bpf: #694 ALU64_REG_RSH to R9: no clobbering jited:1 8 PASS [ 41.964560] test_bpf: #695 ALU64_REG_ARSH to R8: no clobbering jited:1 8 PASS [ 41.965436] test_bpf: #696 ALU64_REG_ARSH to R9: no clobbering jited:1 8 PASS [ 41.966319] test_bpf: #697 ALU64_REG_ADD to R8: no clobbering jited:1 8 PASS [ 41.967182] test_bpf: #698 ALU64_REG_ADD to R9: no clobbering jited:1 9 PASS [ 41.968045] test_bpf: #699 ALU64_REG_SUB to R8: no clobbering jited:1 8 PASS [ 41.968992] test_bpf: #700 ALU64_REG_SUB to R9: no clobbering jited:1 8 PASS [ 41.969890] test_bpf: #701 ALU64_REG_MUL to R8: no clobbering jited:1 8 PASS [ 41.970779] test_bpf: #702 ALU64_REG_MUL to R9: no clobbering jited:1 8 PASS [ 41.971794] test_bpf: #703 ALU64_REG_DIV to R8: no clobbering jited:1 14 PASS [ 41.972669] test_bpf: #704 ALU64_REG_DIV to R9: no clobbering jited:1 14 PASS [ 41.973541] test_bpf: #705 ALU64_REG_MOD to R8: no clobbering jited:1 14 PASS [ 41.974499] test_bpf: #706 ALU64_REG_MOD to R9: no clobbering jited:1 14 PASS [ 41.975388] test_bpf: #707 ALU32_REG_AND to R8: no clobbering jited:1 8 PASS [ 41.976263] test_bpf: #708 ALU32_REG_AND to R9: no clobbering jited:1 8 PASS [ 41.977131] test_bpf: #709 ALU32_REG_OR to R8: no clobbering jited:1 8 PASS [ 41.977982] test_bpf: #710 ALU32_REG_OR to R9: no clobbering jited:1 8 PASS [ 41.979016] test_bpf: #711 ALU32_REG_XOR to R8: no clobbering jited:1 8 PASS [ 41.979901] test_bpf: #712 ALU32_REG_XOR to R9: no clobbering jited:1 8 PASS [ 41.980769] test_bpf: #713 ALU32_REG_LSH to R8: no clobbering jited:1 8 PASS [ 41.981649] test_bpf: #714 ALU32_REG_LSH to R9: no clobbering jited:1 8 PASS [ 41.982511] test_bpf: #715 ALU32_REG_RSH to R8: no clobbering jited:1 9 PASS [ 41.983371] test_bpf: #716 ALU32_REG_RSH to R9: no clobbering jited:1 8 PASS [ 41.984225] test_bpf: #717 ALU32_REG_ARSH to R8: no clobbering jited:1 8 PASS [ 41.985193] test_bpf: #718 ALU32_REG_ARSH to R9: no clobbering jited:1 8 PASS [ 41.986063] test_bpf: #719 ALU32_REG_ADD to R8: no clobbering jited:1 8 PASS [ 41.987087] test_bpf: #720 ALU32_REG_ADD to R9: no clobbering jited:1 8 PASS [ 41.987951] test_bpf: #721 ALU32_REG_SUB to R8: no clobbering jited:1 9 PASS [ 41.988813] test_bpf: #722 ALU32_REG_SUB to R9: no clobbering jited:1 8 PASS [ 41.989757] test_bpf: #723 ALU32_REG_MUL to R8: no clobbering jited:1 8 PASS [ 41.990626] test_bpf: #724 ALU32_REG_MUL to R9: no clobbering jited:1 8 PASS [ 41.991512] test_bpf: #725 ALU32_REG_DIV to R8: no clobbering jited:1 10 PASS [ 41.992394] test_bpf: #726 ALU32_REG_DIV to R9: no clobbering jited:1 10 PASS [ 41.993261] test_bpf: #727 ALU32_REG_MOD to R8: no clobbering jited:1 10 PASS [ 41.994131] test_bpf: #728 ALU32_REG_MOD to R9: no clobbering jited:1 10 PASS [ 41.995109] test_bpf: #729 Atomic_BPF_DW BPF_ADD: no clobbering jited:1 13 PASS [ 41.996031] test_bpf: #730 Atomic_BPF_DW BPF_AND: no clobbering jited:1 13 PASS [ 41.996946] test_bpf: #731 Atomic_BPF_DW BPF_OR: no clobbering jited:1 13 PASS [ 41.997828] test_bpf: #732 Atomic_BPF_DW BPF_XOR: no clobbering jited:1 13 PASS [ 41.998715] test_bpf: #733 Atomic_BPF_DW BPF_ADD | BPF_FETCH: no clobbering jited:1 13 PASS [ 41.999779] test_bpf: #734 Atomic_BPF_DW BPF_AND | BPF_FETCH: no clobbering jited:1 13 PASS [ 42.000754] test_bpf: #735 Atomic_BPF_DW BPF_OR | BPF_FETCH: no clobbering jited:1 13 PASS [ 42.001743] test_bpf: #736 Atomic_BPF_DW BPF_XOR | BPF_FETCH: no clobbering jited:1 13 PASS [ 42.002717] test_bpf: #737 Atomic_BPF_DW BPF_XCHG: no clobbering jited:1 13 PASS [ 42.003749] test_bpf: #738 Atomic_BPF_DW BPF_CMPXCHG: no clobbering jited:1 13 PASS [ 42.004754] test_bpf: #739 Atomic_BPF_W BPF_ADD: no clobbering jited:1 13 PASS [ 42.005641] test_bpf: #740 Atomic_BPF_W BPF_AND: no clobbering jited:1 13 PASS [ 42.006541] test_bpf: #741 Atomic_BPF_W BPF_OR: no clobbering jited:1 13 PASS [ 42.007413] test_bpf: #742 Atomic_BPF_W BPF_XOR: no clobbering jited:1 13 PASS [ 42.008289] test_bpf: #743 Atomic_BPF_W BPF_ADD | BPF_FETCH: no clobbering jited:1 13 PASS [ 42.009257] test_bpf: #744 Atomic_BPF_W BPF_AND | BPF_FETCH: no clobbering jited:1 13 PASS [ 42.010336] test_bpf: #745 Atomic_BPF_W BPF_OR | BPF_FETCH: no clobbering jited:1 13 PASS [ 42.011325] test_bpf: #746 Atomic_BPF_W BPF_XOR | BPF_FETCH: no clobbering jited:1 13 PASS [ 42.012434] test_bpf: #747 Atomic_BPF_W BPF_XCHG: no clobbering jited:1 13 PASS [ 42.014310] test_bpf: #748 Atomic_BPF_W BPF_CMPXCHG: no clobbering jited:1 13 PASS [ 42.015276] test_bpf: #749 ALU32_MOV_X: src preserved in zext jited:1 5 PASS [ 42.016173] test_bpf: #750 ALU32_AND_X: src preserved in zext jited:1 5 PASS [ 42.017065] test_bpf: #751 ALU32_OR_X: src preserved in zext jited:1 5 PASS [ 42.017967] test_bpf: #752 ALU32_XOR_X: src preserved in zext jited:1 5 PASS [ 42.018845] test_bpf: #753 ALU32_ADD_X: src preserved in zext jited:1 5 PASS [ 42.019702] test_bpf: #754 ALU32_SUB_X: src preserved in zext jited:1 5 PASS [ 42.020655] test_bpf: #755 ALU32_MUL_X: src preserved in zext jited:1 5 PASS [ 42.021531] test_bpf: #756 ALU32_DIV_X: src preserved in zext jited:1 7 PASS [ 42.022415] test_bpf: #757 ALU32_MOD_X: src preserved in zext jited:1 7 PASS [ 42.023290] test_bpf: #758 ATOMIC_W_ADD: src preserved in zext jited:1 12 PASS [ 42.024189] test_bpf: #759 ATOMIC_W_AND: src preserved in zext jited:1 12 PASS [ 42.025084] test_bpf: #760 ATOMIC_W_OR: src preserved in zext jited:1 12 PASS [ 42.025969] test_bpf: #761 ATOMIC_W_XOR: src preserved in zext jited:1 12 PASS [ 42.026885] test_bpf: #762 ATOMIC_W_CMPXCHG: src preserved in zext jited:1 12 PASS [ 42.027818] test_bpf: #763 JMP32_JEQ_K: operand preserved in zext jited:1 5 PASS [ 42.028720] test_bpf: #764 JMP32_JNE_K: operand preserved in zext jited:1 5 PASS [ 42.029621] test_bpf: #765 JMP32_JSET_K: operand preserved in zext jited:1 5 PASS [ 42.030535] test_bpf: #766 JMP32_JGT_K: operand preserved in zext jited:1 5 PASS [ 42.031428] test_bpf: #767 JMP32_JGE_K: operand preserved in zext jited:1 5 PASS [ 42.032362] test_bpf: #768 JMP32_JLT_K: operand preserved in zext jited:1 5 PASS [ 42.033262] test_bpf: #769 JMP32_JLE_K: operand preserved in zext jited:1 5 PASS [ 42.034153] test_bpf: #770 JMP32_JSGT_K: operand preserved in zext jited:1 5 PASS [ 42.035141] test_bpf: #771 JMP32_JSGE_K: operand preserved in zext jited:1 5 PASS [ 42.036065] test_bpf: #772 JMP32_JSLT_K: operand preserved in zext jited:1 5 PASS [ 42.036979] test_bpf: #773 JMP32_JSLE_K: operand preserved in zext jited:1 5 PASS [ 42.037893] test_bpf: #774 JMP32_JEQ_X: operands preserved in zext jited:1 5 PASS [ 42.038794] test_bpf: #775 JMP32_JNE_X: operands preserved in zext jited:1 5 PASS [ 42.039737] test_bpf: #776 JMP32_JSET_X: operands preserved in zext jited:1 5 PASS [ 42.040663] test_bpf: #777 JMP32_JGT_X: operands preserved in zext jited:1 5 PASS [ 42.041590] test_bpf: #778 JMP32_JGE_X: operands preserved in zext jited:1 5 PASS [ 42.042481] test_bpf: #779 JMP32_JLT_X: operands preserved in zext jited:1 6 PASS [ 42.043378] test_bpf: #780 JMP32_JLE_X: operands preserved in zext jited:1 5 PASS [ 42.044462] test_bpf: #781 JMP32_JSGT_X: operands preserved in zext jited:1 5 PASS [ 42.045386] test_bpf: #782 JMP32_JSGE_X: operands preserved in zext jited:1 5 PASS [ 42.046304] test_bpf: #783 JMP32_JSLT_X: operands preserved in zext jited:1 5 PASS [ 42.047232] test_bpf: #784 JMP32_JSLE_X: operands preserved in zext jited:1 5 PASS [ 42.048158] test_bpf: #785 ALU64_MOV_K: registers jited:1 13 PASS [ 42.048980] test_bpf: #786 ALU64_AND_K: registers jited:1 13 PASS [ 42.049838] test_bpf: #787 ALU64_OR_K: registers jited:1 13 PASS [ 42.050707] test_bpf: #788 ALU64_XOR_K: registers jited:1 13 PASS [ 42.051520] test_bpf: #789 ALU64_LSH_K: registers jited:1 14 PASS [ 42.052317] test_bpf: #790 ALU64_RSH_K: registers jited:1 14 PASS [ 42.053125] test_bpf: #791 ALU64_ARSH_K: registers jited:1 13 PASS [ 42.054065] test_bpf: #792 ALU64_ADD_K: registers jited:1 13 PASS [ 42.054891] test_bpf: #793 ALU64_SUB_K: registers jited:1 14 PASS [ 42.055712] test_bpf: #794 ALU64_MUL_K: registers jited:1 13 PASS [ 42.056535] test_bpf: #795 ALU64_DIV_K: registers jited:1 64 PASS [ 42.057406] test_bpf: #796 ALU64_MOD_K: registers jited:1 66 PASS [ 42.058277] test_bpf: #797 ALU32_MOV_K: registers jited:1 13 PASS [ 42.059100] test_bpf: #798 ALU32_AND_K: registers jited:1 11 PASS [ 42.059909] test_bpf: #799 ALU32_OR_K: registers jited:1 12 PASS [ 42.060761] test_bpf: #800 ALU32_XOR_K: registers jited:1 11 PASS [ 42.061565] test_bpf: #801 ALU32_LSH_K: registers jited:1 13 PASS [ 42.062366] test_bpf: #802 ALU32_RSH_K: registers jited:1 13 PASS [ 42.063163] test_bpf: #803 ALU32_ARSH_K: registers jited:1 13 PASS [ 42.064073] test_bpf: #804 ALU32_ADD_K: registers jited:1 11 PASS [ 42.064886] test_bpf: #805 ALU32_SUB_K: registers jited:1 13 PASS [ 42.065720] test_bpf: #806 ALU32_MUL_K: registers jited:1 12 PASS [ 42.066672] test_bpf: #807 ALU32_DIV_K: registers jited:1 26 PASS [ 42.067490] test_bpf: #808 ALU32_MOD_K: registers jited:1 27 PASS [ 42.068302] test_bpf: #809 ALU64_MOV_X: register combinations jited:1 105 PASS [ 42.069534] test_bpf: #810 ALU64_AND_X: register combinations jited:1 96 PASS [ 42.070669] test_bpf: #811 ALU64_OR_X: register combinations jited:1 102 PASS [ 42.071780] test_bpf: #812 ALU64_XOR_X: register combinations jited:1 99 PASS [ 42.072969] test_bpf: #813 ALU64_LSH_X: register combinations jited:1 100 PASS [ 42.074116] test_bpf: #814 ALU64_RSH_X: register combinations jited:1 102 PASS [ 42.075260] test_bpf: #815 ALU64_ARSH_X: register combinations jited:1 98 PASS [ 42.076695] test_bpf: #816 ALU64_ADD_X: register combinations jited:1 102 PASS [ 42.077838] test_bpf: #817 ALU64_SUB_X: register combinations jited:1 105 PASS [ 42.078979] test_bpf: #818 ALU64_MUL_X: register combinations jited:1 102 PASS [ 42.080155] test_bpf: #819 ALU64_DIV_X: register combinations jited:1 594 PASS [ 42.081966] test_bpf: #820 ALU64_MOD_X: register combinations jited:1 604 PASS [ 42.083653] test_bpf: #821 ALU32_MOV_X: register combinations jited:1 91 PASS [ 42.084782] test_bpf: #822 ALU32_AND_X: register combinations jited:1 86 PASS [ 42.085967] test_bpf: #823 ALU32_OR_X: register combinations jited:1 103 PASS [ 42.087149] test_bpf: #824 ALU32_XOR_X: register combinations jited:1 93 PASS [ 42.088266] test_bpf: #825 ALU32_LSH_X: register combinations jited:1 94 PASS [ 42.089403] test_bpf: #826 ALU32_RSH_X: register combinations jited:1 92 PASS [ 42.090540] test_bpf: #827 ALU32_ARSH_X: register combinations jited:1 90 PASS [ 42.091674] test_bpf: #828 ALU32_ADD_X: register combinations jited:1 92 PASS [ 42.092856] test_bpf: #829 ALU32_SUB_X: register combinations jited:1 90 PASS [ 42.094105] test_bpf: #830 ALU32_MUL_X: register combinations jited:1 93 PASS [ 42.095242] test_bpf: #831 ALU32_DIV_X: register combinations jited:1 225 PASS [ 42.096524] test_bpf: #832 ALU32_MOD_X register combinations jited:1 223 PASS [ 42.097799] test_bpf: #833 ALU64_LSH_K: all shift values jited:1 160 PASS [ 42.099011] test_bpf: #834 ALU64_RSH_K: all shift values jited:1 154 PASS [ 42.100219] test_bpf: #835 ALU64_ARSH_K: all shift values jited:1 143 PASS [ 42.101427] test_bpf: #836 ALU64_LSH_X: all shift values jited:1 146 PASS [ 42.102624] test_bpf: #837 ALU64_RSH_X: all shift values jited:1 139 PASS [ 42.103812] test_bpf: #838 ALU64_ARSH_X: all shift values jited:1 144 PASS [ 42.105138] test_bpf: #839 ALU32_LSH_K: all shift values jited:1 61 PASS [ 42.106153] test_bpf: #840 ALU32_RSH_K: all shift values jited:1 62 PASS [ 42.107156] test_bpf: #841 ALU32_ARSH_K: all shift values jited:1 62 PASS [ 42.108170] test_bpf: #842 ALU32_LSH_X: all shift values jited:1 60 PASS [ 42.109301] test_bpf: #843 ALU32_RSH_X: all shift values jited:1 60 PASS [ 42.110296] test_bpf: #844 ALU32_ARSH_X: all shift values jited:1 61 PASS [ 42.111290] test_bpf: #845 ALU64_LSH_X: all shift values with the same register jited:1 33 PASS [ 42.112361] test_bpf: #846 ALU64_RSH_X: all shift values with the same register jited:1 31 PASS [ 42.113434] test_bpf: #847 ALU64_ARSH_X: all shift values with the same register jited:1 32 PASS [ 42.114509] test_bpf: #848 ALU32_LSH_X: all shift values with the same register jited:1 18 PASS [ 42.115576] test_bpf: #849 ALU32_RSH_X: all shift values with the same register jited:1 18 PASS [ 42.117597] test_bpf: #850 ALU32_ARSH_X: all shift values with the same register jited:1 18 PASS [ 42.118633] test_bpf: #851 ALU64_MOV_K: all immediate value magnitudes jited:1 94115 PASS [ 42.128625] test_bpf: #852 ALU64_AND_K: all immediate value magnitudes jited:1 92559 PASS [ 42.138834] test_bpf: #853 ALU64_OR_K: all immediate value magnitudes jited:1 78973 PASS [ 42.150602] test_bpf: #854 ALU64_XOR_K: all immediate value magnitudes jited:1 85402 PASS [ 42.162512] test_bpf: #855 ALU64_ADD_K: all immediate value magnitudes jited:1 73204 PASS [ 42.172627] test_bpf: #856 ALU64_SUB_K: all immediate value magnitudes jited:1 58157 PASS [ 42.182687] test_bpf: #857 ALU64_MUL_K: all immediate value magnitudes jited:1 60090 PASS [ 42.194222] test_bpf: #858 ALU64_DIV_K: all immediate value magnitudes jited:1 141353 PASS [ 42.208244] test_bpf: #859 ALU64_MOD_K: all immediate value magnitudes jited:1 137382 PASS [ 42.221027] test_bpf: #860 ALU32_MOV_K: all immediate value magnitudes jited:1 50002 PASS [ 42.232514] test_bpf: #861 ALU32_AND_K: all immediate value magnitudes jited:1 48545 PASS [ 42.244268] test_bpf: #862 ALU32_OR_K: all immediate value magnitudes jited:1 53795 PASS [ 42.254310] test_bpf: #863 ALU32_XOR_K: all immediate value magnitudes jited:1 46348 PASS [ 42.265975] test_bpf: #864 ALU32_ADD_K: all immediate value magnitudes jited:1 45828 PASS [ 42.277792] test_bpf: #865 ALU32_SUB_K: all immediate value magnitudes jited:1 45099 PASS [ 42.289582] test_bpf: #866 ALU32_MUL_K: all immediate value magnitudes jited:1 45549 PASS [ 42.299394] test_bpf: #867 ALU32_DIV_K: all immediate value magnitudes jited:1 186085 PASS [ 42.311267] test_bpf: #868 ALU32_MOD_K: all immediate value magnitudes jited:1 145708 PASS [ 42.323012] test_bpf: #869 ALU64_MOV_X: all register value magnitudes jited:1 146951 PASS [ 42.341770] test_bpf: #870 ALU64_AND_X: all register value magnitudes jited:1 103373 PASS [ 42.360903] test_bpf: #871 ALU64_OR_X: all register value magnitudes jited:1 99724 PASS [ 42.379761] test_bpf: #872 ALU64_XOR_X: all register value magnitudes jited:1 92768 PASS [ 42.398287] test_bpf: #873 ALU64_ADD_X: all register value magnitudes jited:1 88151 PASS [ 42.416921] test_bpf: #874 ALU64_SUB_X: all register value magnitudes jited:1 93665 PASS [ 42.435374] test_bpf: #875 ALU64_MUL_X: all register value magnitudes jited:1 85340 PASS [ 42.457132] test_bpf: #876 ALU64_DIV_X: all register value magnitudes jited:1 194569 PASS [ 42.482364] test_bpf: #877 ALU64_MOD_X: all register value magnitudes jited:1 200281 PASS [ 42.503376] test_bpf: #878 ALU32_MOV_X: all register value magnitudes jited:1 77536 PASS [ 42.521703] test_bpf: #879 ALU32_AND_X: all register value magnitudes jited:1 75937 PASS [ 42.540336] test_bpf: #880 ALU32_OR_X: all register value magnitudes jited:1 77537 PASS [ 42.558691] test_bpf: #881 ALU32_XOR_X: all register value magnitudes jited:1 77775 PASS [ 42.577202] test_bpf: #882 ALU32_ADD_X: all register value magnitudes jited:1 77237 PASS [ 42.595803] test_bpf: #883 ALU32_SUB_X: all register value magnitudes jited:1 75816 PASS [ 42.614347] test_bpf: #884 ALU32_MUL_X: all register value magnitudes jited:1 77669 PASS [ 42.632770] test_bpf: #885 ALU32_DIV_X: all register value magnitudes jited:1 69676 PASS [ 42.646052] test_bpf: #886 ALU32_MOD_X: all register value magnitudes [ 42.646656] LKP: stdout: 586: Kernel tests: Boot OK! [ 42.658271] jited:1 67487 PASS [ 42.658902] test_bpf: #887 LD_IMM64: all immediate value magnitudes jited:1 20475 PASS [ 42.686695] test_bpf: #888 LD_IMM64: checker byte patterns jited:1 152 PASS [ 42.687939] test_bpf: #889 LD_IMM64: random positive and zero byte patterns jited:1 159 PASS [ 42.689286] test_bpf: #890 LD_IMM64: random negative and zero byte patterns jited:1 150 PASS [ 42.690624] test_bpf: #891 LD_IMM64: random positive and negative byte patterns jited:1 151 PASS [ 42.691988] test_bpf: #892 ATOMIC_DW_ADD: register combinations jited:1 751 PASS [ 42.694050] test_bpf: #893 ATOMIC_DW_AND: register combinations jited:1 751 PASS [ 42.696101] test_bpf: #894 ATOMIC_DW_OR: register combinations jited:1 751 PASS [ 42.698135] test_bpf: #895 ATOMIC_DW_XOR: register combinations jited:1 755 PASS [ 42.700188] test_bpf: #896 ATOMIC_DW_ADD_FETCH: register combinations jited:1 754 PASS [ 42.702274] test_bpf: #897 ATOMIC_DW_AND_FETCH: register combinations jited:1 758 PASS [ 42.704336] test_bpf: #898 ATOMIC_DW_OR_FETCH: register combinations jited:1 760 PASS [ 42.706449] test_bpf: #899 ATOMIC_DW_XOR_FETCH: register combinations jited:1 759 PASS [ 42.708522] test_bpf: #900 ATOMIC_DW_XCHG: register combinations jited:1 757 PASS [ 42.710636] test_bpf: #901 ATOMIC_DW_CMPXCHG: register combinations jited:1 758 PASS [ 42.712784] test_bpf: #902 ATOMIC_W_ADD: register combinations jited:1 758 PASS [ 42.714827] test_bpf: #903 ATOMIC_W_AND: register combinations jited:1 755 PASS [ 42.716868] test_bpf: #904 ATOMIC_W_OR: register combinations jited:1 751 PASS [ 42.718895] test_bpf: #905 ATOMIC_W_XOR: register combinations jited:1 751 PASS [ 42.721012] test_bpf: #906 ATOMIC_W_ADD_FETCH: register combinations jited:1 751 PASS [ 42.723281] test_bpf: #907 ATOMIC_W_AND_FETCH: register combinations jited:1 757 PASS [ 42.725479] test_bpf: #908 ATOMIC_W_OR_FETCH: register combinations jited:1 760 PASS [ 42.727740] test_bpf: #909 ATOMIC_W_XOR_FETCH: register combinations jited:1 759 PASS [ 42.729935] test_bpf: #910 ATOMIC_W_XCHG: register combinations jited:1 751 PASS [ 42.731980] test_bpf: #911 ATOMIC_W_CMPXCHG: register combinations jited:1 751 PASS [ 42.734069] test_bpf: #912 ATOMIC_DW_ADD: all operand magnitudes jited:1 78956 PASS [ 42.748092] test_bpf: #913 ATOMIC_DW_AND: all operand magnitudes jited:1 74625 PASS [ 42.761863] test_bpf: #914 ATOMIC_DW_OR: all operand magnitudes jited:1 72099 PASS [ 42.775544] test_bpf: #915 ATOMIC_DW_XOR: all operand magnitudes jited:1 71212 PASS [ 42.789171] test_bpf: #916 ATOMIC_DW_ADD_FETCH: all operand magnitudes jited:1 71124 PASS [ 42.802852] test_bpf: #917 ATOMIC_DW_AND_FETCH: all operand magnitudes jited:1 128767 PASS [ 42.818932] test_bpf: #918 ATOMIC_DW_OR_FETCH: all operand magnitudes jited:1 127493 PASS [ 42.837167] test_bpf: #919 ATOMIC_DW_XOR_FETCH: all operand magnitudes jited:1 126746 PASS [ 42.855402] test_bpf: #920 ATOMIC_DW_XCHG: all operand magnitudes jited:1 79212 PASS [ 42.868867] test_bpf: #921 ATOMIC_DW_CMPXCHG: all operand magnitudes jited:1 130398 PASS [ 42.888614] test_bpf: #922 ATOMIC_W_ADD: all operand magnitudes jited:1 71142 PASS [ 42.902190] test_bpf: #923 ATOMIC_W_AND: all operand magnitudes jited:1 68555 PASS [ 42.915727] test_bpf: #924 ATOMIC_W_OR: all operand magnitudes jited:1 66796 PASS [ 42.929112] test_bpf: #925 ATOMIC_W_XOR: all operand magnitudes jited:1 68452 PASS [ 42.942635] test_bpf: #926 ATOMIC_W_ADD_FETCH: all operand magnitudes jited:1 69289 PASS [ 42.956242] test_bpf: #927 ATOMIC_W_AND_FETCH: all operand magnitudes jited:1 124075 PASS [ 42.971752] test_bpf: #928 ATOMIC_W_OR_FETCH: all operand magnitudes jited:1 123337 PASS [ 42.987092] test_bpf: #929 ATOMIC_W_XOR_FETCH: all operand magnitudes jited:1 123787 PASS [ 43.002588] test_bpf: #930 ATOMIC_W_XCHG: all operand magnitudes jited:1 74056 PASS [ 43.016012] test_bpf: #931 ATOMIC_W_CMPXCHG: all operand magnitudes jited:1 139788 PASS [ 43.038373] test_bpf: #932 JMP_JSET_K: all immediate value magnitudes jited:1 61404 PASS [ 43.046648] test_bpf: #933 JMP_JEQ_K: all immediate value magnitudes jited:1 82112 PASS [ 43.057149] test_bpf: #934 JMP_JNE_K: all immediate value magnitudes jited:1 48907 PASS [ 43.066190] test_bpf: #935 JMP_JGT_K: all immediate value magnitudes jited:1 64272 PASS [ 43.075846] test_bpf: #936 JMP_JGE_K: all immediate value magnitudes jited:1 62744 PASS [ 43.085498] test_bpf: #937 JMP_JLT_K: all immediate value magnitudes jited:1 63177 PASS [ 43.096227] test_bpf: #938 JMP_JLE_K: all immediate value magnitudes jited:1 81735 PASS [ 43.112135] test_bpf: #939 JMP_JSGT_K: all immediate value magnitudes jited:1 63432 PASS [ 43.125686] test_bpf: #940 JMP_JSGE_K: all immediate value magnitudes jited:1 65880 PASS [ 43.136911] test_bpf: #941 JMP_JSLT_K: all immediate value magnitudes jited:1 63264 PASS [ 43.148027] test_bpf: #942 JMP_JSLE_K: all immediate value magnitudes jited:1 66349 PASS [ 43.158713] test_bpf: #943 JMP_JSET_X: all register value magnitudes jited:1 116293 PASS [ 43.175221] test_bpf: #944 JMP_JEQ_X: all register value magnitudes jited:1 101910 PASS [ 43.189958] test_bpf: #945 JMP_JNE_X: all register value magnitudes jited:1 102047 PASS [ 43.204950] test_bpf: #946 JMP_JGT_X: all register value magnitudes jited:1 112254 PASS [ 43.221201] test_bpf: #947 JMP_JGE_X: all register value magnitudes jited:1 108319 PASS [ 43.237209] test_bpf: #948 JMP_JLT_X: all register value magnitudes jited:1 105029 PASS [ 43.253142] test_bpf: #949 JMP_JLE_X: all register value magnitudes jited:1 103057 PASS [ 43.269075] test_bpf: #950 JMP_JSGT_X: all register value magnitudes jited:1 103173 PASS [ 43.285161] test_bpf: #951 JMP_JSGE_X: all register value magnitudes jited:1 100503 PASS [ 43.301179] test_bpf: #952 JMP_JSLT_X: all register value magnitudes jited:1 104452 PASS [ 43.317198] test_bpf: #953 JMP_JSLE_X: all register value magnitudes jited:1 101415 PASS [ 43.333261] test_bpf: #954 JMP32_JSET_K: all immediate value magnitudes jited:1 60118 PASS [ 43.341373] test_bpf: #955 JMP32_JEQ_K: all immediate value magnitudes jited:1 57488 PASS [ 43.350190] test_bpf: #956 JMP32_JNE_K: all immediate value magnitudes jited:1 66702 PASS [ 43.357489] test_bpf: #957 JMP32_JGT_K: all immediate value magnitudes jited:1 52728 PASS [ 43.365681] test_bpf: #958 JMP32_JGE_K: all immediate value magnitudes jited:1 53248 PASS [ 43.373788] test_bpf: #959 JMP32_JLT_K: all immediate value magnitudes jited:1 65739 PASS [ 43.381714] test_bpf: #960 JMP32_JLE_K: all immediate value magnitudes jited:1 64208 PASS [ 43.390510] test_bpf: #961 JMP32_JSGT_K: all immediate value magnitudes jited:1 56137 PASS [ 43.398727] test_bpf: #962 JMP32_JSGE_K: all immediate value magnitudes jited:1 56405 PASS [ 43.406739] test_bpf: #963 JMP32_JSLT_K: all immediate value magnitudes jited:1 58758 PASS [ 43.414765] test_bpf: #964 JMP32_JSLE_K: all immediate value magnitudes jited:1 56992 PASS [ 43.422702] test_bpf: #965 JMP32_JSET_X: all register value magnitudes jited:1 119557 PASS [ 43.439366] test_bpf: #966 JMP32_JEQ_X: all register value magnitudes jited:1 102173 PASS [ 43.456041] test_bpf: #967 JMP32_JNE_X: all register value magnitudes jited:1 103338 PASS [ 43.471367] test_bpf: #968 JMP32_JGT_X: all register value magnitudes jited:1 101842 PASS [ 43.487648] test_bpf: #969 JMP32_JGE_X: all register value magnitudes jited:1 100228 PASS [ 43.503147] test_bpf: #970 JMP32_JLT_X: all register value magnitudes jited:1 106997 PASS [ 43.519374] test_bpf: #971 JMP32_JLE_X: all register value magnitudes jited:1 97090 PASS [ 43.535040] test_bpf: #972 JMP32_JSGT_X: all register value magnitudes jited:1 99038 PASS [ 43.551195] test_bpf: #973 JMP32_JSGE_X: all register value magnitudes jited:1 96210 PASS [ 43.566650] test_bpf: #974 JMP32_JSLT_X: all register value magnitudes jited:1 101026 PASS [ 43.582678] test_bpf: #975 JMP32_JSLE_X: all register value magnitudes jited:1 95539 PASS [ 43.598090] test_bpf: #976 JMP_JSET_K: imm = 0 -> never taken jited:1 5 PASS [ 43.598986] test_bpf: #977 JMP_JLT_K: imm = 0 -> never taken jited:1 5 PASS [ 43.599918] test_bpf: #978 JMP_JGE_K: imm = 0 -> always taken jited:1 5 PASS [ 43.600837] test_bpf: #979 JMP_JGT_K: imm = 0xffffffff -> never taken jited:1 5 PASS [ 43.601786] test_bpf: #980 JMP_JLE_K: imm = 0xffffffff -> always taken jited:1 5 PASS [ 43.602757] test_bpf: #981 JMP32_JSGT_K: imm = 0x7fffffff -> never taken jited:1 5 PASS [ 43.603744] test_bpf: #982 JMP32_JSGE_K: imm = -0x80000000 -> always taken jited:1 5 PASS [ 43.604716] test_bpf: #983 JMP32_JSLT_K: imm = -0x80000000 -> never taken jited:1 5 PASS [ 43.605688] test_bpf: #984 JMP32_JSLE_K: imm = 0x7fffffff -> always taken jited:1 5 PASS [ 43.606665] test_bpf: #985 JMP_JEQ_X: dst = src -> always taken jited:1 5 PASS [ 43.607604] test_bpf: #986 JMP_JGE_X: dst = src -> always taken jited:1 5 PASS [ 43.608514] test_bpf: #987 JMP_JLE_X: dst = src -> always taken jited:1 5 PASS [ 43.609397] test_bpf: #988 JMP_JSGE_X: dst = src -> always taken jited:1 5 PASS [ 43.610319] test_bpf: #989 JMP_JSLE_X: dst = src -> always taken jited:1 5 PASS [ 43.611231] test_bpf: #990 JMP_JNE_X: dst = src -> never taken jited:1 5 PASS [ 43.612132] test_bpf: #991 JMP_JGT_X: dst = src -> never taken jited:1 5 PASS [ 43.613172] test_bpf: #992 JMP_JLT_X: dst = src -> never taken jited:1 5 PASS [ 43.614063] test_bpf: #993 JMP_JSGT_X: dst = src -> never taken jited:1 5 PASS [ 43.614954] test_bpf: #994 JMP_JSLT_X: dst = src -> never taken jited:1 5 PASS [ 43.615890] test_bpf: #995 Short relative jump: offset=0 jited:1 5 PASS [ 43.616869] test_bpf: #996 Short relative jump: offset=1 jited:1 5 PASS [ 43.617708] test_bpf: #997 Short relative jump: offset=2 jited:1 5 PASS [ 43.618684] test_bpf: #998 Short relative jump: offset=3 jited:1 5 PASS [ 43.619520] test_bpf: #999 Short relative jump: offset=4 jited:1 5 PASS [ 43.620348] test_bpf: #1000 Long conditional jump: taken at runtime jited:1 5 PASS [ 43.624426] test_bpf: #1001 Long conditional jump: not taken at runtime jited:1 6 PASS [ 43.628520] test_bpf: #1002 Long conditional jump: always taken, known at JIT time jited:1 5 PASS [ 43.632561] test_bpf: #1003 Long conditional jump: never taken, known at JIT time jited:1 5 PASS [ 43.636582] test_bpf: #1004 Staggered jumps: JMP_JA jited:1 36184 PASS [ 43.642104] test_bpf: #1005 Staggered jumps: JMP_JEQ_K jited:1 46850 PASS [ 43.648331] test_bpf: #1006 Staggered jumps: JMP_JNE_K jited:1 48543 PASS [ 43.654497] test_bpf: #1007 Staggered jumps: JMP_JSET_K jited:1 46459 PASS [ 43.660698] test_bpf: #1008 Staggered jumps: JMP_JGT_K jited:1 45413 PASS [ 43.666777] test_bpf: #1009 Staggered jumps: JMP_JGE_K jited:1 49019 PASS [ 43.672864] test_bpf: #1010 Staggered jumps: JMP_JLT_K jited:1 48713 PASS [ 43.678979] test_bpf: #1011 Staggered jumps: JMP_JLE_K jited:1 48874 PASS [ 43.685070] test_bpf: #1012 Staggered jumps: JMP_JSGT_K jited:1 53830 PASS [ 43.691261] test_bpf: #1013 Staggered jumps: JMP_JSGE_K jited:1 48910 PASS [ 43.697274] test_bpf: #1014 Staggered jumps: JMP_JSLT_K jited:1 49141 PASS [ 43.703372] test_bpf: #1015 Staggered jumps: JMP_JSLE_K jited:1 51667 PASS [ 43.709478] test_bpf: #1016 Staggered jumps: JMP_JEQ_X jited:1 44463 PASS [ 43.715732] test_bpf: #1017 Staggered jumps: JMP_JNE_X jited:1 47105 PASS [ 43.721990] test_bpf: #1018 Staggered jumps: JMP_JSET_X jited:1 50007 PASS [ 43.728242] test_bpf: #1019 Staggered jumps: JMP_JGT_X jited:1 48404 PASS [ 43.734431] test_bpf: #1020 Staggered jumps: JMP_JGE_X jited:1 48905 PASS [ 43.740580] test_bpf: #1021 Staggered jumps: JMP_JLT_X jited:1 51108 PASS [ 43.746777] test_bpf: #1022 Staggered jumps: JMP_JLE_X jited:1 47981 PASS [ 43.752942] test_bpf: #1023 Staggered jumps: JMP_JSGT_X jited:1 45843 PASS [ 43.759125] test_bpf: #1024 Staggered jumps: JMP_JSGE_X jited:1 50226 PASS [ 43.765370] test_bpf: #1025 Staggered jumps: JMP_JSLT_X jited:1 50169 PASS [ 43.771457] test_bpf: #1026 Staggered jumps: JMP_JSLE_X jited:1 54821 PASS [ 43.777642] test_bpf: #1027 Staggered jumps: JMP32_JEQ_K jited:1 50576 PASS [ 43.784717] test_bpf: #1028 Staggered jumps: JMP32_JNE_K jited:1 52049 PASS [ 43.790860] test_bpf: #1029 Staggered jumps: JMP32_JSET_K jited:1 50073 PASS [ 43.797051] test_bpf: #1030 Staggered jumps: JMP32_JGT_K jited:1 51374 PASS [ 43.803135] test_bpf: #1031 Staggered jumps: JMP32_JGE_K jited:1 53824 PASS [ 43.809190] test_bpf: #1032 Staggered jumps: JMP32_JLT_K jited:1 51044 PASS [ 43.815263] test_bpf: #1033 Staggered jumps: JMP32_JLE_K jited:1 54144 PASS [ 43.821332] test_bpf: #1034 Staggered jumps: JMP32_JSGT_K jited:1 48328 PASS [ 43.827493] test_bpf: #1035 Staggered jumps: JMP32_JSGE_K jited:1 47307 PASS [ 43.833531] test_bpf: #1036 Staggered jumps: JMP32_JSLT_K jited:1 51042 PASS [ 43.839536] test_bpf: #1037 Staggered jumps: JMP32_JSLE_K jited:1 45975 PASS [ 43.845489] test_bpf: #1038 Staggered jumps: JMP32_JEQ_X jited:1 44855 PASS [ 43.851568] test_bpf: #1039 Staggered jumps: JMP32_JNE_X jited:1 46799 PASS [ 43.857693] test_bpf: #1040 Staggered jumps: JMP32_JSET_X jited:1 43024 PASS [ 43.863724] test_bpf: #1041 Staggered jumps: JMP32_JGT_X jited:1 43355 PASS [ 43.869762] test_bpf: #1042 Staggered jumps: JMP32_JGE_X jited:1 46753 PASS [ 43.875783] test_bpf: #1043 Staggered jumps: JMP32_JLT_X jited:1 46544 PASS [ 43.881864] test_bpf: #1044 Staggered jumps: JMP32_JLE_X jited:1 49171 PASS [ 43.887878] test_bpf: #1045 Staggered jumps: JMP32_JSGT_X jited:1 44034 PASS [ 43.893894] test_bpf: #1046 Staggered jumps: JMP32_JSGE_X jited:1 45602 PASS [ 43.899908] test_bpf: #1047 Staggered jumps: JMP32_JSLT_X jited:1 46793 PASS [ 43.905974] test_bpf: #1048 Staggered jumps: JMP32_JSLE_X jited:1 45052 PASS [ 43.911862] test_bpf: Summary: 1049 PASSED, 0 FAILED, [1037/1037 JIT'ed] [ 43.913560] test_bpf: #0 Tail call leaf jited:1 5 PASS [ 43.913572] test_bpf: #1 Tail call 2 jited:1 ret -1 != 3 FAIL [ 43.914138] test_bpf: #2 Tail call 3 jited:1 ret -1 != 6 FAIL [ 43.914756] test_bpf: #3 Tail call 4 jited:1 ret -1 != 10 FAIL [ 43.915374] test_bpf: #4 Tail call load/store leaf jited:1 5 PASS [ 43.915993] test_bpf: #5 Tail call load/store jited:1 ret -1 != 0 FAIL [ 43.916636] test_bpf: #6 Tail call error path, max count reached jited:1 ret 1000 != 34000 FAIL [ 43.917319] test_bpf: #7 Tail call count preserved across function calls jited:1 ret 1000 != 34000 FAIL [ 43.918799] test_bpf: #8 Tail call error path, NULL target jited:1 5 PASS [ 43.919720] test_bpf: #9 Tail call error path, index out of range jited:1 5 PASS [ 43.920474] test_bpf: test_tail_calls: Summary: 4 PASSED, 6 FAILED, [10/10 JIT'ed] [ 47.749009] LKP: stdout: 586: HOSTNAME lkp-csl-d01, MAC d8:5e:d3:00:92:1c, kernel 6.10.0-rc2-00760-gf663a03c8e35 1 [ 49.613933] modprobe: ERROR: could not insert 'test_bpf': Invalid argument [ 49.778140] install debs round one: dpkg -i --force-confdef --force-depends /opt/deb/ntpdate_1%3a4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1_all.deb [ 49.780541] /opt/deb/ntpsec-ntpdate_1.2.2+dfsg1-1+deb12u1_amd64.deb [ 49.782331] /opt/deb/python3-ntp_1.2.2+dfsg1-1+deb12u1_amd64.deb [ 49.783799] /opt/deb/gawk_1%3a5.2.1-2_amd64.deb [ 49.785736] (Reading database ... 17676 files and directories currently installed.) [ 49.788176] Preparing to unpack .../ntpdate_1%3a4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1_all.deb ... [ 49.791125] Unpacking ntpdate (1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1) over (1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1) ... [ 49.793685] Preparing to unpack .../ntpsec-ntpdate_1.2.2+dfsg1-1+deb12u1_amd64.deb ... [ 49.796030] Unpacking ntpsec-ntpdate (1.2.2+dfsg1-1+deb12u1) over (1.2.2+dfsg1-1+deb12u1) ... [ 49.798304] Preparing to unpack .../python3-ntp_1.2.2+dfsg1-1+deb12u1_amd64.deb ... [ 49.800619] Unpacking python3-ntp (1.2.2+dfsg1-1+deb12u1) over (1.2.2+dfsg1-1+deb12u1) ... [ 49.802430] Selecting previously unselected package gawk. [ 49.804194] Preparing to unpack .../deb/gawk_1%3a5.2.1-2_amd64.deb ... [ 49.805650] Unpacking gawk (1:5.2.1-2) ... [ 49.807267] Setting up ntpsec-ntpdate (1.2.2+dfsg1-1+deb12u1) ... [ 49.808974] Setting up python3-ntp (1.2.2+dfsg1-1+deb12u1) ... [ 49.810883] Setting up ntpdate (1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1) ... [ 49.812389] Setting up gawk (1:5.2.1-2) ... [ 49.813311] NO_NETWORK= [ 49.814495] CLOCK: time stepped by -12457.868893 [ 49.817009] 2024-06-25 01:16:14.673951 (+0000) -12457.868893 +/- 0.000298 internal-lkp-server 192.168.1.200 s5 no-leap [ 52.068409] LKP: stdout: 586: /lkp/lkp/src/bin/run-lkp /lkp/jobs/scheduled/lkp-csl-d01/test-bpf-non-jit-debian-12-x86_64-20240206.cgz-f663a03c8e35-20240625-19637-1wp2txi-3.yaml [ 52.072737] RESULT_ROOT=/result/test-bpf/non-jit/lkp-csl-d01/debian-12-x86_64-20240206.cgz/x86_64-rhel-8.3-func/gcc-13/f663a03c8e35c5156bad073a4a8f5e673d656e3f/3 [ 52.076399] job=/lkp/jobs/scheduled/lkp-csl-d01/test-bpf-non-jit-debian-12-x86_64-20240206.cgz-f663a03c8e35-20240625-19637-1wp2txi-3.yaml