linux-loongson/arch/s390/hypfs
Kees Cook c64d6be1a6 s390: Handle KCOV __init vs inline mismatches
When KCOV is enabled all functions get instrumented, unless
the __no_sanitize_coverage attribute is used. To prepare for
__no_sanitize_coverage being applied to __init functions, we have to
handle differences in how GCC's inline optimizations get resolved. For
s390 this exposed a place where the __init annotation was missing but
ended up being "accidentally correct". Fix this cases and force a couple
functions to be inline with __always_inline.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/20250717232519.2984886-7-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
2025-07-21 21:44:01 -07:00
..
hypfs_dbfs.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
hypfs_diag0c.c s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]() 2025-03-04 17:18:07 +01:00
hypfs_diag_fs.c fixes for bugs caught as part of tree-in-dcache work 2025-04-03 21:12:48 -07:00
hypfs_diag.c s390/hypfs_diag: Remove unused dentry variable 2024-08-29 22:56:33 +02:00
hypfs_diag.h s390: Handle KCOV __init vs inline mismatches 2025-07-21 21:44:01 -07:00
hypfs_sprp.c s390/hypfs_sprp: remove unneeded DMA zone allocation 2024-02-09 13:58:14 +01:00
hypfs_vm_fs.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_vm.c s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]() 2025-03-04 17:18:07 +01:00
hypfs_vm.h s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs.h s390: Handle KCOV __init vs inline mismatches 2025-07-21 21:44:01 -07:00
inode.c VFS: rename lookup_one_len family to lookup_noperm and remove permission check 2025-04-08 11:24:36 +02:00
Makefile s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00