# aer-inject **Repository Path**: MouseZhang/aer-inject ## Basic Information - **Project Name**: aer-inject - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-03 - **Last Updated**: 2025-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README aer-inject allows to inject PCIE AER errors on the software level into a running Linux kernel. This is intended for validation of the PCIE driver error recovery handler and PCIE AER core handler. Syntax: aer-inject aer-file See SPEC for the input language Some simple tests are in test/*. Requires a new Linux kernel with PCIE AER error injection patches. The PCIE AER error injection patches are currently available from git://git.kernel.org/pub/scm/linux/kernel/git/xxx.git Authors: Huang Ying Basic design, some code and document are based on Andi Kleen's mce-inject.