From 101971298be2aa4706c8602bd81066a0f6f2ced5 Mon Sep 17 00:00:00 2001 From: Yunhui Cui Date: Wed, 14 Aug 2024 14:26:25 +0800 Subject: riscv: add a warning when physical memory address overflows The part of physical memory that exceeds the size of the linear mapping will be discarded. When the system starts up normally, a warning message will be printed to prevent confusion caused by the mismatch between the system memory and the actual physical memory. Signed-off-by: Yunhui Cui Reviewed-by: Alexandre Ghiti Tested-by: Alexandre Ghiti Link: https://lore.kernel.org/r/20240814062625.19794-1-cuiyunhui@bytedance.com Signed-off-by: Palmer Dabbelt --- scripts/selinux/genheaders/genheaders | Bin 0 -> 90112 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 scripts/selinux/genheaders/genheaders (limited to 'scripts/selinux') diff --git a/scripts/selinux/genheaders/genheaders b/scripts/selinux/genheaders/genheaders new file mode 100755 index 000000000000..3fc32a664a79 Binary files /dev/null and b/scripts/selinux/genheaders/genheaders differ -- cgit v1.2.3