thegrind,
6.6.y is the current LTS support kernel.
6.12,y will be the next one. It will become the default on the Pi when its ready
6.12.0-rc4-v8-16k+tells me that's a Pi5 :)
kernel.org has released 6.13.1. It will take while for the Raspberry Pi ratch set to be added.
6.14 has just started its rc stage.
Personally, I would use 6.6.y or 6.12.y ... well i do :)
You should not be using a 6.12 release candidate now.
In my 6.12.y branch
Code: Select all
git pull --depth 1 --ff-onlyremote: Enumerating objects: 882, done.
remote: Counting objects: 100% (882/882), done.
remote: Compressing objects: 100% (397/397), done.
remote: Total 444 (delta 425), reused 62 (delta 46), pack-reused 0 (from 0)
Receiving objects: 100% (444/444), 75.41 KiB | 2.43 MiB/s, done.
Resolving deltas: 100% (425/425), completed with 415 local objects.
From https://github.com/raspberrypi/linux
+ f42ab2179...1f193661c rpi-6.12.y -> origin/rpi-6.12.y (forced update)
error: Could not read a725d68aa7d68d89e4b1688166d703c58387fe57
error: could not parse commit a725d68aa7d68d89e4b1688166d703c58387fe57
Gets me
Code: Select all
]VERSION = 6
PATCHLEVEL = 12
SUBLEVEL = 12
so that's 6.12.12 as af a few minutes ago.
See bug 930063 too there are performance improvements in the Pi5 SPI EEPROM but they are not yet in ::gentoo.