Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v1] docs: sysctl/net: Remove ax25, netrom, rose entries
@ 2026-05-15 18:01 Costa Shulyupin
  2026-05-15 18:25 ` Randy Dunlap
  2026-05-25 20:37 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Costa Shulyupin @ 2026-05-15 18:01 UTC (permalink / raw)
  To: Jonathan Corbet, Shuah Khan, Randy Dunlap, linux-doc,
	linux-kernel
  Cc: Costa Shulyupin

These networking subsystems were removed in commit dd8d4bc28ad7
("net: remove ax25 and amateur radio (hamradio) subsystem"),
but the sysctl directory table still listed them.

Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
 Documentation/admin-guide/sysctl/net.rst | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/Documentation/admin-guide/sysctl/net.rst b/Documentation/admin-guide/sysctl/net.rst
index 0724a793798f..3db464e006a3 100644
--- a/Documentation/admin-guide/sysctl/net.rst
+++ b/Documentation/admin-guide/sysctl/net.rst
@@ -36,12 +36,11 @@ Table : Subdirectories in /proc/sys/net
  ========= =================== = ========== ===================
  802       E802 protocol         mptcp      Multipath TCP
  appletalk Appletalk protocol    netfilter  Network Filter
- ax25      AX25                  netrom     NET/ROM
- bridge    Bridging              rose       X.25 PLP layer
- core      General parameter     tipc       TIPC
- ethernet  Ethernet protocol     unix       Unix domain sockets
- ipv4      IP version 4          vsock      VSOCK sockets
- ipv6      IP version 6          x25        X.25 protocol
+ bridge    Bridging              tipc       TIPC
+ core      General parameter     unix       Unix domain sockets
+ ethernet  Ethernet protocol     vsock      VSOCK sockets
+ ipv4      IP version 4          x25        X.25 protocol
+ ipv6      IP version 6
  ========= =================== = ========== ===================
 
 1. /proc/sys/net/core - Network core options
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] docs: sysctl/net: Remove ax25, netrom, rose entries
  2026-05-15 18:01 [PATCH v1] docs: sysctl/net: Remove ax25, netrom, rose entries Costa Shulyupin
@ 2026-05-15 18:25 ` Randy Dunlap
  2026-05-25 20:37 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-05-15 18:25 UTC (permalink / raw)
  To: Costa Shulyupin, Jonathan Corbet, Shuah Khan, linux-doc,
	linux-kernel



On 5/15/26 11:01 AM, Costa Shulyupin wrote:
> These networking subsystems were removed in commit dd8d4bc28ad7
> ("net: remove ax25 and amateur radio (hamradio) subsystem"),
> but the sysctl directory table still listed them.
> 
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/admin-guide/sysctl/net.rst | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)
> 
> diff --git a/Documentation/admin-guide/sysctl/net.rst b/Documentation/admin-guide/sysctl/net.rst
> index 0724a793798f..3db464e006a3 100644
> --- a/Documentation/admin-guide/sysctl/net.rst
> +++ b/Documentation/admin-guide/sysctl/net.rst
> @@ -36,12 +36,11 @@ Table : Subdirectories in /proc/sys/net
>   ========= =================== = ========== ===================
>   802       E802 protocol         mptcp      Multipath TCP
>   appletalk Appletalk protocol    netfilter  Network Filter
> - ax25      AX25                  netrom     NET/ROM
> - bridge    Bridging              rose       X.25 PLP layer
> - core      General parameter     tipc       TIPC
> - ethernet  Ethernet protocol     unix       Unix domain sockets
> - ipv4      IP version 4          vsock      VSOCK sockets
> - ipv6      IP version 6          x25        X.25 protocol
> + bridge    Bridging              tipc       TIPC
> + core      General parameter     unix       Unix domain sockets
> + ethernet  Ethernet protocol     vsock      VSOCK sockets
> + ipv4      IP version 4          x25        X.25 protocol
> + ipv6      IP version 6
>   ========= =================== = ========== ===================
>  
>  1. /proc/sys/net/core - Network core options

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] docs: sysctl/net: Remove ax25, netrom, rose entries
  2026-05-15 18:01 [PATCH v1] docs: sysctl/net: Remove ax25, netrom, rose entries Costa Shulyupin
  2026-05-15 18:25 ` Randy Dunlap
@ 2026-05-25 20:37 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-05-25 20:37 UTC (permalink / raw)
  To: Costa Shulyupin, Shuah Khan, Randy Dunlap, linux-doc,
	linux-kernel
  Cc: Costa Shulyupin

Costa Shulyupin <costa.shul@redhat.com> writes:

> These networking subsystems were removed in commit dd8d4bc28ad7
> ("net: remove ax25 and amateur radio (hamradio) subsystem"),
> but the sysctl directory table still listed them.
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
>  Documentation/admin-guide/sysctl/net.rst | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-25 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15 18:01 [PATCH v1] docs: sysctl/net: Remove ax25, netrom, rose entries Costa Shulyupin
2026-05-15 18:25 ` Randy Dunlap
2026-05-25 20:37 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox