This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e4cf7c25bae5 Merge tag 'kbuild-fixes-v6.2' of git://git.kernel.org/pub/ [...] new c5bc07366820 drm/i915: fix TLB invalidation for Gen12.50 video and comp [...] new fff758698842 drm/i915: Remove __maybe_unused from mtl_info new 3f882f2d4f68 drm/i915: improve the catch-all evict to handle lock contention new 11ce8fd8fd87 drm/i915/uc: Fix two issues with over-size firmware files new 963bbdb32b47 drm/i915/dsi: add support for ICL+ native MIPI GPIO sequence new 6217e9f05a74 drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO index new a9f5a752e86f Merge tag 'drm-intel-fixes-2022-12-30' of git://anongit.fr [...] new 8b41948296b7 Merge tag 'drm-fixes-2023-01-01' of git://anongit.freedesk [...] new 1c0908d8e441 rtmutex: Add acquire semantics for rtmutex lock acquisitio [...] new 94cd8fa09f5f futex: Fix futex_waitv() hrtimer debug object leak on kcal [...] new 95d248d16f9c Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kerne [...] new ade8c20847fc x86/calldepth: Fix incorrect init section references new 1993bf97992d x86/kprobes: Fix kprobes instruction boudary check with CO [...] new 63dc6325ff41 x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK new 5b129817aedb Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.or [...] new e2d371484653 perf core: Return error pointer if inherit_event() fails t [...] new f841b682baef perf/core: Fix cgroup events tracking new 08245672cdc6 perf/x86/amd: fix potential integer overflow on shift of a int new a551844e345b perf: Fix use-after-free in error path new 0a041ebca495 perf/core: Call LSM hook after copying perf_event_attr new 150aae354b81 Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.o [...]
The 21 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/events/amd/core.c | 2 +- arch/x86/kernel/callthunks.c | 4 +- arch/x86/kernel/kprobes/core.c | 10 ++- arch/x86/kernel/kprobes/opt.c | 28 +++----- drivers/gpu/drm/i915/display/intel_dsi_vbt.c | 94 ++++++++++++++++++++++++- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 59 +++++++++++++--- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 2 +- drivers/gpu/drm/i915/gt/intel_gt.c | 8 ++- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 42 +++++++---- drivers/gpu/drm/i915/i915_gem_evict.c | 37 +++++++--- drivers/gpu/drm/i915/i915_gem_evict.h | 4 +- drivers/gpu/drm/i915/i915_irq.c | 3 + drivers/gpu/drm/i915/i915_pci.c | 1 - drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/i915_vma.c | 2 +- drivers/gpu/drm/i915/selftests/i915_gem_evict.c | 4 +- kernel/events/core.c | 54 +++++--------- kernel/futex/syscalls.c | 11 +-- kernel/locking/rtmutex.c | 55 ++++++++++++--- kernel/locking/rtmutex_api.c | 6 +- 20 files changed, 303 insertions(+), 124 deletions(-)