# git rev-parse -q --verify 8882572675c1bb1cc544f4e229a11661f1fc52e4^{commit} 8882572675c1bb1cc544f4e229a11661f1fc52e4 already have revision, skipping fetch # git checkout -q -f -B kisskb 8882572675c1bb1cc544f4e229a11661f1fc52e4 # git clean -qxdf # < git log -1 # commit 8882572675c1bb1cc544f4e229a11661f1fc52e4 # Merge: 07a56bb875af adbe8a3cae94 # Author: Linus Torvalds # Date: Thu Jul 16 21:39:51 2020 -0700 # # Merge tag 'drm-fixes-2020-07-17-1' of git://anongit.freedesktop.org/drm/drm into master # # Pull drm fixes from Dave Airlie: # "Weekly fixes pull, big bigger than I'd normally like, but they are # fairly scattered and small individually. # # The vmwgfx one is a black screen regression, otherwise the largest is # an MST encoder fix for amdgpu which results in a WARN in some cases, # and a scattering of i915 fixes. # # I'm tracking two regressions at the moment that hopefully we get # nailed down this week for rc7. # # dma-buf: # - sleeping atomic fix # # amdgpu: # - Fix a race condition with KIQ # - Preemption fix # - Fix handling of fake MST encoders # - OLED panel fix # - Handle allocation failure in stream construction # - Renoir SMC fix # - SDMA 5.x fix # # i915: # - FBC w/a stride fix # - Fix use-after-free fix on module reload # - Ignore irq enabling on the virtual engines to fix device sleep # - Use GTT when saving/restoring engine GPR # - Fix selftest sort function # # vmwgfx: # - black screen fix # # aspeed: # - fbcon init warn fix" # # * tag 'drm-fixes-2020-07-17-1' of git://anongit.freedesktop.org/drm/drm: # drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() # drm/amdgpu/powerplay: Modify SMC message name for setting power profile mode # drm/amd/display: handle failed allocation during stream construction # drm/amd/display: OLED panel backlight adjust not work with external display connected # drm/amdgpu/display: create fake mst encoders ahead of time (v4) # drm/amdgpu: fix preemption unit test # drm/amdgpu/gfx10: fix race condition for kiq # drm/i915: Recalculate FBC w/a stride when needed # drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2. # drm/i915/gt: Only swap to a random sibling once upon creation # drm/i915/gt: Ignore irq enabling on the virtual engines # drm/i915/perf: Use GTT when saving/restoring engine GPR # drm/i915/selftests: Fix compare functions provided for sorting # drm/vmwgfx: fix update of display surface when resolution changes # dmabuf: use spinlock to access dmabuf->name # drm/aspeed: Call drm_fbdev_generic_setup after drm_dev_register # < /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 8882572675c1bb1cc544f4e229a11661f1fc52e4 # < 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/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/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ 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; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:638:12: warning: 'imx_mu_runtime_resume' defined but not used [-Wunused-function] static int imx_mu_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:629:12: warning: 'imx_mu_runtime_suspend' defined but not used [-Wunused-function] static int imx_mu_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:611:12: warning: 'imx_mu_resume_noirq' defined but not used [-Wunused-function] static int imx_mu_resume_noirq(struct device *dev) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:601:12: warning: 'imx_mu_suspend_noirq' defined but not used [-Wunused-function] static int imx_mu_suspend_noirq(struct device *dev) ^~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-allmodconfig_s390x-gcc8 # Build took: 0:30:15.798306