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 bc187f02f Add entry 9fc2fadbfcb34df5f72bdaed28a7874bf584eed7 from https [...]
new 3d35b3695 Add entry 87f97ffba93a2de17eca3927af901e3b3a103df7 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_gcc/master-thumb_m0_soft_eabi}/build_url | 2 +-
.../master-thumb_m0_soft_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/87f97ffba93a2de17eca3927af901e3b3a103df7/{tcwg_bootstrap_check/maste [...]
--
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 b1fcb3eee Add entry 87f97ffba93a2de17eca3927af901e3b3a103df7 from https [...]
new 4d0ec49a4 Add entry 9fc2fadbfcb34df5f72bdaed28a7874bf584eed7 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/9fc2fadbfcb34df5f72bdaed28a7874bf584eed7}/first_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vls-lto-lld/build_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vls-lto-lld/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy {fujitsu_testsuite/sha1/16d0fd3950bc3383463ab6eaa3af5e6cae3aabba => llvm/sha1 [...]
copy {fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979 => llvm/sha1 [...]
create mode 100644 llvm/sha1/9fc2fadbfcb34df5f72bdaed28a7874bf584eed7/tcwg_flang_t [...]
--
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 70d0836305 Linux: Accept null arguments for utimensat pathname
new e79b9e962d elf: Remove code dependent on __rtld_lock_default_lock_recur [...]
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:
elf/dl-tls_init_tp.c | 21 ---------------------
sysdeps/generic/ldsodefs.h | 6 ------
2 files changed, 27 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 d7f587398c Add further DSO dependency sorting tests
new 30d3fd7f4f x86_64: Remove unused padding from tcbhead_t
new 70d0836305 Linux: Accept null arguments for utimensat pathname
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:
io/sys/stat.h | 4 ++--
io/tst-utimensat.c | 32 ++++++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/utimensat.c | 3 ---
sysdeps/x86_64/nptl/tls.h | 12 ------------
4 files changed, 34 insertions(+), 17 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 539bf8dd41 Add NT_X86_XSAVE_LAYOUT and NT_ARM_POE from Linux 6.12 to elf.h
new d7f587398c Add further DSO dependency sorting 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:
elf/Makefile | 26 +++++-
elf/dso-sort-tests-all.py | 218 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 243 insertions(+), 1 deletion(-)
create mode 100755 elf/dso-sort-tests-all.py
--
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 7eac34a6c79 c++: optimize constraint subsumption [PR118069]
new 23df3c3a4aa libstdc++: Add fancy pointer support to std::map and std::s [...]
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/bits/stl_tree.h | 1376 ++++++++++++++------
.../23_containers/map/allocator/ext_ptr.cc | 37 +
.../23_containers/multimap/allocator/ext_ptr.cc | 33 +
.../23_containers/multiset/allocator/ext_ptr.cc | 32 +
.../23_containers/set/allocator/ext_ptr.cc | 32 +
.../explicit_instantiation/alloc_ptr.cc | 48 +-
.../explicit_instantiation/alloc_ptr_ignored.cc | 2 +-
7 files changed, 1150 insertions(+), 410 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/map/allocator/ext_ptr.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/multimap/allocator/ext_ptr.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/allocator/ext_ptr.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/ext_ptr.cc
copy libstdc++-v3/testsuite/23_containers/{list => set}/requirements/explicit_inst [...]
copy libstdc++-v3/testsuite/23_containers/{list => set}/requirements/explicit_inst [...]
--
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 baaa2567a712 Merge tag 'mmc-v6.13-rc2' of git://git.kernel.org/pub/scm/ [...]
new 429fde2d81bc net: tun: fix tun_napi_alloc_frags()
new 2b33eb8f1b3e net/smc: protect link down work from execute after lgr freed
new 679e9ddcf90d net/smc: check sndbuf_space again after NOSPACE flag is se [...]
new a29e220d3c8e net/smc: check iparea_offset and ipv6_prefixes_cnt when re [...]
new 7863c9f3d24b net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when rece [...]
new 9ab332deb671 net/smc: check smcd_v2_ext_offset when receiving proposal msg
new c5b8ee5022a1 net/smc: check return value of sock_recvmsg when draining [...]
new c296c0bf4518 Merge branch 'smc-fixes'
new 2d5df3a680ff net: mscc: ocelot: fix incorrect IFH SRC_PORT field in oce [...]
new ee76746387f6 netdevsim: prevent bad user input in nsim_dev_health_break [...]
new 663ad7481f06 tools/net/ynl: fix sub-message key lookup for nested attributes
new 9590d32e090e ionic: Fix netdev notifier unregister on failure
new 746e6ae2e202 ionic: no double destroy workqueue
new b096d62ba132 ionic: use ee->offset when returning sprom data
new cb85f2b8973c Merge branch 'ionic-minor-code-fixes'
new 922b4b955a03 net: renesas: rswitch: rework ts tags management
new b1f3a2f5a742 netdev: fix repeated netlink messages in queue dump
new ecc391a54157 netdev: fix repeated netlink messages in queue stats
new 0518863407b8 selftests: net: support setting recv_size in YNL
new 1234810b1649 selftests: net-drv: queues: sanity check netlink dumps
new 5712e323d4c3 selftests: net-drv: stats: sanity check netlink dumps
new c8eb0c3ffde6 Merge branch 'netdev-fix-repeated-netlink-messages-in-queu [...]
new fbbd84af6ba7 chelsio/chtls: prevent potential integer overflow on 32bit
new e78c20f327bd team: Fix feature exposure when no ports are present
new 7203d10e93b6 net: hinic: Fix cleanup in create_rxqs/txqs()
new 94901b7a74d8 rust: net::phy fix module autoloading
new 7d2f320e1274 net: ethernet: oa_tc6: fix infinite loop error when tx cre [...]
new e592b5110b3e net: ethernet: oa_tc6: fix tx skb race condition between r [...]
new 90d130aadce1 Merge branch 'fixes-on-the-open-alliance-tc6-10base-t1x-ma [...]
new 0cb2c504d79e net: ethernet: bgmac-platform: fix an OF node reference leak
new 7ed2d9158877 qed: fix possible uninit pointer read in qed_mcp_nvm_info_ [...]
new b9b8301d369b net: netdevsim: fix nsim_pp_hold_write()
new 954a2b40719a rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().
new cff865c70071 net: phy: avoid undefined behavior in *_led_polarity_set()
new 5c964c8a97c1 net: usb: qmi_wwan: add Quectel RG255C
new fca2977629f4 can: m_can: set init flag earlier in probe
new 743375f8deee can: m_can: fix missed interrupts with m_can_pci
new 87f54c121951 Merge patch series "can: m_can: set init flag earlier in probe"
new dbfca1641e69 Merge tag 'linux-can-fixes-for-6.13-20241218' of git://git [...]
new a17975992cc1 selftests: openvswitch: fix tcpdump execution
new 93433c1d9197 idpf: add support for SW triggered interrupts
new 0c1683c68168 idpf: trigger SW interrupt when exiting wb_on_itr mode
new a713c017ef0e Merge branch '200GbE' of git://git.kernel.org/pub/scm/linu [...]
new 16f027cd40ee net: dsa: restore dsa_software_vlan_untag() ability to ope [...]
new 5eb70dbebf32 netdev-genl: avoid empty messages in queue dump
new 5eecd85c77a2 psample: adjust size if rate_as_probability is set
new 51df94767836 octeontx2-pf: fix netdev memory leak in rvu_rep_create()
new b95c8c33ae68 octeontx2-pf: fix error handling of devlink port in rvu_re [...]
new cf2c97423a4f ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
new 70b6f46a4ed8 netfilter: ipset: Fix for recursive locking warning
new b4adc0495459 Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/li [...]
new 572af9f28466 net: mdiobus: fix an OF node reference leak
new ce1219c3f76b net: mctp: handle skb cleanup on sock_queue failures
new 8faabc041a00 Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/l [...]
The 54 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/net/can/m_can/m_can.c | 36 ++++++---
drivers/net/can/m_can/m_can.h | 1 +
drivers/net/can/m_can/m_can_pci.c | 1 +
drivers/net/ethernet/broadcom/bgmac-platform.c | 5 +-
.../chelsio/inline_crypto/chtls/chtls_main.c | 5 +-
drivers/net/ethernet/huawei/hinic/hinic_main.c | 2 +
drivers/net/ethernet/intel/idpf/idpf_dev.c | 3 +
drivers/net/ethernet/intel/idpf/idpf_txrx.c | 29 +++++---
drivers/net/ethernet/intel/idpf/idpf_txrx.h | 8 +-
drivers/net/ethernet/intel/idpf/idpf_vf_dev.c | 3 +
drivers/net/ethernet/marvell/octeontx2/nic/rep.c | 5 +-
drivers/net/ethernet/mscc/ocelot.c | 2 +-
drivers/net/ethernet/oa_tc6.c | 11 ++-
drivers/net/ethernet/pensando/ionic/ionic_dev.c | 5 +-
.../net/ethernet/pensando/ionic/ionic_ethtool.c | 4 +-
drivers/net/ethernet/pensando/ionic/ionic_lif.c | 4 +-
drivers/net/ethernet/qlogic/qed/qed_mcp.c | 1 +
drivers/net/ethernet/renesas/rswitch.c | 74 ++++++++++---------
drivers/net/ethernet/renesas/rswitch.h | 13 +---
drivers/net/mdio/fwnode_mdio.c | 13 +++-
drivers/net/netdevsim/health.c | 2 +
drivers/net/netdevsim/netdev.c | 4 +-
drivers/net/phy/aquantia/aquantia_leds.c | 2 +-
drivers/net/phy/intel-xway.c | 2 +-
drivers/net/phy/mxl-gpy.c | 2 +-
drivers/net/team/team_core.c | 8 +-
drivers/net/tun.c | 2 +-
drivers/net/usb/qmi_wwan.c | 1 +
net/core/netdev-genl.c | 19 ++---
net/core/rtnetlink.c | 5 +-
net/dsa/tag.h | 16 ++--
net/mctp/route.c | 36 ++++++---
net/mctp/test/route-test.c | 86 ++++++++++++++++++++++
net/netfilter/ipset/ip_set_list_set.c | 3 +
net/netfilter/ipvs/ip_vs_conn.c | 4 +-
net/psample/psample.c | 9 ++-
net/smc/af_smc.c | 18 ++++-
net/smc/smc_clc.c | 17 ++++-
net/smc/smc_clc.h | 22 +++++-
net/smc/smc_core.c | 9 ++-
rust/kernel/net/phy.rs | 4 +-
tools/net/ynl/lib/ynl.py | 6 +-
tools/testing/selftests/drivers/net/queues.py | 23 +++---
tools/testing/selftests/drivers/net/stats.py | 19 ++++-
tools/testing/selftests/net/lib/py/ynl.py | 16 ++--
.../selftests/net/openvswitch/openvswitch.sh | 6 +-
46 files changed, 410 insertions(+), 156 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 57256971b0 hppa: Fix strace detach-vfork test
new 29ae632e76 Add SCHED_EXT from Linux 6.12 to bits/sched.h
new 539bf8dd41 Add NT_X86_XSAVE_LAYOUT and NT_ARM_POE from Linux 6.12 to elf.h
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:
elf/elf.h | 2 ++
sysdeps/unix/sysv/linux/bits/sched.h | 1 +
sysdeps/unix/sysv/linux/tst-sched-consts.py | 2 +-
3 files changed, 4 insertions(+), 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 releases/gcc-14
in repository gcc.
from 87f9c0e4ae2 Fix comment typos in tree-assume.cc
new 0631c5770e8 arm: [MVE intrinsics] Fix support for predicate 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/config/arm/arm-mve-builtins.cc | 32 +++++++++++++++++++-
gcc/testsuite/gcc.target/arm/mve/pr108443-run.c | 2 +-
gcc/testsuite/gcc.target/arm/mve/pr108443.c | 4 +--
gcc/testsuite/gcc.target/arm/mve/pr114801.c | 39 +++++++++++++++++++++++++
4 files changed, 73 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/pr114801.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.