This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from cb0856346a60 Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://g [...]
new 3037933448f6 net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_act [...]
new 853618d5886b virtio_net: bugfix overflow inside xdp_linearize_page()
new a80bb8e7233b sfc: Fix use-after-free due to selftest_work
new 338469d677e5 net/sched: clear actions pointer in miss cookie init fail
new 1a2bd3bd72e9 ice: document RDMA devlink parameters
new e50b9b9e8610 cxgb4: fix use after free bugs caused by circular dependen [...]
new e8b51a1a15d5 bnxt_en: Do not initialize PTP on older P3/P4 chips
new 4f4e54b1041e bnxt_en: Fix a possible NULL pointer dereference in unload path
new 28e63d01a9f4 Merge branch 'bnxt_en-bug-fixes'
new c0e73276f0fc mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()
new 94623f579ce3 netfilter: br_netfilter: fix recent physdev match breakage
new af0acf22aea3 netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERN [...]
new c55c0e91c813 netfilter: nf_tables: fix ifdef to also consider nf_tables=m
new d46fc894147c netfilter: nf_tables: validate catch-all set elements
new d4eb7e39929a netfilter: nf_tables: tighten netlink attribute requiremen [...]
new 92e8c732d851 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
new c484fcc058ba bonding: Fix memory leak when changing bond type to Ethernet
new 6f4833383e85 net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_r [...]
new 4e006c7a6dac net: rpl: fix rpl header size calculation
new 2a6a870e44dd mptcp: stops worker on unaccepted sockets at listener close
new 63740448a32e mptcp: fix accept vs worker race
new ed7f9c01e2de Merge branch 'mptcp-fixes'
new 1f64757ee2bb mlxsw: pci: Fix possible crash during initialization
new fcd4843a19d5 hamradio: drop ISA_DMA_API dependency
new 3d2f8f1f184c net: dsa: microchip: ksz8795: Correctly handle huge frame [...]
new 8c154d272c3e bnxt_en: fix free-runnig PHC mode
new 67d47b95119a e1000e: Disable TSO on i219-LM card to increase speed
new 8485d093b076 i40e: fix accessing vsi->active_filters without holding lock
new c86c00c69355 i40e: fix i40e_setup_misc_vector() error handling
new 7b97174d0ef7 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux [...]
new 7b3aba7ea336 mailmap: add entries for Mat Martineau
new 52b37ae8aa67 MAINTAINERS: Resume MPTCP co-maintainer role
new c730fce7c70c s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL
new 8267fc71abb2 veth: take into account peer device for NETDEV_XDP_ACT_NDO [...]
new 71b547f56124 bpf: Fix incorrect verifier pruning due to missing registe [...]
new 9d94769081a6 Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/l [...]
new f52cc627b832 Revert "net/mlx5: Enable management PF initialization"
new 927cdea5d209 net: bridge: switchdev: don't notify FDB entries with "mas [...]
new 23309d600db1 Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/li [...]
new 88e8c2ec4ab8 rust: str: fix requierments->requirements typo
new e5e86572e3f2 rust: sort uml documentation arch support table
new c682e4c37d2b rust: kernel: Mark rust_fmt_argument as extern "C"
new 5c7548d5a253 scripts: generate_rust_analyzer: Handle sub-modules with n [...]
new 1c5f054f0b12 rust: build: Fix grep warning
new ccc4505454db rust: fix regexp in scripts/is_rust_module.sh
new d966c3cab924 rust: allow to use INIT_STACK_ALL_ZERO
new 6a66fdd29ea1 Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for- [...]
The 47 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:
.mailmap | 2 +
Documentation/networking/devlink/ice.rst | 15 ++++
Documentation/rust/arch-support.rst | 2 +-
MAINTAINERS | 1 +
arch/s390/net/bpf_jit_comp.c | 11 ++-
drivers/net/bonding/bond_main.c | 7 +-
drivers/net/dsa/microchip/ksz8795.c | 2 +-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 4 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 19 ++---
.../net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c | 2 +-
drivers/net/ethernet/intel/e1000e/netdev.c | 51 +++++++-------
drivers/net/ethernet/intel/i40e/i40e_main.c | 9 ++-
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 6 --
drivers/net/ethernet/mellanox/mlx5/core/ecpf.c | 8 ---
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 2 +-
.../ethernet/mellanox/mlxfw/mlxfw_mfa2_tlv_multi.c | 2 +
drivers/net/ethernet/mellanox/mlxsw/pci_hw.h | 2 +-
drivers/net/ethernet/sfc/efx.c | 1 -
drivers/net/ethernet/sfc/efx_common.c | 2 +
drivers/net/hamradio/Kconfig | 2 +-
drivers/net/veth.c | 17 +++--
drivers/net/virtio_net.c | 8 ++-
drivers/net/vmxnet3/vmxnet3_drv.c | 2 +-
include/linux/mlx5/driver.h | 5 --
include/linux/skbuff.h | 5 +-
include/net/netfilter/nf_tables.h | 4 ++
kernel/bpf/verifier.c | 15 ++++
net/bridge/br_netfilter_hooks.c | 17 +++--
net/bridge/br_switchdev.c | 11 +++
net/ipv6/rpl.c | 3 +-
net/mptcp/protocol.c | 74 +++++++++++++-------
net/mptcp/protocol.h | 2 +
net/mptcp/subflow.c | 80 +++++++++++++++++++++-
net/netfilter/nf_tables_api.c | 69 ++++++++++++++++---
net/netfilter/nft_lookup.c | 36 ++--------
net/sched/cls_api.c | 3 +
net/sched/sch_qfq.c | 13 ++--
rust/Makefile | 16 ++++-
rust/kernel/print.rs | 6 +-
rust/kernel/str.rs | 2 +-
scripts/generate_rust_analyzer.py | 5 +-
scripts/is_rust_module.sh | 2 +-
42 files changed, 378 insertions(+), 167 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_binutils/master-aarch64
in repository toolchain/ci/base-artifacts.
from 9e95dd1035 33: onsuccess: #60: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new 285f8565ee 34: onsuccess: #61: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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:
00-sumfiles/binutils.log.xz | Bin 62528 -> 62436 bytes
00-sumfiles/gas.log.xz | Bin 150716 -> 150708 bytes
00-sumfiles/ld.log.xz | Bin 107628 -> 107592 bytes
01-reset_artifacts/console.log.xz | Bin 2232 -> 2052 bytes
02-prepare_abe/console.log.xz | Bin 2408 -> 2460 bytes
03-build_abe-binutils/console.log.xz | Bin 27344 -> 27144 bytes
04-build_abe-stage1/console.log.xz | Bin 71092 -> 71428 bytes
06-build_abe-linux/console.log.xz | Bin 9140 -> 9112 bytes
07-build_abe-glibc/console.log.xz | Bin 240392 -> 240808 bytes
08-build_abe-stage2/console.log.xz | Bin 201644 -> 201440 bytes
09-build_abe-gdb/console.log.xz | Bin 34564 -> 34536 bytes
10-build_abe-qemu/console.log.xz | Bin 30676 -> 30728 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3932 bytes
12-build_abe-check_binutils/console.log.xz | Bin 2952 -> 2856 bytes
12-build_abe-check_binutils/flaky.xfail | 2 +-
13-check_regression/console.log.xz | Bin 1244 -> 1232 bytes
13-check_regression/results.compare | 2 +-
13-check_regression/results.compare2 | 4 ++--
14-update_baseline/console.log | 9 --------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 2 +-
manifest.sh | 34 ++++++++++++++---------------
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 2 +-
sumfiles/ld.sum | 2 +-
29 files changed, 30 insertions(+), 39 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
from 9662de7e3f 39: onsuccess: #77: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new 3a3db71e26 40: onsuccess: #78: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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:
00-sumfiles/binutils.log.xz | Bin 61900 -> 61900 bytes
00-sumfiles/gas.log.xz | Bin 101000 -> 101060 bytes
00-sumfiles/ld.log.xz | Bin 114132 -> 114156 bytes
01-reset_artifacts/console.log.xz | Bin 2236 -> 2032 bytes
02-prepare_abe/console.log.xz | Bin 2440 -> 2412 bytes
03-build_abe-binutils/console.log.xz | Bin 26556 -> 26996 bytes
04-build_abe-stage1/console.log.xz | Bin 88932 -> 89548 bytes
06-build_abe-linux/console.log.xz | Bin 9140 -> 9168 bytes
07-build_abe-glibc/console.log.xz | Bin 232556 -> 230984 bytes
08-build_abe-stage2/console.log.xz | Bin 224164 -> 224656 bytes
09-build_abe-gdb/console.log.xz | Bin 34148 -> 34152 bytes
10-build_abe-qemu/console.log.xz | Bin 30496 -> 29548 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3896 bytes
12-build_abe-check_binutils/console.log.xz | Bin 3044 -> 2948 bytes
12-build_abe-check_binutils/flaky.xfail | 2 +-
13-check_regression/console.log.xz | Bin 1236 -> 1236 bytes
13-check_regression/results.compare | 2 +-
13-check_regression/results.compare2 | 4 ++--
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 2 +-
manifest.sh | 34 ++++++++++++++---------------
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 2 +-
sumfiles/ld.sum | 2 +-
28 files changed, 30 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.