Re: [PATCH net v3] rds: filter RDS_INFO_* getsockopt by caller's netns
From: Maoyi Xie
Date: Wed May 13 2026 - 02:18:51 EST
Hi Allison,
Thanks for the v3 confirmation.
One small follow-up: kernel test robot reported -Wunused-but-set-global
for rds_sock_count, rds_tcp_tc_count, and rds6_tcp_tc_count after v3.
They became unused once v3 replaced the precheck with the per-ns
count. I plan to send v4 dropping these three globals (delete-only,
same files as v3) and carrying your Reviewed-by forward.
Best,
Maoyi