All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
	corbet@lwn.net, skhan@linuxfoundation.org,
	federico.vaga@vaga.pv.it, carlos.bilbao@kernel.org,
	avadhut.naik@amd.com, alexs@kernel.org, si.yanteng@linux.dev,
	dzm91@hust.edu.cn, 2023002089@link.tyut.edu.cn,
	tsbogend@alpha.franken.de, dsahern@kernel.org,
	jani.nikula@intel.com, mchehab+huawei@kernel.org,
	gregkh@linuxfoundation.org, jirislaby@kernel.org, tytso@mit.edu,
	herbert@gondor.apana.org.au, ebiggers@kernel.org,
	johannes.berg@intel.com, geert@linux-m68k.org,
	pablo@netfilter.org, tglx@kernel.org, mashiro.chen@mailbox.org,
	mingo@kernel.org, dqfext@gmail.com, jreuter@yaina.de,
	sdf@fomichev.me, pkshih@realtek.com, enelsonmoore@gmail.com,
	mkl@pengutronix.de, toke@toke.dk, kees@kernel.org,
	crossd@gmail.com, jlayton@kernel.org, wangliang74@huawei.com,
	aha310510@gmail.com, takamitz@amazon.co.jp, kuniyu@google.com,
	linux-doc@vger.kernel.org, linux-mips@vger.kernel.org
Subject: Re: [PATCH net-deletions] net: remove ax25 and amateur radio (hamradio) subsystem
Date: Tue, 21 Apr 2026 06:55:07 -0700	[thread overview]
Message-ID: <20260421065507.2c5e3ba7@phoenix.local> (raw)
In-Reply-To: <20260421021824.1293976-1-kuba@kernel.org>

On Mon, 20 Apr 2026 19:18:23 -0700
Jakub Kicinski <kuba@kernel.org> wrote:

> Remove the amateur radio (AX.25, NET/ROM, ROSE) protocol implementation
> and all associated hamradio device drivers from the kernel tree.
> This set of protocols has long been a huge bug/syzbot magnet,
> and since nobody stepped up to help us deal with the influx
> of the AI-generated bug reports we need to move it out of tree
> to protect our sanity.
> 
> The code is moved to an out-of-tree repo:
> https://github.com/linux-netdev/mod-orphan
> if it's cleaned up and reworked there we can accept it back.


It would be good if these protocols could be done in userspace
or with BPF?

  parent reply	other threads:[~2026-04-21 13:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-21  2:18 [PATCH net-deletions] net: remove ax25 and amateur radio (hamradio) subsystem Jakub Kicinski
2026-04-21  6:04 ` Greg KH
2026-04-21 13:45 ` Stephen Hemminger
2026-04-21 13:55 ` Stephen Hemminger [this message]
2026-04-21 16:17   ` Dan Cross
2026-04-21 17:14     ` Stephen Hemminger
2026-04-21 17:47       ` Dan Cross
2026-04-22  1:56 ` Carlos Bilbao
2026-04-22 10:45 ` Simon Horman
2026-04-23  3:06   ` Kuniyuki Iwashima
2026-04-23  8:15 ` Toke Høiland-Jørgensen
2026-05-12 14:42   ` f6bvp
2026-05-12 14:45   ` f6bvp
2026-05-12 23:36     ` Jakub Kicinski
     [not found]       ` <CAFAa3YDcBsCnEJ1t+a3iHhzxW65HX+QNkZWPKHvDYp_V+UwZYQ@mail.gmail.com>
2026-05-16  1:14         ` Jakub Kicinski
2026-05-16 10:48           ` Bernard Pidoux
2026-05-16 10:55           ` Bernard Pidoux
2026-04-23 14:11 ` Paolo Abeni
2026-04-23 14:17   ` Paolo Abeni
  -- strict thread matches above, loose matches on Subject: below --
2026-05-16 11:33 Bernard Pidoux F6BVP

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260421065507.2c5e3ba7@phoenix.local \
    --to=stephen@networkplumber.org \
    --cc=2023002089@link.tyut.edu.cn \
    --cc=aha310510@gmail.com \
    --cc=alexs@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=avadhut.naik@amd.com \
    --cc=carlos.bilbao@kernel.org \
    --cc=corbet@lwn.net \
    --cc=crossd@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dqfext@gmail.com \
    --cc=dsahern@kernel.org \
    --cc=dzm91@hust.edu.cn \
    --cc=ebiggers@kernel.org \
    --cc=edumazet@google.com \
    --cc=enelsonmoore@gmail.com \
    --cc=federico.vaga@vaga.pv.it \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=horms@kernel.org \
    --cc=jani.nikula@intel.com \
    --cc=jirislaby@kernel.org \
    --cc=jlayton@kernel.org \
    --cc=johannes.berg@intel.com \
    --cc=jreuter@yaina.de \
    --cc=kees@kernel.org \
    --cc=kuba@kernel.org \
    --cc=kuniyu@google.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=mashiro.chen@mailbox.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=mingo@kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pablo@netfilter.org \
    --cc=pkshih@realtek.com \
    --cc=sdf@fomichev.me \
    --cc=si.yanteng@linux.dev \
    --cc=skhan@linuxfoundation.org \
    --cc=takamitz@amazon.co.jp \
    --cc=tglx@kernel.org \
    --cc=toke@toke.dk \
    --cc=tsbogend@alpha.franken.de \
    --cc=tytso@mit.edu \
    --cc=wangliang74@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.