tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing branch HEAD: 71404f653cf7858fdbb81dd5419a8a4ac4ffa20c mxser: make use of UART_LCR_WLEN() + tty_get_char_size() Error/Warning reports: https://lore.kernel.org/linux-serial/202202260105.p77piygB-lkp@xxxxxxxxx https://lore.kernel.org/linux-serial/202202262312.11J4P9pP-lkp@xxxxxxxxx https://lore.kernel.org/linux-serial/202202262328.Ss3brmL4-lkp@xxxxxxxxx https://lore.kernel.org/linux-serial/202202270135.XFr12qec-lkp@xxxxxxxxx Error/Warning in current branch: drivers/mmc/core/sdio_uart.c:253:16: error: implicit declaration of function 'UART_LCR_WLEN'; did you mean 'UART_LCR_WLEN5'? [-Werror=implicit-function-declaration] drivers/mmc/core/sdio_uart.c:253:16: error: implicit declaration of function 'UART_LCR_WLEN'; did you mean 'UART_LCR_WLEN6'? [-Werror=implicit-function-declaration] drivers/mmc/core/sdio_uart.c:253:16: error: implicit declaration of function 'UART_LCR_WLEN'; did you mean 'UART_LCR_WLEN7'? [-Werror=implicit-function-declaration] drivers/mmc/core/sdio_uart.c:253:9: error: implicit declaration of function 'UART_LCR_WLEN'; did you mean 'UART_LCR_WLEN5'? [-Werror=implicit-function-declaration] drivers/mmc/core/sdio_uart.c:253:9: error: implicit declaration of function 'UART_LCR_WLEN'; did you mean 'UART_LCR_WLEN6'? [-Werror=implicit-function-declaration] drivers/tty/serial/sunplus-uart.c:574:28: error: 'sunplus_uart_console' undeclared here (not in a function); did you mean 'sunplus_uart_ops'? meson_uart.c:(.text+0x24e): undefined reference to `__clk_get_name' meson_uart.c:(.text+0x750): undefined reference to `__clk_get_name' meson_uart.c:(.text+0xc64): undefined reference to `__clk_get_name' s390-linux-ld: meson_uart.c:(.text+0xc80): undefined reference to `devm_clk_hw_register_fixed_factor' s390-linux-ld: meson_uart.c:(.text+0xd00): undefined reference to `__clk_get_name' s390-linux-ld: meson_uart.c:(.text+0xd68): undefined reference to `__devm_clk_hw_register_divider' s390-linux-ld: meson_uart.c:(.text+0xe80): undefined reference to `__devm_clk_hw_register_mux' s390-linux-ld: meson_uart.c:(.text+0xe94): undefined reference to `clk_hw_get_rate' s390-linux-ld: meson_uart.c:(.text+0xf12): undefined reference to `clk_hw_get_name' sh4-linux-ld: meson_uart.c:(.text+0x748): undefined reference to `devm_clk_hw_register_fixed_factor' sh4-linux-ld: meson_uart.c:(.text+0x754): undefined reference to `__devm_clk_hw_register_divider' sh4-linux-ld: meson_uart.c:(.text+0x760): undefined reference to `__devm_clk_hw_register_mux' sh4-linux-ld: meson_uart.c:(.text+0x764): undefined reference to `clk_hw_get_rate' sh4-linux-ld: meson_uart.c:(.text+0x76c): undefined reference to `clk_hw_get_name' possible Error/Warning in current branch (please contact us if interested): (.text+0x3dc): undefined reference to `__clk_get_name' drivers/mmc/core/sdio_uart.c:253:9: error: implicit declaration of function 'UART_LCR_WLEN' [-Werror,-Wimplicit-function-declaration] drivers/tty/serial/meson_uart.c:832 meson_uart_probe() warn: 'pclk' not released on lines: 779,785,790,794,799. hppa-linux-ld: (.text+0x400): undefined reference to `devm_clk_hw_register_fixed_factor' hppa-linux-ld: (.text+0x448): undefined reference to `__clk_get_name' hppa-linux-ld: (.text+0x4a0): undefined reference to `__devm_clk_hw_register_divider' hppa-linux-ld: (.text+0x54c): undefined reference to `__devm_clk_hw_register_mux' hppa-linux-ld: (.text+0x564): undefined reference to `clk_hw_get_rate' hppa-linux-ld: (.text+0x5a0): undefined reference to `clk_hw_get_name' m68k-linux-ld: meson_uart.c:(.text+0x26c): undefined reference to `devm_clk_hw_register_fixed_factor' m68k-linux-ld: meson_uart.c:(.text+0x2e4): undefined reference to `__devm_clk_hw_register_divider' m68k-linux-ld: meson_uart.c:(.text+0x368): undefined reference to `__devm_clk_hw_register_mux' m68k-linux-ld: meson_uart.c:(.text+0x37e): undefined reference to `clk_hw_get_rate' m68k-linux-ld: meson_uart.c:(.text+0x3bc): undefined reference to `clk_hw_get_name' Error/Warning ids grouped by kconfigs: gcc_recent_errors |-- arc-randconfig-m031-20220226 | `-- drivers-tty-serial-meson_uart.c-meson_uart_probe()-warn:pclk-not-released-on-lines:. |-- arm-randconfig-c002-20220225 | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- m68k-randconfig-r013-20220225 | |-- m68k-linux-ld:meson_uart.c:(.text):undefined-reference-to-__devm_clk_hw_register_divider | |-- m68k-linux-ld:meson_uart.c:(.text):undefined-reference-to-__devm_clk_hw_register_mux | |-- m68k-linux-ld:meson_uart.c:(.text):undefined-reference-to-clk_hw_get_name | |-- m68k-linux-ld:meson_uart.c:(.text):undefined-reference-to-clk_hw_get_rate | |-- m68k-linux-ld:meson_uart.c:(.text):undefined-reference-to-devm_clk_hw_register_fixed_factor | `-- meson_uart.c:(.text):undefined-reference-to-__clk_get_name |-- mips-randconfig-c023-20220227 | `-- drivers-tty-serial-sunplus-uart.c:error:sunplus_uart_console-undeclared-here-(not-in-a-function) |-- nds32-randconfig-r013-20220226 | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- parisc-buildonly-randconfig-r002-20220227 | `-- drivers-tty-serial-sunplus-uart.c:error:sunplus_uart_console-undeclared-here-(not-in-a-function) |-- parisc-randconfig-r011-20220226 | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- parisc-randconfig-r015-20220226 | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- parisc-randconfig-r031-20220225 | |-- (.text):undefined-reference-to-__clk_get_name | |-- hppa-linux-ld:(.text):undefined-reference-to-__clk_get_name | |-- hppa-linux-ld:(.text):undefined-reference-to-__devm_clk_hw_register_divider | |-- hppa-linux-ld:(.text):undefined-reference-to-__devm_clk_hw_register_mux | |-- hppa-linux-ld:(.text):undefined-reference-to-clk_hw_get_name | |-- hppa-linux-ld:(.text):undefined-reference-to-clk_hw_get_rate | `-- hppa-linux-ld:(.text):undefined-reference-to-devm_clk_hw_register_fixed_factor |-- parisc64-allmodconfig | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- riscv-allmodconfig | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- s390-allyesconfig | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- s390-randconfig-p002-20220226 | |-- meson_uart.c:(.text):undefined-reference-to-__clk_get_name | |-- s390-linux-ld:meson_uart.c:(.text):undefined-reference-to-__clk_get_name | |-- s390-linux-ld:meson_uart.c:(.text):undefined-reference-to-__devm_clk_hw_register_divider | |-- s390-linux-ld:meson_uart.c:(.text):undefined-reference-to-__devm_clk_hw_register_mux | |-- s390-linux-ld:meson_uart.c:(.text):undefined-reference-to-clk_hw_get_name | |-- s390-linux-ld:meson_uart.c:(.text):undefined-reference-to-clk_hw_get_rate | `-- s390-linux-ld:meson_uart.c:(.text):undefined-reference-to-devm_clk_hw_register_fixed_factor |-- sh-allmodconfig | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- sh-randconfig-r011-20220225 | |-- meson_uart.c:(.text):undefined-reference-to-__clk_get_name | |-- sh4-linux-ld:meson_uart.c:(.text):undefined-reference-to-__devm_clk_hw_register_divider | |-- sh4-linux-ld:meson_uart.c:(.text):undefined-reference-to-__devm_clk_hw_register_mux | |-- sh4-linux-ld:meson_uart.c:(.text):undefined-reference-to-clk_hw_get_name | |-- sh4-linux-ld:meson_uart.c:(.text):undefined-reference-to-clk_hw_get_rate | `-- sh4-linux-ld:meson_uart.c:(.text):undefined-reference-to-devm_clk_hw_register_fixed_factor |-- x86_64-allmodconfig | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- x86_64-allyesconfig | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN |-- x86_64-randconfig-a011 | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN `-- xtensa-allyesconfig `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN clang_recent_errors |-- x86_64-randconfig-a012 | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN-Werror-Wimplicit-function-declaration |-- x86_64-randconfig-a014 | `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN-Werror-Wimplicit-function-declaration `-- x86_64-randconfig-a016 `-- drivers-mmc-core-sdio_uart.c:error:implicit-declaration-of-function-UART_LCR_WLEN-Werror-Wimplicit-function-declaration elapsed time: 722m configs tested: 118 configs skipped: 4 gcc tested configs: arm defconfig arm64 allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig i386 randconfig-c001 powerpc tqm8548_defconfig arc axs101_defconfig powerpc ppc40x_defconfig sh se7712_defconfig xtensa virt_defconfig arm multi_v7_defconfig sh landisk_defconfig powerpc pcm030_defconfig mips db1xxx_defconfig powerpc klondike_defconfig mips allyesconfig m68k m5272c3_defconfig s390 zfcpdump_defconfig powerpc tqm8xx_defconfig mips vocore2_defconfig arm trizeps4_defconfig arm corgi_defconfig m68k m5275evb_defconfig mips decstation_r4k_defconfig powerpc ep8248e_defconfig arm tegra_defconfig sh lboxre2_defconfig sh polaris_defconfig arc haps_hs_defconfig powerpc ppc64_defconfig arm gemini_defconfig mips maltaup_xpa_defconfig mips loongson3_defconfig mips rt305x_defconfig powerpc motionpro_defconfig arm viper_defconfig sh sh7757lcr_defconfig m68k multi_defconfig m68k m5249evb_defconfig arm randconfig-c002-20220225 arm randconfig-c002-20220226 ia64 allmodconfig ia64 defconfig ia64 allyesconfig m68k allmodconfig m68k defconfig m68k allyesconfig nds32 defconfig nios2 allyesconfig csky defconfig alpha defconfig alpha allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig xtensa allyesconfig h8300 allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc64 defconfig parisc allyesconfig s390 defconfig i386 allyesconfig sparc allyesconfig sparc defconfig i386 defconfig i386 debian-10.3-kselftests i386 debian-10.3 mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a006 x86_64 randconfig-a004 x86_64 randconfig-a002 x86_64 randconfig-a013 x86_64 randconfig-a011 x86_64 randconfig-a015 riscv nommu_k210_defconfig riscv allyesconfig riscv nommu_virt_defconfig riscv allnoconfig riscv defconfig riscv rv32_defconfig riscv allmodconfig x86_64 rhel-8.3-kselftests um i386_defconfig um x86_64_defconfig x86_64 allyesconfig x86_64 defconfig x86_64 rhel-8.3 x86_64 rhel-8.3-func x86_64 kexec clang tested configs: mips mtx1_defconfig powerpc ppa8548_defconfig arm mainstone_defconfig powerpc lite5200b_defconfig riscv nommu_virt_defconfig i386 randconfig-a002 i386 randconfig-a006 i386 randconfig-a004 x86_64 randconfig-a012 x86_64 randconfig-a014 x86_64 randconfig-a016 i386 randconfig-a011 i386 randconfig-a013 i386 randconfig-a015 hexagon randconfig-r045-20220226 hexagon randconfig-r045-20220225 hexagon randconfig-r041-20220226 hexagon randconfig-r041-20220225 riscv randconfig-r042-20220225 hexagon randconfig-r045-20220227 hexagon randconfig-r041-20220227 riscv randconfig-r042-20220227 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx