Skip to content

prepare-for-current-kernel.sh incorrect patch detection #58

Description

@nalim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions