This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 44e3e66a14a c++: tweak constexpr union diagnostic
new 6e4698c1368 c: Add more C2Y 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/gcc.dg/c2y-anon-init-1.c | 23 +++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-incomplete-2.c | 24 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-linkage-1.c | 15 ++++++++++++++
gcc/testsuite/gcc.dg/c2y-linkage-2.c | 12 +++++++++++
gcc/testsuite/gcc.dg/c2y-linkage-3.c | 15 ++++++++++++++
gcc/testsuite/gcc.dg/c2y-linkage-4.c | 12 +++++++++++
...c11-static-assert-3.c => c2y-static-assert-1.c} | 20 ++++++------------
7 files changed, 107 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c2y-anon-init-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-incomplete-2.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-linkage-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-linkage-2.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-linkage-3.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-linkage-4.c
copy gcc/testsuite/gcc.dg/{c11-static-assert-3.c => c2y-static-assert-1.c} (59%)
--
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 423d7b24e7c diagnostics: add dump methods to client_data_hooks and logi [...]
new c91e508a52d c++: -Wmismatched-new-delete, -O0, new (nothrow)
new b8af1b3a002 c++: improve constexpr clobber handling
new 12975b8aa2d c++: clobber class new-expressions
new 44e3e66a14a c++: tweak constexpr union diagnostic
The 4 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/constexpr.cc | 86 +++++++++++++++++++---
gcc/cp/init.cc | 18 +++--
gcc/testsuite/g++.dg/analyzer/pr97116.C | 5 +-
gcc/testsuite/g++.dg/cpp26/constexpr-new6.C | 17 +++++
gcc/testsuite/g++.dg/cpp26/constexpr-new6a.C | 17 +++++
gcc/testsuite/g++.dg/cpp2a/constexpr-98122.C | 2 +-
gcc/testsuite/g++.dg/init/pr25811.C | 2 +-
gcc/testsuite/g++.dg/warn/Warray-bounds-12.C | 6 +-
gcc/testsuite/g++.dg/warn/Warray-bounds-13.C | 4 +-
gcc/testsuite/g++.dg/warn/Warray-bounds-20.C | 4 +-
.../g++.dg/warn/Wmismatched-new-delete-2.C | 3 +-
11 files changed, 134 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/constexpr-new6.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/constexpr-new6a.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 glibc.
from 855a67c3cc stdlib: Use support_accept_oom in test-bz22786
new f807e85c31 malloc: Hoist common unlock out of if-else control block
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:
malloc/arena.c | 3 +--
1 file changed, 1 insertion(+), 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 f613fdc6920 Fix SRA issue with -ftrivial-auto-var-init= [PR121894]
new 60d74880083 diagnostics: use diagnostic.h in fewer places
new 21fe45f111c diagnostics/libcpp: convert enum location_aspect to enum class
new 423d7b24e7c diagnostics: add dump methods to client_data_hooks and logi [...]
The 3 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/diagnostics/buffering.cc | 1 -
gcc/diagnostics/buffering.h | 2 +-
gcc/diagnostics/client-data-hooks.h | 3 +++
gcc/diagnostics/context.cc | 17 +++++++++++++++++
gcc/diagnostics/context.h | 1 +
gcc/diagnostics/html-sink.cc | 1 -
gcc/diagnostics/lazy-paths.cc | 1 -
gcc/diagnostics/logical-locations.h | 3 +++
gcc/diagnostics/macro-unwinding.cc | 1 -
gcc/diagnostics/macro-unwinding.h | 2 ++
gcc/diagnostics/option-classifier.h | 4 ++++
gcc/diagnostics/output-spec.cc | 1 -
gcc/diagnostics/paths-output.cc | 12 ++++++------
gcc/diagnostics/paths.cc | 1 -
gcc/diagnostics/sarif-sink.cc | 1 -
gcc/diagnostics/selftest-context.cc | 1 -
gcc/diagnostics/selftest-logical-locations.cc | 7 +++++++
gcc/diagnostics/selftest-logical-locations.h | 2 ++
gcc/diagnostics/selftest-paths.cc | 1 -
gcc/diagnostics/source-printing-options.h | 2 ++
gcc/diagnostics/source-printing.cc | 22 +++++++++++-----------
gcc/diagnostics/text-sink.cc | 1 -
gcc/input.cc | 16 ++++++++--------
gcc/input.h | 2 +-
gcc/libgdiagnostics.cc | 7 +++++++
gcc/tree-logical-location.cc | 8 ++++++++
gcc/tree-logical-location.h | 2 ++
libcpp/include/line-map.h | 8 ++++----
libcpp/line-map.cc | 12 ++++++------
29 files changed, 95 insertions(+), 47 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 a4b1ac7f1f3 gdb: LoongArch: Record correct frame base address
new f80f8c6c0e3 gdb/solib-target: move name out of lm_info_target
new 01f3393a178 gdb/solib: pass lm_info, original_name and name to solib co [...]
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/solib-aix.c | 6 ++----
gdb/solib-darwin.c | 17 ++++++---------
gdb/solib-dsbt.c | 22 ++++++++++---------
gdb/solib-frv.c | 34 ++++++++++++++---------------
gdb/solib-rocm.c | 9 ++------
gdb/solib-svr4.c | 16 ++++----------
gdb/solib-target.c | 63 +++++++++++++++++++++++++++---------------------------
gdb/solib.h | 8 ++++++-
8 files changed, 82 insertions(+), 93 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 c52c745c98f Fortran: Implement PDT constructors with syntax variants [P [...]
new f613fdc6920 Fix SRA issue with -ftrivial-auto-var-init= [PR121894]
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/g++.dg/opt/auto-init-sra-pr121894.C | 22 ++++++++++++++++++++++
gcc/tree-sra.cc | 8 +++++++-
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/opt/auto-init-sra-pr121894.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 86cc796e5e9b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 247981eecd3d net: Use NAPI_* in test_bit when stopping napi kthread
new 5577352b5583 net/mlx5: Not returning mlx5_link_info table when speed is [...]
new 2690cb089502 dpaa2-switch: fix buffer pool seeding for control traffic
new 201825fb4278 net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() method
new 2e7bba08923e net/tcp: Fix a NULL pointer dereference when using TCP-AO [...]
new 70d99623d5c1 dpll: fix clock quality level reporting
new 64863f4ca494 rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()
new 2429a1976481 rxrpc: Fix untrusted unsigned subtract
new af82e857df5d octeon_ep: Validate the VF ID
new 56c0a2a9ddc2 qed: Don't collect too many protection override GRC elements
new a9888628cb2c net: dst_metadata: fix IP_DF bit not extracted from tunnel [...]
new 6cafb93c1f2a selftests: openvswitch: add a simple test for tunnel metadata
new 2e5fb2ff3173 Merge branch 'net-dst_metadata-fix-df-flag-extraction-on-t [...]
new 4351ca3fcb3f rds: ib: Increment i_fastreg_wrs before bailing out
new 35ae4e86292e bonding: set random address only when slaves already exist
new 71379e1c95af selftests: bonding: add fail_over_mac testing
new f755be0b1ff4 mptcp: propagate shutdown to subflows when possible
new 14e22b43df25 selftests: mptcp: connect: catch IO errors on listen side
new 8708c5d8b3fb selftests: mptcp: avoid spurious errors on TCP disconnect
new a17c5aa3a323 selftests: mptcp: print trailing bytes with od
new cf74e0aa0eb0 selftests: mptcp: connect: print pcap prefix
new 33a09c64c2f5 Merge branch 'selftests-mptcp-avoid-spurious-errors-on-tcp [...]
new 96939cec9940 mptcp: set remote_deny_join_id0 on SYN recv
new 2293c57484ae mptcp: pm: nl: announce deny-join-id0 flag
new 24733e193a0d selftests: mptcp: userspace pm: validate deny-join-id0 flag
new 92da495cb657 mptcp: tfo: record 'deny join id0' info
new b86418beade1 selftests: mptcp: sockopt: fix error messages
new 97499e281823 Merge branch 'mptcp-pm-nl-announce-deny-join-id0-flag'
new 93ab4881a4e2 net: natsemi: fix `rx_dropped` double accounting on `netif [...]
new 109f8b51543d doc/netlink: Fix typos in operation attributes
new 94ff1ed3030e MAINTAINERS: make the DPLL entry cover drivers
new 6b4be64fd9fe net/mlx5e: Harden uplink netdev access against device unbind
new 7601a0a46216 net/mlx5e: Add a miss level for ipsec crypto offload
new 8c4748539985 Merge branch 'mlx5e-misc-fixes-2025-09-15'
new a8ba87f04ca9 bonding: don't set oif to bond dev when getting NS target [...]
new dc5f94b1ec8f selftests: bonding: add vlan over bond testing
new a72175c98513 octeon_ep: fix VF MAC address lifecycle handling
new 45c8a6cc2bcd tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().
new 1fd0362262ba selftest: packetdrill: Add tcp_fastopen_server_reset-after [...]
new d7995c2b91a5 Merge branch 'tcp-clear-tcp_sk-sk-fastopen_rsk-in-tcp_disconnect'
new a38108a23ab5 wifi: iwlwifi: pcie: fix byte count table for some devices
new e882985b09b2 Merge tag 'iwlwifi-fixes-2025-09-15' of https://git.kernel [...]
new b6f56a44e4c1 net: rfkill: gpio: Fix crash due to dereferencering uninit [...]
new 934da21f99c0 Merge tag 'wireless-2025-09-17' of https://git.kernel.org/ [...]
new 84bf1ac85af8 ice: fix Rx page leak on multi-buffer frames
new e37084a26070 i40e: remove redundant memory barrier when cleaning Tx descs
new b85936e95a4b ixgbe: initialize aci.lock before it's used
new 316ba68175b0 ixgbe: destroy aci.lock later within ixgbe_remove path
new 528eb4e19ec0 igc: don't fail igc_probe() on LED setup error
new 09847108971a Merge branch '100GbE' of git://git.kernel.org/pub/scm/linu [...]
new 0aeb54ac4cd5 tls: make sure to abort the stream if headers are bogus
new 4c05c7ed880f selftests: tls: test skb copy under mem pressure and OOB
new 3fbfe251cc9f Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set"
new 87ebb628a5ac net: clear sk->sk_ino in sk_set_socket(sk, NULL)
new cca7b1cfd7b8 net: liquidio: fix overflow in octeon_init_instr_queue()
new 7736aff47041 MAINTAINERS: update sundance entry
new 3191df0a4882 devlink rate: Remove unnecessary 'static' from a couple places
new cfa7d9b1e3a8 cnic: Fix use-after-free bugs in cnic_delete_task
new f8b468715102 octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp()
new cbf658dd0941 Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/l [...]
The 60 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:
Documentation/netlink/specs/conntrack.yaml | 9 +-
Documentation/netlink/specs/mptcp_pm.yaml | 4 +-
MAINTAINERS | 4 +-
drivers/dpll/dpll_netlink.c | 4 +-
drivers/net/bonding/bond_main.c | 2 +-
drivers/net/ethernet/broadcom/cnic.c | 3 +-
.../net/ethernet/cavium/liquidio/request_manager.c | 2 +-
.../net/ethernet/freescale/dpaa2/dpaa2-switch.c | 2 +-
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 3 -
drivers/net/ethernet/intel/ice/ice_txrx.c | 80 ++++-----
drivers/net/ethernet/intel/ice/ice_txrx.h | 1 -
drivers/net/ethernet/intel/igc/igc.h | 1 +
drivers/net/ethernet/intel/igc/igc_main.c | 12 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 22 +--
.../net/ethernet/marvell/octeon_ep/octep_main.c | 16 ++
.../ethernet/marvell/octeon_ep/octep_pfvf_mbox.c | 3 +
.../net/ethernet/marvell/octeontx2/nic/otx2_ptp.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en/fs.h | 1 +
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.h | 1 +
.../mellanox/mlx5/core/en_accel/ipsec_fs.c | 3 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2 -
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 27 ++-
drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 1 +
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 4 +-
drivers/net/ethernet/mellanox/mlx5/core/lib/mlx5.h | 15 +-
drivers/net/ethernet/mellanox/mlx5/core/port.c | 6 +-
drivers/net/ethernet/natsemi/ns83820.c | 13 +-
drivers/net/ethernet/qlogic/qed/qed_debug.c | 7 +-
.../net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c | 2 +-
include/linux/mlx5/driver.h | 1 +
include/net/dst_metadata.h | 11 +-
include/net/sock.h | 5 +-
include/uapi/linux/mptcp.h | 2 +
include/uapi/linux/mptcp_pm.h | 4 +-
net/core/dev.c | 2 +-
net/devlink/rate.c | 4 +-
net/ethtool/common.c | 4 +-
net/ipv4/tcp.c | 5 +
net/ipv4/tcp_ao.c | 4 +-
net/mptcp/options.c | 6 +-
net/mptcp/pm_netlink.c | 7 +
net/mptcp/protocol.c | 16 ++
net/mptcp/subflow.c | 4 +
net/rds/ib_frmr.c | 20 ++-
net/rfkill/rfkill-gpio.c | 4 +-
net/rxrpc/rxgk.c | 18 +-
net/rxrpc/rxgk_app.c | 29 ++-
net/rxrpc/rxgk_common.h | 14 +-
net/tls/tls.h | 1 +
net/tls/tls_strp.c | 14 +-
net/tls/tls_sw.c | 3 +-
.../selftests/drivers/net/bonding/bond_options.sh | 197 ++++++++++++++++++++-
.../drivers/net/bonding/bond_topo_2d1c.sh | 3 +
.../drivers/net/bonding/bond_topo_3d1c.sh | 2 +
tools/testing/selftests/drivers/net/bonding/config | 1 +
tools/testing/selftests/net/mptcp/mptcp_connect.c | 11 +-
tools/testing/selftests/net/mptcp/mptcp_connect.sh | 6 +-
tools/testing/selftests/net/mptcp/mptcp_lib.sh | 2 +-
tools/testing/selftests/net/mptcp/mptcp_sockopt.c | 16 +-
tools/testing/selftests/net/mptcp/pm_nl_ctl.c | 7 +
tools/testing/selftests/net/mptcp/userspace_pm.sh | 14 +-
.../selftests/net/openvswitch/openvswitch.sh | 88 ++++++++-
.../tcp_fastopen_server_reset-after-disconnect.pkt | 26 +++
tools/testing/selftests/net/tls.c | 16 ++
64 files changed, 640 insertions(+), 179 deletions(-)
create mode 100644 tools/testing/selftests/net/packetdrill/tcp_fastopen_server_res [...]
--
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 3fd794264e support: fix build failure due to lack of stdbool.h
new 480660e270 support: Add support_accept_oom to heuristically support OOM errors
new 855a67c3cc stdlib: Use support_accept_oom in test-bz22786
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:
stdlib/test-bz22786.c | 5 +-
support/Makefile | 1 +
support/check.h | 4 +-
support/support.h | 9 +++
support/support_record_failure.c | 36 ++++++++++++
support/support_test_main.c | 19 +++++++
support/tst-support_accept_oom.c | 115 +++++++++++++++++++++++++++++++++++++++
7 files changed, 187 insertions(+), 2 deletions(-)
create mode 100644 support/tst-support_accept_oom.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 642504b41ce RISC-V: Correct lmul estimation
new c52c745c98f Fortran: Implement PDT constructors with syntax variants [P [...]
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/fortran/decl.cc | 2 +-
gcc/fortran/primary.cc | 53 ++++++++++++++++++++++++++----------
gcc/fortran/resolve.cc | 7 +++++
gcc/testsuite/gfortran.dg/pdt_17.f03 | 2 +-
gcc/testsuite/gfortran.dg/pdt_3.f03 | 1 +
gcc/testsuite/gfortran.dg/pdt_47.f03 | 50 ++++++++++++++++++++++++++++++++++
6 files changed, 99 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pdt_47.f03
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.