On Thu, 24 Nov 2016 22:06:59 +0100 "Rafael J. Wysocki" <[email protected]> wrote:
> On Wed, Nov 23, 2016 at 8:01 PM, Jacob Pan > <[email protected]> wrote: > > Commit e1399ba20eee ("powercap / RAPL: handle missing MSRs") added > > contraint_to_pl() function to return index into an array. But it > > can potentially return -EINVAL if powercap layer sends an out of > > range constraint ID. This patch adds sanity check. > > > > Unnecessary RAPL domain pointer check is removed since it must be > > initialized before calling rapl_unit_xlate(). > > > > Reported-by: Odzioba, Lukasz <[email protected]> > > Reported-by: Koss, Marcin <[email protected]> > > Does this depend on the Thomas' series only? > yes, it is on top of Thomas' series. > Also, it looks like a Fixes: tag should be present here. > OK. will add that. > > > > Signed-off-by: Jacob Pan <[email protected]> > > Thanks, > Rafael [Jacob Pan]

