[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20151027101648.535ffdc7@xhacker>
Date: Tue, 27 Oct 2015 10:16:48 +0800
From: Jisheng Zhang <jszhang@...vell.com>
To: Daniel Lezcano <daniel.lezcano@...aro.org>
CC: <tglx@...utronix.de>, <baruch@...s.co.il>, <baohua@...nel.org>,
<srinivas.kandagatla@...il.com>, <maxime.coquelin@...com>,
<patrice.chotard@...com>, <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/7] clocksource: add missing notrace attribute
Dear Daniel,
On Mon, 26 Oct 2015 18:50:10 +0100
Daniel Lezcano <daniel.lezcano@...aro.org> wrote:
> On 10/20/2015 10:02 AM, Jisheng Zhang wrote:
> > Some clocksource drivers sched_clock implementation either miss notrace
> > attribute or call wasn't notrace function. This series try to fix them.
> >
> > Jisheng Zhang (7):
> > clocksource: arm_global_timer: fix ftrace
> > clocksource: samsung_pwm_timer: fix ftrace
> > clocksource: pistachio: fix ftrace
> > clocksource: prima2: fix ftrace
> > clocksource: vf_pit_timer: don't trace pit_read_sched_clock()
> > clocksource: digicolor: don't trace digicolor_timer_sched_read()
> > clocksource: fsl_ftm_timer: don't trace ftm_read_sched_clock
> >
> > drivers/clocksource/arm_global_timer.c | 9 +++++++--
> > drivers/clocksource/fsl_ftm_timer.c | 2 +-
> > drivers/clocksource/samsung_pwm_timer.c | 2 +-
> > drivers/clocksource/time-pistachio.c | 3 ++-
> > drivers/clocksource/timer-digicolor.c | 2 +-
> > drivers/clocksource/timer-prima2.c | 2 +-
> > drivers/clocksource/vf_pit_timer.c | 2 +-
> > 7 files changed, 14 insertions(+), 8 deletions(-)
>
> Hi Jisheng,
>
> I will apply this series as 4.3 fixes.
>
> In the future, could you fix the subject by:
>
> clocksource/drivers/<driver>: [first letter uppercase]...;
Got it. Will take care in the future.
Thanks a lot for kind reminding,
Jisheng
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists