This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 45ab9400e73f Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git:/ [...] new 323b190ba2de io_uring: free iovec if file assignment fails new c0713540f6d5 io_uring: fix leaks on IOPOLL and CQE_SKIP new 1f5e98e723a0 Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.d [...] new ff2695e52c99 bcache: put bch_bio_map() back to correct location in jour [...] new 9dca4168a37c bcache: fix wrong bdev parameter when calling bio_alloc_cl [...] new 8467f9e34955 Merge tag 'block-5.18-2022-04-22' of git://git.kernel.dk/l [...] new fd0a4b39870d Input: cypress-sf - register a callback to disable the regulators new 81022a170462 Input: omap4-keypad - fix pm_runtime_get_sync() error checking new 470776c6b034 Input: add Marine Navigation Keycodes new 0fe86b27cbad Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pu [...] new 022074918042 drm/radeon: fix logic inversion in radeon_sync_resv new f8e6b7babfeb dma-buf-map: remove renamed header file new f92055ae0acb drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not [...] new 5f18c0782b99 drm/panel/raspberrypi-touchscreen: Initialise the bridge i [...] new 4dee8eebcfc1 drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_R [...] new 298799a28264 drm/vmwgfx: Fix gem refcounting and memory evictions new 3d0b93d92a27 drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_g [...] new 169466d4e59c Revert "drm: of: Properly try all possible cases for bridg [...] new b089c0a9b14c Revert "drm: of: Lookup if child node has panel or bridge" new 94f4c4965e55 drm/amdgpu: partial revert "remove ctx->lock" v2 new c18a2a280c07 Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.fre [...] new 13bc32bad705 Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesk [...]
The 22 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/gpu/drm/amd/amdgpu/amdgpu_cs.c | 21 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h | 1 + drivers/gpu/drm/drm_of.c | 84 +++---- .../gpu/drm/panel/panel-raspberrypi-touchscreen.c | 13 +- drivers/gpu/drm/radeon/radeon_sync.c | 2 +- drivers/gpu/drm/vc4/Kconfig | 3 + drivers/gpu/drm/vc4/vc4_dsi.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 43 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 8 +- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 7 +- drivers/input/keyboard/cypress-sf.c | 14 ++ drivers/input/keyboard/omap4-keypad.c | 2 +- drivers/md/bcache/journal.c | 2 +- drivers/md/bcache/request.c | 2 +- fs/io_uring.c | 11 +- include/linux/dma-buf-map.h | 266 --------------------- include/uapi/linux/input-event-codes.h | 21 ++ 18 files changed, 139 insertions(+), 365 deletions(-) delete mode 100644 include/linux/dma-buf-map.h