From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: <linux-kernel@vger.kernel.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Subject: [PATCH 0/2] ia64: make use of new extable.h header
Date: Tue, 16 Aug 2016 11:14:41 -0400 [thread overview]
Message-ID: <20160816151443.31082-1-paul.gortmaker@windriver.com> (raw)
We forked the exception table content out of module.h into a new
extable.h file[1]. We temporarily include extable.h into the module.h
itself. Now we work our way across the arch independent and arch
specific files needing just exception table content, and move them
off module.h and onto extable.h
Once that is done, we can remove the extable.h from module.h and in
doing it like this, we avoid introducing build failures into the git
history.
Here we move ia64 onto using the new header, and in doing so also
macro-ize something in uaccess.h to make it more consistent with
the rest of that file.
Paul.
[1] https://lkml.org/lkml/2016/7/24/224
--
Paul Gortmaker (2):
ia64: macro-ize ia64_done_with_exception in asm/uaccess.h
ia64: ensure exception table search users include extable.h
arch/ia64/include/asm/uaccess.h | 28 ++++++++++++++--------------
arch/ia64/kernel/kprobes.c | 2 +-
arch/ia64/kernel/traps.c | 3 ++-
arch/ia64/kernel/unaligned.c | 1 +
arch/ia64/mm/fault.c | 1 +
5 files changed, 19 insertions(+), 16 deletions(-)
--
2.8.4
next reply other threads:[~2016-08-16 15:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-16 15:14 Paul Gortmaker [this message]
2016-08-16 15:14 ` [PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h Paul Gortmaker
2016-08-17 17:15 ` Al Viro
2016-08-18 15:14 ` Paul Gortmaker
2016-08-16 15:14 ` [PATCH 2/2] ia64: ensure exception table search users include extable.h Paul Gortmaker
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=20160816151443.31082-1-paul.gortmaker@windriver.com \
--to=paul.gortmaker@windriver.com \
--cc=linux-kernel@vger.kernel.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