]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powercap/RAPL: prevent overridding bits outside of the mask
authorAdam Lessnau <adam.lessnau@intel.com>
Thu, 1 Jun 2017 09:21:50 +0000 (11:21 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Jun 2017 22:38:34 +0000 (00:38 +0200)
commitedbdabc62328ec0ac98d83ca384bf9fd5251ade6
treea689a149912e0efc6a87a1d83ec24cccf4a3bb68
parentc0bc126f97fb929b3ae02c1c62322645d70eb408
powercap/RAPL: prevent overridding bits outside of the mask

Fixes wrong bits shift operation in the rapl_write_data_raw function, which
might cause overridding bits outside of the mask.

For example, writing new TIME_WINDOW1 value can override POWER_LIMIT1.

Signed-off-by: Adam Lessnau <adam.lessnau@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/powercap/intel_rapl.c