Rebase kernel ELTS tracking infrastructure from 4.14 to 4.19#3
Draft
Rebase kernel ELTS tracking infrastructure from 4.14 to 4.19#3
Conversation
- Update Makefile: PATCHLEVEL 14->19, SUBLEVEL 355->322 - Add .elts/meta/4.19.305-4.19.322.yaml: promote 4.19 upstream patches to meta (base) - Remove .elts/meta/4.14.337-4.14.355.yaml: remove obsolete 4.14 patch tracking - Remove .elts/upstream/4.19.305-4.19.322.yaml: moved to meta level Co-authored-by: ZorEl212 <93014559+ZorEl212@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rebase kernel from version 4.14 to 4.19
Rebase kernel ELTS tracking infrastructure from 4.14 to 4.19
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This kernel targets Linux 4.14 LTS as its base, with 4.19 stable patches tracked as upstream backports. This PR updates the ELTS (Extended Long-Term Support) patch tracking infrastructure to reflect a 4.19 LTS base instead.
Changes
Makefile: BumpPATCHLEVEL14 → 19,SUBLEVEL355 → 322 (latest tracked 4.19.x).elts/meta/4.19.305–322.yaml(new): Promote 4.19.x patches to base-level tracking. Derived from the upstream YAML files — includes only commits present in the branch (either viabackport:orskipped: commit is already present in branch); entries use canonical 4.19 commit hashes without the oldbackport/upstreamcross-reference fields.elts/meta/4.14.337–355.yaml(deleted): Remove obsolete 4.14 stable patch tracking.elts/upstream/4.19.305–322.yaml(deleted): Remove old upstream tracking files; these patches are now the base. Theupstream/dir is clear for post-4.19.322 backport trackingELTS directory semantics (for reference)
.elts/meta/.elts/upstream/💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.