This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0d85b27b0cc6 Merge tag '6.4-rc3-smb3-client-fixes' of git://git.samba.o [...] new 47ee3f1dd93b x86: re-introduce support for ERMS copies for user space accesses new 45dfbd992923 drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration new 94d39d01287b Merge tag 'drm-intel-fixes-2023-05-25' of git://anongit.fr [...] new 60ecaaf54886 drm:amd:amdgpu: Fix missing buffer object unlock in failure path new 7fc602dbfd54 drm/amdgpu: don't enable secure display on incompatible platforms new a34fc1bcd2c4 drm/radeon: reintroduce radeon_dp_work_func content new 0d2dd02d74e6 drm/amd/pm: add missing NotifyPowerSource message mapping [...] new 40baba5693b9 drm/amd/pm: Fix output of pp_od_clk_voltage new 137f9cee113d drm/amd/display: Fix warning in disabling vblank irq new 482e6ad9adde drm/amd/display: Have Payload Properly Created After Resume new 13aa38f86eea Merge tag 'amd-drm-fixes-6.4-2023-05-24' of https://gitlab [...] new ad81e23426a6 drm/mgag200: Fix gamma lut not initialized. new 50282fd57bcd Merge drm/drm-fixes into drm-misc-fixes new 140809738d96 drm/pl111: Fix FB depth on IMPD-1 framebuffer new 2d2f5f1e8fd9 accel/qaic: silence some uninitialized variable warnings new 1aa7f4161756 drm: panel-orientation-quirks: Change Air's quirk to suppo [...] new aa8bf93101a1 drm/sched: Remove redundant check new c21f11d182c2 drm: fix drmm_mutex_init() new 0e163e54c34c accel/qaic: initialize ret variable to 0 new d3b277b7aa1c accel/qaic: Validate user data before grabbing any lock new 2e0904efc945 accel/qaic: Validate if BO is sliced before slicing new faa7c4eee412 accel/qaic: Flush the transfer list again new 75af0a585af9 accel/qaic: Grab ch_lock during QAIC_ATTACH_SLICE_BO new e997c218ad73 accel/qaic: Fix NNC message corruption new 5502d1fab09d Merge tag 'drm-misc-fixes-2023-05-24' of git://anongit.fre [...] new b83ac44e0298 Merge tag 'drm-fixes-2023-05-26' of git://anongit.freedesk [...] new 7561551e7ba8 btrfs: scrub: try harder to mark RAID56 block groups read-only new 806570c0bb7b btrfs: handle memory allocation failure in btrfs_csum_one_bio new 597441b3436a btrfs: use nofs when cleaning up aborted transactions new b158dd941b4f Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/sc [...] new eb4b8eca1bad tools: gpio: fix debounce_period_us output of lsgpio new 976d3c6778e9 selftests: gpio: gpio-sim: Fix BUG: test FAILED due to rec [...] new 0a1bb16e0fe6 gpio: mockup: Fix mode of debugfs files new 7dd3d9bd873f gpiolib: fix allocation of mixed dynamic/static GPIOs new 3002b8642f01 gpio-f7188x: fix chip name and pin count on Nuvoton chip new 91a304340a22 Merge tag 'gpio-fixes-for-v6.4-rc4' of git://git.kernel.or [...]
The 36 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: arch/x86/lib/copy_user_64.S | 10 ++- drivers/accel/qaic/qaic_control.c | 41 ++++++---- drivers/accel/qaic/qaic_data.c | 93 +++++++++++----------- drivers/accel/qaic/qaic_drv.c | 2 +- drivers/gpio/Kconfig | 2 +- drivers/gpio/gpio-f7188x.c | 28 +++---- drivers/gpio/gpio-mockup.c | 2 +- drivers/gpio/gpiolib.c | 2 + drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 4 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 +- drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 8 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 25 +++--- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 16 +--- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 12 ++- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 + drivers/gpu/drm/drm_managed.c | 22 +---- drivers/gpu/drm/drm_panel_orientation_quirks.c | 2 +- drivers/gpu/drm/i915/display/intel_display.c | 12 ++- drivers/gpu/drm/mgag200/mgag200_mode.c | 5 ++ drivers/gpu/drm/pl111/pl111_display.c | 2 +- drivers/gpu/drm/pl111/pl111_drm.h | 4 +- drivers/gpu/drm/pl111/pl111_drv.c | 8 +- drivers/gpu/drm/pl111/pl111_versatile.c | 10 +-- drivers/gpu/drm/radeon/radeon_irq_kms.c | 10 +++ drivers/gpu/drm/scheduler/sched_main.c | 3 - fs/btrfs/block-group.c | 14 +++- fs/btrfs/disk-io.c | 9 +++ fs/btrfs/file-item.c | 4 +- fs/btrfs/scrub.c | 9 ++- include/drm/drm_managed.h | 18 ++++- tools/gpio/lsgpio.c | 2 +- tools/testing/selftests/gpio/gpio-sim.sh | 3 + 32 files changed, 229 insertions(+), 158 deletions(-)