# git rev-parse -q --verify 5d5d353bed32dc3ea52e2619e0d1c60b17133b91^{commit} 5d5d353bed32dc3ea52e2619e0d1c60b17133b91 already have revision, skipping fetch # git checkout -q -f -B kisskb 5d5d353bed32dc3ea52e2619e0d1c60b17133b91 # git clean -qxdf # < git log -1 # commit 5d5d353bed32dc3ea52e2619e0d1c60b17133b91 # Merge: c72687614b36 8447d0e75099 # Author: Linus Torvalds # Date: Mon Aug 8 15:16:29 2022 -0700 # # Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux # # Pull remoteproc updates from Bjorn Andersson: # "This introduces support for the remoteproc on Mediatek MT8188, and # enables caches for MT8186 SCP. It adds support for PRU cores found on # the TI K3 AM62x SoCs. # # It moves the recovery work after a firmware crash to an unbound # workqueue, to allow recovery to happen in parallel. # # A new DMA API is introduced to release dma_mem for a device. # # It adds support a panic handler for the Qualcomm modem remoteproc, # with the goal of having caches flushed in memory dumps for post-mortem # debugging and it introduces a mechanism to wait for the modem firmware # on SM8450 to decrypt part of its memory for post-mortem debugging. # # Qualcomm sysmon is restricted to only inform remote processors about # peers that are actually running, to avoid a race where Linux tries to # notify a recovering remote processor about its peers new state. A # mechanism for waiting for the sysmon connection to be established is # also introduced, to avoid out-of-sync updates for rapidly restarting # remote processors. # # A number of Devicetree binding cleanups and conversions to YAML are # introduced, to facilitate Devicetree validation. Lastly it introduces # a number of smaller fixes and cleanups in the core and a few different # drivers" # # * tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: (42 commits) # remoteproc: qcom_q6v5_pas: Do not fail if regulators are not found # drivers/remoteproc: fix repeated words in comments # remoteproc: Directly use ida_alloc()/free() # remoteproc: Use unbounded workqueue for recovery work # remoteproc: using pm_runtime_resume_and_get instead of pm_runtime_get_sync # remoteproc: qcom_q6v5_pas: Deal silently with optional px and cx regulators # remoteproc: sysmon: Send sysmon state only for running rprocs # remoteproc: sysmon: Wait for SSCTL service to come up # remoteproc: qcom: q6v5: Set q6 state to offline on receiving wdog irq # remoteproc: qcom: pas: Check if coredump is enabled # remoteproc: qcom: pas: Mark devices as wakeup capable # remoteproc: qcom: pas: Mark va as io memory # remoteproc: qcom: pas: Add decrypt shutdown support for modem # remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 config # remoteproc: qcom_q6v5: Introduce panic handler for MSS # remoteproc: qcom_q6v5_mss: Update MBA log info # remoteproc: qcom: correct kerneldoc # remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use # remoteproc: qcom: using pm_runtime_resume_and_get to simplify the code # remoteproc: mediatek: Support MT8188 SCP # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 5d5d353bed32dc3ea52e2619e0d1c60b17133b91 # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/bitops.h:67, from /kisskb/src/include/linux/thread_info.h:27, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/m68k/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/m68k/include/asm/irqflags.h:6, from /kisskb/src/include/linux/irqflags.h:16, from /kisskb/src/arch/m68k/include/asm/atomic.h:6, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/rcupdate.h:25, 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/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/net/ipa/ipa_mem.c:10: /kisskb/src/drivers/net/ipa/ipa_mem.c: In function 'ipa_mem_init': /kisskb/src/arch/m68k/include/asm/bitops.h:347:20: error: array subscript 2 is above array bounds of 'long unsigned int[1]' [-Werror=array-bounds] while (!(num = ~*p++)) { ~^~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/net/ipa/ipa_mem.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/net/ipa] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 # Build took: 0:08:14.798562