# git rev-parse -q --verify eb6a9339efeb6f3d2b5c86fdf2382cdc293eca2c^{commit} eb6a9339efeb6f3d2b5c86fdf2382cdc293eca2c already have revision, skipping fetch # git checkout -q -f -B kisskb eb6a9339efeb6f3d2b5c86fdf2382cdc293eca2c # git clean -qxdf # < git log -1 # commit eb6a9339efeb6f3d2b5c86fdf2382cdc293eca2c # Merge: 16dbfae867cd 5cbcb62dddf5 # Author: Linus Torvalds # Date: Sun May 19 14:02:03 2024 -0700 # # Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm # # Pull non-mm updates from Andrew Morton: # "Mainly singleton patches, documented in their respective changelogs. # Notable series include: # # - Some maintenance and performance work for ocfs2 in Heming Zhao's # series "improve write IO performance when fragmentation is high". # # - Some ocfs2 bugfixes from Su Yue in the series "ocfs2 bugs fixes # exposed by fstests". # # - kfifo header rework from Andy Shevchenko in the series "kfifo: # Clean up kfifo.h". # # - GDB script fixes from Florian Rommel in the series "scripts/gdb: # Fixes for $lx_current and $lx_per_cpu". # # - After much discussion, a coding-style update from Barry Song # explaining one reason why inline functions are preferred over # macros. The series is "codingstyle: avoid unused parameters for a # function-like macro"" # # * tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (62 commits) # fs/proc: fix softlockup in __read_vmcore # nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON() # scripts: checkpatch: check unused parameters for function-like macro # Documentation: coding-style: ask function-like macros to evaluate parameters # nilfs2: use __field_struct() for a bitwise field # selftests/kcmp: remove unused open mode # nilfs2: remove calls to folio_set_error() and folio_clear_error() # kernel/watchdog_perf.c: tidy up kerneldoc # watchdog: allow nmi watchdog to use raw perf event # watchdog: handle comma separated nmi_watchdog command line # nilfs2: make superblock data array index computation sparse friendly # squashfs: remove calls to set the folio error flag # squashfs: convert squashfs_symlink_read_folio to use folio APIs # scripts/gdb: fix detection of current CPU in KGDB # scripts/gdb: make get_thread_info accept pointers # scripts/gdb: fix parameter handling in $lx_per_cpu # scripts/gdb: fix failing KGDB detection during probe # kfifo: don't use "proxy" headers # media: stih-cec: add missing io.h # media: rc: add missing io.h # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 eb6a9339efeb6f3d2b5c86fdf2382cdc293eca2c # make -s -j 160 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 160 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 160 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_mthd': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:161:9: error: 'memcpy' accessing 4294967264 or more bytes at offsets 0 and 32 overlaps 6442450881 bytes at offset -2147483617 [-Werror=restrict] 161 | memcpy(data, args->mthd.data, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:298:17: error: 'memcpy' accessing 4294967240 or more bytes at offsets 0 and 56 overlaps 6442450833 bytes at offset -2147483593 [-Werror=restrict] 298 | memcpy(data, args->new.data, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[7]: *** [/kisskb/src/scripts/Makefile.build:244: drivers/gpu/drm/nouveau/nvif/object.o] Error 1 make[6]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu/drm/nouveau] Error 2 make[6]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/kernel.h:31, from /kisskb/src/arch/parisc/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/alloc_tag.h:8, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c:10: /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c: In function 'mpi3mr_sas_port_add': /kisskb/src/include/linux/kern_levels.h:5:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] 5 | #define KERN_SOH "\001" /* ASCII Start Of Header */ | ^~~~~~ /kisskb/src/include/linux/printk.h:429:25: note: in definition of macro 'printk_index_wrap' 429 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~ /kisskb/src/include/linux/printk.h:510:9: note: in expansion of macro 'printk' 510 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~ /kisskb/src/include/linux/kern_levels.h:12:25: note: in expansion of macro 'KERN_SOH' 12 | #define KERN_WARNING KERN_SOH "4" /* warning conditions */ | ^~~~~~~~ /kisskb/src/include/linux/printk.h:510:16: note: in expansion of macro 'KERN_WARNING' 510 | printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_debug.h:46:9: note: in expansion of macro 'pr_warn' 46 | pr_warn("%s: " fmt, (ioc)->name, ##__VA_ARGS__) | ^~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_transport.c:1367:25: note: in expansion of macro 'ioc_warn' 1367 | ioc_warn(mrioc, "skipping port %u, max allowed value is %lu\n", | ^~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:244: drivers/scsi/mpi3mr/mpi3mr_transport.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/scsi/mpi3mr] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/scsi] Error 2 make[4]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu/drm] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1929: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 160 ARCH=parisc O=/kisskb/build/linus_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_parisc-gcc13 # Build took: 0:07:19.287534