|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 5.32] LTP ioprio_set03 fails in kernel-default-base in sle15sp6 | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP6 | Reporter: | Martin Loviska <mloviska> |
| Component: | Kernel | Assignee: | Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P1 - Urgent | CC: | mloviska, rtsvetkov, tiwai |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/13713298/modules/ioprio_set03/steps/6 | ||
| See Also: | https://bugzilla.suse.com/show_bug.cgi?id=1217465 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | journal | ||
|
Description
Martin Loviska
2024-03-06 09:14:42 UTC
Is it different from bug 1217465? linux-glibc-devel package was updated very recently to catch up SLE15-SP6 uapi changes. (In reply to Takashi Iwai from comment #1) > Is it different from bug 1217465? > > linux-glibc-devel package was updated very recently to catch up SLE15-SP6 > uapi changes. I do not think so, but the issue does not occur in kernel-default anymore. So something has been overlooked when it comes to kernel-default-base (In reply to Martin Loviska from comment #2) > (In reply to Takashi Iwai from comment #1) > > Is it different from bug 1217465? > > > > linux-glibc-devel package was updated very recently to catch up SLE15-SP6 > > uapi changes. > > I do not think so, but the issue does not occur in kernel-default anymore. > So something has been overlooked when it comes to kernel-default-base That's the crucial information! The difference of kernel-default vs kernel-default-base is only modules. That said, you can compare the difference of loaded modules, and try to figure out which one is missing for this error; you can copy the module from kernel-default.rpm and load it manually on kernel-default-base system. (In reply to Takashi Iwai from comment #3) > (In reply to Martin Loviska from comment #2) > > (In reply to Takashi Iwai from comment #1) > > > Is it different from bug 1217465? > > > > > > linux-glibc-devel package was updated very recently to catch up SLE15-SP6 > > > uapi changes. > > > > I do not think so, but the issue does not occur in kernel-default anymore. > > So something has been overlooked when it comes to kernel-default-base > > That's the crucial information! > > The difference of kernel-default vs kernel-default-base is only modules. > That said, you can compare the difference of loaded modules, and try to > figure out which one is missing for this error; you can copy the module from > kernel-default.rpm and load it manually on kernel-default-base system. I have found that kernel QA is running syscalls test suite in an installation job that changes kernel-default for kernel-default-base [1]. The LTP ioprio_set03 test, that fails in the bootable VM image, does not fail in this installation scenario that booted kernel-default-base. [2] Comparing the loaded modules between this installation test and Minimal-VM image test, I have found that Minimal-VM image loads these additional modules. Diff: ['binfmt_misc', 'fat', 'nls_cp437', 'nls_iso8859_1', 'vfat'] Minimal-VM image modules: 86 Installation scenario modules: 81 [1] https://openqa.suse.de/tests/13712959#step/boot_ltp/71 [2] https://openqa.suse.de/tests/13712959#step/ioprio_set03/7 Alright, it was a test setup issue. http://kepler.suse.cz/tests/22750#step/ioprio_set03/7 Thank you, Takashi, for your help! Sorry for the noise! |