From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org
Cc: Ingo Molnar <mingo@elte.hu>, Greg Kroah-Hartman <gregkh@suse.de>,
Andrew Morton <akpm@linux-foundation.org>,
Steven Rostedt <rostedt@goodmis.org>,
Peter Zijlstra <a.p.zijlstra@chello.nl>
Subject: [PATCH 0/3] kernel.h: move logging functions to separate file
Date: Thu, 10 Sep 2009 20:29:39 -0700 [thread overview]
Message-ID: <cover.1252639195.git.joe@perches.com> (raw)
kernel.h has gotten cluttered.
Unclutter it and make it kernel style compatible.
Joe Perches (3):
include/linux/logging.h: Separate logging functions out of kernel.h
include/linux/logging.h: Reduce data usage of printk_once
include/linux/kernel.h: neaten and group functions and definitions
include/linux/kernel.h | 754 ++++++++++++++++-------------------------------
include/linux/logging.h | 313 ++++++++++++++++++++
2 files changed, 573 insertions(+), 494 deletions(-)
create mode 100644 include/linux/logging.h
next reply other threads:[~2009-09-11 3:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-11 3:29 Joe Perches [this message]
2009-09-11 3:29 ` [PATCH 1/3] include/linux/logging.h: Separate logging functions out of kernel.h Joe Perches
2009-09-11 3:29 ` [PATCH 2/3] include/linux/logging.h: Reduce data usage of printk_once Joe Perches
2009-09-11 3:29 ` [PATCH 3/3] include/linux/kernel.h: neaten and group functions and definitions Joe Perches
2009-09-11 14:55 ` [PATCH 0/3] kernel.h: move logging functions to separate file Steven Rostedt
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=cover.1252639195.git.joe@perches.com \
--to=joe@perches.com \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.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).