# git rev-parse -q --verify 2baa85d6927d11b8d946da2e4ad00dddca5b8da2^{commit} 2baa85d6927d11b8d946da2e4ad00dddca5b8da2 already have revision, skipping fetch # git checkout -q -f -B kisskb 2baa85d6927d11b8d946da2e4ad00dddca5b8da2 # git clean -qxdf # < git log -1 # commit 2baa85d6927d11b8d946da2e4ad00dddca5b8da2 # Merge: 04084978003c db1da2f52ea5 # Author: Linus Torvalds # Date: Mon Aug 3 20:37:22 2020 -0700 # # Merge tag 'acpi-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm # # Pull ACPI updates from Rafael Wysocki: # "These eliminate significant AML processing overhead related to using # operation regions in system memory, update the ACPICA code in the # kernel to upstream revision 20200717 (including a fix to prevent # operation region reference counts from overflowing in some cases), # remove the last bits of the (long deprecated) ACPI procfs interface # and do some assorted cleanups. # # Specifics: # # - Eliminate significant AML processing overhead related to using # operation regions in system memory by reworking the management of # memory mappings in the ACPI code to defer unmap operations (to do # them outside of the ACPICA locks, among other things) and making # the memory operation reagion handler avoid releasing memory # mappings created by it too early (Rafael Wysocki). # # - Update the ACPICA code in the kernel to upstream revision 20200717: # # * Prevent operation region reference counts from overflowing in # some cases (Erik Kaneda). # # * Replace one-element array with flexible-array (Gustavo A. R. # Silva). # # - Fix ACPI PCI hotplug reference counting (Rafael Wysocki). # # - Drop last bits of the ACPI procfs interface (Thomas Renninger). # # - Drop some redundant checks from the code parsing ACPI tables # related to NUMA (Hanjun Guo). # # - Avoid redundant object evaluation in the ACPI device properties # handling code (Heikki Krogerus). # # - Avoid unecessary memory overhead related to storing the signatures # of the ACPI tables recognized by the kernel (Ard Biesheuvel). # # - Add missing newline characters when printing module parameter # values in some places (Xiongfeng Wang). # # - Update the link to the ACPI specifications in some places (Tiezhu # Yang). # # - Use the fallthrough pseudo-keyword in the ACPI code (Gustavo A. R. # Silva). # # - Drop redundant variable initialization from the APEI code (Colin # Ian King). # # - Drop uninitialized_var() from the ACPI PAD driver (Jason Yan). # # - Replace HTTP links with HTTPS ones in the ACPI code (Alexander A. # Klimov)" # # * tag 'acpi-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (22 commits) # ACPI: APEI: remove redundant assignment to variable rc # ACPI: NUMA: Remove the useless 'node >= MAX_NUMNODES' check # ACPI: NUMA: Remove the useless sub table pointer check # ACPI: tables: Remove the duplicated checks for acpi_parse_entries_array() # ACPICA: Update version to 20200717 # ACPICA: Do not increment operation_region reference counts for field units # ACPICA: Replace one-element array with flexible-array # ACPI: Replace HTTP links with HTTPS ones # ACPI: Use valid link to the ACPI specification # ACPI: OSL: Clean up the removal of unused memory mappings # ACPI: OSL: Use deferred unmapping in acpi_os_unmap_iomem() # ACPI: OSL: Use deferred unmapping in acpi_os_unmap_generic_address() # ACPICA: Preserve memory opregion mappings # ACPI: OSL: Implement deferred unmapping of ACPI memory # ACPI: Use fallthrough pseudo-keyword # PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context() # ACPI: tables: avoid relocations for table signature array # ACPI: PAD: Eliminate usage of uninitialized_var() macro # ACPI: sysfs: add newlines when printing module parameters # ACPI: EC: add newline when printing 'ec_event_clearing' module parameter # ... # < /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 2baa85d6927d11b8d946da2e4ad00dddca5b8da2 # < make -s -j 24 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 24 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 24 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 24 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:11: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)) ^ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc4f74) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6289955 Bytes = 6142.53 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290839 Bytes = 6143.40 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6291594 Bytes = 6144.13 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6289956 Bytes = 6142.54 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292026 Bytes = 6144.56 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6289987 Bytes = 6142.57 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290620 Bytes = 6143.18 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292149 Bytes = 6144.68 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292561 Bytes = 6145.08 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6258830 Bytes = 6112.14 KiB = 5.97 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290619 Bytes = 6143.18 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6289953 Bytes = 6142.53 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6289916 Bytes = 6142.50 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292113 Bytes = 6144.64 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6291565 Bytes = 6144.11 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g2baa85d6927d Created: Tue Aug 4 15:58:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6292146 Bytes = 6144.67 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:33.860369