# 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-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 abfbb29297c27e3f101f348dc9e467b0fe70f919 # < make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-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 8 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/lib/test_kasan.c: In function 'kasan_alloca_oob_left': /kisskb/src/lib/test_kasan.c:555:1: warning: 'kasan_alloca_oob_left' uses dynamic stack allocation } ^ /kisskb/src/lib/test_kasan.c: In function 'kasan_alloca_oob_right': /kisskb/src/lib/test_kasan.c:565:1: warning: 'kasan_alloca_oob_right' uses dynamic stack allocation } ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ /kisskb/src/drivers/scsi/dc395x.c: In function '__dc395x_eh_bus_reset': /kisskb/src/drivers/scsi/dc395x.c:155:36: warning: value computed is not used [-Wunused-value] #define DC395x_read8(acb,address) (u8)(inb(acb->io_port_base + (address))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/dc395x.c:1197:2: note: in expansion of macro 'DC395x_read8' DC395x_read8(acb, TRM_S1040_SCSI_INTSTATUS); ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/dc395x.c: In function 'set_basic_config': /kisskb/src/drivers/scsi/dc395x.c:155:36: warning: value computed is not used [-Wunused-value] #define DC395x_read8(acb,address) (u8)(inb(acb->io_port_base + (address))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/dc395x.c:3489:2: note: in expansion of macro 'DC395x_read8' DC395x_read8(acb, TRM_S1040_SCSI_INTSTATUS); ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/dc395x.c: In function 'adapter_uninit_chip': /kisskb/src/drivers/scsi/dc395x.c:155:36: warning: value computed is not used [-Wunused-value] #define DC395x_read8(acb,address) (u8)(inb(acb->io_port_base + (address))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/dc395x.c:4435:2: note: in expansion of macro 'DC395x_read8' DC395x_read8(acb, TRM_S1040_SCSI_INTSTATUS); ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/intel/e1000e/netdev.c:137:13: warning: 'e1000e_check_me' defined but not used [-Wunused-function] static bool e1000e_check_me(u16 device_id) ^~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:40: /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c: In function 'mvpp2_setup_bm_pool': /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:634:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow] ((total_size) - NET_SKB_PAD - MVPP2_SKB_SHINFO_SIZE) ^ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:699:33: note: in expansion of macro 'MVPP2_RX_MAX_PKT_SIZE' #define MVPP2_BM_SHORT_PKT_SIZE MVPP2_RX_MAX_PKT_SIZE(MVPP2_BM_SHORT_FRAME_SIZE) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:580:41: note: in expansion of macro 'MVPP2_BM_SHORT_PKT_SIZE' mvpp2_pools[MVPP2_BM_SHORT].pkt_size = MVPP2_BM_SHORT_PKT_SIZE; ^~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-allmodconfig_s390x-gcc8 # Build took: 0:30:01.414498