# 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_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_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_sun3_defconfig_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_sun3_defconfig_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/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:548, from /kisskb/src/include/linux/bitops.h:67, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:464:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:01:29.831332