This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 50736169ecc8 Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/s [...]
new e2d8ea0a066a soundwire: fix usages of device_get_named_child_node()
new d512d025a138 Merge tag 'soundwire-6.10-fixes' of git://git.kernel.org/p [...]
new 5314e84c33e7 phy: qcom-qmp: qserdes-txrx: Add missing registers offsets
new 99bf89626335 phy: qcom-qmp: pcs: Add missing v6 N4 register offsets
new 163c1a356a84 phy: qcom: qmp-combo: Switch from V6 to V6 N4 register offsets
new a21b52aa6e98 Merge tag 'phy-fixes-6.10' of git://git.kernel.org/pub/scm [...]
new 462237d2d93f dmaengine: xilinx: xdma: Fix data synchronisation in xdma_ [...]
new e3215deca452 dmaengine: idxd: Fix possible Use-After-Free in irq_proces [...]
new ba27e9d22077 dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn [...]
new 1b11b4ef6bd6 dmaengine: ioatdma: Fix leaking on version mismatch
new f0dc9fda2e0e dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
new 29b7cd255f36 dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
new fa555b5026d0 dmaengine: fsl-edma: avoid linking both modules
new 1345a13f1837 dt-bindings: dma: fsl-edma: fix dma-channels constraints
new 5422145d0b74 dmaengine: ioatdma: Fix missing kmem_cache_destroy()
new 66cc544fd75c Merge tag 'dmaengine-fix-6.10' of git://git.kernel.org/pub [...]
The 16 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:
.../devicetree/bindings/dma/fsl,edma.yaml | 4 +-
drivers/dma/Kconfig | 2 +-
drivers/dma/idxd/irq.c | 4 +-
drivers/dma/ioat/init.c | 55 +++---
drivers/dma/ti/k3-udma-glue.c | 5 +-
drivers/dma/xilinx/xdma.c | 4 +-
drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 189 +++++++++++++++++----
drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6-n4.h | 32 ++++
.../phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v6_n4.h | 13 ++
drivers/phy/qualcomm/phy-qcom-qmp.h | 2 +
drivers/soundwire/amd_manager.c | 3 +
drivers/soundwire/intel_auxdevice.c | 6 +-
drivers/soundwire/mipi_disco.c | 30 +++-
13 files changed, 278 insertions(+), 71 deletions(-)
create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6-n4.h
--
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-14
in repository gcc.
from a851931bc0d libstdc++: Fix test on x86_64 and non-simd targets
new 9421f029166 AArch64: Fix cpu features initialization [PR115342]
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:
libgcc/config/aarch64/cpuinfo.c | 181 +++++++++++++++++-----------------------
1 file changed, 75 insertions(+), 106 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-13
in repository gcc.
from 701de952ef4 Daily bump.
new fbd088a069b libstdc++: Fix find_last_set(simd_mask) to ignore padding bits
new c335e34ff89 libstdc++: Fix test on x86_64 and non-simd targets
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/experimental/bits/simd_x86.h | 26 +++++------
.../experimental/simd/pr115454_find_last_set.cc | 51 ++++++++++++++++++++++
2 files changed, 64 insertions(+), 13 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr115454_find_last_set.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-12
in repository gcc.
from cdbff5f1466 Daily bump.
new 8b5bdeb8aa2 libstdc++: Fix find_last_set(simd_mask) to ignore padding bits
new 169d4d1adda libstdc++: Fix test on x86_64 and non-simd targets
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/experimental/bits/simd_x86.h | 26 +++++------
.../experimental/simd/pr115454_find_last_set.cc | 51 ++++++++++++++++++++++
2 files changed, 64 insertions(+), 13 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr115454_find_last_set.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-11
in repository gcc.
from 0d0f181dedb middle-end/110176 - wrong zext (bool) <= (int) 4294967295u folding
new 87cda03e707 libstdc++: Fix test on x86_64 and non-simd targets
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/testsuite/experimental/simd/pr115454_find_last_set.cc | 6 ++++--
1 file changed, 4 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 releases/gcc-14
in repository gcc.
from a16f47f5f34 Build: Set gcc_cv_as_mips_explicit_relocs if gcc_cv_as_mips [...]
new a851931bc0d libstdc++: Fix test on x86_64 and non-simd targets
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/testsuite/experimental/simd/pr115454_find_last_set.cc | 6 ++++--
1 file changed, 4 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 gcc.
from 5320bcbd342 xstormy16: Fix xs_hi_nonmemory_operand
new 77f321435b4 libstdc++: Fix test on x86_64 and non-simd targets
new b3743181899 libstdc++: Fix std::fill and std::fill_n optimizations [PR109150]
new 139d65d1f5a libstdc++: Don't use std::__is_scalar in std::valarray init [...]
new 5f10547e021 libstdc++: Stop using std::__is_pointer in <deque> and <alg [...]
new 51cc77672ad libstdc++: Remove std::__is_void class template [PR115497]
new 52a82359073 libstdc++: Remove std::__is_pointer and std::__is_scalar [P [...]
The 6 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/cpp_type_traits.h | 48 -----------
libstdc++-v3/include/bits/deque.tcc | 19 +++--
libstdc++-v3/include/bits/stl_algobase.h | 92 ++++++++++++++--------
libstdc++-v3/include/bits/valarray_array.h | 4 +-
libstdc++-v3/include/debug/helper_functions.h | 5 +-
.../testsuite/25_algorithms/fill/109150.cc | 62 +++++++++++++++
.../testsuite/25_algorithms/fill_n/109150.cc | 62 +++++++++++++++
.../experimental/simd/pr115454_find_last_set.cc | 6 +-
8 files changed, 202 insertions(+), 96 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/fill/109150.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/fill_n/109150.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 825cf374b Add entry 1340ddea0158de3f49aeb75b4013e5fc313ff6f4 from https [...]
new 6dad84ad6 Add entry 18e62b794632622c44684909edd447cf914eac44 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:
gdb/sha1/18e62b794632622c44684909edd447cf914eac44/first_url | 1 +
.../tcwg_gdb_check/master-arm/build_url | 1 +
.../tcwg_gdb_check/master-arm/last_good | 1 +
3 files changed, 3 insertions(+)
create mode 100644 gdb/sha1/18e62b794632622c44684909edd447cf914eac44/first_url
create mode 100644 gdb/sha1/18e62b794632622c44684909edd447cf914eac44/tcwg_gdb_chec [...]
create mode 100644 gdb/sha1/18e62b794632622c44684909edd447cf914eac44/tcwg_gdb_chec [...]
--
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 50de502a4f8 [gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm,ppc6 [...]
new 8fbf220321d [gdb/testsuite] Fix regexp in gdb.threads/stepi-over-clone.exp
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/testsuite/gdb.threads/stepi-over-clone.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.