Detection of kernel patch is broken after the last update of prepare-for-current-kernel.sh. There is no kernel 6.19 yet, so all current kernels (like 6.6) are patched by the old patch6.0, not by the newer patch6.2.
elif { echo $VERSION ; echo "6.19" ; } | sort -V -c 2>/dev/null
then
PATCHFILE="patch6.0"
else
PATCHFILE="patch6.2"
fi
Detection of kernel patch is broken after the last update of prepare-for-current-kernel.sh. There is no kernel 6.19 yet, so all current kernels (like 6.6) are patched by the old patch6.0, not by the newer patch6.2.
elif { echo $VERSION ; echo "6.19" ; } | sort -V -c 2>/dev/null
then
PATCHFILE="patch6.0"
else
PATCHFILE="patch6.2"
fi