public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Fixup code that is fragile wrt init.h code moving to module.h
@ 2015-07-01  1:30 Paul Gortmaker
  0 siblings, 0 replies; only message in thread
From: Paul Gortmaker @ 2015-07-01  1:30 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, rusty

What started as a removal of no longer required include <linux/init.h>
due to the earlier __cpuinit and __devinit removal led to the observation
that some module specfic support was living in init.h itself, thus
preventing the full removal from introducing compile regressions.

This series of commits includes a few final fixups needed prior to the
relocation of the modular init code from <init.h> to <module.h>.
These are things that weren't easily categorized into any of the other
previous series categories already requested for pull.

That said, each fixup branch (including this one) is independent and
there are no ordering constraints.  Only the final code relocation
(which is NOT in this pull) at the top here:

  http://git.kernel.org/cgit/linux/kernel/git/paulg/linux.git/log/?h=init-v4.1-rc8

requires that all my cleanup branches be merged 1st.  This is what is
above, and what we used for linux-next testing; merge all the cleanups
_then_ apply the move.  All possible care has been taken to avoid
introducing any bisect build fails into our history with all of this
work, including how it gets integrated into mainline.

The final move commit can come in whatever way suits; from me against
v4.2-rc1, taken by you from the above; via Rusty's module tree post 4.2-rc1?

Original posting:
  https://lkml.kernel.org/r/1433276168-21550-1-git-send-email-paul.gortmaker@windriver.com

Thanks,
Paul.
---

The following changes since commit 0f57d86787d8b1076ea8f9cbdddda2a46d534a27:

  Linux 4.1-rc8 (2015-06-14 15:51:10 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git tags/module-misc-v4.1-rc8

for you to fetch changes up to 32e805e7c6a343894c95a3431973e8ddad4aa2cf:

  tile: add init.h to usb.c to avoid compile failure (2015-06-16 14:12:41 -0400)

----------------------------------------------------------------
Fixup various init.h misuses that are fragile wrt code moving to module.h

----------------------------------------------------------------
Paul Gortmaker (3):
      x86: replace __init_or_module with __init in non-modular vsmp_64.c
      arm: fix implicit #include <linux/init.h> in entry asm.
      tile: add init.h to usb.c to avoid compile failure

 arch/arm/kernel/entry-armv.S | 2 ++
 arch/tile/kernel/usb.c       | 1 +
 arch/x86/kernel/vsmp_64.c    | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

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

only message in thread, other threads:[~2015-07-01  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01  1:30 [GIT PULL] Fixup code that is fragile wrt init.h code moving to module.h Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox