This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 196145c606d0 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
new 02c132166993 drm/amdkfd: Add cache line size info
new a7aeb03888b9 drm/amd/display: Avoid race between dcn10_set_drr() and dc [...]
new e835d5144f5e drm/amd/display: Avoid race between dcn35_set_drr() and dc [...]
new c5b1a06697ea drm/amd/display: Do not reset planes based on crtc zpos_changed
new 612e3bacf800 drm/amd/pm: update the features set on smu v14.0.2/3
new 7a0982523cf3 drm/amd/pm: fix the pp_dpm_pcie issue on smu v14.0.2/3
new 3a23aa0b9c24 drm/amd/amdgpu: apply command submission parser for JPEG v2+
new 8409fb50ce48 drm/amd/amdgpu: apply command submission parser for JPEG v1
new 17ea4383649f drm/amdgpu/atomfirmware: Silence UBSAN warning
new 2a2a865aee43 drm/amd/display: Add all planes on CRTC to state for overl [...]
new f5d6c413b112 Merge tag 'amd-drm-fixes-6.11-2024-09-11' of https://gitla [...]
new d3d37f74683e drm/i915/guc: prevent a possible int overflow in wq offsets
new bb7e19bd6cb6 Merge tag 'drm-intel-fixes-2024-09-12' of https://gitlab.f [...]
new ea5ff5d351b5 dma-buf: heaps: Fix off-by-one in CMA heap fault handler
new 6db9df4f7055 drm/nouveau/fb: restore init() for ramgp102
new 7b5651744926 drm/stm: add COMMON_CLK dependency
new 8c7c44be5767 drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl
new d8c07bee1e63 drm/rockchip: Use iommu_paging_domain_alloc()
new 45c690aea8ee drm/tegra: Use iommu_paging_domain_alloc()
new 690e516e9869 Merge tag 'drm-misc-fixes-2024-09-12' of https://gitlab.fr [...]
new a2655358cbda drm/xe/gt: Remove double include
new 572239f7f152 drm/xe: Remove fence check from send_tlb_invalidation
new 5e2d1d4dc1c1 drm/xe: Fix possible UAF in guc_exec_queue_process_msg
new 062d59eb96b2 drm/xe: Fix access_ok check in user_fence_create
new dd10595c3232 drm/xe/display: fix compat IS_DISPLAY_STEP() range end
new a262cc8d5542 drm/xe/oa: Enable Xe2+ PES disaggregation
new 9bd7ff293fc8 drm/xe/client: fix deadlock in show_meminfo()
new 94c4aa266111 drm/xe/client: add missing bo locking in show_meminfo()
new 135be1dc46c6 Merge tag 'drm-xe-fixes-2024-09-12' of https://gitlab.free [...]
new 46040ea8a6a5 Merge tag 'drm-fixes-2024-09-13' of https://gitlab.freedes [...]
new 233a95fd574f soundwire: stream: Revert "soundwire: stream: fix programm [...]
new 1136ced48b68 Merge tag 'soundwire-6.11-fixes_2' of git://git.kernel.org [...]
new 89e362c883c6 spi: geni-qcom: Undo runtime PM changes at driver exit time
new b787a3386412 spi: geni-qcom: Fix incorrect free_irq() sequence
new 2a8787c1cdc7 spi: nxp-fspi: fix the KASAN report out-of-bounds bug
new e936e7d4a83b Merge tag 'spi-fix-v6.11-rc7' of git://git.kernel.org/pub/ [...]
The 36 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/dma-buf/heaps/cma_heap.c | 2 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 76 +++++++++++++++++++++-
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.h | 11 ++++
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c | 63 +++++++++++++++++-
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.h | 6 ++
drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c | 2 +
drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c | 1 +
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c | 1 +
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.h | 1 -
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | 57 +---------------
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.h | 7 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c | 1 +
drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.c | 3 +-
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 8 ++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 13 +++-
.../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 20 +++---
.../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 20 +++---
drivers/gpu/drm/amd/include/atomfirmware.h | 4 +-
drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h | 11 +++-
.../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 12 ++++
drivers/gpu/drm/drm_syncobj.c | 17 +++--
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 4 +-
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h | 2 +
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp102.c | 1 +
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 10 ++-
drivers/gpu/drm/stm/Kconfig | 1 +
drivers/gpu/drm/tegra/drm.c | 5 +-
drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 2 +-
drivers/gpu/drm/xe/regs/xe_oa_regs.h | 1 +
drivers/gpu/drm/xe/xe_drm_client.c | 45 +++++++++++--
drivers/gpu/drm/xe/xe_gt.c | 1 -
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 4 +-
drivers/gpu/drm/xe/xe_guc_submit.c | 4 +-
drivers/gpu/drm/xe/xe_oa.c | 4 ++
drivers/gpu/drm/xe/xe_sync.c | 2 +-
drivers/soundwire/stream.c | 8 +--
drivers/spi/spi-geni-qcom.c | 17 +++--
drivers/spi/spi-nxp-fspi.c | 5 +-
39 files changed, 330 insertions(+), 124 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 8ed8c342fba Fix factor_out_conditional_operation heuristics for constants
new 4ffca9966a9 AVR: Detect more skip opportunities.
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/config/avr/avr.cc | 7 +++++--
1 file changed, 5 insertions(+), 2 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 binutils-gdb.
from 24e5f974261 Fix quoting in gdb-add-index.sh
new 246119630a8 Update more types for section index change
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:
gdb/coff-pe-read.c | 3 +--
gdb/ctfread.c | 2 +-
gdb/mdebugread.c | 4 ++--
gdb/minsyms.c | 3 +--
gdb/psymtab.c | 2 +-
gdb/psymtab.h | 2 +-
6 files changed, 7 insertions(+), 9 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 685199de6 Add entry c5009eb887910271ea35a857aa68941c7227b9c7 from https [...]
new 9b88dfe5c Add entry c5009eb887910271ea35a857aa68941c7227b9c7 from https [...]
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:
...3608-gc5009eb88791 => gcc-15-3608-gc5009eb8879} | 0
.../commit-log.txt | 2 +-
.../jira/description | 7 ++++++-
.../jira/summary | 2 +-
.../jira/yaml | 9 +++++++--
.../status.txt | 5 +++++
.../master-arm-check_bootstrap/details.txt | 23 ++++++++++++++--------
.../reproduction_instructions.txt | 4 ++--
.../master-arm-check_bootstrap}/status-summary.txt | 0
.../master-arm-check_bootstrap/status.txt | 4 ++--
.../tcwg_bootstrap_check}/status-summary.txt | 0
.../tcwg_bootstrap_check/status.txt | 4 ++--
12 files changed, 41 insertions(+), 19 deletions(-)
copy gcc/basepoints/{gcc-15-3608-gc5009eb88791 => gcc-15-3608-gc5009eb8879} (100%)
copy gcc/sha1/{dab0f35fcb4dd3ba584422013096c4ebc6bff90d => c5009eb887910271ea35a85 [...]
copy gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/{tcwg_gcc_check/master-arm [...]
copy gcc/sha1/{0adc8c5f146b108f99c4df09e43276e3a2419262 => c5009eb887910271ea35a85 [...]
copy gcc/sha1/{450b05ce54d3f08c583c3b5341233ce0df99725b => c5009eb887910271ea35a85 [...]
copy gcc/sha1/{0adc8c5f146b108f99c4df09e43276e3a2419262 => c5009eb887910271ea35a85 [...]
copy gcc/sha1/{9d20529d94b23275885f380d155fe8671ab5353a => c5009eb887910271ea35a85 [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from ab9d06c96 Add entry a77ccc81295f41b72f96db000d1aa44e4dc91254 from https [...]
new 685199de6 Add entry c5009eb887910271ea35a857aa68941c7227b9c7 from https [...]
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:
.../tcwg_bootstrap_check/master-arm-check_bootstrap/build_url | 2 +-
.../master-arm-check_bootstrap}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{01c095ab77f8f43bf77e4c0be6c4f4c0d15a4c29 => c5009eb887910271ea35a85 [...]
copy gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/{tcwg_gcc_check/master-arm [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 9442ecdea Add entry a77ccc81295f41b72f96db000d1aa44e4dc91254 from https [...]
new ab9d06c96 Add entry a77ccc81295f41b72f96db000d1aa44e4dc91254 from https [...]
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:
.../sha1/a77ccc81295f41b72f96db000d1aa44e4dc91254/jira/description | 4 ++++
binutils/sha1/a77ccc81295f41b72f96db000d1aa44e4dc91254/jira/yaml | 4 ++++
binutils/sha1/a77ccc81295f41b72f96db000d1aa44e4dc91254/status.txt | 4 ++++
.../{master-thumb_m0_eabi => master-thumb_m0_soft_eabi}/details.txt | 6 +++---
.../reproduction_instructions.txt | 4 ++--
.../master-thumb_m0_soft_eabi}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_gnu_embed_check_binutils/status.txt | 4 ++++
8 files changed, 23 insertions(+), 7 deletions(-)
copy binutils/sha1/a77ccc81295f41b72f96db000d1aa44e4dc91254/tcwg_gnu_embed_check_b [...]
copy binutils/sha1/a77ccc81295f41b72f96db000d1aa44e4dc91254/tcwg_gnu_embed_check_b [...]
copy binutils/sha1/{313f04b6edcd09e0e7ff224bd54a892ab8f029aa => a77ccc81295f41b72f [...]
copy binutils/sha1/a77ccc81295f41b72f96db000d1aa44e4dc91254/tcwg_gnu_embed_check_b [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 43b99c8ac Add entry e98ad6a049c96c21cf641954584c2f5b7df0ce93 from https [...]
new 9442ecdea Add entry a77ccc81295f41b72f96db000d1aa44e4dc91254 from https [...]
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:
.../tcwg_gnu_embed_check_binutils/master-thumb_m0_soft_eabi}/build_url | 2 +-
.../{master-thumb_m0_eabi => master-thumb_m0_soft_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy binutils/sha1/{0ec2cde4f48fbe19c72d0963101888743015041e/tcwg_gnu_embed_check_ [...]
copy binutils/sha1/a77ccc81295f41b72f96db000d1aa44e4dc91254/tcwg_gnu_embed_check_b [...]
--
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 b55f5e344c9 AVR: Use avr_byte instead of simplify_gen_subreg (QImode, ...
new 8ed8c342fba Fix factor_out_conditional_operation heuristics for constants
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/tree-ssa-phiopt.cc | 14 ++++++++------
1 file changed, 8 insertions(+), 6 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 binutils-gdb.
from edb09798f2c gdb/solib: use owning_intrusive_list for solib list
new c7e57281af0 Add quoting to 'file' invocations in DAP
new 24e5f974261 Fix quoting in gdb-add-index.sh
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/contrib/gdb-add-index.sh | 39 ++++++++++++++++++---------------------
gdb/python/lib/gdb/dap/launch.py | 17 ++++++++++++++---
2 files changed, 32 insertions(+), 24 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 4ee692337c4 c++: -fimplicit-constexpr diagnostic improvement [PR116696]
new b55f5e344c9 AVR: Use avr_byte instead of simplify_gen_subreg (QImode, ...
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/config/avr/avr.cc | 109 ++++++++++++++++++++++----------------------------
1 file changed, 47 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.