Am 22.11.2017 um 04:25 schrieb Dominique Leuenberger:
==== kernel-source ==== Version update (4.13.12 -> 4.14.0) Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms
- Update to 4.14-final.
- commit c152297
- rpm/kernel-binary.spec.in: rename kGraft to KLP (fate#323682)
- commit 0ed191d
On the aarch64 based Pine64 board it has been observed that the updated dtb-allwinner package now requires the axp20x-regulator module in the initrd for using the MMC driver, and its parent module axp20x-rsb does not get loaded automatically even if added to the initrd.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/ar...
Workaround is to add to your /etc/dracut.conf.d/sunxi_modules.conf:
force_drivers+=" axp20x-rsb "
and (if after the update) to re-run dracut by, e.g., mkinitrd.
Without such an initrd change it will wait indefinitely for the root partition on SD card on next boot. Selecting an older kernel in GRUB will not help - only manually loading an older dtb in U-Boot can help (if e.g. you had multiversion enabled).
Regards, Andreas