1
0

release 6.12.8

This commit is contained in:
2025-01-02 21:18:06 +03:00
parent d0b6dece32
commit 3fb1083e44
23 changed files with 1455 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ w=$(git rev-parse --path-format=absolute --show-toplevel) ; : "${w:?}" ; cd "$w"
dst='debian/patches/pf-tmp'
src='../linux-extras'
branches='amd-pstate amd-rapl cpuidle crypto fixes kbuild pksm xfs zstd'
branches='amd-pstate amd-rapl cpuidle crypto fixes invlpgb kbuild pksm xfs zstd'
if [ -d "${dst}" ] ; then rm -rf "${dst}" ; fi
mkdir -p "${dst}"