RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1997635 - Latest kmod-kvdo does not work with the latest RHEL-9.0.0-Beta kernel
Summary: Latest kmod-kvdo does not work with the latest RHEL-9.0.0-Beta kernel
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: kmod-kvdo
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Andy Walsh
QA Contact: Filip Suba
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-25 15:01 UTC by Andy Walsh
Modified: 2021-12-07 21:59 UTC (History)
6 users (show)

Fixed In Version: kmod-kvdo-8.1.0.316-4.el9_b
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2000926 (view as bug list)
Environment:
Last Closed: 2021-12-07 21:55:02 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-95247 0 None None None 2021-08-26 05:31:22 UTC

Description Andy Walsh 2021-08-25 15:01:09 UTC
Description of problem:
The latest available build for RHEL-9.0.0-beta of kmod-kvdo depends on kernel-5.14.0-0.rc4.35.el9, but the latest kernel (kernel-5.14.0-0.rc6.46.el9) is not kABI compatible with the uds and kvdo modules.

Version-Release number of selected component (if applicable):
kmod-kvdo-8.1.0.316-1.el9
kernel-5.14.0-0.rc6.46.el9

How reproducible:
100%

Steps to Reproduce:
1. Install RHEL-9.0.0-beta
2. Install package versions referenced
3. Attempt to run `modprobe uds` or `modinfo uds`

Actual results:
:: [ 10:54:14 ] :: [  BEGIN   ] :: Running 'modinfo uds'
modinfo: ERROR: Module uds not found.
:: [ 10:54:14 ] :: [   FAIL   ] :: Command 'modinfo uds' (Expected 0, got 1)

Expected results:
Modules loaded

Additional info:
:: [ 10:54:14 ] :: [  BEGIN   ] :: Running 'uname -a'
Linux localhost.localdomain 5.14.0-0.rc6.46.el9.x86_64 #1 SMP Thu Aug 19 12:11:56 EDT 2021 x86_64 x86_64 x86_64 GNU/Linux
:: [ 10:54:14 ] :: [   PASS   ] :: Command 'uname -a' (Expected 0, got 0)
:: [ 10:54:14 ] :: [  BEGIN   ] :: Running 'find /lib/modules -name kvdo.ko'
/lib/modules/5.14.0-0.rc4.35.el9.x86_64/extra/kmod-kvdo/vdo/kvdo.ko
:: [ 10:54:14 ] :: [   PASS   ] :: Command 'find /lib/modules -name kvdo.ko' (Expected 0, got 0)
:: [ 10:54:14 ] :: [  BEGIN   ] :: Running 'modinfo uds'
modinfo: ERROR: Module uds not found.
:: [ 10:54:14 ] :: [   FAIL   ] :: Command 'modinfo uds' (Expected 0, got 1)
:: [ 10:54:14 ] :: [  BEGIN   ] :: Running 'dmesg -c > /dev/null'
:: [ 10:54:14 ] :: [   PASS   ] :: Command 'dmesg -c > /dev/null' (Expected 0, got 0)
:: [ 10:54:14 ] :: [  BEGIN   ] :: Running 'insmod /lib/modules/5.14.0-0.rc4.35.el9.x86_64/extra/kmod-kvdo/uds/uds.ko'
insmod: ERROR: could not insert module /lib/modules/5.14.0-0.rc4.35.el9.x86_64/extra/kmod-kvdo/uds/uds.ko: Invalid module format
:: [ 10:54:14 ] :: [   FAIL   ] :: Command 'insmod /lib/modules/5.14.0-0.rc4.35.el9.x86_64/extra/kmod-kvdo/uds/uds.ko' (Expected 0, got 1)
:: [ 10:54:14 ] :: [  BEGIN   ] :: Running 'dmesg'
[  108.240235] uds: disagrees about version of symbol module_layout
:: [ 10:54:14 ] :: [   PASS   ] :: Command 'dmesg' (Expected 0, got 0)

Comment 7 Andy Walsh 2021-10-07 13:07:51 UTC
kmod-kvdo-8.1.0.316-4.el9_b works with kernel-5.14.0-1.6.1.el9.

Comment 10 Filip Suba 2021-10-08 07:52:10 UTC
Verified with kmod-kvdo-8.1.0.316-4.el9_b.


Note You need to log in before you can comment on or make changes to this bug.