# git rev-parse -q --verify c8451c141e07a8d05693f6c8d0e418fbb4b68bb7^{commit} c8451c141e07a8d05693f6c8d0e418fbb4b68bb7 already have revision, skipping fetch # git checkout -q -f -B kisskb c8451c141e07a8d05693f6c8d0e418fbb4b68bb7 # git clean -qxdf # < git log -1 # commit c8451c141e07a8d05693f6c8d0e418fbb4b68bb7 # Merge: 262eef26e350 0948a9ef1d59 # Author: Linus Torvalds # Date: Fri Dec 30 10:47:25 2022 -0800 # # Merge tag 'acpi-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm # # Pull ACPI fixes from Rafael Wysocki: # "These are new ACPI IRQ override quirks, low-power S0 idle (S0ix) # support adjustments and ACPI backlight handling fixes, mostly for # platforms using AMD chips. # # Specifics: # # - Add ACPI IRQ override quirks for Asus ExpertBook B2502, Lenovo # 14ALC7, and XMG Core 15 (Hans de Goede, Adrian Freund, Erik # Schumacher). # # - Adjust ACPI video detection fallback path to prevent # non-operational ACPI backlight devices from being created on # systems where the native driver does not detect a suitable panel # (Mario Limonciello). # # - Fix Apple GMUX backlight detection (Hans de Goede). # # - Add a low-power S0 idle (S0ix) handling quirk for HP Elitebook 865 # and stop using AMD-specific low-power S0 idle code path for systems # with Rembrandt chips and newer (Mario Limonciello)" # # * tag 'acpi-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: # ACPI: x86: s2idle: Stop using AMD specific codepath for Rembrandt+ # ACPI: x86: s2idle: Force AMD GUID/_REV 2 on HP Elitebook 865 # ACPI: video: Fix Apple GMUX backlight detection # ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks # ACPI: resource: do IRQ override on Lenovo 14ALC7 # ACPI: resource: do IRQ override on XMG Core 15 # ACPI: video: Don't enable fallback path for creating ACPI backlight by default # drm/amd/display: Report to ACPI video if no panels were found # ACPI: video: Allow GPU drivers to report no panels # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 c8451c141e07a8d05693f6c8d0e418fbb4b68bb7 # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-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_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- 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/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/rcupdate.h:29, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/s390/kernel/setup.c:21: /kisskb/src/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_on': /kisskb/src/include/linux/fortify-string.h:57:33: error: '__builtin_memcpy' offset [0, 127] is out of the bounds [0, 0] [-Werror=array-bounds] 57 | #define __underlying_memcpy __builtin_memcpy | ^ /kisskb/src/include/linux/fortify-string.h:578:9: note: in expansion of macro '__underlying_memcpy' 578 | __underlying_##op(p, q, __fortify_size); \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/fortify-string.h:623:26: note: in expansion of macro '__fortify_memcpy_chk' 623 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/s390/kernel/setup.c:526:9: note: in expansion of macro 'memcpy' 526 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: arch/s390/kernel/setup.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:504: arch/s390/kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:504: arch/s390] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2008: .] Error 2 make: *** [Makefile:242: __sub-make] Error 2 Command 'make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_s390-allmodconfig_s390x-gcc11 # Build took: 0:11:57.840929