-
Notifications
You must be signed in to change notification settings - Fork 107
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
Bump Linux kernel #524
base: master
Are you sure you want to change the base?
Bump Linux kernel #524
Conversation
Linux v6.1 is an LTS kernel with weekly minor updates. How often should we update? |
Updating to avoid |
I don't have any ideas at the moment, but if we need frequent updates like weekly, maybe we could consider automating the process? |
Seems applicable. I found dependabot and wondered if it can help. |
How about downloading from stable kernel mirror sites instead of running |
Since we use the SHA-1 value to verify the integrity of downloaded images, downloading from stable kernel mirror sites also presents the same issue which requiring the SHA-1 value to be updated after minor patches? |
We can follow the development of buildroot to get the stable v6.1 release files along with SHA-256. See https://github.com/buildroot/buildroot/blob/master/linux/linux.hash |
Here is a compressed 6.1.y Linux source in here(see the download label). Unfortunately, it lacks an associated SHA value, which would give us more confidence. Using this compressed 6.1.y instead of the mirror version would reduce the frequent Linux version bumps in mk/external.mk. However, is there a corresponding SHA value that I simply missed? If the officially verified SHA value is unavailable, we will proceed with storing it alongside the SHA value of the compressed 6.1.y. If the SHA value is available, we may skip storing it ourselves. In any case, the plan will be as follows:
|
Could we use the |
Latest v6.1.y is v6.1.121 .