# 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/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 5d5d353bed32dc3ea52e2619e0d1c60b17133b91 # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:12663:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12668:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12670:warning: override: reassigning to symbol UML_NET_SLIP .config:12673:warning: override: reassigning to symbol UML_NET_MCAST .config:12675:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/os-Linux/util.c:17:24: fatal error: sys/random.h: No such file or directory compilation terminated. make[2]: *** [/kisskb/src/scripts/Makefile.build:249: arch/um/os-Linux/util.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: arch/um/os-Linux] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:02:25.657329