Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChinYikMing
Copy link
Collaborator

Latest v6.1.y is v6.1.121 .

@visitorckw
Copy link
Collaborator

Linux v6.1 is an LTS kernel with weekly minor updates. How often should we update?

@ChinYikMing
Copy link
Collaborator Author

Linux v6.1 is an LTS kernel with weekly minor updates. How often should we update?

Updating to avoid make build-linux-image fails. Any suggestion?

@visitorckw
Copy link
Collaborator

Updating to avoid make build-linux-image fails. Any suggestion?

I don't have any ideas at the moment, but if we need frequent updates like weekly, maybe we could consider automating the process?

@ChinYikMing
Copy link
Collaborator Author

Updating to avoid make build-linux-image fails. Any suggestion?

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.

@jserv
Copy link
Contributor

jserv commented Dec 22, 2024

How about downloading from stable kernel mirror sites instead of running git clone?

@ChinYikMing
Copy link
Collaborator Author

How about downloading from stable kernel mirror sites instead of running git clone?

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?

@jserv
Copy link
Contributor

jserv commented Dec 23, 2024

How about downloading from stable kernel mirror sites instead of running git clone?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants