Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Understanding the different kernels to compile
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
thegrind
n00b
n00b


Joined: 22 Sep 2024
Posts: 29

PostPosted: Sun Feb 09, 2025 8:15 pm    Post subject: Understanding the different kernels to compile Reply with quote

I went to the github for the Rpi kernel and it takes you to version 6.6.y. I assume this is what is released with the Raspberry Pi OS.

I compiled and I am using 6.12.0-rc4-v8-16k+. I noticed that there is 6.6.y up to 6.14.y. I did a git pull on 6.12.0-rc4-v8-16k+ but it gave me the same kernel as it said something about a merge mismatch. Is there a newer version of 6.12 that I should compile or should I just go straight to 6.14 or stay where I am at (6.12.0-rc4-v8-16k+)?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54847
Location: 56N 3W

PostPosted: Sun Feb 09, 2025 8:37 pm    Post subject: Reply with quote

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:
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
Makefile:
]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.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum