aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/ktest/examples/include/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorNaveen Anandhan <mr.navi8680@gmail.com>2026-02-28 13:17:35 +0530
committerDavid S. Miller <davem@davemloft.net>2026-03-04 05:42:57 +0000
commitfbdfa8da05b6ae44114fc4f9b3e83e1736fd411c (patch)
tree7ce1bfa267b80c182f0b713ca4f8de8aa4595019 /tools/testing/ktest/examples/include/ssh:/git@git.zx2c4.com
parentnet/tcp-md5: Fix MAC comparison to be constant-time (diff)
selftests: tc-testing: fix list_categories() crash on list type
list_categories() builds a set directly from the 'category' field of each test case. Since 'category' is a list, set(map(...)) attempts to insert lists into a set, which raises: TypeError: unhashable type: 'list' Flatten category lists and collect unique category names using set.update() instead. Signed-off-by: Naveen Anandhan <mr.navi8680@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/ktest/examples/include/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions