]> 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)
commit0efdf50a9288bb349a78b623ebd7387bc53caec0
tree81ea64dbfa037bc2f54700345a62894a6004baa2
parent2a9b19f5f9f8a5ef7533ae8e0268d2538cb639f6
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 26d3527a1091
("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