Messages in this thread |  | | From | "Yury Norov (NVIDIA)" <> | | Subject | [PATCH 0/3] Unload linux/kernel.h | | Date | Sat, 29 Nov 2025 14:52:59 -0500 |
| |
kernel.h hosts declarations that can be placed better.
Yury Norov (NVIDIA) (3): kernel.h: drop STACK_MAGIC macro kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h tracing: move tracing declarations from kernel.h to a dedicated header
MAINTAINERS | 1 + drivers/gpu/drm/i915/i915_utils.h | 2 + include/linux/kernel.h | 209 +----------------------------- include/linux/moduleparam.h | 2 +- include/linux/sysfs.h | 13 ++ include/linux/tracing.h | 203 +++++++++++++++++++++++++++++ 6 files changed, 221 insertions(+), 209 deletions(-) create mode 100644 include/linux/tracing.h
-- 2.43.0
|  |