Merge branch 'vsock-test-improve-transport_uaf-test'
authorJakub Kicinski <kuba@kernel.org>
Tue, 17 Jun 2025 21:50:37 +0000 (14:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 17 Jun 2025 21:50:37 +0000 (14:50 -0700)
commitd74520f39cdbb24bd626410fd06f6c37d9a94fc9
treebdb9c8931fd0e08b3f7cdfe2c5418e4bcfef30a4
parent0f0decc777d7ed4d7ba316a5f92495e38c6fc6b1
parent0cb6db139f39c300ea2c45647dbd4796335e78ec
Merge branch 'vsock-test-improve-transport_uaf-test'

Michal Luczaj says:

====================
vsock/test: Improve transport_uaf test

Increase the coverage of a test implemented in commit 301a62dfb0d0
("vsock/test: Add test for UAF due to socket unbinding"). Take this
opportunity to factor out some utility code, drop a redundant sync between
client and server, and introduce a /proc/kallsyms harvesting logic for
auto-detecting registered vsock transports.

v2: https://lore.kernel.org/20250528-vsock-test-inc-cov-v2-0-8f655b40d57c@rbox.co
v1: https://lore.kernel.org/20250523-vsock-test-inc-cov-v1-1-fa3507941bbd@rbox.co
====================

Link: https://patch.msgid.link/20250611-vsock-test-inc-cov-v3-0-5834060d9c20@rbox.co
Signed-off-by: Jakub Kicinski <kuba@kernel.org>