We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0dd5c commit 33eab94Copy full SHA for 33eab94
testing/litevm/rpm.py
@@ -338,6 +338,9 @@ def get_oot_modules(self) -> List[Path]:
338
"developer/UEK{uek_ver}/{arch}/"
339
),
340
pkgbase="kernel-ueknext",
341
+ # For stable/v2.1.x, 6.15 is the last supported kernel. Support for more
342
+ # recent kernels should come from the next release of drgn-tools.
343
+ frozen_release="6.15.0-1.el9ueknext.x86_64",
344
345
# UEK8 further distributes modules, so we need to add -modules-core.
346
TestKernel(
0 commit comments