sys-kernel/gentoo-kernel-bin installs modules for app-emulation/virtualbox-guest-additions, but they are old and incompatible with the current versions in the tree: kernel/fs/vboxsf/vboxsf.ko kernel/drivers/virt/vboxguest/vboxguest.ko kernel/drivers/gpu/drm/vboxvideo/vboxvideo.ko Even if the users install app-emulation/virtualbox-guest-additions, the new modules go into misc: misc/vboxvideo.ko misc/vboxsf.ko misc/vboxguest.ko And modprobe still loads some of the old modules, causing this bug: https://bugs.gentoo.org/679574 Can you please disable the vbox guest modules in future kernel revisions? Thank you.
Heh, if you only filed this before I finished building today's batch ;-)...
That said, any chance you could track down specific CONFIG_* options responsible for this and ideally submit a PR to [1]? [1] https://github.com/projg2/gentoo-kernel-config
Sure, I'll do that. Thank you!
Today's batch should all use g6 config, and: # qlist gentoo-kernel-bin | grep lib.*vbox /lib/modules/6.1.7-gentoo-dist/kernel/fs/vboxsf/vboxsf.ko /lib/modules/6.1.7-gentoo-dist/kernel/drivers/virt/vboxguest/vboxguest.ko /lib/modules/6.1.7-gentoo-dist/kernel/drivers/gpu/drm/vboxvideo/vboxvideo.ko i.e. none in 6.1.8, so I guess we're good here.