mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 07:13:56 -04:00
Cross-merge networking fixes after downstream PR (net-6.18-rc7). No conflicts, adjacent changes: tools/testing/selftests/net/af_unix/Makefilee1bb28bf13("selftest: af_unix: Add test for SO_PEEK_OFF.")45a1cd8346("selftests: af_unix: Add tests for ECONNRESET and EOF semantics") Signed-off-by: Jakub Kicinski <kuba@kernel.org>
15 lines
241 B
Makefile
15 lines
241 B
Makefile
CFLAGS += $(KHDR_INCLUDES) -Wall -Wflex-array-member-not-at-end
|
|
|
|
TEST_GEN_PROGS := \
|
|
diag_uid \
|
|
msg_oob \
|
|
scm_inq \
|
|
scm_pidfd \
|
|
scm_rights \
|
|
so_peek_off \
|
|
unix_connect \
|
|
unix_connreset \
|
|
# end of TEST_GEN_PROGS
|
|
|
|
include ../../lib.mk
|