mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
The new test case creates two SCCs so that each of them has multiple scc_index. Without patch, GC cannot free the sockets and the test fails. # RUN scm_rights.dgram.mixed_lowpoints ... # scm_rights.c:176:mixed_lowpoints:Expected 0 (0) == ret (12) # mixed_lowpoints: Test terminated by assertion # FAIL scm_rights.dgram.mixed_lowpoints not ok 5 scm_rights.dgram.mixed_lowpoints ... # FAILED: 45 / 50 tests passed. # Totals: pass:45 fail:5 xfail:0 xpass:0 skip:0 error:0 With the patch, all tests pass. # PASSED: 50 / 50 tests passed. # Totals: pass:50 fail:0 xfail:0 xpass:0 skip:0 error:0 Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20260912030852.1467872-3-kuniyu@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| config | ||
| diag_uid.c | ||
| Makefile | ||
| msg_oob.c | ||
| scm_inq.c | ||
| scm_pidfd.c | ||
| scm_rights_denial_lsm.bpf.c | ||
| scm_rights_denial_lsm.c | ||
| scm_rights.c | ||
| so_peek_off.c | ||
| unix_connect.c | ||
| unix_connreset.c | ||
| unix_listen.c | ||