# git rev-parse -q --verify 20cf903a0c407cef19300e5c85a03c82593bde36^{commit} 20cf903a0c407cef19300e5c85a03c82593bde36 already have revision, skipping fetch # git checkout -q -f -B kisskb 20cf903a0c407cef19300e5c85a03c82593bde36 # git clean -qxdf # < git log -1 # commit 20cf903a0c407cef19300e5c85a03c82593bde36 # Merge: c993e07be023 12907efde6ad # Author: Linus Torvalds # Date: Sat Aug 6 11:09:55 2022 -0700 # # Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm # # Pull more device mapper updates from Mike Snitzer: # # - Add flags argument to dm_bufio_client_create and introduce # DM_BUFIO_CLIENT_NO_SLEEP flag to have dm-bufio use spinlock rather # than mutex for its locking. # # - Add optional "try_verify_in_tasklet" feature to DM verity target. # This feature gives users the option to improve IO latency by using a # tasklet to verify, using hashes in bufio's cache, rather than wait to # schedule a work item via workqueue. But if there is a bufio cache # miss, or an error, then the tasklet will fallback to using workqueue. # # - Incremental changes to both dm-bufio and the DM verity target to use # jump_label to minimize cost of branching associated with the niche # "try_verify_in_tasklet" feature. DM-bufio in particular is used by # quite a few other DM targets so it doesn't make sense to incur # additional bufio cost in those targets purely for the benefit of this # niche verity feature if the feature isn't ever used. # # - Optimize verity_verify_io, which is used by both workqueue and # tasklet based verification, if FEC is not configured or tasklet based # verification isn't used. # # - Remove DM verity target's verify_wq's use of the WQ_CPU_INTENSIVE # flag since it uses WQ_UNBOUND. Also, use the WQ_HIGHPRI flag if # "try_verify_in_tasklet" is specified. # # * tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: # dm verity: have verify_wq use WQ_HIGHPRI if "try_verify_in_tasklet" # dm verity: remove WQ_CPU_INTENSIVE flag since using WQ_UNBOUND # dm verity: only copy bvec_iter in verity_verify_io if in_tasklet # dm verity: optimize verity_verify_io if FEC not configured # dm verity: conditionally enable branching for "try_verify_in_tasklet" # dm bufio: conditionally enable branching for DM_BUFIO_CLIENT_NO_SLEEP # dm verity: allow optional args to alter primary args handling # dm verity: Add optional "try_verify_in_tasklet" feature # dm bufio: Add DM_BUFIO_CLIENT_NO_SLEEP flag # dm bufio: Add flags argument to dm_bufio_client_create # < /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 20cf903a0c407cef19300e5c85a03c82593bde36 # < 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:14005: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[2]: *** Waiting for unfinished jobs.... 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:26.900727