From: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
To: tzanussi@gmail.com
Cc: penberg@cs.helsinki.fi, akpm@linux-foundation.org,
torvalds@linux-foundation.org, compudj@krystal.dyndns.org,
vegard.nossum@gmail.com, linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] Relay buffer-only channels and its prereqs (resubmit 2)
Date: Mon, 23 Jun 2008 15:30:22 +0300 [thread overview]
Message-ID: <20080623153022.03463499@linux360.ro> (raw)
[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]
Hello everybody,
The changes since last submission are:
- Removed the git unignore stuff as it has been already merged.
- Fully converted all users to the new early_initcall() interface.
- Fixed patch 3 so that it works without locking the per-CPU buffer.
- Modified patch 3 as Pekka Enberg suggested.
Vegard Nossum expressed his interest in the first patch. However, he
suggested naming these initcalls 'pre-SMP' rather than 'early' ('early'
as in CPU hotplug docs and as they are now), suggesting the name should
reflect usage. Please pitch in and comment about this.
Also, please review and comment/(n)ack/ask on/about these patches.
Eduard - Gabriel Munteanu (3):
Better interface for hooking early initcalls.
Full conversion to early_initcall() interface, remove old interface.
relay: Add buffer-only channels; useful for early logging.
Documentation/filesystems/relay.txt | 11 +++
include/asm-generic/vmlinux.lds.h | 2 +
include/linux/init.h | 7 ++
include/linux/relay.h | 5 +
include/linux/sched.h | 9 --
init/main.c | 21 +----
kernel/relay.c | 170 +++++++++++++++++++++++++++++------
kernel/sched.c | 6 +-
kernel/softirq.c | 4 +-
kernel/softlockup.c | 27 +++++-
10 files changed, 203 insertions(+), 59 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
reply other threads:[~2008-06-23 12:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080623153022.03463499@linux360.ro \
--to=eduard.munteanu@linux360.ro \
--cc=akpm@linux-foundation.org \
--cc=compudj@krystal.dyndns.org \
--cc=linux-kernel@vger.kernel.org \
--cc=penberg@cs.helsinki.fi \
--cc=torvalds@linux-foundation.org \
--cc=tzanussi@gmail.com \
--cc=vegard.nossum@gmail.com \
/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