-
Notifications
You must be signed in to change notification settings - Fork 60
Bump Linux Kernel to v6.12 #82
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refresh Linux kernel configurations accordingly.
While fixing, I would like to ask whether the "Linux kernel configuration" is meant buildroot, or some attributes in |
a6e22d1
to
8698633
Compare
You should update |
8698633
to
6db66d8
Compare
6db66d8
to
fe821b8
Compare
After running |
The following can be excluded (Platform type):
Kernel configuration changes:
|
fe821b8
to
bc54ed4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refine git commit messages to denote the exclusion of recent RISC-V extensions.
Linux Kernel v6.7 propose a solution to resolve sound stutter effect. Therefore, upgrade Linux Kernel version to v6.12 as it is an LTS version with the proposed solution included. Also, this commit disables the following RISC-V platform specific settings in Linux Kernel compilation configuration: 1. Zawrs extension support for more efficient busy waiting. 2. Zba extension support for bit manipulation instructions. 3. Zbb extension support for bit manipulation instructions. 4. Zbc extension support for carry-less multiplication instructions. 5. Zicbom extension support for non-coherent DMA operation. 6. Zicboz extension support for faster zeroing of memory. 7. Vendor extensions support (including Andes).
bc54ed4
to
f3c8a8e
Compare
Thank @Cuda-Chen for contributing! |
Linux Kernel v6.7 propose a solution to resolve sound stutter effect. Therefore, upgrade Linux Kernel version to v6.12 as it is an LTS version with the proposed solution included.
Also, this commit disables the following RISC-V platform specific settings in Linux Kernel compilation configuration: