tools/testing/selftests/net/af_unix/test_unix_oob.c
deleted100644 → 0
+0
−438
Loading
mainline inclusion from mainline-v6.10-rc6 commit 7d139181a8912d8bf0ede4f38d37688449b9af23 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB6B61 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7d139181a8912d8bf0ede4f38d37688449b9af23 -------------------------------- test_unix_oob.c does not fully cover AF_UNIX's MSG_OOB functionality, thus there are discrepancies between TCP behaviour. Also, the test uses fork() to create message producer, and it's not easy to understand and add more test cases. Let's remove test_unix_oob.c and rewrite a new test. Signed-off-by:Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by:
Paolo Abeni <pabeni@redhat.com> Signed-off-by:
Jiangshan Yi <yijiangshan@kylinos.cn>