@That1Calculator have you noticed this new warning when running mkinitcpio
with the new 6.13-rc2 kernel?
==> WARNING: No module containing the symbol 'drm_privacy_screen_register' found in: 'drivers/platform'
It looks like there was change on module compress config:
$ grep CONFIG_MODULE_COMPRESS src/linux-mainline/.config
> # CONFIG_MODULE_COMPRESS is not set
If you perform the same grep on src/linux-mainline/.config.old
you get:
$ grep CONFIG_MODULE_COMPRESS src/linux-mainline/.config.old
> # CONFIG_MODULE_COMPRESS_NONE is not set
> # CONFIG_MODULE_COMPRESS_GZIP is not set
> # CONFIG_MODULE_COMPRESS_XZ is not set
> CONFIG_MODULE_COMPRESS_ZSTD=y
Pinned Comments
That1Calculator commented on 2025-01-17 19:37 (UTC) (edited on 2025-02-23 21:34 (UTC) by That1Calculator)
!!! IMPORTANT NOTICE REGARDING
linux-mainline-um5606
!!!I will be deprecating this package upon the release of Linux 6.14rc1, as the only remaining patch for this series of laptops has been merged into Linux and is slated for release in 6.14rc1!
https://lore.kernel.org/lkml/CAPM=9tw+ySbm80B=zHVhodMFoS_fqNw_v4yVURCv3cc9ukvYYg@mail.gmail.com/
Thank you all for using this package for the last few months!! ❤️🐧
miffe commented on 2020-01-30 21:44 (UTC)
Repository here