# git rev-parse -q --verify 58a0228707870c8330917f919804986855443a19^{commit} 58a0228707870c8330917f919804986855443a19 already have revision, skipping fetch # git checkout -q -f -B kisskb 58a0228707870c8330917f919804986855443a19 # git clean -qxdf # < git log -1 # commit 58a0228707870c8330917f919804986855443a19 # Merge: 12dd08fa954f 0a1875ad29ef # Author: Linus Torvalds # Date: Tue Oct 23 10:33:16 2018 +0100 # # Merge tag 'acpi-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm # # Pull ACPI updates from Rafael Wysocki: # "These fix ACPICA issues related to the handling of module-level AML, # fix an ordering issue during ACPI initialization, update ACPICA to # upstream revision 20181003 (including fixes mostly), fix issues with # system-wide suspend/resume related to the ACPI driver for Intel SoCs # (LPSS), fix device enumeration issues on boards with Dollar Cove or # Whiskey Cove Intel PMICs, prevent ACPICA from calling ktime_get() in # unsuitable conditions, update a few drivers and clean up some code in # several places. # # Specifics: # # - Fix ACPICA issues related to the handling of module-level AML and # make the ACPI initialization code parse ECDT before loading the # definition block tables (Erik Schmauss). # # - Update ACPICA to upstream revision 20181003 including fixes related # to the ill-defined "generic serial bus" and the handling of the # _REG object (Bob Moore). # # - Fix some issues with system-wide suspend/resume on Intel BYT/CHT # related to the handling of I2C controllers in the ACPI LPSS driver # for Intel SoCs (Hans de Goede). # # - Modify the ACPI namespace scanning code to enumerate INT33FE HID # devices as platform devices with I2C resources to avoid device # enumeration problems on boards with Dollar Cove or Whiskey Cove # Intel PMICs (Hans de Goede). # # - Prevent ACPICA from using ktime_get() during early resume from # system-wide suspend before resuming the timekeeping which generally # is unsafe and triggers a warning from the timekeeping code (Bart # Van Assche). # # - Add low-level real time clock support to the ACPI Time and Aalarm # Device (TAD) driver (Rafael Wysocki). # # - Fix the ACPI SBS driver to avoid GPE storms on MacBook Pro and # Oopses when removing modules (Ronald Tschalär). # # - Fix the ACPI PPTT parsing code to handle architecturally unknown # cache types properly (Jeffrey Hugo). # # - Fix initialization issue in the ACPI processor driver (Dou Liyang). # # - Clean up the code in several places (Andy Shevchenko, Bartlomiej # Zolnierkiewicz, David Arcari, zhong jiang)" # # * tag 'acpi-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (33 commits) # ACPI / scan: Create platform device for INT33FE ACPI nodes # ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer() # ACPI: probe ECDT before loading AML tables regardless of module-level code flag # ACPICA: Remove acpi_gbl_group_module_level_code and only use acpi_gbl_execute_tables_as_methods instead # ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended opcodes # ACPICA: AML interpreter: add region addresses in global list during initialization # ACPI: TAD: Add low-level support for real time capability # ACPI: remove redundant 'default n' from Kconfig # ACPI / SBS: Fix rare oops when removing modules # ACPI / SBS: Fix GPE storm on recent MacBookPro's # ACPI/PPTT: Handle architecturally unknown cache types # drivers: base: cacheinfo: Do not populate sysfs for unknown cache types # ACPICA: Update version to 20181003 # ACPICA: Never run _REG on system_memory and system_IO # ACPICA: Split large interpreter file # ACPICA: Update for field unit access # ACPICA: Rename some of the Field Attribute defines # ACPICA: Update for generic_serial_bus and attrib_raw_process_bytes protocol # ACPI / processor: Fix the return value of acpi_processor_ids_walk() # ACPI / LPSS: Resume BYT/CHT I2C controllers from resume_noirq # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < git log --format=%s --max-count=1 58a0228707870c8330917f919804986855443a19 # < make -s -j 80 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allyesconfig # make -s -j 80 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_hexdump.c: In function 'test_hexdump_prepare_test.isra.0': /kisskb/src/lib/test_hexdump.c:102:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(p, q, amount); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_hexdump.c:100:19: note: length computed here size_t amount = strlen(q); ^~~~~~~~~ /kisskb/src/drivers/input/joystick/analog.c:172:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ /kisskb/src/net/tipc/topsrv.c: In function 'tipc_topsrv_start': /kisskb/src/net/tipc/topsrv.c:660:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(srv->name, name, strlen(name) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/tipc/topsrv.c:660:27: note: length computed here strncpy(srv->name, name, strlen(name) + 1); ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ret == -EOPNOTSUPP) ^ /kisskb/src/drivers/mtd/nand/raw/qcom_nandc.c:153: warning: "PAGE_READ" redefined #define PAGE_READ 0x2 In file included from /kisskb/src/include/linux/memremap.h:7, from /kisskb/src/include/linux/mm.h:27, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-mapping.h:11, from /kisskb/src/drivers/mtd/nand/raw/qcom_nandc.c:17: /kisskb/src/arch/nds32/include/asm/pgtable.h:145: note: this is the location of the previous definition #define PAGE_READ __pgprot(_PAGE_V | _PAGE_M_UR_KR) WARNING: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: drivers/usb/storage/ene_ub6250.o: in function `ene_load_bincode': ene_ub6250.c:(.text+0x284): relocation truncated to fit: R_NDS32_9_PCREL_RELA against `.text' make[1]: *** [/kisskb/src/Makefile:1028: vmlinux] Error 1 make: *** [Makefile:146: sub-make] Error 2 Command 'make -s -j 80 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_nds32-allyesconfig_nds32le # Build took: 0:09:08.109690