# git rev-parse -q --verify 7203062171db6669f746d14148c4af76af619e74^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 7203062171db6669f746d14148c4af76af619e74^{commit} 7203062171db6669f746d14148c4af76af619e74 # git checkout -q -f -B kisskb 7203062171db6669f746d14148c4af76af619e74 # git clean -qxdf # < git log -1 # commit 7203062171db6669f746d14148c4af76af619e74 # Merge: dfdc1de64248 b31c41339f4f # Author: Linus Torvalds # Date: Mon Mar 28 13:00:51 2022 -0700 # # Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty # # Pull tty/serial driver updates from Greg KH: # "Here are the big set of tty and serial driver changes for 5.18-rc1. # # Nothing major, some more good cleanups from Jiri and 2 new serial # drivers. Highlights include: # # - termbits cleanups # # - export symbol cleanups and other core cleanups from Jiri Slaby # # - new sunplus and mvebu uart drivers (amazing that people are still # creating new uarts...) # # - samsung serial driver cleanups # # - ldisc 29 is now "reserved" for experimental/development line # disciplines # # - lots of other tiny fixes and cleanups to serial drivers and # bindings # # All of these have been in linux-next for a while with no reported # issues" # # * tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (104 commits) # vt_ioctl: fix potential spectre v1 in VT_DISALLOCATE # serial: 8250: fix XOFF/XON sending when DMA is used # tty: serial: samsung: Add ARTPEC-8 support # dt-bindings: serial: samsung: Add ARTPEC-8 UART # serial: sc16is7xx: Clear RS485 bits in the shutdown # tty: serial: samsung: simplify getting OF match data # tty: serial: samsung: constify variables and pointers # tty: serial: samsung: constify s3c24xx_serial_drv_data members # tty: serial: samsung: constify UART name # tty: serial: samsung: constify s3c24xx_serial_drv_data # tty: serial: samsung: reduce number of casts # tty: serial: samsung: embed s3c2410_uartcfg in parent structure # tty: serial: samsung: embed s3c24xx_uart_info in parent structure # serial: 8250_tegra: mark acpi_device_id as unused with !ACPI # tty: serial: bcm63xx: use more precise Kconfig symbol # serial: SERIAL_SUNPLUS should depend on ARCH_SUNPLUS # tty: serial: jsm: fix two assignments in if conditions # tty: serial: jsm: remove redundant assignments to variable linestatus # serial: 8250_mtk: make two read-only arrays static const # serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() # ... # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 7203062171db6669f746d14148c4af76af619e74 # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- warning: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum In file included from :0:0: In function 'ddr_perf_counter_enable.isra.11', inlined from 'ddr_perf_event_start' at /kisskb/src/drivers/perf/fsl_imx8_ddr_perf.c:497:2: /kisskb/src/include/linux/compiler_types.h:352:38: error: call to '__compiletime_assert_368' declared with attribute error: FIELD_PREP: mask is not constant _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:333:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler_types.h:352:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/bitfield.h:65:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \ ^ /kisskb/src/include/linux/bitfield.h:114:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^ /kisskb/src/drivers/perf/fsl_imx8_ddr_perf.c:430:10: note: in expansion of macro 'FIELD_PREP' val |= FIELD_PREP(CNTL_CSV_MASK, config); ^ In function 'ddr_perf_counter_enable.isra.11', inlined from 'ddr_perf_pmu_enable.part.13' at /kisskb/src/drivers/perf/fsl_imx8_ddr_perf.c:575:3, inlined from 'ddr_perf_pmu_enable': /kisskb/src/include/linux/compiler_types.h:352:38: error: call to '__compiletime_assert_368' declared with attribute error: FIELD_PREP: mask is not constant _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:333:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler_types.h:352:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/bitfield.h:65:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \ ^ /kisskb/src/include/linux/bitfield.h:114:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^ /kisskb/src/drivers/perf/fsl_imx8_ddr_perf.c:430:10: note: in expansion of macro 'FIELD_PREP' val |= FIELD_PREP(CNTL_CSV_MASK, config); ^ In function 'ddr_perf_counter_enable.isra.11', inlined from 'ddr_perf_irq_handler' at /kisskb/src/drivers/perf/fsl_imx8_ddr_perf.c:651:2: /kisskb/src/include/linux/compiler_types.h:352:38: error: call to '__compiletime_assert_368' declared with attribute error: FIELD_PREP: mask is not constant _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:333:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler_types.h:352:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/bitfield.h:65:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \ ^ /kisskb/src/include/linux/bitfield.h:114:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^ /kisskb/src/drivers/perf/fsl_imx8_ddr_perf.c:430:10: note: in expansion of macro 'FIELD_PREP' val |= FIELD_PREP(CNTL_CSV_MASK, config); ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:289: drivers/perf/fsl_imx8_ddr_perf.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:551: drivers/perf] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1830: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:01:35.398618