This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 64b6813338 Check if linker supports -Wl,--undefined-version
new cd748a63ab Implement C23 const-preserving standard library macros
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:
NEWS | 6 +++
debug/tst-backtrace.h | 2 +-
manual/search.texi | 8 ++++
manual/string.texi | 90 ++++++++++++++++++++++++++++++++++++++++++
misc/sys/cdefs.h | 12 ++++++
stdlib/Makefile | 1 +
stdlib/stdlib.h | 6 +++
stdlib/tst-const.c | 55 ++++++++++++++++++++++++++
string/Makefile | 1 +
string/string.h | 21 ++++++++++
string/test-strnlen.c | 1 +
string/tst-const.c | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++
timezone/Makefile | 4 +-
wcsmbs/Makefile | 1 +
wcsmbs/tst-const.c | 85 +++++++++++++++++++++++++++++++++++++++
wcsmbs/wchar.h | 21 ++++++++++
16 files changed, 419 insertions(+), 2 deletions(-)
create mode 100644 stdlib/tst-const.c
create mode 100644 string/tst-const.c
create mode 100644 wcsmbs/tst-const.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 c966813ea120 Merge tag 'slab-for-6.18-rc7' of git://git.kernel.org/pub/ [...]
new 7b6216baae75 sched_ext: Fix scx_enable() crash on helper kthread creati [...]
new fd95357fd8c6 Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.ke [...]
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:
kernel/sched/ext.c | 5 ++++-
1 file 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 master
in repository linux.
from 8e621c9a3375 Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/l [...]
new 54afb047cd7e platform/x86: hp-wmi: mark Victus 16-r0 and 16-s0 for vict [...]
new 5c72329716d0 platform/x86: huawei-wmi: add keys for HONOR models
new fb146a38cb11 platform/x86: hp-wmi: Add Omen 16-wf1xxx fan support
new a229809c1892 platform/x86: intel-uncore-freq: Add additional client processors
new 5f20bc206beb platform/x86: ISST: isst_if.h: fix all kernel-doc warnings
new bd4f9f113dda platform/x86: alienware-wmi-wmax: Fix "Alienware m16 R1 AM [...]
new 173b23808768 platform/x86: alienware-wmi-wmax: Drop redundant DMI entries
new e8c3c875e101 platform/x86: alienware-wmi-wmax: Add support for the whol [...]
new 21ebfff1cf47 platform/x86: alienware-wmi-wmax: Add support for the whol [...]
new a6003d90f028 platform/x86: alienware-wmi-wmax: Add support for the whol [...]
new db4a3f0fbedb platform/x86/amd/pmc: Add support for Van Gogh SoC
new c0ddc5401663 platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally
new f945afe01c67 platform/x86/amd: pmc: Add Lenovo Legion Go 2 to pmc quirk list
new c93433fd4e2b platform/x86: msi-wmi-platform: Only load on MSI devices
new 97b726eb1dc2 platform/x86: msi-wmi-platform: Fix typo in WMI GUID
new fa0498f80475 platform/x86: hp-wmi: Add Omen MAX 16-ah0xx fan support an [...]
new 6f91ad24c663 platform/x86: alienware-wmi-wmax: Add AWCC support to Alie [...]
new ddf5ffff3a5f platform/x86/intel/hid: Add Nova Lake support
new d8bb447efc56 platform/x86/intel/speed_select_if: Convert PCIBIOS_* retu [...]
new 444a9256f8d1 platform/x86: acer-wmi: Ignore backlight event
new db30233361f9 platform/x86: intel-uncore-freq: fix all header kernel-doc [...]
new 6ba3bb334835 Merge tag 'platform-drivers-x86-v6.18-4' of git://git.kern [...]
new d2932a59c2d4 ACPI: APEI: EINJ: Fix EINJV2 initialization and injection
new 1753d40dce20 Merge tag 'acpi-6.18-rc7' of git://git.kernel.org/pub/scm/ [...]
new f384497a76ed PM: sleep: core: Fix runtime PM enabling in device_resume_early()
new 07e09c32330c Merge tag 'pm-6.18-rc7' of git://git.kernel.org/pub/scm/li [...]
new ec33b59542d9 mm/mempool: fix poisoning order>0 pages with HIGHMEM
new c966813ea120 Merge tag 'slab-for-6.18-rc7' of git://git.kernel.org/pub/ [...]
The 28 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/wmi/driver-development-guide.rst | 1 +
drivers/acpi/apei/einj-core.c | 64 ++++++++-----
drivers/base/power/main.c | 25 +++--
drivers/platform/x86/Kconfig | 1 +
drivers/platform/x86/acer-wmi.c | 4 +
drivers/platform/x86/amd/pmc/pmc-quirks.c | 25 +++++
drivers/platform/x86/amd/pmc/pmc.c | 3 +
drivers/platform/x86/amd/pmc/pmc.h | 1 +
drivers/platform/x86/dell/alienware-wmi-wmax.c | 106 +++++----------------
drivers/platform/x86/hp/hp-wmi.c | 6 +-
drivers/platform/x86/huawei-wmi.c | 4 +
drivers/platform/x86/intel/hid.c | 1 +
.../x86/intel/speed_select_if/isst_if_mmio.c | 4 +-
.../uncore-frequency/uncore-frequency-common.h | 9 +-
.../x86/intel/uncore-frequency/uncore-frequency.c | 4 +
drivers/platform/x86/msi-wmi-platform.c | 43 ++++++++-
include/uapi/linux/isst_if.h | 50 +++++-----
mm/mempool.c | 32 +++++--
18 files changed, 231 insertions(+), 152 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 951bb5c458 hurd: Add missing free_sized and free_aligned_sized
new 20e92c9512 nptl: Replace FALLTHROUGH with [[fallthrough]]
new 64b6813338 Check if linker supports -Wl,--undefined-version
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:
Makerules | 2 +-
configure | 36 ++++++++++++++++++++++++++++++++++++
configure.ac | 6 ++++++
nptl/pthread_mutex_timedlock.c | 3 +--
4 files changed, 44 insertions(+), 3 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 315ac9939f6 Do not apply properties to arch-allocated types
new 91eee81d235 gdb: include NT_I386_TLS note in generated core files
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/NEWS | 4 +
gdb/amd64-linux-nat.c | 26 +-
gdb/doc/gdb.texinfo | 11 +-
gdb/features/i386/32bit-linux.c | 7 +
gdb/features/i386/32bit-linux.xml | 5 +
gdb/i386-linux-nat.c | 21 ++
gdb/i386-linux-tdep.c | 174 ++++++++++-
gdb/i386-linux-tdep.h | 15 +
gdb/i386-tdep.h | 5 +
gdb/{solib-frv.h => nat/amd64-linux.h} | 17 +-
gdb/nat/i386-linux.h | 10 +
gdb/nat/x86-linux.c | 44 +++
gdb/nat/x86-linux.h | 15 +
.../signal-sigtrap.c => gdb.arch/i386-tls-regs.c} | 49 +--
gdb/testsuite/gdb.arch/i386-tls-regs.exp | 335 +++++++++++++++++++++
gdb/x86-linux-nat.c | 67 +++++
gdb/x86-linux-nat.h | 15 +
gdbserver/linux-x86-low.cc | 105 +++++++
18 files changed, 892 insertions(+), 33 deletions(-)
copy gdb/{solib-frv.h => nat/amd64-linux.h} (66%)
copy gdb/testsuite/{gdb.threads/signal-sigtrap.c => gdb.arch/i386-tls-regs.c} (61%)
create mode 100644 gdb/testsuite/gdb.arch/i386-tls-regs.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 master
in repository linux.
from 23cb64fb7625 Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/s [...]
new 7410c86fc05b MAINTAINERS: Remove eth bridge website
new f796a8dec9be net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()
new 407a06507c23 mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats()
new e6751b0b19a6 net: dsa: hellcreek: fix missing error handling in LED reg [...]
new b0c959fec18f net: mlxsw: linecards: fix missing error check in mlxsw_li [...]
new 035bca3f017e mptcp: fix race condition in mptcp_schedule_work()
new dfe28c4167a9 net: openvswitch: remove never-working support for setting [...]
new 5442a9da6978 veth: more robust handing of race to avoid txq getting stuck
new da02a1824884 s390/ctcm: Fix double-kfree
new bed22c7b90af selftests: net: lib: Do not overwrite error messages
new 8e0a754b0836 net: airoha: Do not loopback traffic to GDM2 if it is avai [...]
new 896f1a2493b5 net: qlogic/qede: fix potential out-of-bounds read in qede [...]
new 0f08f0b0fb5e net: ps3_gelic_net: handle skb allocation failures
new f94c1a114ac2 devlink: rate: Unset parent pointer in devl_rate_nodes_destroy
new 8d2a2a49c30f xfrm: drop SA reference in xfrm_state_update if dir doesn't match
new 10deb6986484 xfrm: also call xfrm_state_delete_tunnel at destroy time f [...]
new 5502bc4746e8 xfrm: make state as DEAD before final put when migrate fails
new 7f0228576479 xfrm: call xfrm_dev_state_delete when xfrm_state_migrate f [...]
new 1dcf617bec5c xfrm: set err and extack on failure to create pcpu SA
new f2bc8231fd43 xfrm: check all hash buckets for leftover states during ne [...]
new 082ef944e55d xfrm: Check inner packet family directly from skb_dst
new 61fafbee6cfe xfrm: Determine inner GSO type from packet inner protocol
new 59630e2ccd72 xfrm: Prevent locally generated packets from direct output [...]
new a55ef3bff84f xfrm: fix memory leak in xfrm_add_acquire()
new c3995fc1a89c Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/s [...]
new 426358d9be7c mptcp: fix a race in mptcp_pm_del_add_timer()
new d47515af6ccc net/mlx5: Clean up only new IRQ glue on request_irq() failure
new 7bf3a476ce43 af_unix: Read sk_peek_offset() again after sleeping in uni [...]
new e1bb28bf13f4 selftest: af_unix: Add test for SO_PEEK_OFF.
new 106a67494c53 Merge branch 'af_unix-fix-so_peek_off-bug-in-unix_stream_r [...]
new e31a11be41cd net: phylink: add missing supported link modes for the fixed-link
new 5e15395f6d9e mptcp: fix ack generation for fallback msk
new 4f102d747cad mptcp: avoid unneeded subflow-level drops
new 17393fa7b708 mptcp: fix premature close in case of fallback
new 1bba3f219c5e mptcp: do not fallback when OoO is present
new fff0c8799667 mptcp: decouple mptcp fastclose from tcp close
new ae155060247b mptcp: fix duplicate reset on fastclose
new efff6cd53ac5 selftests: mptcp: join: fastclose: remove flaky marks
new fb13c6bb810c selftests: mptcp: join: endpoints: longer timeout
new 0e4ec14dc1ee selftests: mptcp: join: userspace: longer timeout
new 92e239e36d60 mptcp: fix address removal logic in mptcp_pm_nl_rm_addr
new 0eee0fdf9b7b selftests: mptcp: add a check for 'add_addr_accepted'
new 4026310a042c Merge branch 'mptcp-misc-fixes-for-v6-18-rc7'
new 118082368c2b idpf: fix possible vport_config NULL pointer deref in remove
new 23a5b9b12de9 ice: fix PTP cleanup on driver removal in error path
new f170b1dc2653 Merge branch '200GbE' of git://git.kernel.org/pub/scm/linu [...]
new 3ceb6ac2116e net: dsa: microchip: lan937x: Fix RGMII delay tuning
new d70b592551ff l2tp: reset skb control buffer on xmit
new e837b9091b27 wifi: rtw89: hw_scan: Don't let the operating channel be last
new 0ff8eeafba5c Merge tag 'rtw-2025-11-20' of https://github.com/pkshih/rtw
new dc9e7e652f8d Merge tag 'wireless-2025-11-20' of https://git.kernel.org/ [...]
new 7d277a7a5857 be2net: pass wrb_params in case of OS2BMC
new 002541ef650b vsock: Ignore signal/timeout on connect() if already established
new 8e621c9a3375 Merge tag 'net-6.18-rc7' 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:
MAINTAINERS | 1 -
drivers/net/dsa/hirschmann/hellcreek_ptp.c | 14 +-
drivers/net/dsa/microchip/lan937x_main.c | 1 +
drivers/net/ethernet/airoha/airoha_ppe.c | 2 +-
drivers/net/ethernet/emulex/benet/be_main.c | 7 +-
drivers/net/ethernet/intel/ice/ice_ptp.c | 22 ++-
drivers/net/ethernet/intel/idpf/idpf_main.c | 2 +
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 6 +-
.../net/ethernet/mellanox/mlxsw/core_linecards.c | 2 +
.../net/ethernet/mellanox/mlxsw/spectrum_flower.c | 6 +-
drivers/net/ethernet/qlogic/qede/qede_fp.c | 5 +-
drivers/net/ethernet/toshiba/ps3_gelic_net.c | 45 ++++--
drivers/net/ethernet/toshiba/ps3_gelic_net.h | 1 +
drivers/net/phy/phylink.c | 3 +
drivers/net/veth.c | 38 ++---
drivers/net/wireless/realtek/rtw89/fw.c | 7 +
drivers/s390/net/ctcm_mpc.c | 1 -
include/net/xfrm.h | 3 +-
net/core/dev_ioctl.c | 3 +
net/devlink/rate.c | 4 +-
net/ipv4/esp4_offload.c | 6 +-
net/ipv6/esp6_offload.c | 6 +-
net/l2tp/l2tp_core.c | 6 +-
net/mptcp/options.c | 54 ++++++-
net/mptcp/pm.c | 20 ++-
net/mptcp/pm_kernel.c | 2 +-
net/mptcp/protocol.c | 78 ++++++----
net/mptcp/protocol.h | 3 +-
net/openvswitch/actions.c | 68 +--------
net/openvswitch/flow_netlink.c | 64 +-------
net/openvswitch/flow_netlink.h | 2 -
net/unix/af_unix.c | 3 +-
net/vmw_vsock/af_vsock.c | 40 +++--
net/xfrm/xfrm_device.c | 2 +-
net/xfrm/xfrm_output.c | 8 +-
net/xfrm/xfrm_state.c | 30 +++-
net/xfrm/xfrm_user.c | 8 +-
tools/testing/selftests/net/.gitignore | 1 +
tools/testing/selftests/net/af_unix/Makefile | 1 +
tools/testing/selftests/net/af_unix/so_peek_off.c | 162 +++++++++++++++++++++
.../selftests/net/forwarding/lib_sh_test.sh | 7 +
tools/testing/selftests/net/lib.sh | 2 +-
tools/testing/selftests/net/mptcp/mptcp_join.sh | 27 ++--
43 files changed, 521 insertions(+), 252 deletions(-)
create mode 100644 tools/testing/selftests/net/af_unix/so_peek_off.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 0df50640a4 Use __fstat64_time64 in __fts64_children_time64 (bug 33653)
new 951bb5c458 hurd: Add missing free_sized and free_aligned_sized
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:
sysdeps/mach/hurd/i386/libc.abilist | 2 ++
sysdeps/mach/hurd/i386/libc_malloc_debug.abilist | 2 ++
sysdeps/mach/hurd/x86_64/libc.abilist | 2 ++
sysdeps/mach/hurd/x86_64/libc_malloc_debug.abilist | 2 ++
4 files changed, 8 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 gcc.
from 828ac566b7c libstdc++: Prepare mdspan-related code for submdspan.
new 8501c7373a6 MAINTAINERS: Add myself in forge integration maintainers
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 cc27559a20f Fix dwarf2 "assertion failed" on bra without skip dwarf exp [...]
new 315ac9939f6 Do not apply properties to arch-allocated types
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/dwarf2/cu.c | 5 +-
gdb/dwarf2/read.c | 63 ++++++++++++--------
gdb/gdbtypes.c | 28 ++++++---
gdb/gdbtypes.h | 9 +++
.../{bad-regnum.exp => builtin-type-copy.exp} | 67 +++++++++++-----------
5 files changed, 107 insertions(+), 65 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{bad-regnum.exp => builtin-type-copy.exp} (52%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.