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 b2aba1ce132 gdb: update corner case when canonicalizing riscv syscall names
new 5f90d44355b Use attribute::unsigned_constant for sizes
new 3d0e5b99929 Introduce attribute::signed_constant
new b7b4a8ebb6c Use attribute::signed_constant for fixed-point scale
new 898477d819f Use attribute::unsigned_constant for DW_AT_bit_stride
new 21b5371ef19 Use correct sign for DW_AT_GNU_bias
new dbcdce70ea0 Use attribute::unsigned_constant for DW_AT_data_bit_offset
new 6967933c5ac Use attribute::unsigned_constant for DW_AT_data_member_location
new 0c03db90812 Use correct sign in get_mpz
new 6ad5f5b6c08 Use correct sign for variant part discriminants
new cdcd13791f7 Use attribute::signed_constant in attribute::as_boolean
new 2b6e074017c Remove dead code from dwarf2_const_value_data
new c2de2f7ed59 Use bool in update_enumeration_type_from_children
new 5363deffcfb Use correct sign extension for enumeration types
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:
gdb/dwarf2/attribute.c | 35 ++++++-
gdb/dwarf2/attribute.h | 18 ++++
gdb/dwarf2/read.c | 232 +++++++++++++++++++++++++---------------------
gdbsupport/common-utils.h | 10 ++
4 files changed, 188 insertions(+), 107 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 0ad5b8a3b7c Fix documentation for gdb.blocked_signals
new b2aba1ce132 gdb: update corner case when canonicalizing riscv syscall names
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/syscalls/riscv-canonicalize-syscall-gen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 0f85f277897 Add TLS NEWS entry and document 'set force-internal-tls-add [...]
new 0ad5b8a3b7c Fix documentation for gdb.blocked_signals
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/doc/python.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 93e6a942e97 gdb: fix some Python files formatting
new a163e2015a4 gdb: fix completion of anonymous struct members
new 8b87fe90e81 Don't attempt to find TLS address when target has no registers
new e1bedd1b21e Allow TLS access to work in gdb.server/no-thread-db.exp
new 3b2dcfb7898 Track and fetch TLS module ids for MUSL and GLIBC
new 85e1d8f93df Implement internal TLS address lookup for select Linux targets
new c34309bea22 Internal TLS support for aarch64, x86_64, riscv, ppc64, and s390x
new 8cd01ac4809 Internal, but disabled, TLS support for i386
new 15b409211de Delete disabled i386 internal TLS support
new de893f31c1a New test - gdb.base/tls-nothreads.exp
new b0789fb6c2f New test - gdb.base/tls-multiobj.exp
new e4a5126ec02 New test - gdb.base/tls-dlobj.exp
new 0f85f277897 Add TLS NEWS entry and document 'set force-internal-tls-add [...]
The 12 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/Makefile.in | 3 +
gdb/NEWS | 20 ++
gdb/aarch64-linux-tdep.c | 56 +++
gdb/amd64-linux-tdep.c | 38 +++
gdb/configure.tgt | 11 +-
gdb/doc/gdb.texinfo | 50 +++
gdb/eval.c | 5 +-
gdb/findvar.c | 3 +-
gdb/linux-tdep.c | 1 +
gdb/minsyms.c | 3 +-
gdb/ppc-linux-tdep.c | 63 ++++
gdb/riscv-linux-tdep.c | 79 +++++
gdb/s390-linux-tdep.c | 44 +++
gdb/solib-svr4.c | 212 +++++++++++-
gdb/solib-svr4.h | 12 +
gdb/svr4-tls-tdep.c | 256 ++++++++++++++
gdb/svr4-tls-tdep.h | 59 ++++
gdb/target.c | 16 +-
gdb/target.h | 8 +-
gdb/testsuite/gdb.base/break1.c | 8 +-
gdb/testsuite/gdb.base/tls-common.exp.tcl | 50 +++
gdb/testsuite/gdb.base/tls-dlobj-lib.c | 87 +++++
gdb/testsuite/gdb.base/tls-dlobj.c | 311 +++++++++++++++++
gdb/testsuite/gdb.base/tls-dlobj.exp | 378 +++++++++++++++++++++
gdb/testsuite/gdb.base/tls-multiobj.c | 89 +++++
gdb/testsuite/gdb.base/tls-multiobj.exp | 230 +++++++++++++
.../{bp-disabled-by-cond-lib.c => tls-multiobj1.c} | 10 +-
.../{bp-disabled-by-cond-lib.c => tls-multiobj2.c} | 10 +-
.../{bp-disabled-by-cond-lib.c => tls-multiobj3.c} | 10 +-
.../exceptprint.cc => gdb.base/tls-nothreads.c} | 66 ++--
gdb/testsuite/gdb.base/tls-nothreads.exp | 248 ++++++++++++++
gdb/testsuite/gdb.server/no-thread-db.exp | 4 +-
gdb/testsuite/gdb.threads/tls.exp | 2 +-
33 files changed, 2373 insertions(+), 69 deletions(-)
create mode 100644 gdb/svr4-tls-tdep.c
create mode 100644 gdb/svr4-tls-tdep.h
create mode 100644 gdb/testsuite/gdb.base/tls-common.exp.tcl
create mode 100644 gdb/testsuite/gdb.base/tls-dlobj-lib.c
create mode 100644 gdb/testsuite/gdb.base/tls-dlobj.c
create mode 100644 gdb/testsuite/gdb.base/tls-dlobj.exp
create mode 100644 gdb/testsuite/gdb.base/tls-multiobj.c
create mode 100644 gdb/testsuite/gdb.base/tls-multiobj.exp
copy gdb/testsuite/gdb.base/{bp-disabled-by-cond-lib.c => tls-multiobj1.c} (78%)
copy gdb/testsuite/gdb.base/{bp-disabled-by-cond-lib.c => tls-multiobj2.c} (78%)
copy gdb/testsuite/gdb.base/{bp-disabled-by-cond-lib.c => tls-multiobj3.c} (78%)
copy gdb/testsuite/{gdb.cp/exceptprint.cc => gdb.base/tls-nothreads.c} (55%)
create mode 100644 gdb/testsuite/gdb.base/tls-nothreads.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 devel/omp/gcc-14
in repository gcc.
from b28645de4e5 libgomp: Add additional OpenMP interop runtime tests
new c9731fdbe4b libgomp/testsuite: Fix hip_header_nvidia check, add workaro [...]
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:
libgomp/ChangeLog.omp | 13 +++++++++++++
libgomp/testsuite/lib/libgomp.exp | 2 +-
libgomp/testsuite/libgomp.c/interop-hip-nvidia-full.c | 2 +-
libgomp/testsuite/libgomp.c/interop-hipblas-nvidia-full.c | 2 +-
libgomp/testsuite/libgomp.c/interop-hipblas.h | 14 +++++++++++++-
5 files changed, 29 insertions(+), 4 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 8ef0518bce4 libgomp/testsuite: Fix hip_header_nvidia check, add workaro [...]
new cfb04e0de6a Fix ICE building deepsjeng with -fprofile-use
new 2056d52d740 Fix i386 vectorizer cost of COND_EXPR and MIN_MAX with one [...]
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/config/i386/i386.cc | 43 ++++++++++++++++++++++++++------
gcc/ipa-cp.cc | 8 +++---
gcc/testsuite/gcc.target/i386/pr119919.c | 13 ++++++++++
3 files changed, 52 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr119919.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 a79be02bba5c Fix mis-uses of 'cc-option' for warning disablement
new aece1cf14674 Revert "crypto: testmgr - Add multibuffer acomp testing"
new 002ba346e3d7 crypto: scomp - Fix off-by-one bug when calculating last page
new 8006aff15516 crypto: atmel-sha204a - Set hwrng quality to lowest possible
new 288537d9c936 Merge tag 'v6.15-p5' of git://git.kernel.org/pub/scm/linux [...]
new 750d0ac001e8 MAINTAINERS: Add entry for Socfpga DWMAC ethernet glue driver
new 91037037ee3d net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
new fa8fd315127c net/mlx5: Move ttc allocation after switch case to prevent leaks
new b9a4c74b0ec1 Merge branch 'net-mlx5-fix-null-dereference-and-memory-lea [...]
new d3153c3b4270 net: fix the missing unlock for detached devices
new c083da15f06c MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS
new e00c1517f2bc MAINTAINERS: Add s390 networking drivers to NETWORKING DRIVERS
new 3a7012020532 Merge branch 'maintainers-update-entries-for-s390-network- [...]
new cc3628dcd851 xen-netfront: handle NULL returned by xdp_convert_buff_to_frame()
new 2768b2e2f7d2 net: enetc: register XDP RX queues with frag_size
new 1d587faa5be7 net: enetc: refactor bulk flipping of RX buffers to separa [...]
new 020f0c8b3d39 net: enetc: fix frame corruption on bpf_xdp_adjust_head/ta [...]
new b1eac30d9bc2 Merge branch 'enetc-bug-fixes-for-bpf_xdp_adjust_head-and- [...]
new 30a41ed32d30 net: phy: microchip: force IRQ polling mode for lan88xx
new 9e8d1013b0c3 net: selftests: initialize TCP header and skb payload with zero
new c03a49f3093a net: lwtunnel: disable BHs when required
new 4c8925cb9db1 net: phylink: fix suspend/resume with WoL enabled and link down
new ce6815585d46 net: phylink: mac_link_(up|down)() clarifications
new b7f0ee992adf net: phy: leds: fix memory leak
new 4bc12818b363 virtio-net: disable delayed refill when pausing rx
new d63527e109e8 tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
new 491ef1117c56 net: ethernet: mtk_eth_soc: net: revise NETSYSv3 hardware [...]
new 13b4ece33cf9 mptcp: pm: Defer freeing of MPTCP userspace path manager entries
new ce72fea219c1 selftests: mptcp: diag: use mptcp_lib_get_info_value
new d861a5dbb960 Merge branch 'mptcp-pm-defer-freeing-userspace-pm-entries'
new 3df275ef0a6a net_sched: hfsc: Fix a UAF vulnerability in class handling
new 6ccbda44e2cc net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
new 7629d1a04ad2 selftests/tc-testing: Add test for HFSC queue emptying dur [...]
new fa44042a42b8 Merge branch 'net_sched-fix-uaf-vulnerability-in-hfsc-qdisc'
new 497041d76301 net: dsa: mt7530: sync driver-specific behavior of MT7531 [...]
new d9e2f070d8af pds_core: Prevent possible adminq overflow/stuck condition
new 2567daad69cd pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
new f9559d818205 pds_core: Remove unnecessary check in pds_client_adminq_cmd()
new 3f77c3dfffc7 pds_core: make wait_context part of q_info
new 4fe09ff1a54a Merge branch 'pds_core-updates-and-fixes'
new 607b310ada5e net: dp83822: Fix OF_MDIO config check
new 73fa4597bdc0 net: stmmac: fix dwmac1000 ptp timestamp status offset
new 7b7491372f8e net: stmmac: fix multiplication overflow when reading timestamp
new cc0dec3f659d Merge branch 'net-stmmac-fix-timestamp-snapshots-on-dwmac1000'
new e72e9e693307 Merge tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/l [...]
The 44 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 | 9 ++
crypto/scompress.c | 10 +-
crypto/testmgr.c | 147 +++++++++------------
drivers/crypto/atmel-sha204a.c | 6 +
drivers/net/dsa/mt7530.c | 6 +-
drivers/net/ethernet/amd/pds_core/adminq.c | 36 ++---
drivers/net/ethernet/amd/pds_core/auxbus.c | 3 -
drivers/net/ethernet/amd/pds_core/core.c | 9 +-
drivers/net/ethernet/amd/pds_core/core.h | 4 +-
drivers/net/ethernet/amd/pds_core/devlink.c | 4 +-
drivers/net/ethernet/freescale/enetc/enetc.c | 45 ++++---
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 24 +++-
drivers/net/ethernet/mediatek/mtk_eth_soc.h | 10 +-
.../net/ethernet/mellanox/mlx5/core/lib/fs_ttc.c | 26 ++--
drivers/net/ethernet/stmicro/stmmac/dwmac1000.h | 4 +-
.../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 2 +-
.../net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 2 +-
drivers/net/phy/dp83822.c | 2 +-
drivers/net/phy/microchip.c | 46 +------
drivers/net/phy/phy_led_triggers.c | 23 ++--
drivers/net/phy/phylink.c | 38 +++---
drivers/net/virtio_net.c | 69 ++++++++--
drivers/net/xen-netfront.c | 17 ++-
include/linux/phylink.h | 31 +++--
net/core/lwtunnel.c | 26 +++-
net/core/netdev-genl.c | 9 +-
net/core/selftests.c | 18 ++-
net/mptcp/pm_userspace.c | 6 +-
net/sched/sch_hfsc.c | 23 +++-
net/tipc/monitor.c | 3 +-
tools/testing/selftests/net/mptcp/diag.sh | 5 +-
.../tc-testing/tc-tests/infra/qdiscs.json | 39 ++++++
32 files changed, 419 insertions(+), 283 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 2fb6ddd4587 libstdc++: Add std::deque<>::shrink_to_fit test
new 8ef0518bce4 libgomp/testsuite: Fix hip_header_nvidia check, add workaro [...]
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:
libgomp/testsuite/lib/libgomp.exp | 2 +-
libgomp/testsuite/libgomp.c/interop-hip-nvidia-full.c | 2 +-
libgomp/testsuite/libgomp.c/interop-hipblas-nvidia-full.c | 2 +-
libgomp/testsuite/libgomp.c/interop-hipblas.h | 14 +++++++++++++-
4 files changed, 16 insertions(+), 4 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 709aefc274a gdb: add remote argument passing unit tests
new 93e6a942e97 gdb: fix some Python files formatting
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/syscalls/riscv-canonicalize-syscall-gen.py | 136 +++++++++++++------------
gdb/testsuite/gdb.python/gdb_leak_detector.py | 1 +
gdb/testsuite/gdb.python/py-inferior-leak.py | 1 +
3 files changed, 74 insertions(+), 64 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 fa61afef18a aarch64: Fix CFA offsets in non-initial stack probes [PR119610]
new 3e448005c51 c++: attribute duplication [PR116954]
new 2fb6ddd4587 libstdc++: Add std::deque<>::shrink_to_fit test
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/cp/contracts.cc | 3 ++
.../23_containers/deque/capacity/shrink_to_fit.cc | 38 ++++++++++++++++++----
.../testsuite/util/replacement_memory_operators.h | 8 +++++
3 files changed, 43 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.