Centos-kernel-stream-9/arch/um/os-Linux
Rafael Aquini 934ed90dec um: Fix the declaration of kasan_map_memory
JIRA: https://issues.redhat.com/browse/RHEL-84184

This patch is a backport of the following upstream commit:
commit 6a85e34c4d07d2ec0c153067baff338ac0db55ca
Author: Tiwei Bie <tiwei.btw@antgroup.com>
Date:   Tue Apr 23 20:58:55 2024 +0800

    um: Fix the declaration of kasan_map_memory

    Make it match its definition (size_t vs unsigned long). And declare
    it in a shared header to fix the -Wmissing-prototypes warning, as it
    is defined in the user code and called in the kernel code.

    Fixes: 5b301409e8bc ("UML: add support for KASAN under x86_64")
    Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
    Signed-off-by: Richard Weinberger <richard@nod.at>

Signed-off-by: Rafael Aquini <raquini@redhat.com>
2025-04-18 08:39:50 -04:00
..
drivers uml: Replace strlcpy with strscpy 2024-06-10 19:14:58 +02:00
skas um: make stub data pages size tweakable 2024-03-20 09:43:03 -04:00
Makefile kbuild: remove --include-dir MAKEFLAG from top Makefile 2024-03-20 09:42:57 -04:00
elf_aux.c ELF: fix all "Elf" typos 2023-06-21 16:22:19 +02:00
execvp.c
file.c
helper.c
irq.c
main.c
mem.c um: Fix the declaration of kasan_map_memory 2025-04-18 08:39:50 -04:00
process.c
registers.c
sigio.c
signal.c
start_up.c
time.c
tty.c
umid.c
user_syms.c
util.c