summaryrefslogtreecommitdiff
path: root/drivers/acpi/sleep.c
diff options
context:
space:
mode:
authorLenny Szubowicz <lszubowi@redhat.com>2019-05-02 16:00:52 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-05-28 19:30:27 +0200
commit32865e3e010f0ea81e518878e9a6b1492ff07281 (patch)
tree42526a695629017f564701f6ae322f17ab3c0f18 /drivers/acpi/sleep.c
parentcd6c84d8f0cdc911df435bb075ba22ce3c605b07 (diff)
ACPI / LPIT: Correct LPIT end address for lpit_process()
Correct the LPIT end address which is passed into lpit_process() and the end address limit test in lpit_process(). The LPI state descriptor subtables follow the fixed sized acpi_lpit_header up to the end of the LPIT. The last LPI state descriptor can end at exactly the end of the LPIT. Note that this is a fix to a latent problem. Although incorrect, the unpatched version works because the passed in end address is just slightly beyond the actual end of the LPIT and the size of the ACPI LPIT header is smaller than the size of the only currently defined LPI state descriptor, acpi_lpit_native. Signed-off-by: Lenny Szubowicz <lszubowi@redhat.com> Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/sleep.c')
0 files changed, 0 insertions, 0 deletions