sunxi/sunxi64/meson: remove tag defined in KERNELBRANCH for 6.1/6.6 m… #7712
+0
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…ainline kernel
Description
After we enable BTF for all families in #7629, mainline kernel 6.1/6.6 before v6.1.113/v6.6.54 can't load dkms module because of missing patch torvalds/linux@f34d086.
Deleting the line defining a tag to KERNELBRANCH can make us use branch linux-${KERNEL_MAJOR_MINOR}-y in linux-stable repo by default.
I use command
git grep KERNELBRANCH|grep tag|grep -E "v6.1\.|v6.6"
to find the tree families defining a tag for 6.1/6.6 kernel.6.1 and 6.6 are lts kernel release long time ago and there should not be much change in the stable branch which can break our patches, and we can always keep the kernel up to date by using the linux-stable branch.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
Checklist:
Please delete options that are not relevant.