We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
This is a continuation of #7, which affects RHEL 9.4.
I wanted to note that the build process which is run as part of the RPM postinstall script fails silently on RHEL 9.4/9.5 due to backports.
RHEL 9.4 and greater require a patch to checks in the gasket_core.c file; 4ef520b
RHEL 9.5 requires a patch to the checks in the gasket_interrupt.c fille; 0c900b8
Both of these have yet to be merged upstream as a far as I can tell.
After applying the fixes and manually running the postinstall, the modules load and /dev/apex_0 is visible.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
This is a continuation of #7, which affects RHEL 9.4.
I wanted to note that the build process which is run as part of the RPM postinstall script fails silently on RHEL 9.4/9.5 due to backports.
RHEL 9.4 and greater require a patch to checks in the gasket_core.c file; 4ef520b
RHEL 9.5 requires a patch to the checks in the gasket_interrupt.c fille; 0c900b8
Both of these have yet to be merged upstream as a far as I can tell.
After applying the fixes and manually running the postinstall, the modules load and /dev/apex_0 is visible.
Thanks.
The text was updated successfully, but these errors were encountered: