Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm/execmem: fix fallback_end description in kernel-doc
@ 2026-08-07  9:19 Henry Elderman
  2026-08-09  5:52 ` Mike Rapoport
  0 siblings, 1 reply; 2+ messages in thread
From: Henry Elderman @ 2026-08-07  9:19 UTC (permalink / raw)
  To: akpm, rppt; +Cc: linux-mm, linux-kernel, Henry Elderman

The kernel-doc for struct execmem_range incorrectly describes @fallback_end
as "start". Correct it to "end".

Signed-off-by: Henry Elderman <henry.elderman.edu+linux@gmail.com>
---
 include/linux/execmem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/execmem.h b/include/linux/execmem.h
index 7de229134..1bd34925d 100644
--- a/include/linux/execmem.h
+++ b/include/linux/execmem.h
@@ -89,7 +89,7 @@ static inline int execmem_restore_rox(void *ptr, size_t size) { return 0; }
  * @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
-- 
2.51.0



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

* Re: [PATCH] mm/execmem: fix fallback_end description in kernel-doc
  2026-08-07  9:19 [PATCH] mm/execmem: fix fallback_end description in kernel-doc Henry Elderman
@ 2026-08-09  5:52 ` Mike Rapoport
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Rapoport @ 2026-08-09  5:52 UTC (permalink / raw)
  To: Henry Elderman; +Cc: akpm, linux-mm, linux-kernel, Henry Elderman

On Fri, Aug 07, 2026 at 11:19:58AM +0200, Henry Elderman wrote:
> The kernel-doc for struct execmem_range incorrectly describes @fallback_end
> as "start". Correct it to "end".
> 
> Signed-off-by: Henry Elderman <henry.elderman.edu+linux@gmail.com>

Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org>

> ---
>  include/linux/execmem.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/execmem.h b/include/linux/execmem.h
> index 7de229134..1bd34925d 100644
> --- a/include/linux/execmem.h
> +++ b/include/linux/execmem.h
> @@ -89,7 +89,7 @@ static inline int execmem_restore_rox(void *ptr, size_t size) { return 0; }
>   * @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
> -- 
> 2.51.0
> 

-- 
Sincerely yours,
Mike.


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

end of thread, other threads:[~2026-08-09  5:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07  9:19 [PATCH] mm/execmem: fix fallback_end description in kernel-doc Henry Elderman
2026-08-09  5:52 ` Mike Rapoport

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox