Linux Documentation
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@kernel.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, 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, 30 Jun 2026 07:42:51 +0200	[thread overview]
Message-ID: <3246b02a-cf54-4777-a238-207925a2dfcd@kernel.org> (raw)
In-Reply-To: <20260629152930.4c2131ed@kernel.org>

On 30. 06. 26, 0:29, Jakub Kicinski wrote:
> On Mon, 29 Jun 2026 07:24:51 +0200 Jiri Slaby wrote:
>> And net-tools are broken by the uapi/linux/rose.h removal:
>>     rose.c:39:10: fatal error: linux/rose.h: No such file or directory
>> at:
>> https://github.com/ecki/net-tools/blob/2ab3c5efdb5c220bc9a649fded56c361136bff1a/lib/rose.c#L39
> 
> Looks like the code for rose is already well separated from the rest.
> Should we just ask net-tools to delete it? Or do you feel strongly
> about restoring the now-defunct header?

No strong opinion from me. net-tools are easy to fix.

The builds of LLVMs (versions 15 to 21 at least) are broken nonetheless. 
They are easy to fix as well -- by backporting the fix from main or 22. 
(15--21 are likely unmaintained upstream already, but still 
used/required widely).

$ osc whatdependson openSUSE:Factory llvm19 standard x86_64
llvm19 :
       MozillaThunderbird
       firefox-esr
       ghc
       gtkd
       ldc
       lfortran
       python-PyMuPDF
       redumper
       tilix
       zig0.14

$ osc whatdependson openSUSE:Factory llvm21 standard x86_64
llvm21 :
       OpenImageDenoise
       chromium
       embree
       ispc
       leechcraft
       python-PyMuPDF
       python314
       python314:base
       python314:doc
       python315
       python315:base
       python315:doc
       rpcs3
       rust-keylime
       zig0.16


thanks,
-- 
js
suse labs

      reply	other threads:[~2026-06-30  5:43 UTC|newest]

Thread overview: 17+ 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
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-04-23 14:11 ` Paolo Abeni
2026-04-23 14:17   ` Paolo Abeni
2026-06-27 19:04 ` Jiri Slaby
2026-06-29  5:24   ` Jiri Slaby
2026-06-29 22:29     ` Jakub Kicinski
2026-06-30  5:42       ` Jiri Slaby [this message]

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=3246b02a-cf54-4777-a238-207925a2dfcd@kernel.org \
    --to=jirislaby@kernel.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=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox