From: Joe Perches <joe@perches.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
Subject: [v3.11-rc1 PATCH 0/5] printk: Initial restructuring
Date: Mon, 15 Jul 2013 14:51:30 -0700 [thread overview]
Message-ID: <cover.1373922863.git.joe@perches.com> (raw)
Back last year, I posted a largish restructuring of printk.
V1: https://lkml.org/lkml/2012/10/17/41
V2: https://lkml.org/lkml/2012/10/24/748
The idea was to break up this way too large a file into
something more manageable and readable.
This is another posting of just the first few patches of this
series rebased onto v3.11-rc1
If this is acceptable, I'll post 5 or so patches at a time
after/if each block of patches is applied.
Joe Perches (5):
printk: Move to separate directory for easier modification
printk: Add console_cmdline.h
printk: Move braille console support into separate braille.[ch] files
printk: Use pointer for console_cmdline indexing
printk: rename struct log to struct printk_log
drivers/accessibility/braille/braille_console.c | 9 +-
kernel/Makefile | 3 +-
kernel/printk/Makefile | 2 +
kernel/printk/braille.c | 48 ++++++
kernel/printk/braille.h | 48 ++++++
kernel/printk/console_cmdline.h | 14 ++
kernel/{ => printk}/printk.c | 185 +++++++++++-------------
7 files changed, 202 insertions(+), 107 deletions(-)
create mode 100644 kernel/printk/Makefile
create mode 100644 kernel/printk/braille.c
create mode 100644 kernel/printk/braille.h
create mode 100644 kernel/printk/console_cmdline.h
rename kernel/{ => printk}/printk.c (95%)
--
1.8.1.2.459.gbcd45b4.dirty
next reply other threads:[~2013-07-15 21:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-15 21:51 Joe Perches [this message]
2013-07-15 21:51 ` [v3.11-rc1 PATCH 1/5] printk: Move to separate directory for easier modification Joe Perches
2013-07-15 21:51 ` [v3.11-rc1 PATCH 2/5] printk: Add console_cmdline.h Joe Perches
2013-07-15 21:51 ` [v3.11-rc1 PATCH 3/5] printk: Move braille console support into separate braille.[ch] files Joe Perches
2013-07-20 14:48 ` Samuel Thibault
2013-07-15 21:51 ` [v3.11-rc1 PATCH 4/5] printk: Use pointer for console_cmdline indexing Joe Perches
2013-07-15 21:51 ` [v3.11-rc1 PATCH 5/5] printk: rename struct log to struct printk_log Joe Perches
2013-07-17 1:48 ` [v3.11-rc1 PATCH 0/5] printk: Initial restructuring Linus Torvalds
2013-07-17 1:56 ` Joe Perches
2013-07-17 22:31 ` Andrew Morton
2013-07-18 0:01 ` Joe Perches
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.1373922863.git.joe@perches.com \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--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