Dennis Chen 97e46be01e platform/x86/intel/pmt/crashlog: Split init into pre-decode
JIRA: https://redhat.atlassian.net/browse/RHEL-241103

Upstream status: v7.2

commit b3de79d932bdcee4b2b9c8f9a058516699cf1c50
Author: David E. Box <david.e.box@linux.intel.com>
Date:   Fri Jun 12 14:01:43 2026 -0700

    platform/x86/intel/pmt/crashlog: Split init into pre-decode

    Refactor crashlog initialization to use the PMT namespace pre-decode hook:

      - Add pmt_crashlog_pre_decode() to parse type/version, select the
        crashlog_info, initialize the control mutex, and set entry->attr_grp.
      - Simplify pmt_crashlog_header_decode() to only read header fields from
        the discovery table.
      - Wire the namespace with .pmt_pre_decode = pmt_crashlog_pre_decode.

    This separates structural initialization from header parsing, aligning
    crashlog with the PMT class pre/post decode flow.

    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/ed8cda8456c97132cf2d2b4ff6a5cffb1ce3a666.1781294741.git.david.e.box@linux.intel.com
    Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

Signed-off-by: Dennis Chen <dechen@redhat.com>
2026-08-24 22:50:48 -04:00
2026-08-20 12:21:17 +00:00
2026-08-20 12:22:12 +00:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
S
Description
No description provided
Readme
2.8 GiB
Languages
C 97.6%
Assembly 1%
Shell 0.5%
Python 0.3%
Makefile 0.3%
Other 0.1%