]> git.ipfire.org Git - thirdparty/linux.git/commit
platform/x86/intel/pmt/telemetry: Move overlap check to post-decode hook
authorDavid E. Box <david.e.box@linux.intel.com>
Fri, 12 Jun 2026 21:01:44 +0000 (14:01 -0700)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Sun, 14 Jun 2026 23:12:56 +0000 (02:12 +0300)
commit521460e6699557f2aa0e4818110e082b76809e98
tree5212fc3161b50a2618ac98d525b7dda0a3f565f9
parentb3de79d932bdcee4b2b9c8f9a058516699cf1c50
platform/x86/intel/pmt/telemetry: Move overlap check to post-decode hook

Update the telemetry namespace to use the new PMT class pre/post decode
interface. The overlap check, which previously occurred during header
decode, is now performed in the post-decode hook once header fields are
populated. This preserves existing behavior while reusing the same header
decode logic across PMT drivers.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://patch.msgid.link/2f5e429a38e22eb45fcfaaca4e037fa395d4f199.1781294741.git.david.e.box@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/intel/pmt/class.h
drivers/platform/x86/intel/pmt/telemetry.c