This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 1b046c8eb92 [gdb/testsuite] Fix regexp in gdb.arch/ftrace-insn-reloc.exp
new 334d405c2ac Move step_until procedure
new 2a8339b71f3 PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.re [...]
The 2 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:
gdb/infcmd.c | 32 ++-
gdb/infrun.c | 24 +++
gdb/testsuite/gdb.reverse/finish-reverse-next.c | 91 +++++++++
gdb/testsuite/gdb.reverse/finish-reverse-next.exp | 224 +++++++++++++++++++++
.../gdb.reverse/step-indirect-call-thunk.exp | 49 +----
gdb/testsuite/lib/gdb.exp | 47 +++--
6 files changed, 403 insertions(+), 64 deletions(-)
create mode 100644 gdb/testsuite/gdb.reverse/finish-reverse-next.c
create mode 100644 gdb/testsuite/gdb.reverse/finish-reverse-next.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 02ef7d39fd55 Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/lin [...]
new a5fc1441af77 io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads
new 6acd352dfee5 io_uring: rsrc: Optimize return value variable 'ret'
new 5da28edd7bd5 io_uring/msg_ring: let target know allocated index
new d2acf789088b io_uring/rsrc: fix folio accounting
new b7966a5a5cd0 Merge tag 'io_uring-6.3-2023-03-16' of git://git.kernel.dk/linux
new 34e0a279a993 block: do not reverse request order when flushing plug list
new 9b0cb770f5d7 loop: Fix use-after-free issues
new 00e885efcfbb blk-mq: fix "bad unlock balance detected" on q->srcu in __ [...]
new 63f886597085 block: null_blk: Fix handling of fake timeout request
new b6402014cab0 block: null_blk: cleanup null_queue_rq()
new 6030363199e3 block: sunvdc: add check for mdesc_grab() returning NULL
new 5f27571382ca block: count 'ios' and 'sectors' when io is done for bio-b [...]
new 3e453522593d md: Free resources in __md_stop
new 3bc57292278a md: avoid signed overflow in slot_store()
new 6c0f5898836c md: select BLOCK_LEGACY_AUTOLOAD
new 23e5b9307ede Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...]
new 54686b611eb0 MAINTAINERS: repair malformed T: entries in NVM EXPRESS DRIVERS
new 37f0dc2ec78a nvme: fix handling single range discard request
new a61d265533b7 nvme-pci: fixing memory leak in probe teardown path
new 9630d80655bf nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
new b65d44fa0fe0 nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620
new a3406352c54f nvme-tcp: fix opcode reporting in the timeout handler
new 7e87965d3807 nvme-tcp: add nvme-tcp pdu size build protection
new 8e19b87cfce2 nvme-trace: show more opcode names
new 6173a77b7e9d nvmet: avoid potential UAF in nvmet_req_complete()
new 890a2fb06eb9 Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org [...]
new 8f0d196e4dc1 block: remove obsolete config BLOCK_COMPAT
new 8d3c682a5e3d Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linux
The 28 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:
MAINTAINERS | 8 ++++----
block/Kconfig | 3 ---
block/blk-core.c | 16 ++++++----------
block/blk-mq.c | 5 +++--
block/blk-mq.h | 5 +++--
drivers/block/loop.c | 25 +++++++++++++++++--------
drivers/block/null_blk/main.c | 31 +++++++++++++++----------------
drivers/block/sunvdc.c | 2 ++
drivers/md/Kconfig | 4 ++++
drivers/md/dm.c | 6 +++---
drivers/md/md.c | 17 ++++++++---------
drivers/nvme/host/core.c | 28 +++++++++++++++++++---------
drivers/nvme/host/multipath.c | 8 ++++----
drivers/nvme/host/pci.c | 5 +++++
drivers/nvme/host/tcp.c | 33 +++++++++++++++++++++++++++------
drivers/nvme/target/core.c | 4 +++-
include/linux/blk-mq.h | 6 ++++++
include/linux/blkdev.h | 5 ++---
include/linux/nvme.h | 5 +++++
io_uring/msg_ring.c | 4 +++-
io_uring/rsrc.c | 10 ++++++++--
io_uring/sqpoll.c | 1 -
22 files changed, 147 insertions(+), 84 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 24c06560a7f tree-inline: Fix up multiversioning with vector arguments [ [...]
new ae7190e345a c++: namespace-scoped friend in local class [PR69410]
The 1 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:
gcc/cp/decl.cc | 3 ++-
gcc/cp/friend.cc | 21 +++++++++++++++++----
gcc/testsuite/g++.dg/lookup/friend24.C | 9 +++++++++
3 files changed, 28 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/friend24.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 3741934fdb0 [gdb/testsuite] Set remotedir by default in some boards
new 2a7d1e5ebba [gdb/testsuite] Handle REMOTE_HOST_USERNAME in local-remote-host
new 68f2478faab [gdb/testsuite] Fix gdb.arch/i386-biarch-core.exp for remote host
new 1850ef87c62 [gdb/testsuite] Handle remote host in gdb_load_shlib
new 1b046c8eb92 [gdb/testsuite] Fix regexp in gdb.arch/ftrace-insn-reloc.exp
The 4 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:
gdb/testsuite/boards/local-remote-host.exp | 27 ++++++++++++++++++++++++---
gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp | 4 ++--
gdb/testsuite/gdb.arch/i386-biarch-core.exp | 2 ++
gdb/testsuite/lib/gdb.exp | 26 ++++++++++++++++++++------
4 files changed, 48 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from ba9c77919045 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/l [...]
new 91d7b60a65d9 ACPI: PPTT: Fix to avoid sleep in the atomic context when [...]
new 89b041148196 ACPI: video: Add backlight=native DMI quirk for Dell Vostr [...]
new 5adc409340b1 ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handler [...]
new a5cb0695c5f0 ACPI: x86: Add skip i2c clients quirk for Acer Iconia One [...]
new 1a1e7540cf50 ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90
new 0bc23d8b2237 ACPI: tools: pfrut: Check if the input of level and type i [...]
new c29b97725c91 ACPI: docs: enumeration: Correct reference to the I²C devi [...]
new f36cc6cd6520 Merge branches 'acpi-video', 'acpi-x86', 'acpi-tools' and [...]
new abb02a824555 Merge tag 'acpi-6.3-rc3' of git://git.kernel.org/pub/scm/l [...]
new 6fa7f537351c pm-graph: sleepgraph: Avoid crashing on binary data in dev [...]
new 6b0313c2fa3d cpuidle: psci: Iterate backwards over list in psci_pd_remove()
new 1fa9d47baa9e Merge branch 'pm-cpuidle'
new 02ef7d39fd55 Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/lin [...]
The 13 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:
Documentation/firmware-guide/acpi/enumeration.rst | 2 +-
drivers/acpi/pptt.c | 5 ++-
drivers/acpi/video_detect.c | 7 ++++
drivers/acpi/x86/utils.c | 45 +++++++++++++++++++++--
drivers/cpuidle/cpuidle-psci-domain.c | 3 +-
drivers/gpio/gpiolib-acpi.c | 3 ++
include/acpi/acpi_bus.h | 5 +++
tools/power/acpi/tools/pfrut/pfrut.c | 18 +++++++--
tools/power/pm-graph/sleepgraph.py | 5 +--
9 files changed, 81 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 103d423f6ce c, ubsan: Instrument even shortened divisions [PR109151]
new 24c06560a7f tree-inline: Fix up multiversioning with vector arguments [ [...]
The 1 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:
gcc/function.cc | 4 ++--
gcc/function.h | 2 +-
gcc/testsuite/gcc.target/i386/pr105554.c | 10 ++++++++++
gcc/tree-inline.cc | 11 +++--------
4 files changed, 16 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr105554.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from cb80b960ce44 Merge tag 'riscv-for-linus-6.3-rc3' of git://git.kernel.or [...]
new 5f6e839ebc95 xen: update arch/x86/include/asm/xen/cpuid.h
new 99a7bcafbd0d x86/xen/time: cleanup xen_tsc_safe_clocksource
new 934ef33ee75c x86/PVH: obtain VGA console info in Dom0
new 7ad2c39860dc xen: remove unnecessary (void*) conversions
new 0eb392ec095e Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/ [...]
new 884a1f956179 tools/power turbostat: update dump of SECONDARY_TURBO_RATIO_LIMIT
new 9c08581728cc tools/power turbostat: Provide better debug messages for f [...]
new 40aafc7d58d3 tools/power turbostat: Fix /dev/cpu_dma_latency warnings
new 6cbfedc7afc9 tools/power turbostat: remove stray newlines from warn/war [...]
new 93cac4150727 tools/power turbostat: Introduce support for EMR
new 92c25393586a tools/power turbostat: fix decoding of HWP_STATUS
new de7839ee02c6 tools/power turbostat: version 2023.03.17
new ba9c77919045 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/l [...]
The 13 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/include/asm/xen/cpuid.h | 22 ++++++++++++++++++----
arch/x86/xen/Makefile | 2 +-
arch/x86/xen/enlighten_pv.c | 3 ++-
arch/x86/xen/enlighten_pvh.c | 13 +++++++++++++
arch/x86/xen/time.c | 7 ++-----
arch/x86/xen/vga.c | 5 ++---
arch/x86/xen/xen-ops.h | 7 ++++---
drivers/xen/xenfs/xensyms.c | 10 +++++-----
include/xen/interface/platform.h | 3 +++
tools/power/x86/turbostat/turbostat.8 | 4 +++-
tools/power/x86/turbostat/turbostat.c | 24 ++++++++++++------------
11 files changed, 65 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 38e04b3e4240 Merge tag '6.3-rc2-smb3-client-fixes' of git://git.samba.o [...]
new d3c57724f156 scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transpor [...]
new f305a7b6ca21 scsi: mpi3mr: Fix throttle_groups memory leak
new 7d2b02172b6a scsi: mpi3mr: Fix config page DMA memory leak
new d0f3c3728da8 scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()
new d4caa1a4255c scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()
new c798304470ca scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()
new ce756daa36e1 scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()
new 4b1a2c2a8e0d scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD
new be03df3d4bfe scsi: core: Fix a procfs host directory removal regression
new c6001025d53a scsi: ufs: mcq: Use active_reqs to check busy in clock scaling
new 7622976c8f4f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new a54bace095d0 drm/virtio: Pass correct device to dma_sync_sgtable_for_device()
new ee9adb7a4551 drm/shmem-helper: Remove another errant put in error path
new 9630b585b607 drm/msm/gem: Prevent blocking within shrinker loop
new ba3be66f11c3 drm/panfrost: Don't sync rpm suspension after mmu flushing
new 77bc762451c2 fbdev: chipsfb: Fix error codes in chipsfb_pci_init()
new 4d8457fe0eb9 drm/edid: fix info leak when failing to get panel id
new 5c8cf1664f28 drm/meson: fix 1px pink line on GXM when scaling video overlay
new c22f2ff8724b drm/sun4i: fix missing component unbind on bind errors
new 9a9a8fe26751 drm/ttm: Fix a NULL pointer dereference
new fe9ae05cfbe5 fbdev: Fix incorrect page mapping clearance at fb_deferred [...]
new b3c9a04135bd Merge drm/drm-fixes into drm-misc-fixes
new 2cde14b187b4 accel: Build sub-directories based on config options
new 0d3c9333d976 drm/bridge: Fix returned array size name for atomic_get_in [...]
new 4028cbf867f7 drm/meson: dw-hdmi: Fix devm_regulator_*get_enable*() conv [...]
new bcd9d56f89b3 Merge tag 'drm-misc-fixes-2023-03-16' of git://anongit.fre [...]
new ee892ea83d99 drm/i915/hwmon: Enable PL1 power limit
new 897f453c1063 drm/i915: Fix audio ELD handling for DP MST
new 71c602103c74 drm/i915/psr: Use calculated io and fast wake lines
new 46bc23dcd945 drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and [...]
new 193c41926d15 drm/i915/sseu: fix max_subslices array-index-out-of-bounds access
new e0e6b416b25e drm/i915/active: Fix misuse of non-idle barriers as fence [...]
new 2a210e6a15dc Merge tag 'drm-intel-fixes-2023-03-15' of git://anongit.fr [...]
new b4ee9606378b drm/amdkfd: Fix BO offset for multi-VMA page migration
new 8eeddc0d4200 drm/amdkfd: Get prange->offset after svm_range_vram_node_new
new b2ca5c5d416b drm/amdkfd: fix a potential double free in pqm_create_queue
new ab9bdb1213b4 drm/amd/pm: bump SMU 13.0.4 driver_if header version
new a9386ee96815 drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
new d71e38df3b73 drm/amdgpu/vcn: custom video info caps for sriov
new 9da050b0d9e0 drm/amdkfd: fix potential kgd_mem UAFs
new 728cefa53a36 drm/amd/display: Fix HDCP failing to enable after suspend
new 3fadda5de807 drm/amdgpu: move poll enabled/disable into non DC path
new 751281c55579 drm/amd/display: Write to correct dirty_rect
new 45aa07fa8324 drm/amdgpu/nv: fix codec array for SR_IOV
new 542a56e8eb44 drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes
new 709671ffb15d drm/amd/display: Remove OTG DIV register write for Virtual [...]
new 56574f89dbd8 drm/amd/display: Do not set DRR on pipe Commit
new cbd6c1b17d3b drm/amd/display: Fix DP MST sinks removal issue
new 7304ee979b6b drm/amd/display: disconnect MPCC only on OTG change
new 20bc9f76b6a2 drm/amdkfd: Fixed kfd_process cleanup on module exit.
new f3921a9a6414 drm/amdgpu: Don't resume IOMMU after incomplete init
new c31a72dbbfe1 Merge tag 'amd-drm-fixes-6.3-2023-03-15' of https://gitlab [...]
new c00133a9e87e drm/ttm: drop extra ttm_bo_put in ttm_bo_cleanup_refs
new 2cf5a401c871 Merge tag 'drm-fixes-2023-03-17' of git://anongit.freedesk [...]
new bbdf904b13a6 ALSA: hda: intel-dsp-config: add MTL PCI id
new 7bb62340951a ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work [...]
new a86e79e3015f ALSA: hda/realtek: Fix the speaker output on Samsung Galax [...]
new ff447886e675 ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()
new 03d0f97fdb45 ASoC: clarify that SND_SOC_IMX_SGTL5000 is the old driver
new 65882134bc62 ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP
new e5e7e398f6bb ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds
new d16c893425d0 ASoC: Intel: avs: max98357a: Explicitly define codec format
new 61f368624fe4 ASoC: Intel: avs: da7219: Explicitly define codec format
new d24dbc865c2b ASoC: Intel: avs: rt5682: Explicitly define codec format
new 933de2d12728 ASoC: Intel: avs: ssm4567: Remove nau8825 bits
new 6206b2e787da ASoC: Intel: avs: nau8825: Adjust clock control
new 38d408f5b125 ASoC: Intel: avs: Machine board fixes
new 989a3e447917 ASoC: SOF: ipc3: Check for upper size limit for the receiv [...]
new 9e269e3aa900 ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit
new 858a438a6cf9 ASoC: Intel: soc-acpi: fix copy-paste issue in topology names
new 6ba8ddf86a3a ASoC: SOF: topology: Fix error handling in sof_widget_ready()
new ca09e2a351fb ASoC: SOF: Intel: pci-tng: revert invalid bar size setting
new b66bfc3a9810 ASoC: SOF: sof-audio: Fix broken early bclk feature for SSP
new c99e48f4ce9b ASoC: SOF: ipc4-topology: set dmic dai index from copier
new 52a55779ed14 ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequence
new 8bac40b8ed17 ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering an [...]
new c7e328f1cbf2 ASoC: SOF: sof-audio: don't squelch errors in WIDGET_SETUP phase
new e45cd86c3a78 ASoC: SOF: IPC4: update gain ipc msg definition to align with fw
new a659e35ca0af ASoC: SOF: Intel: MTL: Fix the device description
new 9eb2b4cac223 ASoC: SOF: Intel: HDA: Fix device description
new 1f320bdb29b6 ASoC: SOF: Intel: SKL: Fix device description
new 376f79bbf521 ASOC: SOF: Intel: pci-tgl: Fix device description
new a7ee5b426fb6 SoC: SOF: Intel: FIx device descriptions (missing
new af0f46e5b9a4 ASoC: da7219: Initialize jack_det_mutex
new e041a2a55058 ASoC: hdmi-codec: only startup/shutdown on supported streams
new c24ff3ec55f0 Merge tag 'asoc-fix-v6.3-rc1' of https://git.kernel.org/pu [...]
new 9026c0bf233d ALSA: asihpi: check pao in control_message()
new 98e5eb110095 ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
new 97eb2d981de3 Merge tag 'sound-6.3-rc3' of git://git.kernel.org/pub/scm/ [...]
new 11440da77d60 mmc: sdhci_am654: lower power-on failed message severity
new 92771cdd90de mmc: dw_mmc-starfive: Fix initialization of prev_err
new 2c50b0ca9082 Merge tag 'mmc-v6.3-rc1' of git://git.kernel.org/pub/scm/l [...]
new 6175b70df95e powerpc/pseries: RTAS work area requires GENERIC_ALLOCATOR
new f2c7e3562b4c powerpc/mm: Fix false detection of read faults
new 17adaeaed05b Merge tag 'powerpc-6.3-3' of git://git.kernel.org/pub/scm/ [...]
new a52e5cdbe801 s390/ipl: add missing intersection check to ipl_report handling
new ab909509850b PCI: s390: Fix use-after-free of PCI resources with per-fu [...]
new d7a0bdbf1727 s390: update defconfigs
new e50a80383e04 Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/lin [...]
new e921050022f1 Revert "riscv: mm: notify remote harts about mmu cache updates"
new 82dd33fde026 riscv: asid: Fixup stale TLB entry cause application crash
new 9b7fef255c80 Merge patch series "riscv: asid: switch to alternative way [...]
new 47dd902aaee9 RISC-V: mm: Support huge page in vmalloc_fault()
new cb80b960ce44 Merge tag 'riscv-for-linus-6.3-rc3' of git://git.kernel.or [...]
The 104 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/powerpc/mm/fault.c | 11 ++-
arch/powerpc/platforms/pseries/Kconfig | 1 +
arch/riscv/include/asm/mmu.h | 2 -
arch/riscv/include/asm/tlbflush.h | 18 ----
arch/riscv/mm/context.c | 40 ++++----
arch/riscv/mm/fault.c | 5 +
arch/riscv/mm/tlbflush.c | 28 +++---
arch/s390/boot/ipl_report.c | 8 ++
arch/s390/configs/debug_defconfig | 13 +--
arch/s390/configs/defconfig | 12 +--
arch/s390/configs/zfcpdump_defconfig | 2 +-
arch/s390/pci/pci.c | 16 ++--
arch/s390/pci/pci_bus.c | 12 +--
arch/s390/pci/pci_bus.h | 3 +-
drivers/accel/Makefile | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 -
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 4 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 19 ++++
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 4 +
drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h | 3 +-
drivers/gpu/drm/amd/amdgpu/nv.c | 4 +-
drivers/gpu/drm/amd/amdgpu/soc21.c | 103 +++++++++++++++++++--
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 16 ++--
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 11 ++-
drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 33 ++++---
drivers/gpu/drm/amd/amdkfd/kfd_module.c | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 67 ++++++++++++--
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 4 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 6 +-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 2 +-
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c | 3 -
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 2 +-
.../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c | 6 +-
.../gpu/drm/amd/display/dc/link/link_detection.c | 8 ++
.../pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h | 4 +-
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 2 +-
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 43 +++++++--
drivers/gpu/drm/drm_edid.c | 2 +-
drivers/gpu/drm/drm_gem.c | 9 +-
drivers/gpu/drm/drm_gem_shmem_helper.c | 9 +-
drivers/gpu/drm/i915/display/intel_display_types.h | 2 +
drivers/gpu/drm/i915/display/intel_dp_mst.c | 25 +++--
drivers/gpu/drm/i915/display/intel_psr.c | 78 ++++++++++++----
drivers/gpu/drm/i915/display/intel_snps_phy.c | 62 +++++++++++++
drivers/gpu/drm/i915/gt/intel_sseu.h | 2 +-
drivers/gpu/drm/i915/i915_active.c | 25 ++---
drivers/gpu/drm/i915/i915_hwmon.c | 5 +
drivers/gpu/drm/meson/meson_dw_hdmi.c | 2 +-
drivers/gpu/drm/meson/meson_vpp.c | 2 +
drivers/gpu/drm/msm/msm_gem_shrinker.c | 11 ++-
drivers/gpu/drm/panfrost/panfrost_mmu.c | 2 +-
drivers/gpu/drm/sun4i/sun4i_drv.c | 6 +-
drivers/gpu/drm/ttm/ttm_bo.c | 2 -
drivers/gpu/drm/ttm/ttm_device.c | 2 +-
drivers/gpu/drm/virtio/virtgpu_vq.c | 4 +-
drivers/mmc/host/dw_mmc-starfive.c | 2 +-
drivers/mmc/host/sdhci_am654.c | 2 +-
drivers/pci/bus.c | 21 +++++
drivers/scsi/hosts.c | 3 -
drivers/scsi/mpi3mr/mpi3mr.h | 2 +
drivers/scsi/mpi3mr/mpi3mr_fw.c | 50 ++++++----
drivers/scsi/mpi3mr/mpi3mr_os.c | 24 +++++
drivers/scsi/mpi3mr/mpi3mr_transport.c | 5 +-
drivers/scsi/mpt3sas/mpt3sas_transport.c | 14 ++-
drivers/scsi/scsi.c | 3 +
drivers/scsi/scsi_devinfo.c | 3 +-
drivers/scsi/scsi_scan.c | 3 +
drivers/ufs/core/ufshcd.c | 4 +-
drivers/video/fbdev/chipsfb.c | 14 ++-
drivers/video/fbdev/core/fb_defio.c | 17 +++-
include/drm/drm_bridge.h | 4 +-
include/drm/drm_gem.h | 4 +-
include/linux/fb.h | 1 +
include/linux/pci.h | 1 +
include/scsi/scsi_device.h | 2 +
include/scsi/scsi_devinfo.h | 6 +-
sound/hda/intel-dsp-config.c | 9 ++
sound/pci/asihpi/hpi6205.c | 2 +-
sound/pci/hda/hda_intel.c | 5 +-
sound/pci/hda/patch_ca0132.c | 4 +-
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/codecs/da7219-aad.c | 2 +
sound/soc/codecs/hdmi-codec.c | 11 +++
sound/soc/codecs/lpass-tx-macro.c | 11 ++-
sound/soc/fsl/Kconfig | 4 +
sound/soc/intel/avs/boards/da7219.c | 21 +++++
sound/soc/intel/avs/boards/max98357a.c | 22 +++++
sound/soc/intel/avs/boards/nau8825.c | 14 +--
sound/soc/intel/avs/boards/rt5682.c | 22 +++++
sound/soc/intel/avs/boards/ssm4567.c | 31 -------
sound/soc/intel/common/soc-acpi-intel-adl-match.c | 2 +-
sound/soc/qcom/qdsp6/q6prm.c | 4 +-
sound/soc/sof/intel/hda-ctrl.c | 3 +
sound/soc/sof/intel/hda-dsp.c | 12 +++
sound/soc/sof/intel/pci-apl.c | 1 +
sound/soc/sof/intel/pci-cnl.c | 2 +
sound/soc/sof/intel/pci-icl.c | 1 +
sound/soc/sof/intel/pci-mtl.c | 1 +
sound/soc/sof/intel/pci-skl.c | 2 +
sound/soc/sof/intel/pci-tgl.c | 7 ++
sound/soc/sof/intel/pci-tng.c | 6 +-
sound/soc/sof/ipc3-topology.c | 32 ++++++-
sound/soc/sof/ipc3.c | 5 +-
sound/soc/sof/ipc4-control.c | 3 +-
sound/soc/sof/ipc4-topology.c | 21 ++++-
sound/soc/sof/ipc4-topology.h | 8 +-
sound/soc/sof/sof-audio.c | 32 ++++++-
sound/soc/sof/topology.c | 34 +++----
109 files changed, 945 insertions(+), 351 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.