Raspberry Pi Kernels (2.0)

I’d like to give it a point release or two until I move linux-rpi4-mainline to 6.0.

I guess it’s done already :wink: linux/Makefile at rpi-6.0.y · raspberrypi/linux · GitHub

Yeah. I’m thinking about it. In the meantime I just uploaded linux-rpi4-mainline 5.19.15. :slight_smile:

Thanks for the new kernel v6.0.1 ! :wink:

2 Likes

Rpi has 6.1 branch for test.

It does not seem to be ready yet. Missing some config options. Most noticeable is v3d/vc4 modules.

Added: They are aware of the config issue and are working on it.

https://github.com/raspberrypi/linux/issues/5213

Update:

The latest linux-rpi4-rc kernel packages has been pushed to the unstable branch when the mirrors sync. There was a tremendous amount of changes in the config file with this kernel upgrade. I hope I got everything. 216 additions and 162 deletions.

linux-rpi4-rc 6.1.rc1-1
linux-rpi4-rc-headers 6.1.rc1-1

thanks, but you forgot enable ‘CONFIG_LRU_GEN is not set’ for MGLRU?

I am not sure I have seen that module. New kernel built with it enabled and pushed to the unstable branch when the mirrors sync.

linux-rpi4-rc 6.1.rc1-2
linux-rpi4-rc-headers 6.1.rc1-2

thanks, MGLRU is one of 6.1 highlight.

1 Like

RPi upgraded linux-rpi4-mainline to 6.0.3 today. New kernel packages built and pushed to the unstable branch when the mirrors sync.

linux-rpi4-mainline 6.0.3-1
linux-rpi4-mainline-headers 6.0.3-1
1 Like

Thanks. Please feel free to contact me if you have any problems using MGLRU.

I’d greatly appreciate any feedback.

Thanks ! And I’m glad to see you back in business ! :wink: :champagne:

Thanks.

I moved back home a week ago from staying at my boys place. I soon found out I run out of steam fast. They told me one looses 3% of your muscle mass every day you lay in bed. I spent 3 weeks in the hospital CCU bed. I am unable to work with my computer for very long as my neck starts hurting. I hope things get better over time.

1 Like

Courage and good recovery !
You may have noticed that I took advantage of your absence to make @Strit a libcamera package but I have an excuse, since it is now a little more mature (v0.0.1) :wink:

Could you please think guys that you can provide 6.0.6 kernel version ?
rpi repo is up to date : linux/Makefile at rpi-6.0.y · raspberrypi/linux · GitHub
Thanks in advance.

5.15.76, 6.0.6 and 6.1-rc3 just uploaded to unstable branch.

1 Like

It’s seems like the commit was wrong for linux-rpi4-mainline 6.0.8 (it’s the linux-rpi4 branch)
229cc142097f091b7b8318805881f09989c6efd1 vs 46937443a928d407705747a54f6533b013ddbc4d

This one was the newest commit at the time the kernel was built, so that’s what was used.

pkgbase=linux-rpi4
_commit=46937443a928d407705747a54f6533b013ddbc4d
_srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi 4 64-bit kernel"
pkgver=5.15.78
pkgrel=1
arch=('aarch64')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
options=('!strip')
source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"


pkgbase=linux-rpi4-mainline
_commit=46937443a928d407705747a54f6533b013ddbc4d
_srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi 4 64-bit kernel"
pkgver=6.0.8
pkgrel=1
arch=('aarch64')
url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
options=('!strip')
source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"

Ah, I get what you mean. Fix coming up!

use correct commit (6beea478) · Commits · manjaro-arm / packages / core / linux-rpi4-mainline · GitLab should fix it!