View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007195 | Rocky Linux Build System | General | public | 2024-06-14 11:26 | 2024-06-23 08:38 |
Reporter | Martynas Pumputis | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0007195: Failing to compile kernel-5.14.0-427.20.1.el9_4 with CONFIG_9P_FS | ||||
Description | When compiling https://dl.rockylinux.org/vault/rocky/9.4/BaseOS/source/tree/Packages/k/kernel-5.14.0-427.20.1.el9_4.src.rpm with CONFIG_9P_FS I get: """ CC fs/9p/vfs_addr.o s/9p/vfs_addr.c:357:10: error: 'const struct address_space_operations' has no member named 'set_page_dirty' """ It seems that https://github.com/torvalds/linux/commit/8fb72b4a76933ae6f86725cc8e4a8190ba84d755 and friends were not backported. | ||||
Tags | No tags attached. | ||||
As you noted, enabling CONFIG_9P_FS will require modifications in the kernel source code. This would not happen with Rocky's kernel as it is trying to be a strict rebuild of the upstream kernel. If you need this option, you might want to consider using ELRepo's kernel-lt or kernel-ml. CONFIG_9P_FS is enabled in those kernels. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2024-06-14 11:26 | Martynas Pumputis | New Issue | |
2024-06-23 08:38 | Akemi Yagi | Note Added: 0007657 |