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 713b99a9398 gdb, gdbserver: update copyright years in copyright notices
new 2e917d2873a [gdb/testsuite] Fix gdb.tui/basic.exp on native-extended-gdbserver
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.tui/basic.exp | 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 gcc.
from ead213a9b06 fix cris-elf build with binutils-2.45
new 44cd33881ff [PR target/119275][RISC-V] Avoid calling gen_lowpart in cas [...]
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/riscv/riscv.cc | 3 ++-
gcc/testsuite/gcc.target/riscv/pr119275.c | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr119275.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 94de78f9d0d gdb/dwarf: clear per_bfd::num_{comp,type}_units on error
new 710db71b0d1 gdb/testsuite: update some copyright years
new 713b99a9398 gdb, gdbserver: update copyright years in copyright notices
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/testsuite/gdb.base/tls-common.exp.tcl | 2 +-
gdb/testsuite/gdb.base/tls-dlobj-lib.c | 2 +-
gdb/testsuite/gdb.base/tls-dlobj.c | 2 +-
gdb/testsuite/gdb.base/tls-dlobj.exp | 2 +-
gdb/testsuite/gdb.base/tls-multiobj.c | 2 +-
gdb/testsuite/gdb.base/tls-multiobj.exp | 2 +-
gdb/testsuite/gdb.base/tls-multiobj1.c | 2 +-
gdb/testsuite/gdb.base/tls-multiobj2.c | 2 +-
gdb/testsuite/gdb.base/tls-multiobj3.c | 2 +-
gdb/testsuite/gdb.base/tls-nothreads.c | 2 +-
gdb/testsuite/gdb.base/tls-nothreads.exp | 2 +-
gdb/top.c | 2 +-
gdbserver/gdbreplay.cc | 2 +-
gdbserver/server.cc | 2 +-
14 files changed, 14 insertions(+), 14 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 ef1bd81ee05 [PR121007, LRA]: Fall back to reload of whole inner address [...]
new d755aa03db0 Remove MODE_COMPOSITE_P test from simplify_gen_subreg [PR120718]
new 4cf9d4ebdd6 aarch64: Use VNx16BI for more permutations [PR121294]
new 701193a7a6d aarch64: Use VNx16BI for svrev_b* [PR121294]
new 868a5774431 aarch64: Mark SME functions as .variant_pcs [PR121414]
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/config/aarch64/aarch64-sve-builtins-base.cc | 5 +-
.../aarch64/aarch64-sve-builtins-functions.h | 5 +-
gcc/config/aarch64/aarch64-sve.md | 62 ++++++++++++--
gcc/config/aarch64/aarch64.cc | 40 ++++++---
gcc/config/aarch64/aarch64.md | 1 +
gcc/config/aarch64/iterators.md | 4 +-
gcc/simplify-rtx.cc | 13 ++-
gcc/testsuite/gcc.target/aarch64/sme/pr121414_1.c | 27 ++++++
.../gcc.target/aarch64/sve/acle/general/perm_2.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_3.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_4.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_5.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_6.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_7.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/pr120718.c | 12 +++
.../gcc.target/aarch64/sve/acle/general/rev_2.c | 27 ++++++
16 files changed, 742 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/pr121414_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_7.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr120718.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/rev_2.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 5ed142657c5 [gdb/testsuite] Remove useless indentation in lib/tuiterm.exp
new a1be365e22f gdb: modernize get_frame_pc_if_available
new 903ea49d478 [gdb/testsuite] Fix gdb.base/condbreak-multi-context.exp on [...]
new 94de78f9d0d gdb/dwarf: clear per_bfd::num_{comp,type}_units on error
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:
gdb/ax-gdb.c | 3 +--
gdb/dwarf2/read-debug-names.c | 20 +++++---------------
gdb/dwarf2/read-gdb-index.c | 7 +++----
gdb/dwarf2/read.c | 8 ++++++--
gdb/dwarf2/read.h | 30 ++++++++++++++++++++++++++++++
gdb/frame.c | 32 +++++++++++++++-----------------
gdb/frame.h | 3 ++-
gdb/macroscope.c | 6 +++---
gdb/printcmd.c | 4 ++--
gdb/python/py-finishbreakpoint.c | 6 +++---
gdb/stack.c | 38 ++++++++++++++++++--------------------
gdb/tracepoint.c | 8 ++++----
gdb/tui/tui-status.c | 8 ++++++--
gdb/tui/tui-winsource.c | 4 +++-
14 files changed, 101 insertions(+), 76 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 cfebee18691 bfd: sframe: fix PR ld/33199
new 809c1abc19d gdb, configure: Add enable-binary-file-format option for configure
new 5ed142657c5 [gdb/testsuite] Remove useless indentation in lib/tuiterm.exp
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/Makefile.in | 20 +-
gdb/NEWS | 11 +
gdb/README | 24 +
gdb/config.in | 3 +
gdb/configure | 124 ++-
gdb/configure.ac | 92 +-
gdb/configure.tgt | 20 +-
gdb/doc/gdb.texinfo | 8 +
gdb/testsuite/lib/tuiterm.exp | 2214 ++++++++++++++++++++---------------------
gdb/top.c | 5 +
10 files changed, 1377 insertions(+), 1144 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 ea6ec00ff45 bfd: support for NT_386_TLS notes
new cfebee18691 bfd: sframe: fix PR ld/33199
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:
bfd/elfxx-x86.c | 2 ++
1 file changed, 2 insertions(+)
--
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 0cc53520e68b Merge tag 'probes-fixes-v6.17-rc1' of git://git.kernel.org [...]
new f752adfaf5f7 MAINTAINERS: resurrect my netfilter maintainer entry
new 25a8b88f000c netfilter: add back NETFILTER_XTABLES dependencies
new de788b2e6227 netfilter: ctnetlink: fix refcount leak on table dump
new 1492e3dcb2be netfilter: ctnetlink: remove refcounting in expectation dumpers
new c8a7c2c60818 netfilter: nft_set_pipapo: don't return bogus extension pointer
new f54186df806f netfilter: conntrack: clean up returns in nf_conntrack_log [...]
new 1dee968d22ea netfilter: nft_socket: remove WARN_ON_ONCE with huge level value
new f6a2a31043f9 Merge tag 'nf-25-08-07' of git://git.kernel.org/pub/scm/li [...]
new c875503a9b90 net: hibmcge: fix rtnl deadlock issue
new 7004b26f0b64 net: hibmcge: fix the division by zero issue
new 62c50180ffda net: hibmcge: fix the np_link_fail error reporting issue
new 2182153cfd22 Merge branch 'there-are-some-bugfix-for-hibmcge-ethernet-driver'
new 06feac15406f net: ti: icssg-prueth: Fix emac link speed handling
new 64fdaa94bfe0 net: page_pool: allow enabling recycling late, fix false p [...]
new 5f1d1d14db7d net: ti: icss-iep: Fix incorrect type for return value in [...]
new aba0c94f61ec vsock: Do not allow binding to VMADDR_PORT_ANY
new fd60d8a08619 sctp: linearize cloned gso packets in sctp_rcv
new 829f45f9d992 net: dsa: microchip: Fix KSZ8863 reset problem
new 53898ebabe84 net: lapbether: ignore ops-locked netdevs
new c64237960819 hamradio: ignore ops-locked netdevs
new 33caa208dba6 hv_netvsc: Fix panic during namespace deletion with VF
new 7573980c7049 MAINTAINERS: Mark Intel WWAN IOSM driver as orphaned
new b56e9fb1c966 MAINTAINERS: Mark Intel PTP DFL ToD as orphaned
new b132a3b0c228 MAINTAINERS: Remove bouncing T7XX reviewer
new 61aaca8b89fb net: usb: qmi_wwan: add Telit Cinterion FN990A w/audio com [...]
new 52966bf71de9 ref_tracker: use %p instead of %px in debugfs dentry name
new de1e963ad064 net: stmmac: rk: put the PHY clock on remove
new 89886abd0734 net: stmmac: dwc-qos: fix clk prepare/enable leak on probe [...]
new 8ee90742cf29 net: phy: nxp-c45-tja11xx: fix the PHY ID mismatch issue w [...]
new 8ea25274ebaf net: mdiobus: release reset_gpio in mdiobus_unregister_device()
new c8a9a619c072 dt-bindings: net: thead,th1520-gmac: Describe APB interface clock
new 4cc339ce482b net: stmmac: thead: Get and enable APB clock on initialization
new a7f75e2883c4 riscv: dts: thead: Add APB clocks for TH1520 GMACs
new b3e8c3dfce8d Merge branch 'fix-broken-link-with-th1520-gmac-when-linksp [...]
new e93f7af14822 docs: Fix name for net.ipv4.udp_child_hash_entries
new bda053d64457 selftests: drv-net: don't assume device has only 2 queues
new ccba9f6baa90 net: update NAPI threaded config even for disabled NAPIs
new b3fc08ab9a56 net: prevent deadlocks when enabling NAPIs with mixed kthr [...]
new 74078816f8b9 Merge branch 'net-prevent-deadlocks-and-mis-configuration- [...]
new 42e42562c9cf xfrm: flush all states in xfrm_state_fini
new 234d1eff5d49 xfrm: restore GSO for SW crypto
new 65f079a6c446 xfrm: bring back device check in validate_xmit_xfrm
new 1118aaa3b351 udp: also consider secpath when evaluating ipsec use for c [...]
new d8369183a01a Merge branch 'xfrm: some fixes for GSO with SW crypto'
new c04fdca8a98a Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/s [...]
new 2efe41234dbd ptp: prevent possible ABBA deadlock in ptp_clock_freerun()
new 6db015fc4b5d tls: handle data disappearing from under the TLS ULP
new d7e82594a45c selftests: tls: test TCP stealing data from under the TLS socket
new 30c1d25b9870 netfilter: nft_set_pipapo: fix null deref for empty set
new c0a23bbc98e9 ipvs: Fix estimator kthreads preferred affinity
new cf5fb87fcdaa netfilter: nf_tables: reject duplicate device on updates
new 3bfc778297ec Merge tag 'nf-25-08-13' of https://git.kernel.org/pub/scm/ [...]
new a58893aa1739 net: mctp: Fix bad kfree_skb in bind lookup test
new b2cafefaf047 netdevsim: Fix wild pointer access in nsim_queue_free().
new 39f8fcda2088 bnxt: fill data page pool with frags if PAGE_SIZE > BNXT_R [...]
new c5ec7f49b480 devlink: let driver opt out of automatic phys_port_name ge [...]
new e67a0bc3ed4f ixgbe: prevent from unwanted interface name changes
new 212122775ea7 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux [...]
new 87c6efc5ce9c net/sched: ets: use old 'nbands' while purging unused classes
new 774a2ae6617b selftests: net/forwarding: test purge of active DWRR classes
new 1c756093cdc1 Merge branch 'ets-use-old-nbands-while-purging-unused-classes'
new 52565a935213 net: kcm: Fix race condition in kcm_unattach()
new 4faff70959d5 net: usb: asix_devices: add phy_mask for ax88772 mdio bus
new 63467137ecc0 Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/l [...]
new e91a158b694d intel_idle: Allow loading ACPI tables for any family
new fa3fa55de0d6 cpuidle: governors: menu: Avoid using invalid recent inter [...]
new 3ead77989c20 cpufreq: intel_pstate: Support Clearwater Forest OOB mode
new 5302e2a3886c Merge branches 'pm-cpuidle' and 'pm-cpufreq'
new c28d28a7b005 Merge tag 'pm-6.17-rc2' of git://git.kernel.org/pub/scm/li [...]
new 963e22c084c2 ACPI: EC: Relax sanity check of the ECDT ID string
new d405ec23df13 ACPI: processor: perflib: Move problematic pr->performance check
new 40f2f1aa6257 Merge branches 'acpi-ec' and 'acpi-processor'
new 24ea63ea3877 Merge tag 'acpi-6.17-rc2' of git://git.kernel.org/pub/scm/ [...]
The 73 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/net/thead,th1520-gmac.yaml | 6 +-
Documentation/networking/ip-sysctl.rst | 2 +-
MAINTAINERS | 8 +--
arch/riscv/boot/dts/thead/th1520.dtsi | 10 ++--
drivers/acpi/ec.c | 10 +++-
drivers/acpi/processor_perflib.c | 5 +-
drivers/cpufreq/intel_pstate.c | 1 +
drivers/cpuidle/governors/menu.c | 21 +++++--
drivers/idle/intel_idle.c | 2 +-
drivers/net/dsa/microchip/ksz8.c | 20 ++++---
drivers/net/dsa/microchip/ksz_common.c | 1 +
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 21 +++++--
drivers/net/ethernet/hisilicon/hibmcge/hbg_err.c | 14 ++---
drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c | 15 ++++-
drivers/net/ethernet/hisilicon/hibmcge/hbg_txrx.h | 7 ++-
drivers/net/ethernet/intel/ixgbe/devlink/devlink.c | 1 +
.../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c | 13 +----
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 6 +-
drivers/net/ethernet/stmicro/stmmac/dwmac-thead.c | 14 +++++
drivers/net/ethernet/ti/icssg/icss_iep.c | 3 +-
drivers/net/ethernet/ti/icssg/icssg_prueth.c | 6 ++
drivers/net/hamradio/bpqether.c | 2 +-
drivers/net/hyperv/hyperv_net.h | 3 +
drivers/net/hyperv/netvsc_drv.c | 29 +++++++++-
drivers/net/netdevsim/netdev.c | 10 +++-
drivers/net/phy/mdio_bus.c | 1 +
drivers/net/phy/mdio_bus_provider.c | 3 -
drivers/net/phy/nxp-c45-tja11xx.c | 23 ++++----
drivers/net/usb/asix_devices.c | 1 +
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wan/lapbether.c | 2 +-
drivers/ptp/ptp_private.h | 5 ++
drivers/ptp/ptp_vclock.c | 7 +++
include/linux/netdevice.h | 5 +-
include/net/devlink.h | 6 +-
include/net/ip_vs.h | 13 +++++
include/net/kcm.h | 1 -
include/net/page_pool/types.h | 2 +
kernel/kthread.c | 1 +
lib/ref_tracker.c | 2 +-
net/bridge/netfilter/Kconfig | 1 +
net/core/dev.c | 12 +++-
net/core/dev.h | 8 +++
net/core/page_pool.c | 29 ++++++++++
net/devlink/port.c | 2 +-
net/ipv4/netfilter/Kconfig | 3 +
net/ipv4/udp_offload.c | 2 +-
net/ipv6/netfilter/Kconfig | 1 +
net/ipv6/xfrm6_tunnel.c | 2 +-
net/kcm/kcmsock.c | 10 +---
net/mctp/test/route-test.c | 1 -
net/netfilter/ipvs/ip_vs_est.c | 3 +-
net/netfilter/nf_conntrack_netlink.c | 65 ++++++++++------------
net/netfilter/nf_conntrack_standalone.c | 6 +-
net/netfilter/nf_tables_api.c | 30 ++++++++++
net/netfilter/nft_set_pipapo.c | 5 +-
net/netfilter/nft_set_pipapo_avx2.c | 12 ++--
net/netfilter/nft_socket.c | 2 +-
net/sched/sch_ets.c | 11 ++--
net/sctp/input.c | 2 +-
net/tls/tls.h | 2 +-
net/tls/tls_strp.c | 11 +++-
net/tls/tls_sw.c | 3 +-
net/vmw_vsock/af_vsock.c | 3 +-
net/xfrm/xfrm_device.c | 12 +++-
net/xfrm/xfrm_state.c | 2 +-
.../testing/selftests/drivers/net/napi_threaded.py | 10 ++--
tools/testing/selftests/net/forwarding/sch_ets.sh | 1 +
.../selftests/net/forwarding/sch_ets_tests.sh | 8 +++
tools/testing/selftests/net/tls.c | 63 +++++++++++++++++++++
70 files changed, 459 insertions(+), 166 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 546ddc53ee2 [gdb/testsuite] Disable CLI styling by default in Term::pre [...]
new d048eee2910 ld: Use stat to check if linker script appears multiple times
new ea6ec00ff45 bfd: support for NT_386_TLS notes
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:
bfd/elf-bfd.h | 2 +
bfd/elf.c | 28 +++++++++++++
{gnulib/import => include}/same-inode.h | 0
ld/ldfile.c | 74 +++++++++++++++++++--------------
ld/testsuite/ld-scripts/pr24576-1.d | 2 +-
ld/testsuite/ld-scripts/pr24576-2.d | 3 ++
ld/testsuite/ld-scripts/script.exp | 1 +
7 files changed, 78 insertions(+), 32 deletions(-)
copy {gnulib/import => include}/same-inode.h (100%)
create mode 100644 ld/testsuite/ld-scripts/pr24576-2.d
--
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 2934d4eea72 powerpc: Add missing modes to P9 if_then_elses [PR121501]
new ead213a9b06 fix cris-elf build with binutils-2.45
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/cris/cris.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.