Commit f3c8a8e
committed
Bump Linux Kernel to v6.12
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).1 parent 6dbe25e commit f3c8a8e
2 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments