# git rev-parse -q --verify 614cb5894306cfa2c7d9b6168182876ff5948735^{commit} 614cb5894306cfa2c7d9b6168182876ff5948735 already have revision, skipping fetch # git checkout -q -f -B kisskb 614cb5894306cfa2c7d9b6168182876ff5948735 # git clean -qxdf # < git log -1 # commit 614cb5894306cfa2c7d9b6168182876ff5948735 # Merge: 4960821a4d80 538fcf57aaee # Author: Linus Torvalds # Date: Tue Dec 22 14:19:21 2020 -0800 # # Merge tag 'acpi-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm # # Pull more ACPI updates from Rafael Wysocki: # "These make the ACPI enumeration of devices take _DEP information into # account more aggressively, fix device IDs matching in the ACPI part of # the PNP devices framework and update the ACPI code related to # suspend-to-idle to take systems based on AMD hardware into account # properly. # # Specifics: # # - Modify the ACPI device enumeration code to defer the enumeration of # devices with an _HID whose lists of operation region dependencies # returned by _DEP are not empty after eliminating the entries # representing known-benign dependencies from them (Rafael Wysocki, # Hans de Goede). # # - Make the ACPI PNP code mathing device IDs also take the length of # the given ID string into account (Hui Wang). # # - Add AMD systems support to the ACPI code handling suspend-to-idle # via the PNP0D80 (System Power Management Controller) device _DSM # interface (Shyam Sundar). # # - Move the suspend-to-idle handling code related to the PNP0D80 # device _DSM interface, which is x86-specific, to a separate file in # the x86/ subdirectory (Rafael Wysocki)" # # * tag 'acpi-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: # ACPI: PM: s2idle: Move x86-specific code to the x86 directory # ACPI: scan: Add Intel Baytrail Mailbox Device to acpi_ignore_dep_ids # ACPI: scan: Avoid unnecessary second pass in acpi_bus_scan() # ACPI: scan: Defer enumeration of devices with _DEP lists # ACPI: scan: Evaluate _DEP before adding the device # ACPI: PM: s2idle: Add AMD support to handle _DSM # ACPI: PNP: compare the string length in the matching_id() # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 614cb5894306cfa2c7d9b6168182876ff5948735 # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:10:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ cc1: fatal error: opening output file arch/powerpc/boot/dts/fsl/.mpc8540ads.dtb.dts.tmp: No such file or directory compilation terminated. make[2]: *** [scripts/Makefile.lib:328: arch/powerpc/boot/dts/fsl/mpc8540ads.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [arch/powerpc/Makefile:293: zImage] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:03:55.483565