This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 5e5466433d26 Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub [...]
new 194ef9d0de90 net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when [...]
new ba0da2dc934e net: xilinx: axienet: Schedule NAPI in two steps
new 5a6caa2cfabb net: xilinx: axienet: Fix packet counting
new 9c778fe48d20 netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()
new b5109b60ee4f net: seeq: Fix use after free vulnerability in ether3 Driv [...]
new 93c21077bb9b net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL
new 7ebf44c91069 MAINTAINERS: adjust file entry of the oa_tc6 header
new c8770db2d544 tcp: check skb is non-NULL in tcp_rto_delta_us()
new f011b313e8eb net: qrtr: Update packets cloning when broadcasting
new d2b366c43443 net: phy: aquantia: fix setting active_low bit
new 6f9defaf9912 net: phy: aquantia: fix applying active_low bit after reset
new ced8e8b8f40a r8169: add tally counter fields added with RTL8125
new 675faf5a14c1 net: stmmac: Fix zero-division error when disabling tc cbs
new 1d63864299ca net: ravb: Fix maximum TX frame size for GbEth devices
new ec8234717db8 net: ravb: Fix R-Car RX frame size limit
new bfde62650c73 Merge branch 'fix-maximum-tx-rx-frame-sizes-in-ravb-driver'
new 3b067536daa4 r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b
new 0cbfd45fbcf0 bonding: Fix unnecessary warnings and logs from bond_xdp_g [...]
new c11a49d58ad2 virtio_net: Fix mismatched buf address when unmapping for [...]
new b514c47ebf41 net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled
new 04e906839a05 usbnet: fix cyclical race on disconnect with work queue
new 72ef07554c5d selftests/net: packetdrill: increase timing tolerance in d [...]
new d8f84a9bc7c4 netfilter: nf_nat: don't try nat source port reallocation [...]
new a4e6a1031e77 netfilter: conntrack: add clash resolution for reverse collisions
new a57856c0bbc2 selftests: netfilter: add reverse-clash resolution test case
new 7e37e0eacd22 selftests: netfilter: nft_tproxy.sh: add tcp tests
new 2cadd3b17738 netfilter: ctnetlink: Guard possible unused functions
new aa758763be6d docs: tproxy: ignore non-transparent sockets in iptables
new 642c89c47541 netfilter: nf_tables: Keep deleted flowtable hooks until a [...]
new fc56878ca1c2 netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE [...]
new e1f1ee0e9ad8 netfilter: ctnetlink: compile ctnetlink_label_size with CO [...]
new 4ffcf5ca81c3 netfilter: nf_tables: use rcu chain hook list iterator fro [...]
new 69e687cea79f netfilter: nf_tables: missing objects with no memcg accounting
new 8af79d3edb5f netfilter: nfnetlink_queue: remove old clash resolution logic
new e306e3739d9a kselftest: add test for nfqueue induced conntrack race
new fc786304ad98 selftests: netfilter: Avoid hanging ipvs.sh
new aef3a58b06fa Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/li [...]
new 62a0e2fa40c5 Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/l [...]
The 38 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/networking/tproxy.rst | 2 +-
MAINTAINERS | 2 +-
drivers/net/bonding/bond_main.c | 6 +-
drivers/net/ethernet/realtek/r8169_main.c | 28 ++
drivers/net/ethernet/renesas/ravb.h | 1 +
drivers/net/ethernet/renesas/ravb_main.c | 18 +-
drivers/net/ethernet/seeq/ether3.c | 2 +
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 1 +
drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 37 ++-
drivers/net/phy/aquantia/aquantia_firmware.c | 42 +--
drivers/net/phy/aquantia/aquantia_leds.c | 3 +-
drivers/net/phy/aquantia/aquantia_main.c | 24 +-
drivers/net/usb/usbnet.c | 37 ++-
drivers/net/virtio_net.c | 10 +-
include/linux/netfilter.h | 4 -
include/linux/usb/usbnet.h | 15 +
include/net/tcp.h | 21 +-
net/ipv4/netfilter/nf_reject_ipv4.c | 10 +-
net/ipv6/Kconfig | 1 +
net/ipv6/netfilter/nf_reject_ipv6.c | 19 +-
net/netfilter/nf_conntrack_core.c | 141 +++-----
net/netfilter/nf_conntrack_netlink.c | 9 +-
net/netfilter/nf_nat_core.c | 121 ++++++-
net/netfilter/nf_tables_api.c | 6 +-
net/netfilter/nft_compat.c | 6 +-
net/netfilter/nft_log.c | 2 +-
net/netfilter/nft_meta.c | 2 +-
net/netfilter/nft_numgen.c | 2 +-
net/netfilter/nft_set_pipapo.c | 13 +-
net/netfilter/nft_tunnel.c | 5 +-
net/qrtr/af_qrtr.c | 2 +-
tools/testing/selftests/net/netfilter/Makefile | 4 +
tools/testing/selftests/net/netfilter/config | 1 +
.../net/netfilter/conntrack_reverse_clash.c | 125 +++++++
.../net/netfilter/conntrack_reverse_clash.sh | 51 +++
tools/testing/selftests/net/netfilter/ipvs.sh | 2 +-
tools/testing/selftests/net/netfilter/nft_queue.sh | 92 +++++-
.../selftests/net/netfilter/nft_tproxy_tcp.sh | 358 +++++++++++++++++++++
.../selftests/net/netfilter/nft_tproxy_udp.sh | 262 +++++++++++++++
.../selftests/net/packetdrill/ksft_runner.sh | 9 +-
41 files changed, 1289 insertions(+), 209 deletions(-)
create mode 100644 tools/testing/selftests/net/netfilter/conntrack_reverse_clash.c
create mode 100755 tools/testing/selftests/net/netfilter/conntrack_reverse_clash.sh
create mode 100755 tools/testing/selftests/net/netfilter/nft_tproxy_tcp.sh
create mode 100755 tools/testing/selftests/net/netfilter/nft_tproxy_udp.sh
--
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 13a1b3d8e Add entry 9a94c8ffdc8b554a2d95e0101e96830efee58add from https [...]
new fdfeb51df Add entry 34bf6aa41ba5390ce26eb40208f10186d0ab17c4 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:
.../first_url | 2 +-
.../tcwg_gcc_check/master-aarch64/build_url | 2 +-
.../tcwg_gcc_check/master-aarch64/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{19f630e6ae8da7159a8c82f337b699245f66e6a6 => 34bf6aa41ba5390ce26eb40 [...]
copy gcc/sha1/{2c04f175de4f3985d783511662375d52f2cf4ad8 => 34bf6aa41ba5390ce26eb40 [...]
create mode 100644 gcc/sha1/34bf6aa41ba5390ce26eb40208f10186d0ab17c4/tcwg_gcc_chec [...]
--
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 54780d29c90 Daily bump.
new 1670d3259de s390: Fix AQ and AR constraints
new 3eb3fbc89c6 s390: Fix TF to FPRX2 conversion [PR115860]
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/s390/s390.cc | 17 ++++-
gcc/config/s390/s390.md | 2 +
gcc/config/s390/vector.md | 75 ++++++++++++----------
gcc/testsuite/gcc.target/s390/pr115860-1.c | 26 ++++++++
.../gcc.target/s390/vector/long-double-asm-abi.c | 2 +-
.../gcc.target/s390/vector/long-double-to-i64.c | 2 -
6 files changed, 84 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr115860-1.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 11a299a7933e Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
new dc12502905b7 vdpa/mlx5: Fix invalid mr resource destroy
new 02e9e9366fef vhost_vdpa: assign irq bypass producer token correctly
new e25fbcd97cf5 virtio_pmem: Check device status before requesting flush
new 6cf1c97dad2e virtio_balloon: introduce oom-kill invocations
new c5b70a26aac3 virtio_balloon: introduce memory allocation stall counter
new 74c025c5d7e4 virtio_balloon: introduce memory scan/reclaim info
new a8927f69e85e tools/virtio:Fix the wrong format specifier
new 2f87e9cf0c9e vdpa: support set mac address from vdpa tool
new 218bb7ec17f1 vdpa_sim_net: Add the support of set mac address
new 6d17035a7402 vdpa/mlx5: Add the support of set mac address
new 7d627137dc10 net/mlx5: Support throttled commands from async API
new de2cd39fc11b vdpa/mlx5: Introduce error logging function
new d89d58f4888c vdpa/mlx5: Introduce async fw command wrapper
new 1fcdf43ea69e vdpa/mlx5: Use async API for vq query command
new 61674c154bb7 vdpa/mlx5: Use async API for vq modify commands
new dcf3eac01f06 vdpa/mlx5: Parallelize device suspend
new 5eb8c7eb1ec7 vdpa/mlx5: Parallelize device resume
new 55a7cb05b0a6 vdpa/mlx5: Keep notifiers during suspend but ignore
new 74c89072f226 vdpa/mlx5: Small improvement for change_num_qps()
new 9dba41951ab6 vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ command
new 561a16366ef5 vdpa: Remove unused declarations
new 4045b6429874 virtio_fs: introduce virtio_fs_put_locked helper
new 87cbdc396a31 virtio_fs: add sysfs entries for queue information
new db0a314f845a MAINTAINERS: add virtio-vsock driver in the VIRTIO CORE section
new 0071b138d44a vdpa/mlx5: Create direct MKEYs in parallel
new e1ba5c947e56 vdpa/mlx5: Delete direct MKEYs in parallel
new 0b916a9c45d9 vdpa/mlx5: Rename function
new 5fc856790766 vdpa/mlx5: Extract mr members in own resource struct
new 58d4d50e758a vdpa/mlx5: Rename mr_mtx -> lock
new f30a1232b697 vdpa/mlx5: Introduce init/destroy for MR resources
new 62111654481d vdpa/mlx5: Postpone MR deletion
new 4a21d31d7bcb fw_cfg: Constify struct kobj_type
new 26618da3b2f3 vsock/virtio: refactor virtio_transport_send_pkt_work
new efcd71af38be vsock/virtio: avoid queuing packets when intermediate queu [...]
new 0181f8c809d6 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new 10cdb82aa77f uprobes: turn trace_uprobe's nhit counter to be per-CPU one
new ce4db753de21 kprobes: Remove obsoleted declaration for init_test_probes
new d5dbf8b48a46 tracepoint: Support iterating over tracepoints on modules
new d4df54f338e4 tracepoint: Support iterating tracepoints in a loading module
new 67e9a9ee476e tracing/fprobe: Support raw tracepoint events on modules
new 57a7e6de9e30 tracing/fprobe: Support raw tracepoints on future loaded modules
new 4e78dd6b4c27 sefltests/tracing: Add a test for tracepoint events on modules
new 5159938e10d8 Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/l [...]
new 242d23efc987 smb: client: avoid unnecessary reconnects when refreshing [...]
new 9190cc0c97aa smb: client: improve purging of cached referrals
new 4f42a8b54b5c smb: client: fix DFS interlink failover
new 85633c00ad03 cifs: Make the write_{enter,done,err} tracepoints display [...]
new 0826b134c0b0 smb: client: fix DFS failover in multiuser mounts
new 4e3ba580f5ab smb: client: propagate error from cifs_construct_tcon()
new a9de67336a4a smb: client: set correct device number on nfs reparse points
new 663f295e3559 smb: client: fix parsing of device numbers
new 2f3017e7cc75 smb3: fix incorrect mode displayed for read-only files
new 307f77e7f585 cifs: Fix reversion of the iter in cifs_readv_receive().
new 6c7f1b994a02 smb: client: print failed session logoffs with FYI
new 387676fabf15 cifs: update internal version number
new 665db14d0712 netfs, cifs: Fix mtime/ctime update for mmapped writes
new ac34bb40f748 Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git. [...]
new c6bae35fd670 HID: hid-goodix: drop unsupported and undocumented DT part
new 1ee68f172482 dt-bindings: input: Revert "dt-bindings: input: Goodix SPI [...]
new 13882369ceb9 Merge tag 'hid-for-linus-2024092601' of git://git.kernel.o [...]
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:
.../devicetree/bindings/input/goodix,gt7986u.yaml | 71 ----
MAINTAINERS | 1 +
drivers/firmware/qemu_fw_cfg.c | 2 +-
drivers/hid/hid-goodix-spi.c | 9 -
drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 21 +-
drivers/nvdimm/nd_virtio.c | 9 +
drivers/vdpa/ifcvf/ifcvf_base.h | 3 -
drivers/vdpa/mlx5/core/mlx5_vdpa.h | 47 ++-
drivers/vdpa/mlx5/core/mr.c | 291 +++++++++++--
drivers/vdpa/mlx5/core/resources.c | 76 +++-
drivers/vdpa/mlx5/net/mlx5_vnet.c | 465 +++++++++++++--------
drivers/vdpa/pds/cmds.h | 1 -
drivers/vdpa/vdpa.c | 79 ++++
drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 21 +-
drivers/vhost/vdpa.c | 16 +-
drivers/virtio/virtio_balloon.c | 18 +
fs/fuse/virtio_fs.c | 164 +++++++-
fs/netfs/buffered_write.c | 1 +
fs/smb/client/cifsfs.h | 4 +-
fs/smb/client/cifsglob.h | 3 +
fs/smb/client/cifsproto.h | 12 +-
fs/smb/client/connect.c | 66 ++-
fs/smb/client/dfs.c | 73 ++--
fs/smb/client/dfs.h | 42 +-
fs/smb/client/dfs_cache.c | 218 ++++++----
fs/smb/client/fs_context.h | 1 +
fs/smb/client/inode.c | 19 +-
fs/smb/client/misc.c | 6 +-
fs/smb/client/namespace.c | 2 +-
fs/smb/client/reparse.c | 10 +-
fs/smb/client/reparse.h | 9 +-
fs/smb/client/smb2ops.c | 9 +-
fs/smb/client/smb2pdu.c | 22 +-
fs/smb/client/trace.h | 6 +-
fs/smb/client/transport.c | 3 -
include/linux/kprobes.h | 9 -
include/linux/tracepoint.h | 20 +
include/linux/vdpa.h | 9 +
include/uapi/linux/vdpa.h | 1 +
include/uapi/linux/virtio_balloon.h | 16 +-
kernel/trace/trace_fprobe.c | 179 +++++---
kernel/trace/trace_uprobe.c | 24 +-
kernel/tracepoint.c | 42 ++
net/vmw_vsock/virtio_transport.c | 144 ++++---
tools/testing/selftests/ftrace/config | 1 +
.../test.d/dynevent/add_remove_tprobe_module.tc | 61 +++
.../ftrace/test.d/dynevent/tprobe_syntax_errors.tc | 1 -
tools/virtio/ringtest/main.c | 2 +-
48 files changed, 1649 insertions(+), 660 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/input/goodix,gt7986u.yaml
create mode 100644 tools/testing/selftests/ftrace/test.d/dynevent/add_remove_tprob [...]
--
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 819098dc71f testsuite: XFAIL gfortran.dg/initialization_25.f90 properly
new 9ec258bf65e libgomp.texi: Fix deprecation note for omp_{get,set}_nested [...]
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/libgomp.texi | 6 +++---
1 file changed, 3 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 d31c9cf54ac Fix -Wstringop-overflow warning in ecoff_link_hash_newfunc
new 039db5946f7 Updated Brazilian Portuguese translation for the gprof directory.
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:
gprof/po/pt_BR.po | 117 +++++++++++++++++++++++++++---------------------------
1 file changed, 59 insertions(+), 58 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 e9f34142656 doc: Remove index reference to removed documentation in for [...]
new 819098dc71f testsuite: XFAIL gfortran.dg/initialization_25.f90 properly
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/gfortran.dg/initialization_25.f90 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.