View Issue Details

IDProjectCategoryView StatusLast Update
0007195Rocky Linux Build SystemGeneralpublic2024-06-23 08:38
ReporterMartynas Pumputis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0007195: Failing to compile kernel-5.14.0-427.20.1.el9_4 with CONFIG_9P_FS
DescriptionWhen 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.
TagsNo tags attached.

Activities

Akemi Yagi

Akemi Yagi

2024-06-23 08:38

reporter   ~0007657

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.

Issue History

Date Modified Username Field Change
2024-06-14 11:26 Martynas Pumputis New Issue
2024-06-23 08:38 Akemi Yagi Note Added: 0007657