linux-postmarketos-qcom-msm8974: upgrade to 5.14.14
Last update for 5.14 kernel, next one will be 5.15
Kernel config cleanup:
- enable various USB peripherals support, per user requests:
- usb webcams (uvcvideo) [m]
- usb ethernet adapters [m]
- remove support for various TV tuners and DVB cards - faster builds and less size maybe :)
- enable few filesystem drivers [m], like iso9660, exFAT, ntfs
- enable kernel automounter, to use with nfs mounts (autofs, [m])
- disable
CONFIG_ARM_CPUIDLE
, which gets rid of annoying message during boot:/cpus/cpu@0: unsupported enable-method property: qcom,kpss-acc-v2
. Cpuidle is handled by another driver, which is still enabled:CONFIG_ARM_QCOM_SPM_CPUIDLE
I've tested upgrade procedure and rebooting afterwards - works fine on klte & hammerhead, no regressions expected for minor version upgrade.
$ sudo apk upgrade -i
The following packages will be upgraded:
linux-postmarketos-qcom-msm8974 libmagic file
After this operation, 1172 KiB of disk space will be freed.
Do you want to continue [Y/n]? y
(1/3) Upgrading linux-postmarketos-qcom-msm8974 (5.14.2-r1 -> 5.14.14-r0)
(2/3) Upgrading libmagic (5.40-r1 -> 5.41-r0)
(3/3) Upgrading file (5.40-r1 -> 5.41-r0)
Executing busybox-1.34.1-r1.trigger
Executing postmarketos-mkinitfs-1.1.1-r0.trigger
2021/10/21 19:12:28 Generating for kernel version: 5.14.14-postmarketos-qcom-msm8974
2021/10/21 19:12:28 Output directory: /boot
2021/10/21 19:12:28 == Generating initramfs ==
2021/10/21 19:12:28 - Including hook scripts
2021/10/21 19:12:28 - Including required binaries
2021/10/21 19:12:28 - Including kernel modules
2021/10/21 19:12:28 - Including splash images
2021/10/21 19:12:28 - Writing and verifying initramfs archive
2021/10/21 19:12:28 == Generating initramfs extra ==
2021/10/21 19:12:28 - Including extra binaries
2021/10/21 19:12:28 - *NOT* including FDE support
2021/10/21 19:12:28 - Writing and verifying initramfs-extra archive
2021/10/21 19:12:28 == Using boot-deploy to finalize/install files ==
==> kernel: device-tree blob operations
==> kernel: appending device-tree qcom-msm8974-samsung-klte
==> initramfs: creating boot.img
==> initramfs: appending 'SEANDROIDENFORCE' to boot.img
==> Checking free space at /boot
... OK!
==> Installing: /boot/initramfs
==> Installing: /boot/vmlinuz
==> Installing: /boot/initramfs-extra
==> Installing: /boot/vmlinuz-dtb
==> Installing: /boot/boot.img
2021/10/21 19:12:33 mkinitfs completed in: 5.29326822s
OK: 761 MiB in 460 packages
P.S. 5.15-rc branch is ready, it works too, but why hurry? when 5.15(.1) is released - switching to it will be fast ;)
Edited by Administrator