-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[scarthgap] Migrate to use Linux kernel v6.11.0 in linux-fslc #1939
Conversation
…v6.10.9 compatibility.
In the next several days Linux kernel v6.11 stable release will be available. Please wait a little for the merging, i will try it also. It could be cool to get the latest v6.11 instead. |
Sure, we can wait. Either way, first we need to send the update to the master branch and later we do the backport. |
Linux kernel v6.11 was tested without any errors on the following boards:
It is ready to use in linux-fslc. |
I apologize to take longer to review this, and to be completely honest, I ended forgetting about this pull request. I prepared the branch in the main repository with your respective branch. Is it possible for you to prepare the update to the master branch and then we apply it before merging this one? Once you send the new pull request, I will merge it and then we do a rebase on this one on top of the current branch and then we can merge it directly. |
Yes i can make a new pull request for |
It was tested without any errors on the following boards:
To get and migrate the latest mainline kernel branch to linux-fslc repo:
git clone --single-branch --branch 6.11.x+fslc https://github.com/Livius90/linux-fslc.git cd linux-fslc git remote add fslc-mirror https://github.com/Freescale/linux-fslc.git git push -u fslc-mirror
Notes: