[<prev] [next>] [day] [month] [year] [list]
Message-ID: <90Yi8Mi97ZeyRKpA5Yq9JkCtpOyEzgd9Qlbx2wwZwnO-C6dMiRZs6H3SV2vCAeDhFYl4ZZzSlG8jbu0RY_2jRp0Ka5oh9RqruW-6Nyypr98=@protonmail.com>
Date: Mon, 25 Mar 2024 15:08:09 +0000
From: A <akira.2020@...tonmail.com>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: kernel 6.9-rc1 fails to compile if debugfs is disabled
https://bugzilla.kernel.org/show_bug.cgi?id=218640
Bug 218640 - kernel 6.9-rc1 fails to compile if debugfs is disabled
kernel 6.9-rc1 fails to compile if debugfs is disabled (CONFIG_DEBUG_FS):
it fails here:
```ERROR: modpost: "ras_get_debugfs_root" [drivers/ras/amd/fmpm.ko] undefined!
make[5]: *** [scripts/Makefile.modpost:145: Module.symvers] Error 1
make[4]: *** [Makefile:1871: modpost] Error 2
make[3]: *** [debian/rules:74: build-arch] Error 2
dpkg-buildpackage: error: make -f debian/rules binary subprocess returned exit status 2
make[2]: *** [scripts/Makefile.package:121: bindeb-pkg] Error 2
make[1]: *** [/ram/linux-6.9-rc1/Makefile:1541: bindeb-pkg] Error 2
make: *** [Makefile:240: __sub-make] Error 2```
if i enable debugfs, it compiles without failing.
Powered by blists - more mailing lists