* [PATCH] docs: kernel-hacking: fix typo
@ 2026-06-27 9:16 Manuel Ebner
2026-06-27 18:09 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Manuel Ebner @ 2026-06-27 9:16 UTC (permalink / raw)
To: Jonathan Corbet, Shuah Khan, open list:DOCUMENTATION, open list,
Randy Dunlap
Cc: Manuel Ebner
GP_KERNEL -> GFP_KERNEL
Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
Documentation/kernel-hacking/locking.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst
index c969c76ef7cb..9c6c76d3a723 100644
--- a/Documentation/kernel-hacking/locking.rst
+++ b/Documentation/kernel-hacking/locking.rst
@@ -1317,7 +1317,7 @@ from user context, and can sleep.
- put_user()
-- kmalloc(GP_KERNEL) <kmalloc>`
+- kmalloc(GFP_KERNEL) <kmalloc>`
- mutex_lock_interruptible() and
mutex_lock()
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] docs: kernel-hacking: fix typo
2026-06-27 9:16 [PATCH] docs: kernel-hacking: fix typo Manuel Ebner
@ 2026-06-27 18:09 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-06-27 18:09 UTC (permalink / raw)
To: Manuel Ebner, Jonathan Corbet, Shuah Khan,
open list:DOCUMENTATION, open list
Hi,
On 6/27/26 2:16 AM, Manuel Ebner wrote:
> GP_KERNEL -> GFP_KERNEL
>
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
> ---
> Documentation/kernel-hacking/locking.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst
> index c969c76ef7cb..9c6c76d3a723 100644
> --- a/Documentation/kernel-hacking/locking.rst
> +++ b/Documentation/kernel-hacking/locking.rst
> @@ -1317,7 +1317,7 @@ from user context, and can sleep.
>
> - put_user()
>
> -- kmalloc(GP_KERNEL) <kmalloc>`
> +- kmalloc(GFP_KERNEL) <kmalloc>`
Please drop the trailing ` mark.
I have no idea what it was meant to be, but it adds nothing
to the rendered HTML output.
(I also have no idea why the trailing <kmalloc> is there.)
But the GFP_KERNEL change is good.
>
> - mutex_lock_interruptible() and
> mutex_lock()
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-27 18:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-27 9:16 [PATCH] docs: kernel-hacking: fix typo Manuel Ebner
2026-06-27 18:09 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox