]> www.infradead.org Git - users/dwmw2/linux.git/commit
selftest: af_unix: Add Kconfig file.
authorKuniyuki Iwashima <kuniyu@amazon.com>
Fri, 21 Jun 2024 02:10:51 +0000 (19:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jun 2024 13:26:11 +0000 (14:26 +0100)
commit11b006d6896c0471ad29c6f1fb1af606e7ba278f
treed087e3d1d05745472f4fe07fdeff04bcbe873878
parent2490785ee778f7498afa0350aea5651a3472d0a7
selftest: af_unix: Add Kconfig file.

diag_uid selftest failed on NIPA where the received nlmsg_type is
NLMSG_ERROR [0] because CONFIG_UNIX_DIAG is not set [1] by default
and sock_diag_lock_handler() failed to load the module.

  # # Starting 2 tests from 2 test cases.
  # #  RUN           diag_uid.uid.1 ...
  # # diag_uid.c:159:1:Expected nlh->nlmsg_type (2) == SOCK_DIAG_BY_FAMILY (20)
  # # 1: Test terminated by assertion
  # #          FAIL  diag_uid.uid.1
  # not ok 1 diag_uid.uid.1

Let's add all AF_UNIX Kconfig to the config file under af_unix dir
so that NIPA consumes it.

Fixes: ac011361bd4f ("af_unix: Add test for sock_diag and UDIAG_SHOW_UID.")
Link: https://netdev-3.bots.linux.dev/vmksft-net/results/644841/104-diag-uid/stdout
Link: https://netdev-3.bots.linux.dev/vmksft-net/results/644841/config
Reported-by: Jakub Kicinski <kuba@kernel.org>
Closes: https://lore.kernel.org/netdev/20240617073033.0cbb829d@kernel.org/
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/af_unix/config [new file with mode: 0644]