This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7801236069a libstdc++: ranges::rotate should use ranges::iter_move [PR121913]
new 0c6ad3f5dfb Fix latent LRA bug
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/lra-constraints.cc | 1 +
1 file changed, 1 insertion(+)
--
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 f6e00192cdf Testsuite: Fix more spurious failure of ACATS-4 tests
new 7b99d184bc9 libstdc++: Fix algorithms to use iterators' difference_type [...]
new 7801236069a libstdc++: ranges::rotate should use ranges::iter_move [PR121913]
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:
libstdc++-v3/include/bits/ranges_algo.h | 59 +++++++++-------
libstdc++-v3/include/bits/ranges_base.h | 4 +-
libstdc++-v3/include/bits/stl_algo.h | 81 +++++++++++++++-------
libstdc++-v3/include/bits/stl_algobase.h | 18 ++---
libstdc++-v3/include/bits/stl_heap.h | 20 ++++--
libstdc++-v3/include/std/functional | 2 +-
.../24_iterators/range_operations/advance.cc | 2 +-
.../testsuite/25_algorithms/fill_n/diff_type.cc | 13 ++++
.../testsuite/25_algorithms/heap/constrained.cc | 20 +++---
.../lexicographical_compare/diff_type.cc | 57 +++++++++++++++
.../testsuite/25_algorithms/nth_element/58800.cc | 2 +-
.../25_algorithms/nth_element/constrained.cc | 2 +-
.../25_algorithms/nth_element/random_test.cc | 4 +-
.../partial_sort/check_compare_by_value.cc | 4 +-
.../25_algorithms/partial_sort/constrained.cc | 3 +-
.../25_algorithms/partial_sort/random_test.cc | 4 +-
.../25_algorithms/partial_sort_copy/constrained.cc | 4 +-
.../25_algorithms/partial_sort_copy/random_test.cc | 4 +-
.../testsuite/25_algorithms/rotate/121913.cc | 45 ++++++++++++
libstdc++-v3/testsuite/std/ranges/adaptors/drop.cc | 2 +-
libstdc++-v3/testsuite/util/testsuite_iterators.h | 18 +++++
21 files changed, 276 insertions(+), 92 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/fill_n/diff_type.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/di [...]
create mode 100644 libstdc++-v3/testsuite/25_algorithms/rotate/121913.cc
--
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 releases/gcc-15
in repository gcc.
from a03c244f530 c++: pack indexing is a non-deduced context [PR121795]
new 210b7a0d8ca libstdc++: Fix memory leak in PSTL TBB backend [PR117276]
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:
libstdc++-v3/include/pstl/parallel_backend_tbb.h | 12 +++++++++---
1 file changed, 9 insertions(+), 3 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 glibc.
from cae3c9e3a1 LoongArch: Use the generic shmlab.h.
new 0fceed2545 nss: Group merge does not react to ERANGE during merge (bug 33361)
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:
nss/getXXbyYY_r.c | 18 +++++++-----------
1 file changed, 7 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 gcc.
from 8e3230f4fed c++: pack indexing is a non-deduced context [PR121795]
new f6e00192cdf Testsuite: Fix more spurious failure of ACATS-4 tests
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/ada/acats-4/tests/cxa/cxai034.a | 8 ++++----
gcc/testsuite/ada/acats-4/tests/cxa/cxai035.a | 4 ++--
gcc/testsuite/ada/acats-4/tests/cxa/cxai036.a | 8 ++++----
3 files changed, 10 insertions(+), 10 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 releases/gcc-15
in repository gcc.
from 6a8999f4a81 Daily bump.
new a03c244f530 c++: pack indexing is a non-deduced context [PR121795]
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/pt.cc | 4 ++--
gcc/testsuite/g++.dg/cpp26/pack-indexing17.C | 11 +++++++++++
gcc/testsuite/g++.dg/cpp26/pack-indexing17a.C | 12 ++++++++++++
3 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/pack-indexing17.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/pack-indexing17a.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 gcc.
from d0c08415310 RISC-V: Support vnclip idiom testcase [PR120378]
new 8e3230f4fed c++: pack indexing is a non-deduced context [PR121795]
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/pt.cc | 4 ++--
gcc/testsuite/g++.dg/cpp26/pack-indexing17.C | 11 +++++++++++
gcc/testsuite/g++.dg/cpp26/pack-indexing17a.C | 12 ++++++++++++
3 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/pack-indexing17.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/pack-indexing17a.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 320475fbd590 Merge tag 'mtd/fixes-for-6.17-rc6' of git://git.kernel.org [...]
new 90f7c100d2dd smb: client: fix compound alignment with encryption
new c5ea3065586d smb: client: fix data loss due to broken rename(2)
new cb780b79b236 Merge tag 'v6.17-rc5-smb3-client-fixes' of git://git.samba [...]
new 5c5a41a75452 gpu: nova-core: depend on CONFIG_64BIT
new 349510052f76 MAINTAINERS: Add drm-rust tree for Rust DRM drivers and in [...]
new 2c38074c3667 Merge tag 'drm-rust-fixes-2025-09-05' of https://gitlab.fr [...]
new cfa7b7659757 drm/i915/power: fix size for for_each_set_bit() in abox iteration
new 467360e29595 Merge tag 'drm-intel-fixes-2025-09-10' of https://gitlab.f [...]
new 440cec4ca1c2 drm/amdgpu: Wait for bootloader after PSPv11 reset
new f5c32370dba6 drm/amd/display: Disable DPCD Probe Quirk
new 70f0b051f82d drm/amd/display: Correct sequences and delays for DCN35 PG & RCG
new 60f71f0db7b1 drm/amd/display: Drop dm_prepare_suspend() and dm_complete()
new 1dfd2864a1c4 drm/amd/display: remove oem i2c adapter on finish
new ce42a3b581a9 drm/amdkfd: fix p2p links bug in topology
new 53503556273a amd/amdkfd: correct mem limit calculation for small APUs
new 7838fb5f1191 drm/amdgpu: fix a memory leak in fence cleanup when unloading
new 1d66c3f2b8c0 drm/amd/display: use udelay rather than fsleep
new 857ccfc19f9b drm/amd/amdgpu: Declare isp firmware binary file
new 2b10cb58d7a3 drm/amdgpu/vcn4: Fix IB parsing with multiple engine info [...]
new 3318f2d20ce4 drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 a [...]
new 1d00adb873a0 Merge tag 'amd-drm-fixes-6.17-2025-09-10' of https://gitla [...]
new 4de37a48b6b5 drm/mediatek: fix potential OF node use-after-free
new 9ba2556cef1d drm/mediatek: clean up driver data initialisation
new f2c8bbb6e971 Merge tag 'mediatek-drm-fixes-20250910' of https://git.ker [...]
new d5067034725b Revert "drm/nouveau: Remove waitque for sched teardown"
new a00f2015acdb drm/panthor: validate group queue count
new 87b90cee22d8 MAINTAINERS: drm-misc: fix X: entries for nova/nouveau
new dab1f85526a4 Merge tag 'drm-misc-fixes-2025-09-11' of https://gitlab.fr [...]
new 7934fdc25ad6 drm/xe/configfs: Don't touch survivability_mode on fini
new 5c87fee3c96c drm/xe: Attempt to bring bos back to VRAM after eviction
new d84820309ed3 drm/xe: Allow the pm notifier to continue on failure
new eb5723a75104 drm/xe: Block exec and rebind worker while evicting for su [...]
new fd99415ec8a8 drm/xe: Extend Wa_13011645652 to PTL-H, WCL
new 9a3f210737e9 Merge tag 'drm-xe-fixes-2025-09-11' of https://gitlab.free [...]
new 965c995c9a4b Merge tag 'drm-fixes-2025-09-12' of https://gitlab.freedes [...]
new b816265396da PCI: mvebu: Fix use of for_each_of_range() iterator
new 22f20375f5b7 Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/ [...]
The 37 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 | 13 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 44 +++--
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 2 -
drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c | 2 +
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 19 +-
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 12 +-
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 64 +++----
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 3 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 34 ++--
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 1 +
drivers/gpu/drm/amd/display/dc/dc.h | 1 +
.../gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c | 74 ++++----
.../drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 2 +-
.../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 115 ++----------
.../gpu/drm/amd/display/dc/hwss/dcn35/dcn35_init.c | 3 -
.../drm/amd/display/dc/hwss/dcn351/dcn351_init.c | 3 -
drivers/gpu/drm/amd/display/dc/inc/hw/pg_cntl.h | 1 +
.../drm/amd/display/dc/pg/dcn35/dcn35_pg_cntl.c | 78 +++++---
drivers/gpu/drm/i915/display/intel_display_power.c | 6 +-
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 23 +--
drivers/gpu/drm/nouveau/nouveau_fence.c | 15 --
drivers/gpu/drm/nouveau/nouveau_fence.h | 1 -
drivers/gpu/drm/nouveau/nouveau_sched.c | 35 ++--
drivers/gpu/drm/nouveau/nouveau_sched.h | 9 +-
drivers/gpu/drm/nouveau/nouveau_uvmm.c | 8 +-
drivers/gpu/drm/panthor/panthor_drv.c | 2 +-
drivers/gpu/drm/xe/tests/xe_bo.c | 2 +-
drivers/gpu/drm/xe/tests/xe_dma_buf.c | 10 +-
drivers/gpu/drm/xe/xe_bo.c | 16 +-
drivers/gpu/drm/xe/xe_bo.h | 2 +-
drivers/gpu/drm/xe/xe_device_types.h | 6 +
drivers/gpu/drm/xe/xe_dma_buf.c | 2 +-
drivers/gpu/drm/xe/xe_exec.c | 9 +
drivers/gpu/drm/xe/xe_pm.c | 42 ++++-
drivers/gpu/drm/xe/xe_survivability_mode.c | 3 +-
drivers/gpu/drm/xe/xe_vm.c | 42 ++++-
drivers/gpu/drm/xe/xe_vm.h | 2 +
drivers/gpu/drm/xe/xe_vm_types.h | 5 +
drivers/gpu/drm/xe/xe_wa_oob.rules | 3 +-
drivers/gpu/nova-core/Kconfig | 1 +
drivers/pci/controller/pci-mvebu.c | 21 +--
fs/smb/client/cifsglob.h | 13 +-
fs/smb/client/file.c | 18 +-
fs/smb/client/inode.c | 86 +++++++--
fs/smb/client/smb2glob.h | 3 +-
fs/smb/client/smb2inode.c | 204 ++++++++++++++++-----
fs/smb/client/smb2ops.c | 32 +++-
fs/smb/client/smb2proto.h | 3 +
fs/smb/client/trace.h | 9 +-
49 files changed, 663 insertions(+), 441 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 5d6ddba7643 sparc: Compile TLS LD tests with -fPIC
new bf257c548cb Match: Support SAT_TRUNC variant NARROW_CLIP
new d0c08415310 RISC-V: Support vnclip idiom testcase [PR120378]
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:
gcc/match.pd | 26 ++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr120378-1.c | 21 ++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr120378-2.c | 21 ++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr120378-3.c | 21 ++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr120378-4.c | 21 ++++++++++++++
gcc/tree-vect-patterns.cc | 32 ++++++++++++++++++++++
6 files changed, 142 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr120378-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr120378-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr120378-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr120378-4.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 503fc476079 Fix 32-bit failure in array_long_idx.exp
new 9076d691900 gdb/tui: Fix build for older ncurses
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/tui/tui-io.c | 4 ++++
gdb/ui-style.c | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.