Skip to content

fix: IOMMU data written to clocksource file instead of IOMMU file #27

Description

@k-rister

Bug Report

IOMMU data written to wrong output file

packrat lines 320-322: The IOMMU data collection loop was copy-pasted from the clocksource section but the output variable was never updated. IOMMU data is written to ${CLOCKSOURCE_FILE} instead of ${IOMMU_FILE}.

The sys-class-iommu output file is created and touched but remains empty, while the clocksource file receives both clocksource and IOMMU data concatenated.

This means IOMMU data is effectively lost — it cannot be retrieved from the expected file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions