heads/patches/linux-5.10.214
Thierry Laurion 0679b75e1d Bump 5.10.5 kernel to 5.10.214
Cloudfare patches to speed up LUKS encryption were upstreamed into linux kernel and backported to 5.10.9: https://github.com/cloudflare/linux/issues/1#issuecomment-763085915
Therefore, we bump to latest of 5.10.x (bump from 5.10.5 which doesn't contain the fixes)

Trace:
    sed -i 's/5.10.5/5.10.214/g' boards/*/*.config
    find ./boards/*/*.config | awk -F "/" {'print $3'}| while read board; do echo "make BOARD=$board linux"; make BOARD=$board linux; echo make BOARD=$board linux.save_in_oldconfig_format_in_place || make BOARD=$board linux.modify_and_save_oldconfig_in_place; done
    git status | grep modified | awk -F ":" {'print $2'}| xargs git add
    git commit --signoff

- Move patches from 5.10.5 -> 5.10.214
- Add linux kernel hash and version under modules/linux
- Change board configs accordingly

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2024-10-30 14:18:20 -04:00
..
0001-fake-acpi.patch Bump 5.10.5 kernel to 5.10.214 2024-10-30 14:18:20 -04:00
0002-nmi-squelch.patch Bump 5.10.5 kernel to 5.10.214 2024-10-30 14:18:20 -04:00
0003-fake-trampoline.patch Bump 5.10.5 kernel to 5.10.214 2024-10-30 14:18:20 -04:00
0010-winterfell-ahci.patch Bump 5.10.5 kernel to 5.10.214 2024-10-30 14:18:20 -04:00
shebangs.patch Bump 5.10.5 kernel to 5.10.214 2024-10-30 14:18:20 -04:00