[PATCH 0/3] Unload linux/kernel.h

Yury Norov (NVIDIA) posted 3 patches 2 days, 1 hour ago
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
[PATCH 0/3] Unload linux/kernel.h
Posted by Yury Norov (NVIDIA) 2 days, 1 hour ago
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