# git rev-parse -q --verify abfbb29297c27e3f101f348dc9e467b0fe70f919^{commit} abfbb29297c27e3f101f348dc9e467b0fe70f919 already have revision, skipping fetch # git checkout -q -f -B kisskb abfbb29297c27e3f101f348dc9e467b0fe70f919 # git clean -qxdf # < git log -1 # commit abfbb29297c27e3f101f348dc9e467b0fe70f919 # Merge: d26a42a96140 7dcef3988eed # Author: Linus Torvalds # Date: Mon Jun 8 13:01:08 2020 -0700 # # Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc # # Pull remoteproc updates from Bjorn Andersson: # "This introduces device managed versions of functions used to register # remoteproc devices, add support for remoteproc driver specific # resource control, enables remoteproc drivers to specify ELF class and # machine for coredumps. It integrates pm_runtime in the core for # keeping resources active while the remote is booted and holds a wake # source while recoverying a remote processor after a firmware crash. # # It refactors the remoteproc device's allocation path to simplify the # logic, fix a few cleanup bugs and to not clone const strings onto the # heap. Debugfs code is simplifies using the DEFINE_SHOW_ATTRIBUTE and a # zero-length array is replaced with flexible-array. # # A new remoteproc driver for the JZ47xx VPU is introduced, the Qualcomm # SM8250 gains support for audio, compute and sensor remoteprocs and the # Qualcomm SC7180 modem support is cleaned up and improved. # # The Qualcomm glink subsystem-restart driver is merged into the main # glink driver, the Qualcomm sysmon driver is extended to properly # notify remote processors about all other remote processors' state # transitions" # # * tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc: (43 commits) # remoteproc: Fix an error code in devm_rproc_alloc() # MAINTAINERS: Add myself as reviewer for Ingenic rproc driver # remoteproc: ingenic: Added remoteproc driver # remoteproc: Add support for runtime PM # dt-bindings: Document JZ47xx VPU auxiliary processor # remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev() # remoteproc: Fix and restore the parenting hierarchy for vdev # remoteproc: Fall back to using parent memory pool if no dedicated available # remoteproc: Replace zero-length array with flexible-array # remoteproc: wcss: add support for rpmsg communication # remoteproc: core: Prevent system suspend during remoteproc recovery # remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va function # remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use # remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register space # dt-bindings: remoteproc: qcom: Replace halt-nav with spare-regs # remoteproc: qcom: pas: Add SM8250 PAS remoteprocs # dt-bindings: remoteproc: qcom: pas: Add SM8250 remoteprocs # remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-region # dt-bindings: remoteproc: qcom: Use memory-region to reference memory # remoteproc: qcom: pas: Add SC7180 Modem support # ... # < /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 abfbb29297c27e3f101f348dc9e467b0fe70f919 # < 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: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 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xca0dac) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233839 Bytes = 6087.73 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6203197 Bytes = 6057.81 KiB = 5.92 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233792 Bytes = 6087.69 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233876 Bytes = 6087.77 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233851 Bytes = 6087.75 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234838 Bytes = 6088.71 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:41 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234516 Bytes = 6088.39 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6235071 Bytes = 6088.94 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233843 Bytes = 6087.74 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 INFO: Uncompressed kernel (size 0xcb15b0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:42 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6234045 Bytes = 6087.93 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233879 Bytes = 6087.77 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233836 Bytes = 6087.73 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233858 Bytes = 6087.75 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233835 Bytes = 6087.73 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233296 Bytes = 6087.20 KiB = 5.94 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.7.0-gabfbb29297c2 Created: Tue Jun 9 09:25:47 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6233889 Bytes = 6087.78 KiB = 5.95 MiB Load Address: 00d00000 Entry Point: 00d00314 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:03:56.275049