[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1702112129260.3734@nanos>
Date: Sat, 11 Feb 2017 21:35:14 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Bhumika Goyal <bhumirks@...il.com>
cc: julia.lawall@...6.fr, linux-kernel@...r.kernel.org,
mark.rutland@....com, marc.zyngier@....com,
daniel.lezcano@...aro.org, linux-arm-kernel@...ts.infradead.org,
keescook@...omium.org
Subject: Re: [PATCH] clocksource: add __ro_after_init to cyclecounter
On Sun, 12 Feb 2017, Bhumika Goyal wrote:
Please be more careful with your subject line. The prefix for this is
definitely not 'clocksource'. git log would have told you the proper one:
clocksource/drivers/arm_arch_timer
'clocksource' is the general subsystem and used for system wide changes or
core changes, but not for a particular driver.
> The object cyclecounter of type cyclecounter is not getting modified
> after getting initialized by arch_counter_register. Apart from
> initialization in arch_counter_register it is also passed as an argument
> to the function timecounter_init but this argument is of type const.
> Therefore, add __ro_after_init to its declaration.
Other than that this is fine. I'll fix it up when applying.
Thanks,
tglx
Powered by blists - more mailing lists