# git rev-parse -q --verify 9d84bb40bcb30a7fa16f33baa967aeb9953dda78^{commit} 9d84bb40bcb30a7fa16f33baa967aeb9953dda78 already have revision, skipping fetch # git checkout -q -f -B kisskb 9d84bb40bcb30a7fa16f33baa967aeb9953dda78 # git clean -qxdf # < git log -1 # commit 9d84bb40bcb30a7fa16f33baa967aeb9953dda78 # Merge: 7c989b1da394 bafaf67c42f4 # Author: Linus Torvalds # Date: Fri Oct 7 09:47:47 2022 -0700 # # Merge tag 'drm-next-2022-10-07-1' of git://anongit.freedesktop.org/drm/drm # # Pull drm fix from Dave Airlie: # "This reverts the patch I found with rough bisection to instability # around fences and the oops I got from netconsole. # # sched: # - revert patch causing oopses" # # * tag 'drm-next-2022-10-07-1' of git://anongit.freedesktop.org/drm/drm: # Revert "drm/sched: Use parent fence instead of finished" # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 9d84bb40bcb30a7fa16f33baa967aeb9953dda78 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4974:warning: override: reassigning to symbol STANDALONE .config:4978:warning: override: reassigning to symbol PPC64 .config:4979:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4980:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4983:warning: override: reassigning to symbol GCC_PLUGINS .config:4986:warning: override: reassigning to symbol UBSAN # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/mm/book3s64/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/book3s64/slice.c:635:1: error: the frame size of 1040 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 635 | } | ^ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:250: arch/powerpc/mm/book3s64/slice.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:525: arch/powerpc/mm/book3s64] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:525: arch/powerpc/mm] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/fat/dir.c: In function 'fat_add_new_entries': /kisskb/src/fs/fat/dir.c:1279:1: error: the frame size of 1088 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 1279 | } | ^ /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:634:1: error: the frame size of 1104 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 634 | } | ^ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:552:1: error: the frame size of 1168 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 552 | } | ^ /kisskb/src/fs/fat/dir.c: In function 'fat_alloc_new_dir': /kisskb/src/fs/fat/dir.c:1195:1: error: the frame size of 1040 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 1195 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:250: fs/fat/fatent.o] Error 1 make[3]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:250: fs/fat/dir.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:525: fs/fat] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:409:1: error: the frame size of 1152 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 409 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:250: fs/ext4/readpage.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:525: fs/ext4] Error 2 make[1]: *** [/kisskb/src/Makefile:1995: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1995: arch/powerpc] Error 2 /kisskb/src/drivers/tty/serial/8250/8250_of.c: In function 'of_platform_serial_probe': /kisskb/src/drivers/tty/serial/8250/8250_of.c:258:1: error: the frame size of 1056 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 258 | } | ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:250: drivers/tty/serial/8250/8250_of.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/tty/serial/8250] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/tty/serial] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:525: drivers/tty] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1995: drivers] Error 2 make: *** [Makefile:231: __sub-make] Error 2 Command 'make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:02:04.171357