raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.08k stars 4.96k forks source link

new 5.19 kernel out #5098

Closed xevilstar closed 2 years ago

xevilstar commented 2 years ago

Describe the bug

the actual 5.19 kernel is behind

Steps to reproduce the behaviour

download and install the latest 5.19 kernel uname -a shows it is not the .7 release

Device (s)

Raspberry Pi 4 Mod. B

System

cat /etc/rpi-issue Raspberry Pi reference 2022-04-04 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 27a8050c3c06e567c794620394a8c2d74262a516, stage4 vcgencmd version Mar 24 2022 13:19:26 Copyright (c) 2012 Broadcom version e5a963efa66a1974127860b42e913d2374139ff5 (clean) (release) (start)

uname -a (I would like to see) Linux raspberrypi 5.19.0-rc7-v8 #3 SMP PREEMPT Tue Jul 19 13:00:19 CEST 2022 aarch64 GNU/Linux

Logs

No response

Additional context

I would like for someone to tell me how to add the overlays to the actual kernel

xevilstar commented 2 years ago

the new version includes some gpio patches

popcornmix commented 2 years ago

The latest kernel is 5.19-rc7 (see https://github.com/raspberrypi/linux/blob/rpi-5.19.y/Makefile). But we don't provide 5.19 kernel pre-built - you have to build it yourself.

5.15 is the supported kernel for RPiOS.

xevilstar commented 2 years ago

why when I compiled it it gave me 5.19-rc4 ?

popcornmix commented 2 years ago

why when I compiled it it gave me 5.19-rc4 ?

You tell me. What do you see if you look at Makfile in root directory? I see:

VERSION = 5
PATCHLEVEL = 19
SUBLEVEL = 0
EXTRAVERSION = -rc7
xevilstar commented 2 years ago

Ok, I'll check it out.

On Tue, Jul 19, 2022 at 2:15 PM popcornmix @.***> wrote:

why when I compiled it it gave me 5.19-rc4 ?

You tell me. What do you see if you look at Makfile in root directory? I see:

VERSION = 5 PATCHLEVEL = 19 SUBLEVEL = 0 EXTRAVERSION = -rc7

— Reply to this email directly, view it on GitHub https://github.com/raspberrypi/linux/issues/5098#issuecomment-1188978138, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKTHVOZQ73FLJ3H5GB6VNDVU2L4RANCNFSM537VOM7Q . You are receiving this because you authored the thread.Message ID: @.***>

xevilstar commented 2 years ago

uname -a Linux raspberrypi 5.19.0-rc7-v8+ #1 SMP PREEMPT Tue Jul 19 14:43:47 CEST 2022 aarch64 GNU/Linux

done