# git rev-parse -q --verify 526942b8134cc34d25d27f95dfff98b8ce2f6fcd^{commit} 526942b8134cc34d25d27f95dfff98b8ce2f6fcd already have revision, skipping fetch # git checkout -q -f -B kisskb 526942b8134cc34d25d27f95dfff98b8ce2f6fcd # git clean -qxdf # < git log -1 # commit 526942b8134cc34d25d27f95dfff98b8ce2f6fcd # Merge: a39b5dbdd2bc b3b2bec9646e # Author: Linus Torvalds # Date: Wed Aug 3 15:26:04 2022 -0700 # # Merge tag 'ata-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata # # Pull ATA updates from Damien Le Moal: # # - Some code refactoring for the pata_hpt37x and pata_hpt3x2n drivers, # from Sergei. # # - Several patches to cleanup in libata-core, libata-scsi and libata-eh # code: fixes arguments and variables types, change some functions # declaration to static and fix for a typo in a comment. From Sergey # and Xiang. # # - Fix a compilation warning in the pata_macio driver, from me. # # - A fix for the expected number of resources in the sata_mv driver fix, # from Andrew. # # * tag 'ata-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata: # ata: sata_mv: Fixes expected number of resources now IRQs are gone # ata: libata-scsi: fix result type of ata_ioc32() # ata: pata_macio: Fix compilation warning # ata: libata-eh: fix sloppy result type of ata_internal_cmd_timeout() # ata: libata-core: fix sloppy parameter type in ata_exec_internal[_sg]() # ata: make ata_port::fastdrain_cnt *unsigned int* # ata: libata-eh: fix sloppy result type of ata_eh_nr_in_flight() # ata: libata-core: make ata_exec_internal_sg() *static* # ata: make transfer mode masks *unsigned int* # ata: libata-core: get rid of *else* branches in ata_id_n_sectors() # ata: libata-core: fix sloppy typing in ata_id_n_sectors() # ata: pata_hpt3x2n: pass base DPLL frequency to hpt3x2n_pci_clock() # ata: pata_hpt37x: merge hpt374_read_freq() to hpt37x_pci_clock() # ata: pata_hpt37x: factor out hpt37x_pci_clock() # ata: pata_hpt37x: move claculating PCI clock from hpt37x_clock_slot() # ata: libata: Fix syntax errors in comments # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 526942b8134cc34d25d27f95dfff98b8ce2f6fcd # < make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # < make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig .config:13916:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" In file included from /kisskb/src/include/linux/string.h:253, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/arch/mips/include/asm/processor.h:15, from /kisskb/src/arch/mips/include/asm/thread_info.h:16, from /kisskb/src/include/linux/thread_info.h:60, from /kisskb/src/include/asm-generic/current.h:5, from ./arch/mips/include/generated/asm/current.h:1, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/hwmon/lm90.c:99: In function '__fortify_strlen', inlined from 'strlcpy' at /kisskb/src/include/linux/fortify-string.h:159:10, inlined from 'lm90_detect' at /kisskb/src/drivers/hwmon/lm90.c:2550:2: /kisskb/src/include/linux/fortify-string.h:50:33: error: '__builtin_strlen' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread] 50 | #define __underlying_strlen __builtin_strlen | ^ /kisskb/src/include/linux/fortify-string.h:141:24: note: in expansion of macro '__underlying_strlen' 141 | return __underlying_strlen(p); | ^~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/hwmon/lm90.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/hwmon] Error 2 make[1]: *** [/kisskb/src/Makefile:1844: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_mips-allmodconfig_mips-gcc11 # Build took: 0:17:21.608810