This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from e544a0743852 Merge tag 'pm-6.2-rc8' of git://git.kernel.org/pub/scm/lin [...]
new 6601fc0d15ff IB/hfi1: Restore allocated resources on failed copyout
new e632291a2dbc IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
new 5d9745cead1f RDMA/irdma: Fix potential NULL-ptr-dereference
new b7e08a5a63a1 RDMA/usnic: use iommu_map_atomic() under spin_lock()
new c956940a4ab7 RDMA/umem: Use dma-buf locked API to solve deadlock
new f9c47b2caa7f IB/hfi1: Assign npages earlier
new 563ca0e9eab8 RDMA/mana_ib: Prevent array underflow in mana_ib_create_qp_raw()
new 2de49fb1c9bb RDMA/rtrs: Don't call kobject_del for srv_path->kobj
new 1424c3e309bb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 04119ab1a49f nvidiafb: detect the hardware support before removing console.
new 877f26bf3ca6 drm/amd/display: disable S/G display on DCN 2.1.0
new 077e9659581a drm/amd/display: disable S/G display on DCN 3.1.2/3
new 5c4e8c71d120 drm/amd/display: properly handling AGP aperture in vm setup
new 7ece674cd946 Revert "drm/amd/display: disable S/G display on DCN 3.1.4"
new 5630a35024d1 drm/amd/amdgpu: enable athub cg 11.0.3
new 49d0555976f0 drm/amd/display: fix cursor offset on rotation 180
new 0e763afcb508 drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mapping
new 9874cc2df4e8 drm/amd/pm: bump SMU 13.0.0 driver_if header version
new dc38b996db96 drm/amd/pm: bump SMU 13.0.7 driver_if header version
new c108a1846294 drm/amdgpu: Add unique_id support for GC 11.0.1/2
new e53448e0a1ef drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptes
new 5ad7bbf3dba5 drm/amdgpu/fence: Fix oops due to non-matching drm_sched i [...]
new 6c1a6d0b64e1 amd/amdgpu: remove test ib on hw ring
new c6ac406cd8ff drm/amdgpu/smu: skip pptable init under sriov
new 4684f5ce839a Merge tag 'amd-drm-fixes-6.2-2023-02-08' of https://gitlab [...]
new 9f8b3706eb23 drm/amdgpu: fix memory leak in amdgpu_cs_sync_rings
new 8f20660f053c drm/virtio: exbuf->fence_fd unmodified on interrupted wait
new 85e26dd5100a drm/client: fix circular reference counting issue
new 337d5b5edc3d Merge tag 'drm-misc-fixes-2023-02-09' of git://anongit.fre [...]
new 90d5e8301ac2 drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already [...]
new 039a72ce7e57 drm/i915/fbdev: Implement fb_dirty for intel custom fb helper
new 251e8c5b1b1f drm/i915: Move fd_install after last use of fence
new 44e4c5684fcc drm/i915: Initialize the obj flags for shmem objects
new 6a7ff131f17f drm/i915: Fix VBT DSI DVO port handling
new 0ed904169f85 Merge tag 'drm-intel-fixes-2023-02-09' of git://anongit.fr [...]
new 4693e852f19a drm/amdgpu: add S/G display parameter
new 9734a75cd99d Revert "drm/amd/display: disable S/G display on DCN 3.1.2/3"
new 1b7ac7989ad8 Revert "drm/amd/display: disable S/G display on DCN 2.1.0"
new e7d636476ba7 Revert "drm/amd/display: disable S/G display on DCN 3.1.5"
new 777c1e01cb7e Merge tag 'amd-drm-fixes-6.2-2023-02-09' of https://gitlab [...]
new 38c1e0c65865 Merge tag 'drm-fixes-2023-02-10' of git://anongit.freedesk [...]
The 41 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.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 11 +++
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 8 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 2 +-
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 1 -
drivers/gpu/drm/amd/amdgpu/soc21.c | 4 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 47 +++++++++----
.../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 +-
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 +
.../pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_0.h | 5 +-
.../pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_7.h | 29 ++++----
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 4 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 6 ++
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 +
drivers/gpu/drm/drm_client.c | 33 +++++----
drivers/gpu/drm/i915/display/intel_bios.c | 33 ++++++---
drivers/gpu/drm/i915/display/intel_fbdev.c | 12 ++++
drivers/gpu/drm/i915/display/skl_watermark.c | 3 +-
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 14 ++--
drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 2 +-
drivers/gpu/drm/virtio/virtgpu_ioctl.c | 5 +-
drivers/infiniband/core/umem_dmabuf.c | 8 +--
drivers/infiniband/hw/hfi1/file_ops.c | 7 +-
drivers/infiniband/hw/hfi1/user_exp_rcv.c | 9 +--
drivers/infiniband/hw/irdma/cm.c | 3 +
drivers/infiniband/hw/mana/qp.c | 2 +-
drivers/infiniband/hw/usnic/usnic_uiom.c | 8 +--
drivers/infiniband/ulp/ipoib/ipoib_main.c | 8 +++
drivers/infiniband/ulp/rtrs/rtrs-srv-sysfs.c | 3 +-
drivers/video/fbdev/nvidia/nvidia.c | 81 +++++++++++-----------
include/drm/drm_client.h | 5 --
include/uapi/drm/virtgpu_drm.h | 1 +
34 files changed, 228 insertions(+), 139 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 b9f8935e110 c: Allow conversions of null pointer constants to nullptr_t
new 6a5cb782d14 tree-optimization: [PR108684] ICE in verify_ssa due to simp [...]
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/testsuite/gcc.c-torture/compile/dce-inline-asm-1.c | 15 +++++++++++++++
gcc/testsuite/gcc.c-torture/compile/dce-inline-asm-2.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr108684-1.c | 18 ++++++++++++++++++
gcc/tree-ssa-dce.cc | 5 +++--
4 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/dce-inline-asm-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/dce-inline-asm-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr108684-1.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 930531e8f77 Automatic date update in version.in
new 7027a373b24 objcopy of mach-o indirect symbols
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:
bfd/mach-o.c | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.