This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 115acbb56978 Merge tag 's390-5.18-3' of git://git.kernel.org/pub/scm/li [...] new b3d4650d82c7 VFS: filename_create(): fix incorrect intent. new 994fd530a512 cifs: Check the IOCB_DIRECT flag, not O_DIRECT new d788e5163646 cifs: release cached dentries only if mount is complete new 1ddff774164f cifs: Split the smb3_add_credits tracepoint new 64c4a37ac04e cifs: potential buffer overflow in handling symlinks new 8b6c58458ee3 cifs: verify that tcon is valid before dereference in cifs [...] new 62345e482899 Merge tag '5.18-rc2-smb3-fixes' of git://git.samba.org/sfr [...] new 1ef3342a934e vfio/pci: Fix vf_token mechanism when device-specific VF d [...] new 38a5e3fb17e5 Merge tag 'vfio-v5.18-rc3' of https://github.com/awilliam/ [...] new 1acb34e7dd77 drm/i915: Sunset igpu legacy mmap support based on GRAPHIC [...] new 16e0400772c6 Merge tag 'drm-intel-fixes-2022-04-13' of git://anongit.fr [...] new f7eab1ddb9f8 drm/msm/gpu: Rename runtime suspend/resume functions new 7e4167c9e021 drm/msm/gpu: Park scheduler threads for system suspend new 7242795d520d drm/msm/gpu: Remove mutex from wait_event condition new ac3e4f42d5ec drm/msm: Add missing put_task_struct() in debugfs path new 05241de1f69e dt-bindings: display/msm: another fix for the dpu-qcm2290 example new f75e582b0c3e drm/msm/disp: check the return value of kzalloc() new 0fe35b8dcb8b drm/msm/dpu: Use indexed array initializer to prevent mismatches new 537fef808be5 drm/msm: Fix range size vs end confusion new 047ae6655777 drm/msm/mdp5: check the return of kzalloc() new e2a88eabb024 drm/msm: Stop using iommu_present() new 47b7de6b88b9 drm/msm/dsi: Use connector directly in msm_dsi_manager_con [...] new 8b2c181e3dcf drm/msm/dp: add fail safe mode outside of event_mutex context new 390d645877ff drm/msm/gpu: Avoid -Wunused-function with !CONFIG_PM_SLEEP new 98a71d12d98d Merge tag 'drm-msm-fixes-2022-04-13' of https://gitlab.fre [...] new e4f1541caf60 drm/amd/display: don't ignore alpha property on pre-multip [...] new e3cf2e05441a drm/amdgpu: fix VCN 3.1.2 firmware name new 887f75cfd0da drm/amdgpu: Ensure HDA function is suspended before ASIC reset new 4593c1b6d159 drm/amdgpu: Enable gfxoff quirk on MacBook Pro new aadaeca46ce5 drm/amd/display: remove dtbclk_ss compensation for dcn316 new 8e401ff5380a Merge tag 'amd-drm-fixes-5.18-2022-04-13' of https://gitla [...] new 028192fea1de Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesk [...]
The 32 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: .../bindings/display/msm/dpu-qcm2290.yaml | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 + .../amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c | 2 +- .../amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c | 4 +- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 14 ++- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 14 ++- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 2 +- drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 2 +- drivers/gpu/drm/msm/adreno/adreno_device.c | 80 ++++++++++--- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 34 +++--- drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c | 3 + drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c | 2 + drivers/gpu/drm/msm/dp/dp_display.c | 6 + drivers/gpu/drm/msm/dp/dp_panel.c | 20 ++-- drivers/gpu/drm/msm/dp/dp_panel.h | 1 + drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +- drivers/gpu/drm/msm/msm_drv.c | 2 +- drivers/gpu/drm/msm/msm_gem.c | 1 + drivers/vfio/pci/vfio_pci_core.c | 124 ++++++++++++--------- fs/cifs/cifsfs.c | 30 ++--- fs/cifs/connect.c | 2 +- fs/cifs/link.c | 3 + fs/cifs/smb2ops.c | 9 +- fs/cifs/trace.h | 7 ++ fs/cifs/transport.c | 4 +- fs/namei.c | 22 ++-- include/linux/vfio_pci_core.h | 2 + 30 files changed, 268 insertions(+), 152 deletions(-)