summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/openvswitch/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-03-20 18:21:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-03-20 18:21:27 -0700
commita0c83177734ab98623795e1ba2cf4b72c23de5e7 (patch)
tree4226283eafe1d11029da957c2bd37e410e337bd3 /tools/testing/selftests/net/openvswitch/Makefile
parent42bddab0563fe67882b2722620a66dd98c8dbf33 (diff)
parenta6e77320badd1444b0429ff8b6f338b750a1dc4f (diff)
downloadkernel-master.tar.gz
Merge tag 'drm-fixes-2026-03-21' of https://gitlab.freedesktop.org/drm/kernelmaster
Pull drm fixes from Dave Airlie: "Regular weekly pull request, from sunny San Diego. Usual suspects in xe/i915/amdgpu with small fixes all over, then some minor fixes across a few other drivers. It's probably a bit on the heavy side, but most of the fix seem well contained, core: - drm_dev_unplug UAF fix pagemap: - lock handling fix xe: - A number of teardown fixes - Skip over non-leaf PTE for PRL generation - Fix an uninitialized variable - Fix a missing runtime PM reference i915/display: - Fix #15771: Screen corruption and stuttering on P14s w/ 3K display - Fix for PSR entry setup frames count on rejected commit - Fix OOPS if firmware is not loaded and suspend is attempted - Fix unlikely NULL deref due to DC6 on probe amdgpu: - Fix gamma 2.2 colorop TFs - BO list fix - LTO fix - DC FP fix - DisplayID handling fix - DCN 2.01 fix - MMHUB boundary fixes - ISP fix - TLB fence fix - Hainan pm fix radeon: - Hainan pm fix vmwgfx: - memory leak fix - doc warning fix imagination: - deadlock fix - interrupt handling fixes dw-hdmi-qp: - multi channel audio fix" * tag 'drm-fixes-2026-03-21' of https://gitlab.freedesktop.org/drm/kernel: (40 commits) drm/xe: Fix missing runtime PM reference in ccs_mode_store drm/xe: Open-code GGTT MMIO access protection drm/xe/lrc: Fix uninitialized new_ts when capturing context timestamp drm/xe/oa: Allow reading after disabling OA stream drm/xe: Skip over non leaf pte for PRL generation drm/xe/guc: Ensure CT state transitions via STOP before DISABLED drm/xe: Trigger queue cleanup if not in wedged mode 2 drm/xe: Forcefully tear down exec queues in GuC submit fini drm/xe: Always kill exec queues in xe_guc_submit_pause_abort drm/xe/guc: Fail immediately on GuC load error drm/i915/gt: Check set_default_submission() before deferencing drm/radeon: apply state adjust rules to some additional HAINAN vairants drm/amdgpu: apply state adjust rules to some additional HAINAN vairants drm/amdgpu: rework how we handle TLB fences drm/bridge: dw-hdmi-qp: fix multi-channel audio output drm: Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug drm/amdgpu: Fix ISP segfault issue in kernel v7.0 drm/amdgpu/gmc9.0: add bounds checking for cid drm/amdgpu/mmhub4.2.0: add bounds checking for cid drm/amdgpu/mmhub4.1.0: add bounds checking for cid ...
Diffstat (limited to 'tools/testing/selftests/net/openvswitch/Makefile')
0 files changed, 0 insertions, 0 deletions
n title='2019-08-21 19:15:34 +0200'>2019-08-21drm: kirin: Remove uncessary parameter indirectionXu YiPing 2019-08-21drm: kirin: Remove unreachable returnJohn Stultz 2019-08-21drm: kirin: Remove HISI_KIRIN_DW_DSI config optionJohn Stultz 2019-08-21drm: kirin: Fix for hikey620 display offset problemDa Lv 2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard 2019-07-15drm/hisilicon: drop use of drmP.hSam Ravnborg 2019-06-21drm/hisilicon: Drop drm_gem_prime_export/importDaniel Vetter 2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter 2019-01-24drm/hisilicon/kirin: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg 2019-01-14drm/hisilicon/kirin: Use drm_fbdev_generic_setup()Noralf Trønnes 2018-09-26drm/hisilicon: Replace drm_dev_unref with drm_dev_putThomas Zimmermann 2018-06-25drm: kirin: Remove useless "Scale not support" error messageJohn Stultz 2017-11-01drm/hisilicon: Ensure LDI regs are properly configured.Peter Griffin 2017-10-12drm/kirin: Checking for IS_ERR() instead of NULLDan Carpenter 2017-10-03Merge airlied/drm-next into drm-misc-nextDaniel Vetter 2017-10-01drm/hisilicon/kirin: Use drm_gem_fb_create()Noralf Trønnes 2017-08-29drm: kirin: Add mode_valid logic to avoid mode clocks we can't generateJohn Stultz 2017-08-16drm/kirin: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes 2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter 2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter 2017-08-01drm: Plumb modifiers through plane initBen Widawsky