Tags: CoreELEC/linux-amlogic
Tags
block: mount partitions only from MPT if exists fix Android 14 GPT eMMC partitions and Linux 5.15.137 this one is ok [ 1.625916] mmc0: new HS400 MMC card at address 0001 this one is too much [ 1.647094] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 and adding partitions from MPT fails because they are already mounted as /dev/mmcblk0p* [ 1.657048] [mmcblk0p01] reserved offset 0x000002400000, size 0x000004000000 add fail [ 1.657056] [mmcblk0p02] cache offset 0x000006c00000, size 0x00000b500000 add fail [ 1.657062] [mmcblk0p03] env offset 0x000012900000, size 0x000000800000 add fail
CFI: add dummy __ubsan_handle_cfi_check_fail_abort when CONFIG_CFI_PE… …RMISSIVE is enabled When '-fsanitize-recover=cfi' is used a dummy is need for modules compiled without CONFIG_CFI_PERMISSIVE (copied from Android).
ARM: 8933/1: replace Sun/Solaris style flag on section directive It looks like a section directive was using "Solaris style" to declare the section flags. Replace this with the GNU style so that Clang's integrated assembler can assemble this directive. The modified instances were identified via: $ ag \.section | grep # Link: https://ftp.gnu.org/old-gnu/Manuals/gas-2.9.1/html_chapter/as_7.html#SEC119 Link: ClangBuiltLinux/linux#744 Link: https://bugs.llvm.org/show_bug.cgi?id=43759 Link: https://reviews.llvm.org/D69296 Acked-by: Nicolas Pitre <nico@fluxnic.net> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Suggested-by: Fangrui Song <maskray@google.com> Suggested-by: Jian Cai <jiancai@google.com> Suggested-by: Peter Smith <peter.smith@linaro.org> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
meson-ir: make IR register backup and restore on resume of suspend Some BL30 blob do change the hardware IR decoder register on suspend.
fdt: filter new line chars from bootargs Some Android versions screw up cmdline string by wrong line ending. So programs like systemd stop parsing too early. This can lead to log messages printed on screen because of missed parameters.
PreviousNext