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 c00c5e1d157b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...] adds 9423edfc5188 sparc: cacheflush_32.h needs struct page adds d22588d73b18 perf clang: Fix header include for LLVM >= 14 adds c6d8df010643 perf script: Always allow field 'data_src' for auxtrace adds ccb17caecfbd perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event adds 5bb017d4b97a perf test: Fix error message for test case 71 on s390, whe [...] adds 45ab9400e73f Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git:/ [...] adds 323b190ba2de io_uring: free iovec if file assignment fails adds c0713540f6d5 io_uring: fix leaks on IOPOLL and CQE_SKIP adds 1f5e98e723a0 Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.d [...] adds ff2695e52c99 bcache: put bch_bio_map() back to correct location in jour [...] adds 9dca4168a37c bcache: fix wrong bdev parameter when calling bio_alloc_cl [...] adds 8467f9e34955 Merge tag 'block-5.18-2022-04-22' of git://git.kernel.dk/l [...] adds fd0a4b39870d Input: cypress-sf - register a callback to disable the regulators adds 81022a170462 Input: omap4-keypad - fix pm_runtime_get_sync() error checking adds 470776c6b034 Input: add Marine Navigation Keycodes adds 0fe86b27cbad Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pu [...] adds 022074918042 drm/radeon: fix logic inversion in radeon_sync_resv adds f8e6b7babfeb dma-buf-map: remove renamed header file adds f92055ae0acb drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not [...] adds 5f18c0782b99 drm/panel/raspberrypi-touchscreen: Initialise the bridge i [...] adds 4dee8eebcfc1 drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_R [...] adds 298799a28264 drm/vmwgfx: Fix gem refcounting and memory evictions adds 3d0b93d92a27 drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_g [...] adds 169466d4e59c Revert "drm: of: Properly try all possible cases for bridg [...] adds b089c0a9b14c Revert "drm: of: Lookup if child node has panel or bridge" adds 94f4c4965e55 drm/amdgpu: partial revert "remove ctx->lock" v2 adds c18a2a280c07 Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.fre [...] adds 13bc32bad705 Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesk [...]
No new revisions were added by this update.
Summary of changes: arch/sparc/include/asm/cacheflush_32.h | 1 + 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 ++ tools/perf/builtin-report.c | 14 ++ tools/perf/builtin-script.c | 2 +- tools/perf/tests/perf-time-to-tsc.c | 4 + tools/perf/util/c++/clang.cpp | 4 + 23 files changed, 163 insertions(+), 366 deletions(-) delete mode 100644 include/linux/dma-buf-map.h