From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753560AbbJ0CVO (ORCPT ); Mon, 26 Oct 2015 22:21:14 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:4411 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752292AbbJ0CVM (ORCPT ); Mon, 26 Oct 2015 22:21:12 -0400 Date: Tue, 27 Oct 2015 10:16:48 +0800 From: Jisheng Zhang To: Daniel Lezcano CC: , , , , , , , Subject: Re: [PATCH 0/7] clocksource: add missing notrace attribute Message-ID: <20151027101648.535ffdc7@xhacker> In-Reply-To: <562E67D2.3020401@linaro.org> References: <1445328160-402-1-git-send-email-jszhang@marvell.com> <562E67D2.3020401@linaro.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-10-27_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1510270042 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Daniel, On Mon, 26 Oct 2015 18:50:10 +0100 Daniel Lezcano 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/: [first letter uppercase]...; Got it. Will take care in the future. Thanks a lot for kind reminding, Jisheng