From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Stage 1 of __cpuinit removal
Date: Tue, 2 Jul 2013 13:44:02 -0400 [thread overview]
Message-ID: <20130702174402.GA21817@windriver.com> (raw)
Linus,
Please pull the following to get stage one of the __cpuinit removal.
The two commits here 1) dummy out all the __cpuinit macros so that we no
longer generate such sections, and then 2) remove all the section
processing that we used to do for those sections.
This makes all the __cpuinit and friends no-ops, so that we can remove
the use cases of it at our leisure. Expect stage 2, which does the
tree wide removal sweep at the end of the merge window.
Note that you will get a conflict on vmlinux.lds -- from the final
__devinit removal change from Greg's device pull. It isn't complex,
but a resolved version of the file (and a __devinit removal aware
version of the modpost commit) is present in any linux-next tree from
the past week if a double check is desired.
Thanks,
Paul.
---
The following changes since commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d:
Linux 3.10-rc7 (2013-06-22 09:47:31 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git cpuinit-delete
for you to fetch changes up to e24f6628811e2d4531b443684b598f7050932012:
modpost: remove all traces of cpuinit/cpuexit sections (2013-06-26 12:17:06 -0400)
----------------------------------------------------------------
Paul Gortmaker (2):
init.h: remove __cpuinit sections from the kernel
modpost: remove all traces of cpuinit/cpuexit sections
include/asm-generic/vmlinux.lds.h | 12 ---------
include/linux/init.h | 19 +++++++-------
scripts/mod/modpost.c | 52 +++++++--------------------------------
3 files changed, 19 insertions(+), 65 deletions(-)
next reply other threads:[~2013-07-02 17:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-02 17:44 Paul Gortmaker [this message]
2013-07-07 18:07 ` [GIT PULL] Stage 1 of __cpuinit removal Linus Torvalds
2013-07-08 3:58 ` Paul Gortmaker
2013-07-15 14:57 ` [GIT PULL] Phase 2 " Paul Gortmaker
2013-07-18 5:24 ` Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130702174402.GA21817@windriver.com \
--to=paul.gortmaker@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).