toltec icon indicating copy to clipboard operation
toltec copied to clipboard

package/linux-mainline: Bump to 5.19

Open alistair23 opened this issue 1 year ago • 1 comments

Bump from the 5.18 to the 5.19 kernel. No rM2 specific changes here, just keeping up to date with the Linux kernel

alistair23 avatar Aug 01 '22 07:08 alistair23

Could you please also change the commands to package the resulting kernel from

tar --owner root:0 --group root:0 --mtime=$timestamp \
    -cjf "$pkgdir"/opt/usr/share/kernelctl/"$archive" -C "$staging" .

to

(cd "$staging" && tar --owner root:0 --group root:0 --mtime=$timestamp \
    -cjf "$pkgdir"/opt/usr/share/kernelctl/"$archive" boot/* lib/modules/*)

Etn40ff avatar Aug 10 '22 20:08 Etn40ff

LGTM

Etn40ff avatar Aug 19 '22 17:08 Etn40ff

Ping!

alistair23 avatar Sep 07 '22 11:09 alistair23

Ping!

alistair23 avatar Sep 24 '22 22:09 alistair23

@Etn40ff Did you test this on device?

Eeems avatar Sep 26 '22 14:09 Eeems

@Etn40ff Did you test this on device?

Yes, back in August after the changes I asked for. If I remember correctly it worked as expected.

Etn40ff avatar Sep 26 '22 16:09 Etn40ff

@Etn40ff can you do a quick test on device since we've changed the package. I just need to know the following:

  • Install works fine and has the expected output
  • Using kernelctl to change the kernel to this, and then to something else works
  • Uninstall works fine

Eeems avatar Sep 26 '22 19:09 Eeems

All seems to be fine on my end. One last change that needs to happen is that postremove must be deleted. Other than that it has my green light.

Etn40ff avatar Sep 26 '22 21:09 Etn40ff

Tested again. LGTM

Etn40ff avatar Sep 26 '22 21:09 Etn40ff