You are not logged in.
As of linux-zen 6.4.1 I'm seeing this message in dmesg and on screen when booting:
$ dmesg | grep debugfs
[ 2.439348] debugfs: File 'verbose' in directory 'sched' already present! Obviously I can get it 'fixed' by adding the `debugfs=off` kernel parameter, but that creates other issues and just masks a potential underlying problem.
I've checked linux 6.4.1 and linux-zen 6.4 and they don't show the above message. After checking changes made to the current linux-zen 6.4.1 kernel I can't see anything directly related. But I'm fairly new to using linux-zen as my primary kernel on Arch Linux. I wonder if anyone can reproduce, in which case I'll be happy to open a bug report on the Arch bug tracker and/or github issue tracker.
Offline
Yep, successfully reproduced (i.e. "it also happened to me") on my machine. Additionally, rolling back to the previous zen kernel version or booting linux 6.4.1 do not produce the message, as per your results.
Last edited by Doc Robot (2023-07-04 04:26:06)
Public PGP Key
gopher://gopher.club:70/1/users/docrobot/
Offline
Thank you for confirming. I've opened https://bugs.archlinux.org/task/78977.
Offline
Fixed in linux-zen 6.4.2-1.
Offline
UPDATE:
Seeing the exact same message again on linux-zen 6.5.4.zen2-1.
Requested re-opening https://bugs.archlinux.org/task/78977.
Offline
Can confirm:
[ 0.000000] Linux version 6.5.4-zen2-1-zen (linux-zen@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 ZEN SMP PREEMPT_DYNAMIC Thu, 21 Sep 2023 12:54:31 +0000
...
[ 0.772855] debugfs: File 'verbose' in directory 'sched' already present!
Offline
Thank you for raising it upstream [1] glitsj16.
Offline