[ 6367.746572] KTAP version 1 [ 6367.746581] # Subtest: bitfields [ 6367.746583] 1..2 [ 6367.746635] ok 1 test_bitfields_constants [ 6367.746668] ok 2 test_bitfields_variables [ 6367.746671] # bitfields: pass:2 fail:0 skip:0 total:2 [ 6367.746674] # Totals: pass:2 fail:0 skip:0 total:2 [ 6367.746676] ok 1 bitfields [ 6367.763729] KTAP version 1 [ 6367.763734] # Subtest: clk-gate-register-test [ 6367.763736] 1..6 [ 6367.764199] ok 1 clk_gate_register_test_dev [ 6367.764416] ok 2 clk_gate_register_test_parent_names [ 6367.764910] ok 3 clk_gate_register_test_parent_data [ 6367.765053] ok 4 clk_gate_register_test_parent_data_legacy [ 6367.765194] ok 5 clk_gate_register_test_parent_hw [ 6367.765224] gate bit exceeds LOWORD field [ 6367.765241] ok 6 clk_gate_register_test_hiword_invalid [ 6367.765243] # clk-gate-register-test: pass:6 fail:0 skip:0 total:6 [ 6367.765247] # Totals: pass:6 fail:0 skip:0 total:6 [ 6367.765250] ok 2 clk-gate-register-test [ 6367.765263] KTAP version 1 [ 6367.765272] # Subtest: clk-gate-test [ 6367.765273] 1..3 [ 6367.765472] ok 1 clk_gate_test_parent_rate [ 6367.765929] # clk_gate_test_enable: EXPECTATION FAILED at drivers/clk/clk-gate_test.c:169 Expected enable_val == ctx->fake_reg, but enable_val == 32 (0x20) ctx->fake_reg == 0 (0x0) [ 6367.766018] clk_unregister: unregistering prepared clock: test_gate [ 6367.766058] clk_unregister: unregistering prepared clock: test_parent [ 6367.766071] not ok 2 clk_gate_test_enable [ 6367.766147] # clk_gate_test_disable: ASSERTION FAILED at drivers/clk/clk-gate_test.c:186 Expected enable_val == ctx->fake_reg, but enable_val == 32 (0x20) ctx->fake_reg == 0 (0x0) [ 6367.766183] clk_unregister: unregistering prepared clock: test_gate [ 6367.766210] clk_unregister: unregistering prepared clock: test_parent [ 6367.766212] not ok 3 clk_gate_test_disable [ 6367.766214] # clk-gate-test: pass:1 fail:2 skip:0 total:3 [ 6367.766217] # Totals: pass:1 fail:2 skip:0 total:3 [ 6367.766219] not ok 3 clk-gate-test [ 6367.766226] KTAP version 1 [ 6367.766227] # Subtest: clk-gate-invert-test [ 6367.766228] 1..2 [ 6367.766499] # clk_gate_test_invert_enable: EXPECTATION FAILED at drivers/clk/clk-gate_test.c:249 Expected enable_val == ctx->fake_reg, but enable_val == 0 (0x0) ctx->fake_reg == 32768 (0x8000) [ 6367.766507] # clk_gate_test_invert_enable: EXPECTATION FAILED at drivers/clk/clk-gate_test.c:250 Expected clk_hw_is_enabled(hw) to be true, but is false [ 6367.766582] clk_unregister: unregistering prepared clock: test_gate [ 6367.766705] clk_unregister: unregistering prepared clock: test_parent [ 6367.766723] not ok 1 clk_gate_test_invert_enable [ 6367.766802] # clk_gate_test_invert_disable: ASSERTION FAILED at drivers/clk/clk-gate_test.c:266 Expected enable_val == ctx->fake_reg, but enable_val == 0 (0x0) ctx->fake_reg == 32768 (0x8000) [ 6367.766835] clk_unregister: unregistering prepared clock: test_gate [ 6367.766862] clk_unregister: unregistering prepared clock: test_parent [ 6367.766864] not ok 2 clk_gate_test_invert_disable [ 6367.766865] # clk-gate-invert-test: pass:0 fail:2 skip:0 total:2 [ 6367.766868] # Totals: pass:0 fail:2 skip:0 total:2 [ 6367.766870] not ok 4 clk-gate-invert-test [ 6367.766878] KTAP version 1 [ 6367.766879] # Subtest: clk-gate-hiword-test [ 6367.766880] 1..2 [ 6367.767074] # clk_gate_test_hiword_enable: EXPECTATION FAILED at drivers/clk/clk-gate_test.c:322 Expected enable_val == ctx->fake_reg, but enable_val == 33554944 (0x2000200) ctx->fake_reg == 0 (0x0) [ 6367.767109] clk_unregister: unregistering prepared clock: test_gate [ 6367.767140] clk_unregister: unregistering prepared clock: test_parent [ 6367.767146] not ok 1 clk_gate_test_hiword_enable [ 6367.767350] # clk_gate_test_hiword_disable: ASSERTION FAILED at drivers/clk/clk-gate_test.c:339 Expected enable_val == ctx->fake_reg, but enable_val == 33554944 (0x2000200) ctx->fake_reg == 0 (0x0) [ 6367.767404] clk_unregister: unregistering prepared clock: test_gate [ 6367.767437] clk_unregister: unregistering prepared clock: test_parent [ 6367.767440] not ok 2 clk_gate_test_hiword_disable [ 6367.767442] # clk-gate-hiword-test: pass:0 fail:2 skip:0 total:2 [ 6367.767444] # Totals: pass:0 fail:2 skip:0 total:2 [ 6367.767446] not ok 5 clk-gate-hiword-test [ 6367.767454] KTAP version 1 [ 6367.767456] # Subtest: clk-gate-is_enabled-test [ 6367.767457] 1..4 [ 6367.767591] ok 1 clk_gate_test_is_enabled [ 6367.767681] # clk_gate_test_is_disabled: ASSERTION FAILED at drivers/clk/clk-gate_test.c:409 Expected clk_hw_is_enabled(hw) to be false, but is true [ 6367.767692] not ok 2 clk_gate_test_is_disabled [ 6367.767717] # clk_gate_test_is_enabled_inverted: ASSERTION FAILED at drivers/clk/clk-gate_test.c:423 Expected hw is not error, but is: -17 [ 6367.767725] not ok 3 clk_gate_test_is_enabled_inverted [ 6367.767747] # clk_gate_test_is_disabled_inverted: ASSERTION FAILED at drivers/clk/clk-gate_test.c:438 Expected hw is not error, but is: -17 [ 6367.767755] not ok 4 clk_gate_test_is_disabled_inverted [ 6367.767757] # clk-gate-is_enabled-test: pass:1 fail:3 skip:0 total:4 [ 6367.767759] # Totals: pass:1 fail:3 skip:0 total:4 [ 6367.767761] not ok 6 clk-gate-is_enabled-test [ 6367.808873] KTAP version 1 [ 6367.808881] # Subtest: clk-leaf-mux-set-rate-parent [ 6367.808882] 1..1 [ 6367.809150] ok 1 clk_leaf_mux_set_rate_parent_determine_rate [ 6367.809152] ok 7 clk-leaf-mux-set-rate-parent [ 6367.809161] KTAP version 1 [ 6367.809162] # Subtest: clk-test [ 6367.809163] 1..4 [ 6367.809241] ok 1 clk_test_get_rate [ 6367.809318] ok 2 clk_test_set_get_rate [ 6367.809394] ok 3 clk_test_set_set_get_rate [ 6367.809470] ok 4 clk_test_round_set_get_rate [ 6367.809473] # clk-test: pass:4 fail:0 skip:0 total:4 [ 6367.809475] # Totals: pass:4 fail:0 skip:0 total:4 [ 6367.809477] ok 8 clk-test [ 6367.809484] KTAP version 1 [ 6367.809485] # Subtest: clk-multiple-parents-mux-test [ 6367.809486] 1..3 [ 6367.809660] ok 1 clk_test_multiple_parents_mux_get_parent [ 6367.810294] ok 2 clk_test_multiple_parents_mux_has_parent [ 6367.810499] ok 3 clk_test_multiple_parents_mux_set_range_set_parent_get_rate # SKIP This needs to be fixed in the core. [ 6367.810502] # clk-multiple-parents-mux-test: pass:2 fail:0 skip:1 total:3 [ 6367.810505] # Totals: pass:2 fail:0 skip:1 total:3 [ 6367.810507] ok 9 clk-multiple-parents-mux-test [ 6367.810514] KTAP version 1 [ 6367.810515] # Subtest: clk-mux-notifier [ 6367.810516] 1..1 [ 6367.849875] ok 1 clk_mux_notifier_set_parent_test [ 6367.849884] ok 10 clk-mux-notifier [ 6367.849915] KTAP version 1 [ 6367.849916] # Subtest: clk-orphan-transparent-multiple-parent-mux-test [ 6367.849918] 1..9 [ 6367.850077] ok 1 clk_test_orphan_transparent_multiple_parent_mux_get_parent [ 6367.850198] ok 2 clk_test_orphan_transparent_multiple_parent_mux_set_parent [ 6367.850316] ok 3 clk_test_orphan_transparent_multiple_parent_mux_set_parent_drop_range [ 6367.850432] ok 4 clk_test_orphan_transparent_multiple_parent_mux_set_parent_get_rate [ 6367.850551] ok 5 clk_test_orphan_transparent_multiple_parent_mux_set_parent_put [ 6367.850836] ok 6 clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_modified [ 6367.850966] ok 7 clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched [ 6367.851103] ok 8 clk_test_orphan_transparent_multiple_parent_mux_set_range_round_rate [ 6367.851250] ok 9 clk_test_orphan_transparent_multiple_parent_mux_set_range_set_parent_get_rate # SKIP This needs to be fixed in the core. [ 6367.851253] # clk-orphan-transparent-multiple-parent-mux-test: pass:8 fail:0 skip:1 total:9 [ 6367.851257] # Totals: pass:8 fail:0 skip:1 total:9 [ 6367.851259] ok 11 clk-orphan-transparent-multiple-parent-mux-test [ 6367.851269] KTAP version 1 [ 6367.851271] # Subtest: clk-orphan-transparent-single-parent-test [ 6367.851272] 1..1 [ 6367.851394] ok 1 clk_test_orphan_transparent_parent_mux_set_range [ 6367.851397] ok 12 clk-orphan-transparent-single-parent-test [ 6367.851404] KTAP version 1 [ 6367.851405] # Subtest: clk-orphan-two-level-root-last-test [ 6367.851406] 1..2 [ 6367.851574] ok 1 clk_orphan_two_level_root_last_test_get_rate [ 6367.851733] ok 2 clk_orphan_two_level_root_last_test_set_range [ 6367.851736] # clk-orphan-two-level-root-last-test: pass:2 fail:0 skip:0 total:2 [ 6367.851738] # Totals: pass:2 fail:0 skip:0 total:2 [ 6367.851741] ok 13 clk-orphan-two-level-root-last-test [ 6367.851751] KTAP version 1 [ 6367.851752] # Subtest: clk-range-test [ 6367.851752] 1..11 [ 6367.851829] ok 1 clk_range_test_set_range [ 6367.851883] clk_set_rate_range_nolock: clk test_dummy_rate dev (null) con (null): invalid range [142001000, 142000000] [ 6367.851919] ok 2 clk_range_test_set_range_invalid [ 6367.851991] ok 3 clk_range_test_multiple_disjoints_range [ 6367.852066] ok 4 clk_range_test_set_range_round_rate_lower [ 6367.852141] ok 5 clk_range_test_set_range_set_rate_lower [ 6367.852215] ok 6 clk_range_test_set_range_set_round_rate_consistent_lower [ 6367.852287] ok 7 clk_range_test_set_range_round_rate_higher [ 6367.852366] ok 8 clk_range_test_set_range_set_rate_higher [ 6367.852438] ok 9 clk_range_test_set_range_set_round_rate_consistent_higher [ 6367.852510] ok 10 clk_range_test_set_range_get_rate_raised [ 6367.852584] ok 11 clk_range_test_set_range_get_rate_lowered [ 6367.852586] # clk-range-test: pass:11 fail:0 skip:0 total:11 [ 6367.852588] # Totals: pass:11 fail:0 skip:0 total:11 [ 6367.852590] ok 14 clk-range-test [ 6367.852600] KTAP version 1 [ 6367.852601] # Subtest: clk-range-maximize-test [ 6367.852602] 1..3 [ 6367.852685] ok 1 clk_range_test_set_range_rate_maximized [ 6367.852763] ok 2 clk_range_test_multiple_set_range_rate_maximized [ 6367.852867] ok 3 clk_range_test_multiple_set_range_rate_put_maximized [ 6367.852869] # clk-range-maximize-test: pass:3 fail:0 skip:0 total:3 [ 6367.852871] # Totals: pass:3 fail:0 skip:0 total:3 [ 6367.852874] ok 15 clk-range-maximize-test [ 6367.852882] KTAP version 1 [ 6367.852883] # Subtest: clk-range-minimize-test [ 6367.852884] 1..3 [ 6367.852959] ok 1 clk_range_test_set_range_rate_minimized [ 6367.853033] ok 2 clk_range_test_multiple_set_range_rate_minimized [ 6367.853115] ok 3 clk_range_test_multiple_set_range_rate_put_minimized [ 6367.853117] # clk-range-minimize-test: pass:3 fail:0 skip:0 total:3 [ 6367.853119] # Totals: pass:3 fail:0 skip:0 total:3 [ 6367.853121] ok 16 clk-range-minimize-test [ 6367.853130] KTAP version 1 [ 6367.853131] # Subtest: clk-single-parent-mux-test [ 6367.853132] 1..7 [ 6367.853256] ok 1 clk_test_single_parent_mux_get_parent [ 6367.853376] ok 2 clk_test_single_parent_mux_has_parent [ 6367.853507] ok 3 clk_test_single_parent_mux_set_range_disjoint_child_last # SKIP This needs to be fixed in the core. [ 6367.853637] ok 4 clk_test_single_parent_mux_set_range_disjoint_parent_last # SKIP This needs to be fixed in the core. [ 6367.853756] ok 5 clk_test_single_parent_mux_set_range_round_rate_child_smaller [ 6367.853877] ok 6 clk_test_single_parent_mux_set_range_round_rate_parent_only [ 6367.853994] ok 7 clk_test_single_parent_mux_set_range_round_rate_parent_smaller [ 6367.853997] # clk-single-parent-mux-test: pass:5 fail:0 skip:2 total:7 [ 6367.853999] # Totals: pass:5 fail:0 skip:2 total:7 [ 6367.854002] ok 17 clk-single-parent-mux-test [ 6367.854010] KTAP version 1 [ 6367.854011] # Subtest: clk-uncached-test [ 6367.854012] 1..3 [ 6367.854084] ok 1 clk_test_uncached_get_rate [ 6367.854160] ok 2 clk_test_uncached_set_range [ 6367.854242] ok 3 clk_test_uncached_updated_rate_set_range [ 6367.854244] # clk-uncached-test: pass:3 fail:0 skip:0 total:3 [ 6367.854246] # Totals: pass:3 fail:0 skip:0 total:3 [ 6367.854248] ok 18 clk-uncached-test [ 6367.866951] KTAP version 1 [ 6367.866954] # Subtest: cmdline [ 6367.866955] 1..4 [ 6367.866994] ok 1 cmdline_test_noint [ 6367.867022] ok 2 cmdline_test_lead_int [ 6367.867048] ok 3 cmdline_test_tail_int [ 6367.867078] ok 4 cmdline_test_range [ 6367.867080] # cmdline: pass:4 fail:0 skip:0 total:4 [ 6367.867083] # Totals: pass:4 fail:0 skip:0 total:4 [ 6367.867085] ok 19 cmdline [ 6367.887795] KTAP version 1 [ 6367.887799] # Subtest: dev-addr-list-test [ 6367.887801] 1..6 [ 6367.919855] ok 1 dev_addr_test_basic [ 6367.979824] ok 2 dev_addr_test_sync_one [ 6368.019901] ok 3 dev_addr_test_add_del [ 6368.070158] ok 4 dev_addr_test_del_main [ 6368.119923] ok 5 dev_addr_test_add_set [ 6368.179789] ok 6 dev_addr_test_add_excl [ 6368.179802] # dev-addr-list-test: pass:6 fail:0 skip:0 total:6 [ 6368.179805] # Totals: pass:6 fail:0 skip:0 total:6 [ 6368.179808] ok 20 dev-addr-list-test [ 6368.189207] KTAP version 1 [ 6368.189210] # Subtest: ext4_inode_test [ 6368.189211] 1..1 [ 6368.189213] KTAP version 1 [ 6368.189214] # Subtest: inode_test_xtimestamp_decoding [ 6368.189277] ok 1 1901-12-13 Lower bound of 32bit < 0 timestamp, no extra bits [ 6368.189300] ok 2 1969-12-31 Upper bound of 32bit < 0 timestamp, no extra bits [ 6368.189334] ok 3 1970-01-01 Lower bound of 32bit >=0 timestamp, no extra bits [ 6368.189371] ok 4 2038-01-19 Upper bound of 32bit >=0 timestamp, no extra bits [ 6368.189414] ok 5 2038-01-19 Lower bound of 32bit <0 timestamp, lo extra sec bit on [ 6368.189456] ok 6 2106-02-07 Upper bound of 32bit <0 timestamp, lo extra sec bit on [ 6368.189494] ok 7 2106-02-07 Lower bound of 32bit >=0 timestamp, lo extra sec bit on [ 6368.189533] ok 8 2174-02-25 Upper bound of 32bit >=0 timestamp, lo extra sec bit on [ 6368.189573] ok 9 2174-02-25 Lower bound of 32bit <0 timestamp, hi extra sec bit on [ 6368.189610] ok 10 2242-03-16 Upper bound of 32bit <0 timestamp, hi extra sec bit on [ 6368.189648] ok 11 2242-03-16 Lower bound of 32bit >=0 timestamp, hi extra sec bit on [ 6368.189688] ok 12 2310-04-04 Upper bound of 32bit >=0 timestamp, hi extra sec bit on [ 6368.190142] ok 13 2310-04-04 Upper bound of 32bit>=0 timestamp, hi extra sec bit 1. 1 ns [ 6368.190184] ok 14 2378-04-22 Lower bound of 32bit>= timestamp. Extra sec bits 1. Max ns [ 6368.190224] ok 15 2378-04-22 Lower bound of 32bit >=0 timestamp. All extra sec bits on [ 6368.190261] ok 16 2446-05-10 Upper bound of 32bit >=0 timestamp. All extra sec bits on [ 6368.190263] # inode_test_xtimestamp_decoding: pass:16 fail:0 skip:0 total:16 [ 6368.190266] ok 1 inode_test_xtimestamp_decoding [ 6368.190269] # Totals: pass:16 fail:0 skip:0 total:16 [ 6368.190271] ok 21 ext4_inode_test [ 6368.205530] KTAP version 1 [ 6368.205533] # Subtest: fat_test [ 6368.205534] 1..3 [ 6368.205579] ok 1 fat_checksum_test [ 6368.205581] KTAP version 1 [ 6368.205583] # Subtest: fat_time_fat2unix_test [ 6368.205612] ok 1 Earliest possible UTC (1980-01-01 00:00:00) [ 6368.205641] ok 2 Latest possible UTC (2107-12-31 23:59:58) [ 6368.205672] ok 3 Earliest possible (UTC-11) (== 1979-12-31 13:00:00 UTC) [ 6368.205704] ok 4 Latest possible (UTC+11) (== 2108-01-01 10:59:58 UTC) [ 6368.205735] ok 5 Leap Day / Year (1996-02-29 00:00:00) [ 6368.205766] ok 6 Year 2000 is leap year (2000-02-29 00:00:00) [ 6368.205796] ok 7 Year 2100 not leap year (2100-03-01 00:00:00) [ 6368.205827] ok 8 Leap year + timezone UTC+1 (== 2004-02-29 00:30:00 UTC) [ 6368.205859] ok 9 Leap year + timezone UTC-1 (== 2004-02-29 23:30:00 UTC) [ 6368.205891] ok 10 VFAT odd-second resolution (1999-12-31 23:59:59) [ 6368.205923] ok 11 VFAT 10ms resolution (1980-01-01 00:00:00:0010) [ 6368.205925] # fat_time_fat2unix_test: pass:11 fail:0 skip:0 total:11 [ 6368.205928] ok 2 fat_time_fat2unix_test [ 6368.205930] KTAP version 1 [ 6368.205932] # Subtest: fat_time_unix2fat_test [ 6368.205963] ok 1 Earliest possible UTC (1980-01-01 00:00:00) [ 6368.205994] ok 2 Latest possible UTC (2107-12-31 23:59:58) [ 6368.206032] ok 3 Earliest possible (UTC-11) (== 1979-12-31 13:00:00 UTC) [ 6368.206065] ok 4 Latest possible (UTC+11) (== 2108-01-01 10:59:58 UTC) [ 6368.206100] ok 5 Leap Day / Year (1996-02-29 00:00:00) [ 6368.206131] ok 6 Year 2000 is leap year (2000-02-29 00:00:00) [ 6368.206161] ok 7 Year 2100 not leap year (2100-03-01 00:00:00) [ 6368.206192] ok 8 Leap year + timezone UTC+1 (== 2004-02-29 00:30:00 UTC) [ 6368.206221] ok 9 Leap year + timezone UTC-1 (== 2004-02-29 23:30:00 UTC) [ 6368.206252] ok 10 VFAT odd-second resolution (1999-12-31 23:59:59) [ 6368.206283] ok 11 VFAT 10ms resolution (1980-01-01 00:00:00:0010) [ 6368.206286] # fat_time_unix2fat_test: pass:11 fail:0 skip:0 total:11 [ 6368.206289] ok 3 fat_time_unix2fat_test [ 6368.206291] # fat_test: pass:3 fail:0 skip:0 total:3 [ 6368.206293] # Totals: pass:23 fail:0 skip:0 total:23 [ 6368.206297] ok 22 fat_test [ 6368.263970] KTAP version 1 [ 6368.263979] # Subtest: kunit-try-catch-test [ 6368.263981] 1..2 [ 6368.264079] ok 1 kunit_test_try_catch_successful_try_no_catch [ 6368.264150] ok 2 kunit_test_try_catch_unsuccessful_try_does_catch [ 6368.264153] # kunit-try-catch-test: pass:2 fail:0 skip:0 total:2 [ 6368.264156] # Totals: pass:2 fail:0 skip:0 total:2 [ 6368.264158] ok 23 kunit-try-catch-test [ 6368.264166] KTAP version 1 [ 6368.264167] # Subtest: kunit-resource-test [ 6368.264168] 1..8 [ 6368.264210] ok 1 kunit_resource_test_init_resources [ 6368.264252] ok 2 kunit_resource_test_alloc_resource [ 6368.264386] ok 3 kunit_resource_test_destroy_resource [ 6368.264439] ok 4 kunit_resource_test_remove_resource [ 6368.264484] ok 5 kunit_resource_test_cleanup_resources [ 6368.264526] ok 6 kunit_resource_test_proper_free_ordering [ 6368.264570] ok 7 kunit_resource_test_static [ 6368.264615] ok 8 kunit_resource_test_named [ 6368.264617] # kunit-resource-test: pass:8 fail:0 skip:0 total:8 [ 6368.264619] # Totals: pass:8 fail:0 skip:0 total:8 [ 6368.264621] ok 24 kunit-resource-test [ 6368.264629] KTAP version 1 [ 6368.264630] # Subtest: kunit-log-test [ 6368.264631] 1..1 [ 6368.264667] put this in log. [ 6368.264674] this too. [ 6368.264675] add to suite log. [ 6368.264676] along with this. [ 6368.264685] ok 1 kunit_log_test [ 6368.264689] ok 25 kunit-log-test [ 6368.264696] KTAP version 1 [ 6368.264697] # Subtest: kunit_status [ 6368.264698] 1..2 [ 6368.264738] ok 1 kunit_status_set_failure_test [ 6368.264784] ok 2 kunit_status_mark_skipped_test [ 6368.264786] # kunit_status: pass:2 fail:0 skip:0 total:2 [ 6368.264788] # Totals: pass:2 fail:0 skip:0 total:2 [ 6368.264790] ok 26 kunit_status [ 6368.287760] KTAP version 1 [ 6368.287765] # Subtest: list-kunit-test [ 6368.287766] 1..39 [ 6368.287818] ok 1 list_test_list_init [ 6368.287848] ok 2 list_test_list_add [ 6368.287880] ok 3 list_test_list_add_tail [ 6368.287911] ok 4 list_test_list_del [ 6368.287941] ok 5 list_test_list_replace [ 6368.287970] ok 6 list_test_list_replace_init [ 6368.288001] ok 7 list_test_list_swap [ 6368.288030] ok 8 list_test_list_del_init [ 6368.288063] ok 9 list_test_list_del_init_careful [ 6368.288095] ok 10 list_test_list_move [ 6368.288126] ok 11 list_test_list_move_tail [ 6368.288160] ok 12 list_test_list_bulk_move_tail [ 6368.288202] ok 13 list_test_list_is_head [ 6368.288232] ok 14 list_test_list_is_first [ 6368.288257] ok 15 list_test_list_is_last [ 6368.288285] ok 16 list_test_list_empty [ 6368.288310] ok 17 list_test_list_empty_careful [ 6368.288334] ok 18 list_test_list_rotate_left [ 6368.288358] ok 19 list_test_list_rotate_to_front [ 6368.288381] ok 20 list_test_list_is_singular [ 6368.288410] ok 21 list_test_list_cut_position [ 6368.288453] ok 22 list_test_list_cut_before [ 6368.288481] ok 23 list_test_list_splice [ 6368.288506] ok 24 list_test_list_splice_tail [ 6368.288531] ok 25 list_test_list_splice_init [ 6368.288555] ok 26 list_test_list_splice_tail_init [ 6368.288579] ok 27 list_test_list_entry [ 6368.288605] ok 28 list_test_list_entry_is_head [ 6368.288631] ok 29 list_test_list_first_entry [ 6368.288657] ok 30 list_test_list_last_entry [ 6368.288682] ok 31 list_test_list_first_entry_or_null [ 6368.288710] ok 32 list_test_list_next_entry [ 6368.288733] ok 33 list_test_list_prev_entry [ 6368.288780] ok 34 list_test_list_for_each [ 6368.288820] ok 35 list_test_list_for_each_prev [ 6368.288882] ok 36 list_test_list_for_each_safe [ 6368.288915] ok 37 list_test_list_for_each_prev_safe [ 6368.288951] ok 38 list_test_list_for_each_entry [ 6368.288983] ok 39 list_test_list_for_each_entry_reverse [ 6368.288986] # list-kunit-test: pass:39 fail:0 skip:0 total:39 [ 6368.288988] # Totals: pass:39 fail:0 skip:0 total:39 [ 6368.288991] ok 27 list-kunit-test [ 6368.289005] KTAP version 1 [ 6368.289006] # Subtest: hlist [ 6368.289007] 1..18 [ 6368.289039] ok 1 hlist_test_init [ 6368.289072] ok 2 hlist_test_unhashed [ 6368.289108] ok 3 hlist_test_unhashed_lockless [ 6368.289141] ok 4 hlist_test_del [ 6368.289172] ok 5 hlist_test_del_init [ 6368.289202] ok 6 hlist_test_add [ 6368.289234] ok 7 hlist_test_fake [ 6368.289263] ok 8 hlist_test_is_singular_node [ 6368.289294] ok 9 hlist_test_empty [ 6368.289327] ok 10 hlist_test_move_list [ 6368.289362] ok 11 hlist_test_entry [ 6368.289392] ok 12 hlist_test_entry_safe [ 6368.289424] ok 13 hlist_test_for_each [ 6368.289456] ok 14 hlist_test_for_each_safe [ 6368.289490] ok 15 hlist_test_for_each_entry [ 6368.289525] ok 16 hlist_test_for_each_entry_continue [ 6368.289559] ok 17 hlist_test_for_each_entry_from [ 6368.289590] ok 18 hlist_test_for_each_entry_safe [ 6368.289593] # hlist: pass:18 fail:0 skip:0 total:18 [ 6368.289595] # Totals: pass:18 fail:0 skip:0 total:18 [ 6368.289597] ok 28 hlist [ 6368.297609] KTAP version 1 [ 6368.297612] # Subtest: memcpy [ 6368.297613] 1..7 [ 6368.297646] # memset_test: ok: memset() direct assignment [ 6368.297654] # memset_test: ok: memset() complete overwrite [ 6368.297656] # memset_test: ok: memset() middle overwrite [ 6368.297658] # memset_test: ok: memset() argument side-effects [ 6368.297659] # memset_test: ok: memset() memset_after() [ 6368.297661] # memset_test: ok: memset() memset_startat() [ 6368.297669] ok 1 memset_test [ 6368.297696] # memcpy_test: ok: memcpy() static initializers [ 6368.297699] # memcpy_test: ok: memcpy() direct assignment [ 6368.297701] # memcpy_test: ok: memcpy() complete overwrite [ 6368.297703] # memcpy_test: ok: memcpy() middle overwrite [ 6368.297704] # memcpy_test: ok: memcpy() argument side-effects [ 6368.297711] ok 2 memcpy_test [ 6368.424724] ok 3 memcpy_large_test [ 6368.424824] # memmove_test: ok: memmove() static initializers [ 6368.424827] # memmove_test: ok: memmove() direct assignment [ 6368.424829] # memmove_test: ok: memmove() complete overwrite [ 6368.424831] # memmove_test: ok: memmove() middle overwrite [ 6368.424832] # memmove_test: ok: memmove() argument side-effects [ 6368.424834] # memmove_test: ok: memmove() overlapping write [ 6368.424844] ok 4 memmove_test [ 6368.548368] ok 5 memmove_large_test [ 6368.899195] ok 6 memmove_overlap_test [ 6368.899373] ok 7 strtomem_test [ 6368.899375] # memcpy: pass:7 fail:0 skip:0 total:7 [ 6368.899378] # Totals: pass:7 fail:0 skip:0 total:7 [ 6368.899379] ok 29 memcpy [ 6368.923245] KTAP version 1 [ 6368.923252] # Subtest: mptcp-crypto [ 6368.923253] 1..1 [ 6368.923407] ok 1 mptcp_crypto_test_basic [ 6368.923415] ok 30 mptcp-crypto [ 6368.940382] KTAP version 1 [ 6368.940386] # Subtest: mptcp-token [ 6368.940387] 1..4 [ 6368.940429] ok 1 mptcp_token_test_req_basic [ 6368.940452] ok 2 mptcp_token_test_msk_basic [ 6368.940480] ok 3 mptcp_token_test_accept [ 6368.940503] ok 4 mptcp_token_test_destroyed [ 6368.940505] # mptcp-token: pass:4 fail:0 skip:0 total:4 [ 6368.940507] # Totals: pass:4 fail:0 skip:0 total:4 [ 6368.940510] ok 31 mptcp-token [ 6368.952161] KTAP version 1 [ 6368.952166] # Subtest: overflow [ 6368.952167] 1..21 [ 6368.952208] # u8_u8__u8_overflow_test: 18 u8_u8__u8 arithmetic tests finished [ 6368.952219] ok 1 u8_u8__u8_overflow_test [ 6368.952248] # s8_s8__s8_overflow_test: 19 s8_s8__s8 arithmetic tests finished [ 6368.952256] ok 2 s8_s8__s8_overflow_test [ 6368.952283] # u16_u16__u16_overflow_test: 17 u16_u16__u16 arithmetic tests finished [ 6368.952292] ok 3 u16_u16__u16_overflow_test [ 6368.952317] # s16_s16__s16_overflow_test: 17 s16_s16__s16 arithmetic tests finished [ 6368.952325] ok 4 s16_s16__s16_overflow_test [ 6368.952350] # u32_u32__u32_overflow_test: 17 u32_u32__u32 arithmetic tests finished [ 6368.952358] ok 5 u32_u32__u32_overflow_test [ 6368.952386] # s32_s32__s32_overflow_test: 17 s32_s32__s32 arithmetic tests finished [ 6368.952394] ok 6 s32_s32__s32_overflow_test [ 6368.952419] # u64_u64__u64_overflow_test: 17 u64_u64__u64 arithmetic tests finished [ 6368.952427] ok 7 u64_u64__u64_overflow_test [ 6368.952452] # s64_s64__s64_overflow_test: 21 s64_s64__s64 arithmetic tests finished [ 6368.952486] ok 8 s64_s64__s64_overflow_test [ 6368.952523] # u32_u32__int_overflow_test: 2 u32_u32__int arithmetic tests finished [ 6368.952530] ok 9 u32_u32__int_overflow_test [ 6368.952551] # u32_u32__u8_overflow_test: 3 u32_u32__u8 arithmetic tests finished [ 6368.952558] ok 10 u32_u32__u8_overflow_test [ 6368.952580] # u8_u8__int_overflow_test: 3 u8_u8__int arithmetic tests finished [ 6368.952586] ok 11 u8_u8__int_overflow_test [ 6368.952606] # int_int__u8_overflow_test: 3 int_int__u8 arithmetic tests finished [ 6368.952612] ok 12 int_int__u8_overflow_test [ 6368.952631] # shift_sane_test: 36 sane shift tests finished [ 6368.952638] ok 13 shift_sane_test [ 6368.952657] # shift_overflow_test: 25 overflow shift tests finished [ 6368.952664] ok 14 shift_overflow_test [ 6368.952684] # shift_truncate_test: 27 truncate shift tests finished [ 6368.952691] ok 15 shift_truncate_test [ 6368.952712] # shift_nonsense_test: 25 nonsense shift tests finished [ 6368.952718] ok 16 shift_nonsense_test [ 6368.952784] # overflow_allocation_test: 11 allocation overflow tests finished [ 6368.952792] ok 17 overflow_allocation_test [ 6368.952813] # overflow_size_helpers_test: 43 overflow size helper tests finished [ 6368.952820] ok 18 overflow_size_helpers_test [ 6368.952838] # overflows_type_test: 658 overflows_type() tests finished [ 6368.952845] ok 19 overflows_type_test [ 6368.952869] # same_type_test: 0 __same_type() tests finished [ 6368.952875] ok 20 same_type_test [ 6368.952894] # castable_to_type_test: 103 castable_to_type() tests finished [ 6368.952902] ok 21 castable_to_type_test [ 6368.952903] # overflow: pass:21 fail:0 skip:0 total:21 [ 6368.952907] # Totals: pass:21 fail:0 skip:0 total:21 [ 6368.952909] ok 32 overflow [ 6368.961926] KTAP version 1 [ 6368.961932] # Subtest: rational [ 6368.961933] 1..1 [ 6368.961936] KTAP version 1 [ 6368.961937] # Subtest: rational_test [ 6368.961995] ok 1 Exceeds bounds, semi-convergent term > 1/2 last term [ 6368.962037] ok 2 Exceeds bounds, semi-convergent term < 1/2 last term [ 6368.962081] ok 3 Closest to zero [ 6368.962121] ok 4 Closest to smallest non-zero [ 6368.962161] ok 5 Use convergent [ 6368.962200] ok 6 Exact answer [ 6368.962238] ok 7 Semiconvergent, numerator limit [ 6368.962280] ok 8 Semiconvergent, denominator limit [ 6368.962282] # rational_test: pass:8 fail:0 skip:0 total:8 [ 6368.962284] ok 1 rational_test [ 6368.962287] # Totals: pass:8 fail:0 skip:0 total:8 [ 6368.962289] ok 33 rational [ 6368.970945] KTAP version 1 [ 6368.970949] # Subtest: resource [ 6368.970950] 1..2 [ 6368.970992] ok 1 resource_test_union [ 6368.971025] ok 2 resource_test_intersection [ 6368.971027] # resource: pass:2 fail:0 skip:0 total:2 [ 6368.971029] # Totals: pass:2 fail:0 skip:0 total:2 [ 6368.971031] ok 34 resource [ 6368.979161] KTAP version 1 [ 6368.979165] # Subtest: slub_test [ 6368.979166] 1..6 [ 6368.988154] ============================================================================= [ 6368.988159] BUG TestSlub_RZ_alloc (Tainted: G N------- --- ): Right Redzone overwritten [ 6368.988162] ----------------------------------------------------------------------------- [ 6368.988164] 0x00000000bff39436-0x00000000bff39436 @offset=1040. First byte 0x12 instead of 0xcc [ 6368.988168] Slab 0x000000008757dc3a objects=46 used=1 fp=0x000000004e77a351 flags=0x2000000000000200(slab|node=0|zone=1) [ 6368.988173] Object 0x0000000037a689bb @offset=976 fp=0x000000004e77a351 [ 6368.988176] Redzone 00000000c383f253: cc cc cc cc cc cc cc cc ........ [ 6368.988179] Object 0000000037a689bb: 00 00 03 e8 12 02 00 03 00 00 00 00 00 00 00 b0 ................ [ 6368.988181] Object 00000000bdf71b20: 00 00 00 00 00 00 00 0c 00 00 04 01 12 02 00 03 ................ [ 6368.988183] Object 0000000033ecaed8: 46 a2 79 46 b9 1e 9b ba 00 00 00 00 00 00 00 0c F.yF............ [ 6368.988185] Object 000000009cd6f5f3: 00 00 04 19 10 00 00 00 00 00 00 00 00 00 00 00 ................ [ 6368.988187] Redzone 00000000bff39436: 12 cc cc cc cc cc cc cc ........ [ 6368.988189] Padding 00000000d6122465: 00 00 04 2e 12 02 00 03 ........ [ 6368.988192] CPU: 0 PID: 690944 Comm: kunit_try_catch Tainted: G N------- --- 6.2.0-0.rc5.c96618275234.43.test.eln.s390x #1 [ 6368.988196] Hardware name: IBM 8561 LT1 400 (z/VM 7.2.0) [ 6368.988198] Call Trace: [ 6368.988199] [<0000000175af486a>] dump_stack_lvl+0x62/0x80 [ 6368.988209] [<00000001754a3a24>] check_bytes_and_report+0x104/0x140 [ 6368.988216] [<00000001754a3c5a>] check_object+0x1fa/0x3e0 [ 6368.988219] [<00000001754a6a0e>] validate_slab+0x13e/0x170 [ 6368.988222] [<00000001754a6b12>] validate_slab_cache+0xd2/0x220 [ 6368.988225] [<000003ff808f64ec>] test_clobber_zone+0x5c/0xf0 [slub_kunit] [ 6368.988229] [<000003ff808315e4>] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.988238] [<000003ff808328de>] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.988243] [<0000000175212fd8>] kthread+0x108/0x110 [ 6368.988248] [<000000017519349c>] __ret_from_fork+0x3c/0x60 [ 6368.988252] [<0000000175b0447a>] ret_from_fork+0xa/0x40 [ 6368.988257] Disabling lock debugging due to kernel taint [ 6368.988258] FIX TestSlub_RZ_alloc: Restoring Right Redzone 0x00000000bff39436-0x00000000bff39436=0xcc [ 6368.988267] # test_clobber_zone: EXPECTATION FAILED at lib/slub_kunit.c:38 Expected 2 == slab_errors, but slab_errors == 0 (0x0) [ 6368.989024] not ok 1 test_clobber_zone [ 6368.989111] ============================================================================= [ 6368.989114] BUG TestSlub_next_ptr_free (Tainted: G B N------- --- ): Freechain corrupt [ 6368.989116] ----------------------------------------------------------------------------- [ 6368.989117] Slab 0x00000000dc8adf79 objects=56 used=0 fp=0x000000003e90aff5 flags=0x2000000000000200(slab|node=0|zone=1) [ 6368.989121] Object 0x000000003e90aff5 @offset=1584 fp=0x00000000b138851a [ 6368.989123] Bytes b4 0000000049407317: 6b 6b 6b 6b 6b 6b 6b a5 aa c2 89 a6 1d 43 21 9d kkkkkkk......C!. [ 6368.989126] Object 000000003e90aff5: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989128] Object 00000000fff28fc4: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989130] Object 000000000add164b: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989132] Object 00000000c9094323: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 kkkkkkkkkkkkkkk. [ 6368.989134] CPU: 0 PID: 690945 Comm: kunit_try_catch Tainted: G B N------- --- 6.2.0-0.rc5.c96618275234.43.test.eln.s390x #1 [ 6368.989137] Hardware name: IBM 8561 LT1 400 (z/VM 7.2.0) [ 6368.989139] Call Trace: [ 6368.989140] [<0000000175af486a>] dump_stack_lvl+0x62/0x80 [ 6368.989143] [<0000000175aef3e2>] object_err+0x4a/0x60 [ 6368.989149] [<00000001754a3788>] on_freelist+0x108/0x2a0 [ 6368.989152] [<00000001754a692e>] validate_slab+0x5e/0x170 [ 6368.989155] [<00000001754a6b12>] validate_slab_cache+0xd2/0x220 [ 6368.989158] [<000003ff808f6266>] test_next_pointer+0x76/0x1c0 [slub_kunit] [ 6368.989162] [<000003ff808315e4>] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.989167] [<000003ff808328de>] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.989172] [<0000000175212fd8>] kthread+0x108/0x110 [ 6368.989175] [<000000017519349c>] __ret_from_fork+0x3c/0x60 [ 6368.989178] [<0000000175b0447a>] ret_from_fork+0xa/0x40 [ 6368.989181] ============================================================================= [ 6368.989182] BUG TestSlub_next_ptr_free (Tainted: G B N------- --- ): Wrong object count. Counter is 0 but counted were 55 [ 6368.989185] ----------------------------------------------------------------------------- [ 6368.989187] Slab 0x00000000dc8adf79 objects=56 used=0 fp=0x000000003e90aff5 flags=0x2000000000000200(slab|node=0|zone=1) [ 6368.989190] CPU: 0 PID: 690945 Comm: kunit_try_catch Tainted: G B N------- --- 6.2.0-0.rc5.c96618275234.43.test.eln.s390x #1 [ 6368.989193] Hardware name: IBM 8561 LT1 400 (z/VM 7.2.0) [ 6368.989194] Call Trace: [ 6368.989195] [<0000000175af486a>] dump_stack_lvl+0x62/0x80 [ 6368.989198] [<0000000175aeef6e>] slab_err+0x7e/0x98 [ 6368.989201] [<00000001754a38f8>] on_freelist+0x278/0x2a0 [ 6368.989204] [<00000001754a692e>] validate_slab+0x5e/0x170 [ 6368.989207] [<00000001754a6b12>] validate_slab_cache+0xd2/0x220 [ 6368.989210] [<000003ff808f6266>] test_next_pointer+0x76/0x1c0 [slub_kunit] [ 6368.989213] [<000003ff808315e4>] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.989218] [<000003ff808328de>] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.989223] [<0000000175212fd8>] kthread+0x108/0x110 [ 6368.989226] [<000000017519349c>] __ret_from_fork+0x3c/0x60 [ 6368.989228] [<0000000175b0447a>] ret_from_fork+0xa/0x40 [ 6368.989231] FIX TestSlub_next_ptr_free: Object count adjusted [ 6368.989237] # test_next_pointer: EXPECTATION FAILED at lib/slub_kunit.c:66 Expected 3 == slab_errors, but slab_errors == 0 (0x0) [ 6368.989240] ============================================================================= [ 6368.989243] BUG TestSlub_next_ptr_free (Tainted: G B N------- --- ): Wrong object count. Counter is 55 but counted were 0 [ 6368.989245] ----------------------------------------------------------------------------- [ 6368.989247] Slab 0x00000000dc8adf79 objects=56 used=55 fp=0x000000003e90aff5 flags=0x2000000000000200(slab|node=0|zone=1) [ 6368.989250] CPU: 0 PID: 690945 Comm: kunit_try_catch Tainted: G B N------- --- 6.2.0-0.rc5.c96618275234.43.test.eln.s390x #1 [ 6368.989253] Hardware name: IBM 8561 LT1 400 (z/VM 7.2.0) [ 6368.989254] Call Trace: [ 6368.989255] [<0000000175af486a>] dump_stack_lvl+0x62/0x80 [ 6368.989258] [<0000000175aeef6e>] slab_err+0x7e/0x98 [ 6368.989261] [<00000001754a38f8>] on_freelist+0x278/0x2a0 [ 6368.989264] [<00000001754a692e>] validate_slab+0x5e/0x170 [ 6368.989267] [<00000001754a6b12>] validate_slab_cache+0xd2/0x220 [ 6368.989270] [<000003ff808f628e>] test_next_pointer+0x9e/0x1c0 [slub_kunit] [ 6368.989273] [<000003ff808315e4>] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.989278] [<000003ff808328de>] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.989283] [<0000000175212fd8>] kthread+0x108/0x110 [ 6368.989286] [<000000017519349c>] __ret_from_fork+0x3c/0x60 [ 6368.989288] [<0000000175b0447a>] ret_from_fork+0xa/0x40 [ 6368.989291] FIX TestSlub_next_ptr_free: Object count adjusted [ 6368.989298] # test_next_pointer: EXPECTATION FAILED at lib/slub_kunit.c:78 Expected 2 == slab_errors, but slab_errors == 0 (0x0) [ 6368.989314] not ok 2 test_next_pointer [ 6368.989357] ============================================================================= [ 6368.989360] BUG TestSlub_1th_word_free (Tainted: G B N------- --- ): Poison overwritten [ 6368.989362] ----------------------------------------------------------------------------- [ 6368.989363] 0x000000003f088905-0x000000003f088905 @offset=3816. First byte 0x78 instead of 0x6b [ 6368.989366] Slab 0x00000000dc8adf79 objects=56 used=0 fp=0x000000003f088905 flags=0x2000000000000200(slab|node=0|zone=1) [ 6368.989369] Object 0x000000003f088905 @offset=3816 fp=0x000000005a20646d [ 6368.989372] Bytes b4 00000000679d819c: 6b 6b 6b 6b 6b 6b 6b a5 93 31 bf 33 36 96 d8 0f kkkkkkk..1.36... [ 6368.989374] Object 000000003f088905: 78 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b xkkkkkkkkkkkkkkk [ 6368.989376] Object 00000000a9a42761: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989378] Object 000000006ad267e8: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989380] Object 000000009bc0a130: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 kkkkkkkkkkkkkkk. [ 6368.989382] CPU: 0 PID: 690946 Comm: kunit_try_catch Tainted: G B N------- --- 6.2.0-0.rc5.c96618275234.43.test.eln.s390x #1 [ 6368.989386] Hardware name: IBM 8561 LT1 400 (z/VM 7.2.0) [ 6368.989387] Call Trace: [ 6368.989388] [<0000000175af486a>] dump_stack_lvl+0x62/0x80 [ 6368.989392] [<00000001754a3a24>] check_bytes_and_report+0x104/0x140 [ 6368.989395] [<00000001754a3d14>] check_object+0x2b4/0x3e0 [ 6368.989398] [<00000001754a6a0e>] validate_slab+0x13e/0x170 [ 6368.989401] [<00000001754a6b12>] validate_slab_cache+0xd2/0x220 [ 6368.989404] [<000003ff808f641a>] test_first_word+0x6a/0xe0 [slub_kunit] [ 6368.989408] [<000003ff808315e4>] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.989413] [<000003ff808328de>] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.989418] [<0000000175212fd8>] kthread+0x108/0x110 [ 6368.989421] [<000000017519349c>] __ret_from_fork+0x3c/0x60 [ 6368.989423] [<0000000175b0447a>] ret_from_fork+0xa/0x40 [ 6368.989426] FIX TestSlub_1th_word_free: Restoring Poison 0x000000003f088905-0x000000003f088905=0x6b [ 6368.989433] # test_first_word: EXPECTATION FAILED at lib/slub_kunit.c:101 Expected 2 == slab_errors, but slab_errors == 0 (0x0) [ 6368.989446] not ok 3 test_first_word [ 6368.989487] ============================================================================= [ 6368.989489] BUG TestSlub_50th_word_free (Tainted: G B N------- --- ): Poison overwritten [ 6368.989492] ----------------------------------------------------------------------------- [ 6368.989493] 0x00000000f7abb3b4-0x00000000f7abb3b4 @offset=3146. First byte 0x9a instead of 0x6b [ 6368.989496] Slab 0x00000000dc8adf79 objects=56 used=0 fp=0x000000003dda9588 flags=0x2000000000000200(slab|node=0|zone=1) [ 6368.989499] Object 0x000000003dda9588 @offset=3096 fp=0x0000000061c8747f [ 6368.989501] Bytes b4 000000006482d887: 6b 6b 6b 6b 6b 6b 6b a5 7f 67 71 2e 01 8a 27 b4 kkkkkkk..gq...'. [ 6368.989503] Object 000000003dda9588: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989505] Object 0000000037f3e633: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989507] Object 00000000672995ab: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989509] Object 0000000096c16159: 6b 6b 9a 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 kk.kkkkkkkkkkkk. [ 6368.989511] CPU: 0 PID: 690947 Comm: kunit_try_catch Tainted: G B N------- --- 6.2.0-0.rc5.c96618275234.43.test.eln.s390x #1 [ 6368.989514] Hardware name: IBM 8561 LT1 400 (z/VM 7.2.0) [ 6368.989515] Call Trace: [ 6368.989516] [<0000000175af486a>] dump_stack_lvl+0x62/0x80 [ 6368.989520] [<00000001754a3a24>] check_bytes_and_report+0x104/0x140 [ 6368.989523] [<00000001754a3d14>] check_object+0x2b4/0x3e0 [ 6368.989526] [<00000001754a6a0e>] validate_slab+0x13e/0x170 [ 6368.989529] [<00000001754a6b12>] validate_slab_cache+0xd2/0x220 [ 6368.989532] [<000003ff808f65ea>] test_clobber_50th_byte+0x6a/0xe0 [slub_kunit] [ 6368.989535] [<000003ff808315e4>] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.989541] [<000003ff808328de>] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.989545] [<0000000175212fd8>] kthread+0x108/0x110 [ 6368.989548] [<000000017519349c>] __ret_from_fork+0x3c/0x60 [ 6368.989551] [<0000000175b0447a>] ret_from_fork+0xa/0x40 [ 6368.989553] FIX TestSlub_50th_word_free: Restoring Poison 0x00000000f7abb3b4-0x00000000f7abb3b4=0x6b [ 6368.989560] # test_clobber_50th_byte: EXPECTATION FAILED at lib/slub_kunit.c:116 Expected 2 == slab_errors, but slab_errors == 0 (0x0) [ 6368.989572] not ok 4 test_clobber_50th_byte [ 6368.989609] ============================================================================= [ 6368.989612] BUG TestSlub_RZ_free (Tainted: G B N------- --- ): Right Redzone overwritten [ 6368.989614] ----------------------------------------------------------------------------- [ 6368.989616] 0x00000000bddb158e-0x00000000bddb158e @offset=512. First byte 0xab instead of 0xbb [ 6368.989618] Slab 0x00000000dc8adf79 objects=46 used=0 fp=0x000000001b2db558 flags=0x2000000000000200(slab|node=0|zone=1) [ 6368.989622] Object 0x000000001b2db558 @offset=448 fp=0x000000007f8f43ab [ 6368.989624] Redzone 00000000566df27b: bb bb bb bb bb bb bb bb ........ [ 6368.989626] Object 000000001b2db558: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989628] Object 000000002aabcb09: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk [ 6368.989630] Object 00000000fe91ff6d: b4 bd f0 41 10 11 bc f4 6b 6b 6b 6b 6b 6b 6b a5 ...A....kkkkkkk. [ 6368.989632] Object 000000005b672320: 9f 6a 71 2e 01 8a 25 64 6b 6b 6b 6b 6b 6b 6b 6b .jq...%dkkkkkkkk [ 6368.989634] Redzone 00000000bddb158e: ab bb bb bb bb bb bb bb ........ [ 6368.989636] Padding 00000000f8c428bb: 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkk [ 6368.989638] CPU: 0 PID: 690948 Comm: kunit_try_catch Tainted: G B N------- --- 6.2.0-0.rc5.c96618275234.43.test.eln.s390x #1 [ 6368.989642] Hardware name: IBM 8561 LT1 400 (z/VM 7.2.0) [ 6368.989643] Call Trace: [ 6368.989644] [<0000000175af486a>] dump_stack_lvl+0x62/0x80 [ 6368.989647] [<00000001754a3a24>] check_bytes_and_report+0x104/0x140 [ 6368.989651] [<00000001754a3c5a>] check_object+0x1fa/0x3e0 [ 6368.989653] [<00000001754a6a0e>] validate_slab+0x13e/0x170 [ 6368.989656] [<00000001754a6b12>] validate_slab_cache+0xd2/0x220 [ 6368.989660] [<000003ff808f66ca>] test_clobber_redzone_free+0x6a/0xe0 [slub_kunit] [ 6368.989663] [<000003ff808315e4>] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.989668] [<000003ff808328de>] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.989674] [<0000000175212fd8>] kthread+0x108/0x110 [ 6368.989676] [<000000017519349c>] __ret_from_fork+0x3c/0x60 [ 6368.989679] [<0000000175b0447a>] ret_from_fork+0xa/0x40 [ 6368.989682] FIX TestSlub_RZ_free: Restoring Right Redzone 0x00000000bddb158e-0x00000000bddb158e=0xbb [ 6368.989688] # test_clobber_redzone_free: EXPECTATION FAILED at lib/slub_kunit.c:133 Expected 2 == slab_errors, but slab_errors == 0 (0x0) [ 6368.989701] not ok 5 test_clobber_redzone_free [ 6368.991696] Stack Depot allocating hash table of 524288 entries with kvcalloc [ 6368.992155] ============================================================================= [ 6368.992158] BUG TestSlub_RZ_kmalloc (Tainted: G B N------- --- ): kmalloc Redzone overwritten [ 6368.992160] ----------------------------------------------------------------------------- [ 6368.992162] 0x000000003f0c89cd-0x00000000a4ace5b4 @offset=1114. First byte 0xab instead of 0xcc [ 6368.992165] Allocated in test_kmalloc_redzone_access+0x4e/0xf0 [slub_kunit] age=0 cpu=0 pid=690949 [ 6368.992170] kmalloc_trace+0x3e/0xe0 [ 6368.992177] test_kmalloc_redzone_access+0x4e/0xf0 [slub_kunit] [ 6368.992180] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.992184] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.992188] kthread+0x108/0x110 [ 6368.992191] __ret_from_fork+0x3c/0x60 [ 6368.992193] ret_from_fork+0xa/0x40 [ 6368.992196] Slab 0x00000000dc8adf79 objects=30 used=1 fp=0x000000003f088905 flags=0x2000000000000200(slab|node=0|zone=1) [ 6368.992200] Object 0x00000000427fd948 @offset=1096 fp=0x000000003f088905 [ 6368.992202] Redzone 00000000c9e89db0: cc cc cc cc cc cc cc cc ........ [ 6368.992205] Object 00000000427fd948: 1c b8 f0 41 10 11 b4 3c 6b 6b 6b 6b 6b 6b 6b 6b ...A...] dump_stack_lvl+0x62/0x80 [ 6368.992223] [<00000001754a3a24>] check_bytes_and_report+0x104/0x140 [ 6368.992226] [<00000001754a3de4>] check_object+0x384/0x3e0 [ 6368.992229] [<00000001754a6a0e>] validate_slab+0x13e/0x170 [ 6368.992232] [<00000001754a6b12>] validate_slab_cache+0xd2/0x220 [ 6368.992235] [<000003ff808f67a2>] test_kmalloc_redzone_access+0x62/0xf0 [slub_kunit] [ 6368.992239] [<000003ff808315e4>] kunit_try_run_case+0x64/0xd0 [kunit] [ 6368.992244] [<000003ff808328de>] kunit_generic_run_threadfn_adapter+0x2e/0x50 [kunit] [ 6368.992249] [<0000000175212fd8>] kthread+0x108/0x110 [ 6368.992252] [<000000017519349c>] __ret_from_fork+0x3c/0x60 [ 6368.992254] [<0000000175b0447a>] ret_from_fork+0xa/0x40 [ 6368.992257] FIX TestSlub_RZ_kmalloc: Restoring kmalloc Redzone 0x000000003f0c89cd-0x00000000a4ace5b4=0xcc [ 6368.992264] # test_kmalloc_redzone_access: EXPECTATION FAILED at lib/slub_kunit.c:153 Expected 2 == slab_errors, but slab_errors == 0 (0x0) [ 6368.992304] not ok 6 test_kmalloc_redzone_access [ 6368.992307] # slub_test: pass:0 fail:6 skip:0 total:6 [ 6368.992310] # Totals: pass:0 fail:6 skip:0 total:6 [ 6368.992311] not ok 35 slub_test [ 6369.023748] KTAP version 1 [ 6369.023753] # Subtest: stackinit [ 6369.023755] 1..65 [ 6369.023804] ok 1 test_u8_zero [ 6369.023832] ok 2 test_u16_zero [ 6369.023862] ok 3 test_u32_zero [ 6369.023893] ok 4 test_u64_zero [ 6369.023922] ok 5 test_char_array_zero [ 6369.023950] ok 6 test_small_hole_zero [ 6369.023979] ok 7 test_big_hole_zero [ 6369.024008] ok 8 test_trailing_hole_zero [ 6369.024036] ok 9 test_packed_zero [ 6369.024065] ok 10 test_small_hole_dynamic_partial [ 6369.024094] ok 11 test_big_hole_dynamic_partial [ 6369.024123] ok 12 test_trailing_hole_dynamic_partial [ 6369.024152] ok 13 test_packed_dynamic_partial [ 6369.024181] ok 14 test_small_hole_assigned_dynamic_partial [ 6369.024211] ok 15 test_big_hole_assigned_dynamic_partial [ 6369.024240] ok 16 test_trailing_hole_assigned_dynamic_partial [ 6369.024268] ok 17 test_packed_assigned_dynamic_partial [ 6369.024296] ok 18 test_small_hole_static_partial [ 6369.024324] ok 19 test_big_hole_static_partial [ 6369.024353] ok 20 test_trailing_hole_static_partial [ 6369.024382] ok 21 test_packed_static_partial [ 6369.024410] ok 22 test_small_hole_static_all [ 6369.024440] ok 23 test_big_hole_static_all [ 6369.024472] ok 24 test_trailing_hole_static_all [ 6369.024501] ok 25 test_packed_static_all [ 6369.024530] ok 26 test_small_hole_dynamic_all # SKIP XFAIL uninit bytes: 3 [ 6369.024561] ok 27 test_big_hole_dynamic_all # SKIP XFAIL uninit bytes: 124 [ 6369.024590] ok 28 test_trailing_hole_dynamic_all # SKIP XFAIL uninit bytes: 7 [ 6369.024621] ok 29 test_packed_dynamic_all [ 6369.024649] ok 30 test_small_hole_runtime_partial # SKIP XFAIL uninit bytes: 23 [ 6369.024679] ok 31 test_big_hole_runtime_partial # SKIP XFAIL uninit bytes: 127 [ 6369.024708] ok 32 test_trailing_hole_runtime_partial # SKIP XFAIL uninit bytes: 24 [ 6369.024736] ok 33 test_packed_runtime_partial # SKIP XFAIL uninit bytes: 24 [ 6369.024766] ok 34 test_small_hole_runtime_all # SKIP XFAIL uninit bytes: 3 [ 6369.024796] ok 35 test_big_hole_runtime_all # SKIP XFAIL uninit bytes: 124 [ 6369.024825] ok 36 test_trailing_hole_runtime_all # SKIP XFAIL uninit bytes: 7 [ 6369.024854] ok 37 test_packed_runtime_all [ 6369.024879] ok 38 test_small_hole_assigned_static_partial [ 6369.024909] ok 39 test_big_hole_assigned_static_partial [ 6369.024941] ok 40 test_trailing_hole_assigned_static_partial [ 6369.024970] ok 41 test_packed_assigned_static_partial [ 6369.024998] ok 42 test_small_hole_assigned_static_all [ 6369.025029] ok 43 test_big_hole_assigned_static_all [ 6369.025060] ok 44 test_trailing_hole_assigned_static_all [ 6369.025089] ok 45 test_packed_assigned_static_all [ 6369.025125] ok 46 test_small_hole_assigned_dynamic_all # SKIP XFAIL uninit bytes: 3 [ 6369.025155] ok 47 test_big_hole_assigned_dynamic_all # SKIP XFAIL uninit bytes: 124 [ 6369.025185] ok 48 test_trailing_hole_assigned_dynamic_all # SKIP XFAIL uninit bytes: 7 [ 6369.025218] ok 49 test_packed_assigned_dynamic_all [ 6369.025244] ok 50 test_small_hole_assigned_copy # SKIP XFAIL uninit bytes: 3 [ 6369.025274] ok 51 test_big_hole_assigned_copy # SKIP XFAIL uninit bytes: 124 [ 6369.025304] ok 52 test_trailing_hole_assigned_copy # SKIP XFAIL uninit bytes: 7 [ 6369.025332] ok 53 test_packed_assigned_copy [ 6369.025359] ok 54 test_u8_none # SKIP XFAIL uninit bytes: 1 [ 6369.025392] ok 55 test_u16_none # SKIP XFAIL uninit bytes: 2 [ 6369.025421] ok 56 test_u32_none # SKIP XFAIL uninit bytes: 4 [ 6369.025449] ok 57 test_u64_none # SKIP XFAIL uninit bytes: 8 [ 6369.025476] ok 58 test_char_array_none # SKIP XFAIL uninit bytes: 16 [ 6369.025504] ok 59 test_switch_1_none # SKIP XFAIL uninit bytes: 80 [ 6369.025532] ok 60 test_switch_2_none # SKIP XFAIL uninit bytes: 80 [ 6369.025561] ok 61 test_small_hole_none # SKIP XFAIL uninit bytes: 24 [ 6369.025588] ok 62 test_big_hole_none # SKIP XFAIL uninit bytes: 128 [ 6369.025619] ok 63 test_trailing_hole_none # SKIP XFAIL uninit bytes: 32 [ 6369.025647] ok 64 test_packed_none # SKIP XFAIL uninit bytes: 32 [ 6369.025674] ok 65 test_user # SKIP XFAIL uninit bytes: 32 [ 6369.025676] # stackinit: pass:37 fail:0 skip:28 total:65 [ 6369.025678] # Totals: pass:37 fail:0 skip:28 total:65 [ 6369.025680] ok 36 stackinit [ 6369.040572] KTAP version 1 [ 6369.040576] # Subtest: sysctl_test [ 6369.040577] 1..10 [ 6369.040602] ok 1 sysctl_test_api_dointvec_null_tbl_data [ 6369.040615] ok 2 sysctl_test_api_dointvec_table_maxlen_unset [ 6369.040629] ok 3 sysctl_test_api_dointvec_table_len_is_zero [ 6369.040642] ok 4 sysctl_test_api_dointvec_table_read_but_position_set [ 6369.040655] ok 5 sysctl_test_dointvec_read_happy_single_positive [ 6369.040667] ok 6 sysctl_test_dointvec_read_happy_single_negative [ 6369.040678] ok 7 sysctl_test_dointvec_write_happy_single_positive [ 6369.040690] ok 8 sysctl_test_dointvec_write_happy_single_negative [ 6369.040703] ok 9 sysctl_test_api_dointvec_write_single_less_int_min [ 6369.040716] ok 10 sysctl_test_api_dointvec_write_single_greater_int_max [ 6369.040718] # sysctl_test: pass:10 fail:0 skip:0 total:10 [ 6369.040721] # Totals: pass:10 fail:0 skip:0 total:10 [ 6369.040723] ok 37 sysctl_test [ 6369.048567] KTAP version 1 [ 6369.048570] # Subtest: bits-test [ 6369.048571] 1..3 [ 6369.048610] ok 1 genmask_test [ 6369.048638] ok 2 genmask_ull_test [ 6369.048666] ok 3 genmask_input_check_test [ 6369.048668] # bits-test: pass:3 fail:0 skip:0 total:3 [ 6369.048671] # Totals: pass:3 fail:0 skip:0 total:3 [ 6369.048673] ok 38 bits-test [ 6369.075561] KTAP version 1 [ 6369.075566] # Subtest: hash [ 6369.075567] 1..2 [ 6369.080472] ok 1 test_string_or [ 6369.093372] ok 2 test_hash_or [ 6369.093376] # hash: pass:2 fail:0 skip:0 total:2 [ 6369.093379] # Totals: pass:2 fail:0 skip:0 total:2 [ 6369.093381] ok 39 hash [ 6369.113153] KTAP version 1 [ 6369.113159] # Subtest: kprobes_test [ 6369.113160] 1..6 [ 6369.149846] ok 1 test_kprobe [ 6369.199856] ok 2 test_kprobes [ 6369.259825] ok 3 test_kretprobe [ 6369.339825] ok 4 test_kretprobes [ 6369.399807] ok 5 test_stacktrace_on_kretprobe [ 6369.479816] ok 6 test_stacktrace_on_nested_kretprobe [ 6369.479831] # kprobes_test: pass:6 fail:0 skip:0 total:6 [ 6369.479835] # Totals: pass:6 fail:0 skip:0 total:6 [ 6369.479837] ok 40 kprobes_test [ 6369.492025] KTAP version 1 [ 6369.492028] # Subtest: linear-ranges-test [ 6369.492029] 1..4 [ 6369.492102] ok 1 range_test_get_value_amount [ 6369.492131] ok 2 range_test_get_selector_high [ 6369.492155] ok 3 range_test_get_selector_low [ 6369.492183] ok 4 range_test_get_value [ 6369.492185] # linear-ranges-test: pass:4 fail:0 skip:0 total:4 [ 6369.492188] # Totals: pass:4 fail:0 skip:0 total:4 [ 6369.492190] ok 41 linear-ranges-test [ 6369.509516] KTAP version 1 [ 6369.509518] # Subtest: lib_sort [ 6369.509519] 1..1 [ 6369.509716] ok 1 test_sort [ 6369.509718] ok 42 lib_sort [ 6369.516977] KTAP version 1 [ 6369.516980] # Subtest: time_test_cases [ 6369.516981] 1..1 [ 6371.045605] ok 1 time64_to_tm_test_date_range [ 6371.045619] ok 43 time_test_cases