Re: [PATCH net] vsock: document namespace mode sysctls
From: Randy Dunlap
Date: Mon Feb 16 2026 - 15:22:22 EST
On 2/16/26 8:31 AM, Stefano Garzarella wrote:
> From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
>
> Add documentation for the vsock per-namespace sysctls (`ns_mode` and
> `child_ns_mode`) to Documentation/admin-guide/sysctl/net.rst.
> These sysctls were introduced by by commit eafb64f40ca4 ("vsock: add
> netns to vsock core").
>
> Document the two namespace modes (`global` and `local`), the
> inheritance behavior of `child_ns_mode`, and the restriction preventing
> local namespaces from setting `child_ns_mode` to `global`.
>
> Signed-off-by: Stefano Garzarella <sgarzare@xxxxxxxxxx>
> ---
> Documentation/admin-guide/sysctl/net.rst | 52 +++++++++++++++++++++++-
> 1 file changed, 50 insertions(+), 2 deletions(-)
Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.
--
~Randy