aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c
diff options
context:
space:
mode:
authorJoanne Koong <[email protected]>2022-08-22 18:10:23 +0000
committerJakub Kicinski <[email protected]>2022-08-25 02:30:09 +0000
commit1be9ac87a75a4fc0e2cc254e412d2d67a58a7191 (patch)
tree73ff51aa3bc284c611e346b14f4ebe8b90f251b8 /net/bluetooth/hci_request.c
parentselftests/net: Add test for timing a bind request to a port with a populated ... (diff)
downloadkernel-1be9ac87a75a4fc0e2cc254e412d2d67a58a7191.tar.gz
kernel-1be9ac87a75a4fc0e2cc254e412d2d67a58a7191.zip
selftests/net: Add sk_bind_sendto_listen and sk_connect_zero_addr
This patch adds 2 new tests: sk_bind_sendto_listen and sk_connect_zero_addr. The sk_bind_sendto_listen test exercises the path where a socket's rcv saddr changes after it has been added to the binding tables, and then a listen() on the socket is invoked. The listen() should succeed. The sk_bind_sendto_listen test is copied over from one of syzbot's tests: https://syzkaller.appspot.com/x/repro.c?x=1673a38df00000 The sk_connect_zero_addr test exercises the path where the socket was never previously added to the binding tables and it gets assigned a saddr upon a connect() to address 0. Signed-off-by: Joanne Koong <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/bluetooth/hci_request.c')
0 files changed, 0 insertions, 0 deletions