All of lore.kernel.org
 help / color / mirror / Atom feed
* + kernelh-include-a-note-to-discourage-people-from-including-it-in-headers.patch added to -mm tree
@ 2021-12-09 20:29 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-12-09 20:29 UTC (permalink / raw)
  To: andriy.shevchenko, mm-commits


The patch titled
     Subject: kernel.h: include a note to discourage people from including it in headers
has been added to the -mm tree.  Its filename is
     kernelh-include-a-note-to-discourage-people-from-including-it-in-headers.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/kernelh-include-a-note-to-discourage-people-from-including-it-in-headers.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/kernelh-include-a-note-to-discourage-people-from-including-it-in-headers.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: kernel.h: include a note to discourage people from including it in headers

Include a note at the top to discourage people from including it in
headers.

Link: https://lkml.kernel.org/r/20211209150803.4473-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/kernel.h |    9 +++++++++
 1 file changed, 9 insertions(+)

--- a/include/linux/kernel.h~kernelh-include-a-note-to-discourage-people-from-including-it-in-headers
+++ a/include/linux/kernel.h
@@ -1,4 +1,13 @@
 /* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * NOTE:
+ *
+ * This header has combined a lot of unrelated to each other stuff.
+ * The process of splitting its content is in progress while keeping
+ * backward compatibility. That's why it's highly recommended NOT to
+ * include this header inside another header file, especially under
+ * generic or architectural include/ directory.
+ */
 #ifndef _LINUX_KERNEL_H
 #define _LINUX_KERNEL_H
 
_

Patches currently in -mm which might be from andriy.shevchenko@linux.intel.com are

kernelh-include-a-note-to-discourage-people-from-including-it-in-headers.patch
list-introduce-list_is_head-helper-and-re-use-it-in-listh.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-09 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 20:29 + kernelh-include-a-note-to-discourage-people-from-including-it-in-headers.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.