Releases: Frogging-Family/linux-tkg
Releases Β· Frogging-Family/linux-tkg
[experimental] v6.7.8
Update graysky2's compiler optimization patches for 5.17-6.1.78, 6.1.β¦
[experimental] v6.7.7
Update graysky2's compiler optimization patches for 5.17-6.1.78, 6.1.β¦
[experimental] v6.7.6
Update graysky2's compiler optimization patches for 5.17-6.1.78, 6.1.β¦
[experimental] v6.7.5
Update RT mappings
[experimental] v6.7.4
Commits
- 37c772e: 6.7: misc-additions: Remove unneeded parts of the rdna3 reboot hang revert. (Tk-Glitch)
- c54d7eb: non-pacman: Enable DEBUG_INFO_NONE by default (Tk-Glitch)
- Change split lock mitigation flag to current (kernel.split_lock_mitigate) (Tk-Glitch)
- 04f42ae: Always default to PREEMPT. Arch tends to set voluntary preemption when moving kernels to LTS, which we don't want as default. (Tk-Glitch)
- 46d791e: 6.8: Remove failing hunk from fedora-rpm patch (Tk-Glitch)
[experimental] v6.7.3 (without nvidia pfn_valid illegal workaround)
6.7.3 broke Nvidia modules compilation, which is fixed for pacman distros with nvidia-all (Frogging-Family/nvidia-all@a779aea) and Archlinux (https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/commit/2f6779c64c1f22ee64a53461bb975a6f7767ad54#c389b8f17d9d28bb9f1adb6705ea80795d099958_0_1)
For other distros for which no patched Nvidia package is available, an illegal workaround exists : Frogging-Family/community-patches@1188a16
[experimental] v6.7.2
Fix winesync patch application (#879)
[experimental] v6.7.1
6.7: defconfig: Disable BCACHEFS_DEBUG_TRANSACTIONS https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/89b00c9419f8155daa45cad5368552aac920f7d0 Fixes https://github.com/Frogging-Family/linux-tkg/issues/876
[experimental] v6.7
Extra build pipelines for Fedora and Ubuntu (#864) * ci: factorise kernel building code for Arch * customization: non-arch: add config option to disable installing the kernel altogether useful for ci * customization: add toggle to disable use of 'script' command needed for ci, otherwise yes "" | ./install.sh install just freezes * ci: add Ubuntu pipeline * ci: add Fedora pipeline * install.sh: git add changes in the work folder Both RPM and DEB scripts rely on apparently, not only RPM * ci: use github to retrieve sources Probably faster since the runner are hosted by them ? * ci: arch: update mirror list Sometimes the ci fails because of "operation too slow" * ci: follow CachyOS naming scheme for bore scheduler 'bore-eevdf' is just 'bore' now, which makes sense for those who know * ci: make kernelconfig part of the release Enables advanced users to check if the kernel they're downloading has the correct config options. And we can use it to check if everything is okay * ci: make a release as long as one kernel builds I think it's better than cancelling the whole thing. Because sometimes we don't have time to fix what's wrong with a distro for a while * ci: build diet kernel All good! back to diet kernel * ci: arch: remove extra frag file Let's check after a full build if it was really needed. * config: copy over diet config from 6.6 to 6.7 * ci: #YOLO: build all combinations of distro and scheduler
[experimental] v6.6.10
Add thinkpad_acpi to the diet modprobed-db config (#862) Fixes mkinitcpio failing due to missing drm_privacy_screen_register function.