Hello,
New build issue found on stable-rc/linux-5.15.y:
--- use of undeclared identifier 'MSM_UART_CR_CMD_RESET_RX' in drivers/tty/serial/msm_serial.o (drivers/tty/serial/msm_serial.c) [logspec:kbuild,kbuild.compiler.error] ---
- dashboard: https://d.kernelci.org/i/maestro:d95ff390762699864781d2727badc1f762a8695e - giturl: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git - commit HEAD: 7e1718e4648c8d93f1738a07033b83f2fd6b43e5
Log excerpt: ===================================================== drivers/tty/serial/msm_serial.c:1737:27: error: use of undeclared identifier 'MSM_UART_CR_CMD_RESET_RX' 1737 | msm_write(&device->port, MSM_UART_CR_CMD_RESET_RX, MSM_UART_CR); | ^ drivers/tty/serial/msm_serial.c:1737:53: error: use of undeclared identifier 'MSM_UART_CR' 1737 | msm_write(&device->port, MSM_UART_CR_CMD_RESET_RX, MSM_UART_CR); | ^ drivers/tty/serial/msm_serial.c:1738:27: error: use of undeclared identifier 'MSM_UART_CR_CMD_RESET_TX' 1738 | msm_write(&device->port, MSM_UART_CR_CMD_RESET_TX, MSM_UART_CR); | ^ drivers/tty/serial/msm_serial.c:1738:53: error: use of undeclared identifier 'MSM_UART_CR' 1738 | msm_write(&device->port, MSM_UART_CR_CMD_RESET_TX, MSM_UART_CR); | ^ drivers/tty/serial/msm_serial.c:1739:27: error: use of undeclared identifier 'MSM_UART_CR_TX_ENABLE' 1739 | msm_write(&device->port, MSM_UART_CR_TX_ENABLE, MSM_UART_CR); | ^ drivers/tty/serial/msm_serial.c:1739:50: error: use of undeclared identifier 'MSM_UART_CR' 1739 | msm_write(&device->port, MSM_UART_CR_TX_ENABLE, MSM_UART_CR); | ^ 6 errors generated.
=====================================================
# Builds where the incident occurred:
## defconfig+arm64-chromebook+kselftest on (arm64): - compiler: clang-17 - dashboard: https://d.kernelci.org/build/maestro:680fc0ab43948caad95c0eb7
#kernelci issue maestro:d95ff390762699864781d2727badc1f762a8695e
Reported-by: kernelci.org bot bot@kernelci.org
-- This is an experimental report format. Please send feedback in! Talk to us at kernelci@lists.linux.dev
Made with love by the KernelCI team - https://kernelci.org