raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
10.8k stars 4.84k forks source link

Kernel 6.8 and 6.9 builds do not contain bcachefs filesystem support - please activate CONFIG_BCACHEFS_FS=m #6135

Open bmilde opened 1 month ago

bmilde commented 1 month ago

Describe the bug

Bcachefs is an exciting new filesystem that was merged into mainline kernel since release 6.7. Please enable support for this FS as a module in 6.8 and 6.9 builds, thanks!

CONFIG_BCACHEFS_FS=m

and also:

CONFIG_BCACHEFS_QUOTA=y CONFIG_BCACHEFS_ERASURE_CODING=y CONFIG_BCACHEFS_POSIX_ACL=y CONFIG_BCACHEFS_TESTS=y CONFIG_BCACHEFS_LOCK_TIME_STATS=y CONFIG_BCACHEFS_SIX_OPTIMISTIC_SPIN=y

Steps to reproduce the behaviour

pi@raspberrypi:~ $ sudo modprobe bcachefs modprobe: FATAL: Module bcachefs not found in directory /lib/modules/6.8.8-v8-16k+

Device (s)

Raspberry Pi 5

System

pi@raspberrypi:~ $ cat /etc/rpi-issue Raspberry Pi reference 2023-12-05 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 70cd6f2a1e34d07f5cba7047aea5b92457372e05, stage5

pi@raspberrypi:~ $ uname -a Linux raspberrypi 6.8.8-v8-16k+ #1 SMP PREEMPT Mon Apr 29 14:06:48 UTC 2024 aarch64 GNU/Linux

Logs

No response

Additional context

No response