Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: sysctl: Remove obsolete sg-big-buff entry
@ 2026-09-05  1:09 Karl Mehltretter
  2026-09-05  2:45 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Karl Mehltretter @ 2026-09-05  1:09 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Karl Mehltretter, Shuah Khan, Randy Dunlap, Yang Erkun,
	Bart Van Assche, Martin K. Petersen, linux-doc, linux-kernel

The sg-big-buff sysctl no longer exists. The documented SG_BIG_BUFF
macro is only a compatibility alias and changing it does not alter the
driver default.

Fixes: 50209dec14f8 ("scsi: sg: Remove deprecated sg-big-buff")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 Documentation/admin-guide/sysctl/kernel.rst | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index b6328cd0f43e9..d9e9b12136eb2 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -1334,19 +1334,6 @@ seccomp
 See Documentation/userspace-api/seccomp_filter.rst.
 
 
-sg-big-buff
-===========
-
-This file shows the size of the generic SCSI (sg) buffer.
-You can't tune it just yet, but you could change it on
-compile time by editing ``include/scsi/sg.h`` and changing
-the value of ``SG_BIG_BUFF``.
-
-There shouldn't be any reason to change this value. If
-you can come up with one, you probably know what you
-are doing anyway :)
-
-
 shmall
 ======
 
-- 
2.53.0


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

* Re: [PATCH] docs: sysctl: Remove obsolete sg-big-buff entry
  2026-09-05  1:09 [PATCH] docs: sysctl: Remove obsolete sg-big-buff entry Karl Mehltretter
@ 2026-09-05  2:45 ` Randy Dunlap
  2026-09-05  9:01 ` Bradley Morgan
  2026-09-07 16:37 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-09-05  2:45 UTC (permalink / raw)
  To: Karl Mehltretter, Jonathan Corbet
  Cc: Shuah Khan, Yang Erkun, Bart Van Assche, Martin K. Petersen,
	linux-doc, linux-kernel



On 9/4/26 6:09 PM, Karl Mehltretter wrote:
> The sg-big-buff sysctl no longer exists. The documented SG_BIG_BUFF
> macro is only a compatibility alias and changing it does not alter the
> driver default.
> 
> Fixes: 50209dec14f8 ("scsi: sg: Remove deprecated sg-big-buff")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

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

> ---
>  Documentation/admin-guide/sysctl/kernel.rst | 13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
> index b6328cd0f43e9..d9e9b12136eb2 100644
> --- a/Documentation/admin-guide/sysctl/kernel.rst
> +++ b/Documentation/admin-guide/sysctl/kernel.rst
> @@ -1334,19 +1334,6 @@ seccomp
>  See Documentation/userspace-api/seccomp_filter.rst.
>  
>  
> -sg-big-buff
> -===========
> -
> -This file shows the size of the generic SCSI (sg) buffer.
> -You can't tune it just yet, but you could change it on
> -compile time by editing ``include/scsi/sg.h`` and changing
> -the value of ``SG_BIG_BUFF``.
> -
> -There shouldn't be any reason to change this value. If
> -you can come up with one, you probably know what you
> -are doing anyway :)
> -
> -
>  shmall
>  ======
>  

-- 
~Randy

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

* Re: [PATCH] docs: sysctl: Remove obsolete sg-big-buff entry
  2026-09-05  1:09 [PATCH] docs: sysctl: Remove obsolete sg-big-buff entry Karl Mehltretter
  2026-09-05  2:45 ` Randy Dunlap
@ 2026-09-05  9:01 ` Bradley Morgan
  2026-09-07 16:37 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Bradley Morgan @ 2026-09-05  9:01 UTC (permalink / raw)
  To: kmehltretter
  Cc: bvanassche, corbet, linux-doc, linux-kernel, martin.petersen,
	rdunlap, skhan, yangerkun

On 5 September 2026 02:09:52 BST, Karl Mehltretter <kmehltretter@gmail.com>
wrote:
>The sg-big-buff sysctl no longer exists. The documented SG_BIG_BUFF
>macro is only a compatibility alias and changing it does not alter the
>driver default.
>
>Fixes: 50209dec14f8 ("scsi: sg: Remove deprecated sg-big-buff")
>Assisted-by: LLM

Reviewed-by: Bradley Morgan <brads@mainlining.org>


>Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
>---
> Documentation/admin-guide/sysctl/kernel.rst | 13 -------------
> 1 file changed, 13 deletions(-)
>
>diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
>index b6328cd0f43e9..d9e9b12136eb2 100644
>--- a/Documentation/admin-guide/sysctl/kernel.rst
>+++ b/Documentation/admin-guide/sysctl/kernel.rst
>@@ -1334,19 +1334,6 @@ seccomp
> See Documentation/userspace-api/seccomp_filter.rst.
> 
> 
>-sg-big-buff
>-===========
>-
>-This file shows the size of the generic SCSI (sg) buffer.
>-You can't tune it just yet, but you could change it on
>-compile time by editing ``include/scsi/sg.h`` and changing
>-the value of ``SG_BIG_BUFF``.
>-
>-There shouldn't be any reason to change this value. If
>-you can come up with one, you probably know what you
>-are doing anyway :)
>-
>-
> shmall
> ======
> 
>

--- Thanks!
https://lore.kernel.org/all/EE579805-42F2-4C58-B752-F28779EEB717@grrlz.net/

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

* Re: [PATCH] docs: sysctl: Remove obsolete sg-big-buff entry
  2026-09-05  1:09 [PATCH] docs: sysctl: Remove obsolete sg-big-buff entry Karl Mehltretter
  2026-09-05  2:45 ` Randy Dunlap
  2026-09-05  9:01 ` Bradley Morgan
@ 2026-09-07 16:37 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2026-09-07 16:37 UTC (permalink / raw)
  To: Karl Mehltretter
  Cc: Karl Mehltretter, Shuah Khan, Randy Dunlap, Yang Erkun,
	Bart Van Assche, Martin K. Petersen, linux-doc, linux-kernel

Karl Mehltretter <kmehltretter@gmail.com> writes:

> The sg-big-buff sysctl no longer exists. The documented SG_BIG_BUFF
> macro is only a compatibility alias and changing it does not alter the
> driver default.
>
> Fixes: 50209dec14f8 ("scsi: sg: Remove deprecated sg-big-buff")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
> ---
>  Documentation/admin-guide/sysctl/kernel.rst | 13 -------------
>  1 file changed, 13 deletions(-)
>
> diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
> index b6328cd0f43e9..d9e9b12136eb2 100644
> --- a/Documentation/admin-guide/sysctl/kernel.rst
> +++ b/Documentation/admin-guide/sysctl/kernel.rst
> @@ -1334,19 +1334,6 @@ seccomp
>  See Documentation/userspace-api/seccomp_filter.rst.
>  
>  
> -sg-big-buff
> -===========
> -
> -This file shows the size of the generic SCSI (sg) buffer.
> -You can't tune it just yet, but you could change it on
> -compile time by editing ``include/scsi/sg.h`` and changing
> -the value of ``SG_BIG_BUFF``.
> -
> -There shouldn't be any reason to change this value. If
> -you can come up with one, you probably know what you
> -are doing anyway :)
> -

Applied, thanks.

jon

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

end of thread, other threads:[~2026-09-07 16:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05  1:09 [PATCH] docs: sysctl: Remove obsolete sg-big-buff entry Karl Mehltretter
2026-09-05  2:45 ` Randy Dunlap
2026-09-05  9:01 ` Bradley Morgan
2026-09-07 16: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