Centos-kernel-stream-9/arch/um
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
..
configs mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED 2024-09-05 20:35:59 -04:00
drivers block: remove BLK_MQ_F_SHOULD_MERGE 2025-03-14 16:48:35 +08:00
include um: Fix the declaration of kasan_map_memory 2025-04-18 08:39:50 -04:00
kernel mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER 2024-12-09 12:24:17 -05:00
os-Linux um: Fix the declaration of kasan_map_memory 2025-04-18 08:39:50 -04:00
scripts
.gitignore
Kbuild
Kconfig hostfs: Fix ephemeral inodes 2025-02-07 17:06:36 -05:00
Kconfig.debug
Makefile um: Hard-code the result of 'uname -s' 2024-03-20 09:43:22 -04:00
Makefile-os-Linux
Makefile-skas