# git rev-parse -q --verify 0d81a3f29c0afb18ba2b1275dcccf21e0dd4da38^{commit} 0d81a3f29c0afb18ba2b1275dcccf21e0dd4da38 already have revision, skipping fetch # git checkout -q -f -B kisskb 0d81a3f29c0afb18ba2b1275dcccf21e0dd4da38 # git clean -qxdf # < git log -1 # commit 0d81a3f29c0afb18ba2b1275dcccf21e0dd4da38 # Merge: 1b51f69461e6 16b78f052d01 # Author: Linus Torvalds # Date: Thu Mar 12 18:05:19 2020 -0700 # # Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "It's a bit quieter, probably not as much as it could be. # # There is on large regression fix in here from Lyude for displayport # bandwidth calculations, there've been reports of multi-monitor in # docks not working since -rc1 and this has been tested to fix those. # # Otherwise it's a bunch of i915 (with some GVT fixes), a set of amdgpu # watermark + bios fixes, and an exynos iommu cleanup fix. # # core: # - DP MST bandwidth regression fix. # # i915: # - hard lockup fix # - GVT fixes # - 32-bit alignment issue fix # - timeline wait fixes # - cacheline_retire and free # # amdgpu: # - Update the display watermark bounding box for navi14 # - Fix fetching vbios directly from rom on vega20/arcturus # - Navi and renoir watermark fixes # # exynos: # - iommu object cleanup fix" # # ` # # * tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drm: # drm/dp_mst: Rewrite and fix bandwidth limit checks # drm/dp_mst: Reprobe path resources in CSN handler # drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checks # drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundant # drm/i915: Defer semaphore priority bumping to a workqueue # drm/i915/gt: Close race between cacheline_retire and free # drm/i915/execlists: Enable timeslice on partial virtual engine dequeue # drm/i915: be more solid in checking the alignment # drm/i915/gvt: Fix dma-buf display blur issue on CFL # drm/i915: Return early for await_start on same timeline # drm/i915: Actually emit the await_start # drm/amdgpu/powerplay: nv1x, renior copy dcn clock settings of watermark to smu during boot up # drm/exynos: Fix cleanup of IOMMU related objects # drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20 # drm/amd/display: update soc bb for nv14 # drm/i915/gvt: Fix emulated vbt size issue # drm/i915/gvt: Fix unnecessary schedule timer when no vGPU exits # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 0d81a3f29c0afb18ba2b1275dcccf21e0dd4da38 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- allmodconfig # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:35: LSE atomics not supported by binutils In file included from /kisskb/src/include/linux/rwsem.h:16:0, from /kisskb/src/include/linux/notifier.h:15, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/tty/serial/sh-sci.c:20: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_dma_rx_submit': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/tty/serial/sh-sci.c:1348:16: note: 'flags' was declared here unsigned long flags; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] pd->msg->buf[real_pos] = data; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here unsigned char data; ^ In file included from /kisskb/src/include/linux/wait.h:9:0, from /kisskb/src/include/linux/net.h:19, from /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:8: /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c: In function 'siw_proc_send': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/infiniband/sw/siw/siw_qp_rx.c:335:16: note: 'flags' was declared here unsigned long flags; ^ Completed OK # rm -rf /kisskb/build/linus_arm64-allmodconfig_arm64-gcc5.4 # Build took: 0:21:38.402816