1
0

release 6.11.8

This commit is contained in:
2024-11-15 10:44:41 +03:00
parent 02e7703ba0
commit 428ce77115
11 changed files with 534 additions and 64 deletions

View File

@@ -5,11 +5,12 @@ export GIT_OPTIONAL_LOCKS=0
w=$(git rev-parse --path-format=absolute --show-toplevel) ; : "${w:?}" ; cd "$w"
dst='debian/patches/pf'
dst='debian/patches/pf-tmp'
src='../linux-extras'
branches='amd-pstate amd-rapl cpu cpuidle crypto fixes ksm zstd'
[ -d "${dst}" ]
if [ -d "${dst}" ] ; then rm -rf "${dst}" ; fi
mkdir -p "${dst}"
kver=
if [ -n "$1" ] ; then