Commit Graph

665 Commits

Author SHA1 Message Date
Tk-Glitch
f9115d2f14 6.9: Regen defconfig 2024-04-13 10:34:36 +02:00
Tk-Glitch
9a9c013d25 6.8: misc-additions: Move AMD_PRIVATE_COLOR to Kconfig and enable through prepare
299b81f3e6

Fixes https://github.com/Frogging-Family/linux-tkg/issues/920
2024-04-12 19:52:58 +02:00
Tk-Glitch
ebfab93d77 6.8: Sync defconfig with 6.8.5-arch1
14500c69e6
2024-04-12 19:50:58 +02:00
Tk-Glitch
e0dea8b62e 6.8: Sync defconfig with 6.8.4-arch1
1b0c0b620d
2024-04-08 07:17:16 +02:00
Blackteahamburger
2e887a2d8e Several improvements (#907)
* Make _llvm_ias="1" the default in customization.cfg

* Remove all git related files after copying source files

* Update PREEMPT_RT's supported kernel subversion and patch revision for 6.8

* Make _libunwind_replace a variable in customization.cfg

* Revise the description of native_intel

* Add ECHO CPU scheduler in customization.cfg
2024-04-08 07:12:35 +02:00
Tk-Glitch
f6c186cc85 Add ECHO CPU scheduler support and allow for 6.7/6.8
https://github.com/hamadmarri/ECHO-CPU-Scheduler
2024-03-29 18:40:55 +01:00
Tk-Glitch
41fe1044da Silence the kernel.org timeout check and only compare the 502 check against head -n 1 2024-03-28 18:16:52 +01:00
Tk-Glitch
8f85fbc12f 6.8/6.9: Add minimal-modprobed.db files to cfg
Will need to be updated for sure
2024-03-27 13:41:39 +01:00
Tk-Glitch
31328eb71b Nuke bore from rtpreempt compat 2024-03-27 12:48:22 +01:00
Tk-Glitch
1e8000fb21 On the default path, if kernel.org git mirror fails, default to github.com mirror 2024-03-27 11:54:33 +01:00
Tk-Glitch
3de1f78c2d 6.8: Sync defconfig with 6.8.1-arch1
242ea4a023
2024-03-25 21:17:05 +01:00
Tk-Glitch
dc062aa2ad 6.9: defconfig regen 2024-03-25 21:10:22 +01:00
Tk-Glitch
04ac71826d Initial 6.9 RC support 2024-03-25 21:07:03 +01:00
Tk-Glitch
3c0df95f88 6.8: Update Project C to v6.8-r1 - https://gitlab.com/alfredchen/projectc/-/blob/master/6.8/prjc_v6.8-r1.patch?ref_type=heads 2024-03-19 18:18:21 +01:00
Tk-Glitch
970b22fd82 Fixup _sub comparison in Graysky's patch versioning checks
Fixes https://github.com/Frogging-Family/linux-tkg/issues/903
2024-03-16 11:10:49 +01:00
Tk-Glitch
f57acdf0a2 6.8: Enable back BLK_DEV_WRITE_MOUNTED, disabled in Arch's current defconfig for 6.8, but leading to issues with some snap apps. 2024-03-14 15:54:14 +01:00
Tk-Glitch
39f13055b4 6.8: Update defonfig to 6.8.0-arch1
https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config?ref_type=heads
2024-03-13 17:24:46 +01:00
Tk-Glitch
7c2a6fc321 6.8: Add and allow Project C schedulers
https://gitlab.com/alfredchen/projectc/-/blob/master/6.8/prjc_v6.8-r0.patch?ref_type=heads
2024-03-13 17:24:09 +01:00
Blackteahamburger
3ccc607fb2 Update PREEMPT_RT's supported kernel subversion and patch revision (#898) 2024-03-11 15:42:59 +01:00
Tk-Glitch
23197d57fd Update graysky2's compiler optimization patches for 5.17-6.1.78, 6.1.79-6.8-rc3 qnd 6.8-rc4+
The 6.1.79-6.8-rc3 patch doesn't apply against 6.8-rc1, rc2 and rc3, so let's only apply the 6.8-rc4+ patch against 6.8rc. It applies fine against 6.8-rc5.

Fixes https://github.com/Frogging-Family/linux-tkg/issues/889
2024-02-22 19:16:29 +01:00
Tk-Glitch
829c6d5d25 Update RT mappings 2024-02-20 16:03:49 +01:00
Tk-Glitch
04f42ae83a Always default to PREEMPT. Arch tends to set voluntary preemption when moving kernels to LTS, which we don't want as default.
Fixes https://github.com/Frogging-Family/linux-tkg/issues/877
2024-02-13 17:17:08 +01:00
Tk-Glitch
c54d7ebe32 non-pacman: Enable DEBUG_INFO_NONE by default
Fixes https://github.com/Frogging-Family/linux-tkg/issues/724
2024-02-07 04:49:34 +01:00
Tk-Glitch
2da0e60414 6.7: Sync defconfig with 6.7.2-arch1
https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config?ref_type=heads
2024-01-29 12:35:44 +01:00
Tk-Glitch
975a64b45e Initial 6.8 RC support 2024-01-27 18:58:03 +01:00
Tk-Glitch
8313f0163f 6.7: defconfig: Disable BCACHEFS_DEBUG_TRANSACTIONS
89b00c9419

Fixes https://github.com/Frogging-Family/linux-tkg/issues/876
2024-01-21 15:30:20 +01:00
Tk-Glitch
d32e8bdb05 6.7: Define rev 2 for prjc
Fixes https://github.com/Frogging-Family/linux-tkg/issues/875
2024-01-21 14:18:33 +01:00
Adel Kara Slimane
843725ec7c 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
2024-01-15 19:17:18 +01:00
Tk-Glitch
2029a9af58 6.7: Update defconfig to 6.7.0-arch3 and import arch/Kconfig: Default to maximum amount of ASLR bits and wifi: ath11k: rely on mac80211 debugfs handling for vif
3a88b77d3c
7c13cc521f
2024-01-15 16:37:03 +01:00
Tk-Glitch
8514e2952b 6.6: Update defconfig to 6.6.11 and import arch/Kconfig: Default to maximum amount of ASLR bits
de42b55679
2024-01-15 16:35:22 +01:00
Tk-Glitch
80fdc82a9a linux 6.6/6.7: Update defconfig against 6.6.8-arch1 and 6.7.0-arch1 respectively 2024-01-10 13:35:37 +01:00
Piotr Górski
8e22b7c55b Add PRJC for 6.6 and 6.7 (#869)
* Add PRJC for 6.6 and 6.7

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>

* Update prepare file (closes #868)

Close: https://github.com/Frogging-Family/linux-tkg/issues/868

---------

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2024-01-10 13:27:46 +01:00
FintasticMan
d5ab8eb9e1 Add thinkpad_acpi to the diet modprobed-db config (#862)
Fixes mkinitcpio failing due to missing drm_privacy_screen_register
function.
2023-12-25 22:10:10 +01:00
Tk-Glitch
ab584945e0 Update rt mappings 2023-12-18 09:43:05 +01:00
Tk-Glitch
847753e073 Update RT mappings
Fixes https://github.com/Frogging-Family/linux-tkg/issues/851
2023-11-24 15:35:17 +01:00
Tk-Glitch
260217a057 preempt_rt: On initial releases (.0 subver), don't use ksubver and separator for rt patchset
Fixes downloading non-subversioned patchsets
2023-11-24 15:34:46 +01:00
Chevek
552b593828 In case of Fedora: modify kernel configuration to add SELinux. Fix #383 (#848) 2023-11-15 21:58:49 +01:00
Tk-Glitch
a34e849715 Add OpenRGB patch locally and add a toggle in .cfg
https://gitlab.com/CalcProgrammer1/OpenRGB

We'll get rid of the userpatches for it in community-patches in favor of this local option. It's been offered for a while, and our oldest "supported" kernel has it. Since there's no plan to drop it, it makes more sense to have it locally.
2023-11-14 11:40:35 +01:00
Tk-Glitch
bfaaacb505 Initial 6.7 RC support 2023-11-14 11:14:49 +01:00
kylon
f92d4ed9ca Docs, prepare: EEVDFfy (#844)
* Docs, prepare: EEVDFfy

* 6.6: add glitched eevdf additions

* apply comments

* more comments

* comments
2023-11-14 10:12:40 +01:00
Adel Kara Slimane
562a12e778 Pipeline fix (#846)
* Copy over minimal-modprobed.db to 6.6

* ci: move from 'cfs' to 'eevdf'
2023-11-14 09:41:18 +01:00
kylon
c3fc434ff9 prepare: llvm: add new options to avoid prompt (#842) 2023-11-14 09:34:04 +01:00
kylon
298b3d4098 6.6: update config to arch 6.6.1 (#841) 2023-11-14 09:33:20 +01:00
Piotr Górski
2a6832e697 6.6: EEVDF adaptation to BORE 3.2.9 (#832)
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2023-11-02 17:53:09 +01:00
Tk-Glitch
94a2ac0bd8 6.6rc: For BORE, apply additional/pending eevdf changes.
Following 1454d6c705
2023-10-26 16:35:00 +02:00
Tk-Glitch
a2b6fc7bbe Update rt mappings 2023-10-26 04:01:40 +02:00
Tk-Glitch
b30f072867 6.5/6.6: Apply eevdf-Disable-DELAY_DEQUEUE on eevdf
Following 94383606d0
2023-10-26 03:59:19 +02:00
FintasticMan
d1caaffa2e Add some more kernel modules to diet config (#814)
Partly taken from my database, partly from @ryanmusante's.
Also update the sorting to match what modprobed-db outputs, so that it's
easier to check which modules are missing from the diet config.
2023-10-09 22:12:49 +02:00
Tk-Glitch
37369b74eb 6.6 RC: Allow selecting the BORE CPU scheduler 2023-09-27 07:05:41 +02:00
Tk-Glitch
bf02edcc5e 6.6 RC: Refresh defconfig 2023-09-27 07:04:59 +02:00