This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from 364a453ab912 Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.ker [...] adds 3d1b0d351441 Revert "SUNRPC: Ensure gss-proxy connects on setup" adds fd13359f54ee SUNRPC: Ensure that the gssproxy client can start in a con [...] adds 085d16d5f949 nfs: fix broken handling of the softreval mount option adds 6dd5884d1d6f Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/proj [...] adds 620239d9a32e ceph: fix setting of xattrs on async created inodes adds 642d51fb0775 ceph: check folio PG_private bit instead of folio->private adds c3f5e692bfcc Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/c [...] adds 6056a92ceb2a scsi: scsi_dh_alua: Properly handle the ALUA transitioning state adds 26f9ce53817a scsi: qla2xxx: Fix missed DMA unmap for aborted commands adds cc28fac16ab7 scsi: lpfc: Fix split code for FLOGI on FCoE adds 775266207105 scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQE adds f2dd007445b1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds d031a8866e70 gfs2: Fix filesystem block deallocation for short writes adds 42e4c3bdcae7 gfs2: Variable rename adds 6d22ff471070 gfs2: Clean up use of fault_in_iov_iter_{read,write}able adds 72382264502d gfs2: Pull return value test out of should_fault_in_pages adds 324d116c5a5c gfs2: Align read and write chunks to the page cache adds fa5dfa645d85 gfs2: buffered write prefaulting adds e1fa9ea85ce8 gfs2: Stop using glock holder auto-demotion for now adds d928e8f3af38 Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pu [...] new 1d6595b4cd47 drm/vmwgfx: Fix fencing on SVGAv3 new 3059d9b9f6aa drm/vmwgfx: Initialize drm_mode_fb_cmd2 new 21d1d192890c drm/vmwgfx: Disable command buffers on svga3 without gbobjects new 30c60ba354ce Merge tag 'vmwgfx-drm-fixes-5.18-2022-05-13' of https://gi [...] adds 135332f34ba2 Revert "fbdev: Make fb_release() return -ENODEV if fbdev w [...] adds 89bfd4017e58 fbdev: Prevent possible use-after-free in fb_release() adds 666b90b3ce9e fbdev: simplefb: Cleanup fb_info in .fb_destroy rather tha [...] adds d258d00fb9c7 fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove adds b3c9a924aab6 fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove adds 87fd2b091fb3 drm/nouveau/tegra: Stop using iommu_present() adds ab244be47a8f drm/nouveau: Fix a potential theorical leak in nouveau_get [...] adds 1b5853dfab7f fbdev: efifb: Fix a use-after-free due early fb_info cleanup adds ef3a6b70507a dma-buf: call dma_buf_stats_setup after dmabuf is in valid list adds b7c15a3ce6fe Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes adds 6fed53de5607 drm/vc4: hdmi: Fix build error for implicit function declaration new eb7bac3973d2 Merge tag 'drm-misc-fixes-2022-05-13' of git://anongit.fre [...] new ec7f49619d8e Merge tag 'drm-fixes-2022-05-14' of git://anongit.freedesk [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/dma-buf/dma-buf.c | 8 +- drivers/gpu/drm/nouveau/nouveau_backlight.c | 9 +- drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 2 +- drivers/gpu/drm/vc4/vc4_hdmi.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c | 13 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 8 ++ drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 28 +++-- drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 26 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 8 +- drivers/scsi/device_handler/scsi_dh_alua.c | 3 +- drivers/scsi/lpfc/lpfc_els.c | 2 +- drivers/scsi/lpfc/lpfc_sli.c | 6 +- drivers/scsi/qla2xxx/qla_target.c | 3 + drivers/video/fbdev/core/fbmem.c | 5 +- drivers/video/fbdev/core/fbsysfs.c | 4 + drivers/video/fbdev/efifb.c | 9 +- drivers/video/fbdev/simplefb.c | 8 +- drivers/video/fbdev/vesafb.c | 8 +- fs/ceph/addr.c | 11 +- fs/ceph/file.c | 16 ++- fs/gfs2/bmap.c | 11 +- fs/gfs2/file.c | 139 ++++++++++----------- fs/nfs/fs_context.c | 2 +- include/linux/sunrpc/clnt.h | 2 +- net/sunrpc/auth_gss/gss_rpc_upcall.c | 3 +- net/sunrpc/clnt.c | 36 +++++- 27 files changed, 232 insertions(+), 141 deletions(-)