* [PATCH v1] docs: Remove icn= ISDN parameter
@ 2026-05-01 18:26 Costa Shulyupin
2026-05-01 18:35 ` Dave Hansen
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Costa Shulyupin @ 2026-05-01 18:26 UTC (permalink / raw)
To: Jonathan Corbet, Shuah Khan, Andrew Morton, Borislav Petkov (AMD),
Randy Dunlap, Dave Hansen, Dapeng Mi, Kees Cook, Marco Elver,
Jakub Kicinski, Li RongQing, Eric Biggers, Paul E. McKenney,
linux-doc, linux-kernel
Cc: Costa Shulyupin
The ICN ISDN driver was removed in commit 02bbd9802da7
("staging: i4l: delete the whole thing"), but the icn= kernel
parameter documentation was left behind.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
Documentation/admin-guide/kernel-parameters.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 41c657cd362c..6e21d8638d77 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -2245,9 +2245,6 @@ Kernel parameters
syscalls, essentially overriding IA32_EMULATION_DEFAULT_DISABLED at
boot time. When false, unconditionally disables IA32 emulation.
- icn= [HW,ISDN]
- Format: <io>[,<membase>[,<icn_id>[,<icn_id2>]]]
-
idle= [X86,EARLY]
Format: idle=poll, idle=halt, idle=nomwait
--
2.53.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH v1] docs: Remove icn= ISDN parameter
2026-05-01 18:26 [PATCH v1] docs: Remove icn= ISDN parameter Costa Shulyupin
@ 2026-05-01 18:35 ` Dave Hansen
2026-05-01 20:34 ` Randy Dunlap
2026-05-02 2:05 ` Jakub Kicinski
2 siblings, 0 replies; 5+ messages in thread
From: Dave Hansen @ 2026-05-01 18:35 UTC (permalink / raw)
To: Costa Shulyupin, Jonathan Corbet, Shuah Khan, Andrew Morton,
Borislav Petkov (AMD), Randy Dunlap, Dave Hansen, Dapeng Mi,
Kees Cook, Marco Elver, Jakub Kicinski, Li RongQing, Eric Biggers,
Paul E. McKenney, linux-doc, linux-kernel
On 5/1/26 11:26, Costa Shulyupin wrote:
> The ICN ISDN driver was removed in commit 02bbd9802da7
> ("staging: i4l: delete the whole thing"), but the icn= kernel
> parameter documentation was left behind.
>
> Assisted-by: Claude:claude-opus-4-6
You might also want to ask Claude to help you with your cc list. ;)
https://claude.ai/share/ba8d193d-d20c-409f-9f77-5e582e6a06a7
get_maintainer.pl is useful, but not to be blindly trusted, please.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH v1] docs: Remove icn= ISDN parameter
2026-05-01 18:26 [PATCH v1] docs: Remove icn= ISDN parameter Costa Shulyupin
2026-05-01 18:35 ` Dave Hansen
@ 2026-05-01 20:34 ` Randy Dunlap
2026-05-02 2:05 ` Jakub Kicinski
2 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2026-05-01 20:34 UTC (permalink / raw)
To: Costa Shulyupin, Jonathan Corbet, Shuah Khan, Andrew Morton,
Borislav Petkov (AMD), Dave Hansen, Dapeng Mi, Kees Cook,
Marco Elver, Jakub Kicinski, Li RongQing, Eric Biggers,
Paul E. McKenney, linux-doc, linux-kernel
On 5/1/26 11:26 AM, Costa Shulyupin wrote:
> The ICN ISDN driver was removed in commit 02bbd9802da7
> ("staging: i4l: delete the whole thing"), but the icn= kernel
> parameter documentation was left behind.
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
> Documentation/admin-guide/kernel-parameters.txt | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 41c657cd362c..6e21d8638d77 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -2245,9 +2245,6 @@ Kernel parameters
> syscalls, essentially overriding IA32_EMULATION_DEFAULT_DISABLED at
> boot time. When false, unconditionally disables IA32 emulation.
>
> - icn= [HW,ISDN]
> - Format: <io>[,<membase>[,<icn_id>[,<icn_id2>]]]
> -
>
> idle= [X86,EARLY]
> Format: idle=poll, idle=halt, idle=nomwait
The pcbit (ISDN) driver has also been removed.
Would you also delete this line:
pcbit= [HW,ISDN]
--
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH v1] docs: Remove icn= ISDN parameter
2026-05-01 18:26 [PATCH v1] docs: Remove icn= ISDN parameter Costa Shulyupin
2026-05-01 18:35 ` Dave Hansen
2026-05-01 20:34 ` Randy Dunlap
@ 2026-05-02 2:05 ` Jakub Kicinski
2026-05-02 6:12 ` Jonathan Corbet
2 siblings, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2026-05-02 2:05 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Costa Shulyupin, Shuah Khan, Andrew Morton, Borislav Petkov (AMD),
Randy Dunlap, Dave Hansen, Dapeng Mi, Kees Cook, Marco Elver,
Li RongQing, Eric Biggers, Paul E. McKenney, linux-doc,
linux-kernel
On Fri, 1 May 2026 21:26:30 +0300 Costa Shulyupin wrote:
> The ICN ISDN driver was removed in commit 02bbd9802da7
> ("staging: i4l: delete the whole thing"), but the icn= kernel
> parameter documentation was left behind.
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Jon, since linux-doc got CCed I suppose it's most expedient for you to
take this? LMK if you prefer us to handle it via netdev.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH v1] docs: Remove icn= ISDN parameter
2026-05-02 2:05 ` Jakub Kicinski
@ 2026-05-02 6:12 ` Jonathan Corbet
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2026-05-02 6:12 UTC (permalink / raw)
To: Jakub Kicinski
Cc: Costa Shulyupin, Shuah Khan, Andrew Morton, Borislav Petkov (AMD),
Randy Dunlap, Dave Hansen, Dapeng Mi, Kees Cook, Marco Elver,
Li RongQing, Eric Biggers, Paul E. McKenney, linux-doc,
linux-kernel
Jakub Kicinski <kuba@kernel.org> writes:
> On Fri, 1 May 2026 21:26:30 +0300 Costa Shulyupin wrote:
>> The ICN ISDN driver was removed in commit 02bbd9802da7
>> ("staging: i4l: delete the whole thing"), but the icn= kernel
>> parameter documentation was left behind.
>>
>> Assisted-by: Claude:claude-opus-4-6
>> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
>
> Acked-by: Jakub Kicinski <kuba@kernel.org>
>
> Jon, since linux-doc got CCed I suppose it's most expedient for you to
> take this? LMK if you prefer us to handle it via netdev.
I'll pick it up, no worries.
Thanks,
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-02 6:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-01 18:26 [PATCH v1] docs: Remove icn= ISDN parameter Costa Shulyupin
2026-05-01 18:35 ` Dave Hansen
2026-05-01 20:34 ` Randy Dunlap
2026-05-02 2:05 ` Jakub Kicinski
2026-05-02 6:12 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox