From: Steven Rostedt <rostedt@goodmis.org>
To: Christoph Lameter <cl@linux.com>
Cc: Tejun Heo <tj@kernel.org>,
akpm@linuxfoundation.org, linux-arch@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [guv 04/16] core: Convert __get_cpu_var uses
Date: Mon, 26 Aug 2013 10:18:49 -0400 [thread overview]
Message-ID: <20130826141849.GA6276@home.goodmis.org> (raw)
In-Reply-To: <00000140ac8e2bdd-f0151a00-88ca-4d0b-adbc-007c514b6856-000000@email.amazonses.com>
As Tejun said, each commit needs its own change log. Never expect a
change lgo from another commit to be read for changes in this commit.
> Index: linux/kernel/events/callchain.c
> Index: linux/kernel/events/core.c
> Index: linux/kernel/printk/printk.c
> Index: linux/kernel/rcutree.c
> Index: linux/kernel/sched/cputime.c
> Index: linux/kernel/sched/fair.c
> Index: linux/kernel/sched/rt.c
> Index: linux/kernel/time/tick-sched.c
> Index: linux/net/ipv4/syncookies.c
> Index: linux/net/ipv6/syncookies.c
> Index: linux/block/blk-iopoll.c
> Index: linux/block/blk-softirq.c
> Index: linux/fs/fscache/object.c
> Index: linux/include/linux/kernel_stat.h
> Index: linux/include/linux/kprobes.h
> Index: linux/include/linux/percpu.h
> Index: linux/include/net/netfilter/nf_conntrack.h
> Index: linux/kernel/hrtimer.c
> Index: linux/kernel/irq_work.c
> Index: linux/kernel/rcutree_plugin.h
> Index: linux/kernel/sched/clock.c
> Index: linux/kernel/sched/sched.h
> Index: linux/kernel/smp.c
> Index: linux/kernel/softirq.c
> Index: linux/kernel/time/tick-common.c
> Index: linux/kernel/time/tick-oneshot.c
> Index: linux/kernel/trace/ftrace.c
> Index: linux/kernel/user-return-notifier.c
> Index: linux/kernel/watchdog.c
> Index: linux/lib/radix-tree.c
> Index: linux/mm/memcontrol.c
> Index: linux/mm/memory-failure.c
> Index: linux/mm/page-writeback.c
> Index: linux/mm/swap.c
> Index: linux/mm/vmalloc.c
> Index: linux/mm/vmstat.c
> Index: linux/net/core/dev.c
> Index: linux/net/core/drop_monitor.c
> Index: linux/net/core/skbuff.c
> Index: linux/net/ipv4/tcp_output.c
> Index: linux/net/rds/ib_rdma.c
> Index: linux/kernel/timer.c
> Index: linux/kernel/trace/trace.c
This patch needs to be broken up per subsystem. Or are you just looking
for acks from all the maintainers here and you'll pull it in. If that's
the case, you should have Cc'd each of the maintainers of the files that
this touches.
-- Steve
next prev parent reply other threads:[~2013-08-26 14:18 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20130823190135.726207430@linux.com>
2013-08-23 19:01 ` [guv 01/16] x86: Use this_cpu_inc/dec for debug registers Christoph Lameter
2013-08-23 19:01 ` [guv 02/16] percpu: Make __verify_pcu_ptr handle per cpu pointers to arrays Christoph Lameter
2013-08-23 19:01 ` Christoph Lameter
2013-08-23 20:09 ` Tejun Heo
2013-08-23 19:02 ` [guv 04/16] core: Convert __get_cpu_var uses Christoph Lameter
2013-08-26 14:18 ` Steven Rostedt [this message]
2013-08-26 15:20 ` Christoph Lameter
2013-08-26 15:31 ` Steven Rostedt
2013-08-26 15:31 ` Steven Rostedt
2013-08-23 19:02 ` [guv 11/16] powerpc: __get_cpu_var conversion Christoph Lameter
2013-08-23 19:02 ` [guv 12/16] sparc: " Christoph Lameter
2013-08-27 20:04 ` David Miller
2013-08-23 19:02 ` [guv 05/16] drivers: Convert __get_cpu_var uses Christoph Lameter
2013-08-23 19:02 ` [guv 03/16] Coccinelle script for __get_cpu_var conversion Christoph Lameter
2013-08-23 19:02 ` Christoph Lameter
2013-08-23 19:02 ` [guv 16/16] Remove __get_cpu_var and __raw_get_cpu_var macros Christoph Lameter
2013-08-23 19:02 ` Christoph Lameter
2013-08-23 19:02 ` [guv 15/16] misc arches __get_cpu_var conversion Christoph Lameter
2013-08-23 19:02 ` Christoph Lameter
2013-08-23 19:02 ` [guv 09/16] s390: " Christoph Lameter
2013-08-23 19:02 ` [guv 07/16] x86: Convert __get_cpu_var uses Christoph Lameter
2013-08-23 19:02 ` [guv 13/16] arm: __get_cpu_var conversion Christoph Lameter
2013-08-23 19:02 ` Christoph Lameter
2013-08-23 19:02 ` [guv 08/16] mips: " Christoph Lameter
2013-08-23 19:02 ` Christoph Lameter
2013-08-23 19:02 ` [guv 14/16] tile: " Christoph Lameter
2013-08-23 19:02 ` Christoph Lameter
2013-08-23 19:02 ` [guv 06/16] staging: Convert __get_cpu_var uses Christoph Lameter
2013-08-23 19:02 ` [guv 10/16] ia64: __get_cpu_var conversion Christoph Lameter
2013-08-23 19:02 ` Christoph Lameter
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=20130826141849.GA6276@home.goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linuxfoundation.org \
--cc=cl@linux.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tj@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;
as well as URLs for NNTP newsgroup(s).