public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] docs: Remove stale ISDN parameters
@ 2026-05-02 12:02 Costa Shulyupin
  2026-05-02 16:35 ` Randy Dunlap
  2026-05-03 14:37 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Costa Shulyupin @ 2026-05-02 12:02 UTC (permalink / raw)
  To: Jakub Kicinski, Jonathan Corbet, Shuah Khan, Randy Dunlap,
	linux-doc, linux-kernel
  Cc: Costa Shulyupin

The icn= and pcbit= parameters referenced drivers removed in
commit 02bbd9802da7 ("staging: i4l: delete the whole thing").

Remove the stale parameter entries and the now-unused ISDN tag
from the legend.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Assisted-by: Claude:claude-opus-4-6
---
v2: Remove pcbit= and ISDN too
    Address comments of Randy Dunlap
V1: Remove icn=

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index c13c354728bb..96c189e5f5bf 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -24,7 +24,6 @@
 	IP_PNP	IP DHCP, BOOTP, or RARP is enabled.
 	IPV6	IPv6 support is enabled.
 	ISAPNP	ISA PnP code is enabled.
-	ISDN	Appropriate ISDN support is enabled.
 	ISOL	CPU Isolation is enabled.
 	JOY	Appropriate joystick support is enabled.
 	KGDB	Kernel debugger support is enabled.
@@ -2245,9 +2244,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
@@ -5037,8 +5033,6 @@ Kernel parameters
 			the specified number of seconds.  This is to be used if
 			your oopses keep scrolling off the screen.
 
-	pcbit=		[HW,ISDN]
-
 	pci=option[,option...]	[PCI,EARLY] various PCI subsystem options.
 
 				Some options herein operate on a specific device
-- 
2.53.0


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

* Re: [PATCH v2] docs: Remove stale ISDN parameters
  2026-05-02 12:02 [PATCH v2] docs: Remove stale ISDN parameters Costa Shulyupin
@ 2026-05-02 16:35 ` Randy Dunlap
  2026-05-02 18:18   ` Costa Shulyupin
  2026-05-03 14:37 ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2026-05-02 16:35 UTC (permalink / raw)
  To: Costa Shulyupin, Jakub Kicinski, Jonathan Corbet, Shuah Khan,
	linux-doc, linux-kernel



On 5/2/26 5:02 AM, Costa Shulyupin wrote:
> The icn= and pcbit= parameters referenced drivers removed in
> commit 02bbd9802da7 ("staging: i4l: delete the whole thing").
> 
> Remove the stale parameter entries and the now-unused ISDN tag
> from the legend.
> 
> Suggested-by: Randy Dunlap <rdunlap@infradead.org>
> Assisted-by: Claude:claude-opus-4-6
> ---
> v2: Remove pcbit= and ISDN too
>     Address comments of Randy Dunlap
> V1: Remove icn=
> 
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---

Hi,
Your Signed-off-by: should be immediately after the
Assisted-by: line and before the first "---" line.

I'm curious: how and why did Claude assist you in this?

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

>  Documentation/admin-guide/kernel-parameters.txt | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index c13c354728bb..96c189e5f5bf 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -24,7 +24,6 @@
>  	IP_PNP	IP DHCP, BOOTP, or RARP is enabled.
>  	IPV6	IPv6 support is enabled.
>  	ISAPNP	ISA PnP code is enabled.
> -	ISDN	Appropriate ISDN support is enabled.
>  	ISOL	CPU Isolation is enabled.
>  	JOY	Appropriate joystick support is enabled.
>  	KGDB	Kernel debugger support is enabled.
> @@ -2245,9 +2244,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
> @@ -5037,8 +5033,6 @@ Kernel parameters
>  			the specified number of seconds.  This is to be used if
>  			your oopses keep scrolling off the screen.
>  
> -	pcbit=		[HW,ISDN]
> -
>  	pci=option[,option...]	[PCI,EARLY] various PCI subsystem options.
>  
>  				Some options herein operate on a specific device

-- 
~Randy

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

* Re: [PATCH v2] docs: Remove stale ISDN parameters
  2026-05-02 16:35 ` Randy Dunlap
@ 2026-05-02 18:18   ` Costa Shulyupin
  0 siblings, 0 replies; 4+ messages in thread
From: Costa Shulyupin @ 2026-05-02 18:18 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Jakub Kicinski, Jonathan Corbet, Shuah Khan, linux-doc,
	linux-kernel

On Sat, 2 May 2026 at 19:35, Randy Dunlap <rdunlap@infradead.org> wrote:
> I'm curious: how and why did Claude assist you in this?

I've asked Claude to find and fix outdated content in the documentation.

Thanks
Costa


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

* Re: [PATCH v2] docs: Remove stale ISDN parameters
  2026-05-02 12:02 [PATCH v2] docs: Remove stale ISDN parameters Costa Shulyupin
  2026-05-02 16:35 ` Randy Dunlap
@ 2026-05-03 14:37 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2026-05-03 14:37 UTC (permalink / raw)
  To: Costa Shulyupin, Jakub Kicinski, Shuah Khan, Randy Dunlap,
	linux-doc, linux-kernel
  Cc: Costa Shulyupin

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

> The icn= and pcbit= parameters referenced drivers removed in
> commit 02bbd9802da7 ("staging: i4l: delete the whole thing").
>
> Remove the stale parameter entries and the now-unused ISDN tag
> from the legend.
>
> Suggested-by: Randy Dunlap <rdunlap@infradead.org>
> Assisted-by: Claude:claude-opus-4-6
> ---
> v2: Remove pcbit= and ISDN too
>     Address comments of Randy Dunlap
> V1: Remove icn=
>
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---

This arrangement caused your signoff to be stripped out on application.
I've put it back, but please follow the normal patch format in the
future.

Thanks,

jon

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

end of thread, other threads:[~2026-05-03 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-02 12:02 [PATCH v2] docs: Remove stale ISDN parameters Costa Shulyupin
2026-05-02 16:35 ` Randy Dunlap
2026-05-02 18:18   ` Costa Shulyupin
2026-05-03 14: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