+ mm-execmem-fix-fallback_end-description-in-kernel-doc.patch added to mm-unstable branch
Andrew Morton <[email protected]>
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The patch titled
Subject: mm/execmem: fix fallback_end description in kernel-doc
has been added to the -mm mm-unstable branch. Its filename is
mm-execmem-fix-fallback_end-description-in-kernel-doc.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-execmem-fix-fallback_end-description-in-kernel-doc.patch
This patch will later appear in the mm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via various
branches at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there most days
------------------------------------------------------
From: Henry Elderman <[email protected]>
Subject: mm/execmem: fix fallback_end description in kernel-doc
Date: Fri, 7 Aug 2026 11:19:58 +0200
The kernel-doc for struct execmem_range incorrectly describes @fallback_end
as "start". Correct it to "end".
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Henry Elderman <[email protected]>
Cc: Mike Rapoport <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
include/linux/execmem.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/execmem.h~mm-execmem-fix-fallback_end-description-in-kernel-doc
+++ a/include/linux/execmem.h
@@ -89,7 +89,7 @@ static inline int execmem_restore_rox(vo
* @end: address space end (inclusive)
* @fallback_start: start of the secondary address space range for fallback
* allocations on architectures that require it
- * @fallback_end: start of the secondary address space (inclusive)
+ * @fallback_end: end of the secondary address space (inclusive)
* @pgprot: permissions for memory in this address space
* @alignment: alignment required for text allocations
* @flags: options for memory allocations for this range
_
Patches currently in -mm which might be from [email protected] are
mm-execmem-fix-fallback_end-description-in-kernel-doc.patch