]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86/intel: Fix pmt_crashlog array reference
authorDavid Arcari <darcari@redhat.com>
Thu, 26 May 2022 20:31:40 +0000 (16:31 -0400)
committerHans de Goede <hdegoede@redhat.com>
Fri, 10 Jun 2022 19:59:08 +0000 (21:59 +0200)
commit387ce9803948e0e32fe061c06d230277b5bdbc67
tree81ea64dbfa037bc2f54700345a62894a6004baa2
parent014a4054aa8a05a6fe8dbd79e839111157a90d72
platform/x86/intel: Fix pmt_crashlog array reference

The probe function pmt_crashlog_probe() may incorrectly reference
the 'priv->entry array' as it uses 'i' to reference the array instead
of 'priv->num_entries' as it should.  This is similar to the problem
that was addressed in pmt_telemetry_probe via commit 25fc5569a04d
("platform/x86/intel: Fix 'rmmod pmt_telemetry' panic").

Cc: "David E. Box" <david.e.box@linux.intel.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Mark Gross <markgross@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: David Arcari <darcari@redhat.com>
Reviewed-by: David E. Box <david.e.box@linux.intel.com>
Link: https://lore.kernel.org/r/20220526203140.339120-1-darcari@redhat.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel/pmt/crashlog.c