This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from dc4cf9fe202 i386: Add syscall to enable AMX for latest kernels
new 84a34d76a76 Fortran: error recovery on invalid ARRAY argument to FINDLO [...]
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/fortran/simplify.cc | 1 +
gcc/testsuite/gfortran.dg/pr106986.f90 | 8 ++++++++
2 files changed, 9 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr106986.f90
--
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 12b537b9b7f Fortran: Fix automatic reallocation inside select rank [PR100103]
new 3cba5cd6e01 Replace another snippet with a call to gimple_range_ssa_names.
new 24c473a14d3 Adjust range_op_handler to store the handler directly.
new 51ce06385bf Create gimple_range_op_handler in a new source file.
new a7a6649f4e7 Fix calc_op1 for undefined op2_range.
new be2a25adbdc Add missing float fold_range prototype for floats.
new 2f92f685da2 Always check the return value of fold_range.
new b40b3035879 Add range-ops support for builtin functions.
new eb82b9f68eb Convert CFN_BUILT_IN_SIGNBIT to range-ops.
new 2f5da730f15 Convert CFN_BUILT_IN_TOUPPER and TOLOWER to range-ops.
new 5f730c65018 Convert CFN_BUILT_FFS and CFN_POPCOUNT to range-ops.
new ae1669a9865 Convert CFN_CLZ builtins to range-ops.
new 55738d8d96b Convert CFN_CTZ builtins to range-ops.
new f7e62b09300 Convert CFN_BUILT_IN_CLRSB to range-ops.
new b6f670ff706 Convert CFN_BUILT_IN_UBSAN_CHECK_* to range-ops.
new c750e675cb7 Convert CFN_BUILT_IN_STRLEN to range-ops.
new e7f035f66aa Convert CFN_BUILT_IN_GOACC_DIM_* to range-ops.
new 5608e410914 Convert CFN_BUILT_IN_PARITY to range-ops.
The 17 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/Makefile.in | 1 +
gcc/gimple-range-edge.cc | 2 +-
gcc/gimple-range-fold.cc | 556 +++-------------------------
gcc/gimple-range-fold.h | 16 +-
gcc/gimple-range-gori.cc | 134 ++-----
gcc/gimple-range-gori.h | 27 +-
gcc/gimple-range-op.cc | 820 +++++++++++++++++++++++++++++++++++++++++
gcc/gimple-range-op.h | 52 +++
gcc/gimple-range.cc | 11 +-
gcc/gimple-range.h | 2 +-
gcc/range-op-float.cc | 10 +
gcc/range-op.cc | 236 +++++-------
gcc/range-op.h | 17 +-
gcc/tree-data-ref.cc | 6 +-
gcc/tree-ssa-threadbackward.cc | 20 +-
gcc/tree-vrp.cc | 6 +-
gcc/value-query.cc | 6 +-
17 files changed, 1102 insertions(+), 820 deletions(-)
create mode 100644 gcc/gimple-range-op.cc
create mode 100644 gcc/gimple-range-op.h
--
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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO
in repository toolchain/ci/base-artifacts.
from 1ebc29c4e 10: onsuccess: #313: 1: [TCWG CI] No change after binutils/gc [...]
new 36252435b 11: onsuccess: #316: 1: [TCWG CI] No change after gcc: 58 commits
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:
01-reset_artifacts/console.log.xz | Bin 1728 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30036 -> 30168 bytes
04-build_abe-stage1/console.log.xz | Bin 89064 -> 88892 bytes
06-build_abe-newlib/console.log.xz | Bin 16556 -> 16568 bytes
07-build_abe-stage2/console.log.xz | Bin 160564 -> 160384 bytes
08-benchmark/benchmark-build.log | 100 ++++++++++++-------------
08-benchmark/benchmark.log | 98 ++++++++++++------------
08-benchmark/console.log.xz | Bin 3776 -> 3808 bytes
09-check_regression/console.log.xz | Bin 3456 -> 2964 bytes
09-check_regression/results.log | 4 +-
dashboard/dashboard-generate.sh | 2 +-
dashboard/squad/Mean/results-metadata.json | 10 +--
dashboard/squad/Mean/results-metrics.json | 2 +-
dashboard/squad/coremark/results-metadata.json | 10 +--
dashboard/squad/coremark/results-metrics.json | 2 +-
dashboard/squad/dashboard-push-squad.sh | 10 +--
git/gcc_rev | 2 +-
mail/jira-body.txt | 20 ++---
mail/mail-body.txt | 20 ++---
mail/mail-subject.txt | 2 +-
manifest.sh | 24 +++---
results_id | 2 +-
23 files changed, 147 insertions(+), 161 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-10
in repository gcc.
from d83b6e042c7 Daily bump.
new cf172d0cdf3 Fortran: catch NULL pointer dereferences while simplifying [...]
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/fortran/simplify.c | 2 +-
gcc/testsuite/gfortran.dg/pr106857.f90 | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr106857.f90
--
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-11
in repository gcc.
from 4a0921211ef Daily bump.
new f954e0531be Fortran: catch NULL pointer dereferences while simplifying [...]
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/fortran/simplify.c | 2 +-
gcc/testsuite/gfortran.dg/pr106857.f90 | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr106857.f90
--
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 dc164f4fb00a Merge tag 'for-linus-6.0-rc7' of git://git.kernel.org/pub/ [...]
new 0d77326c3369 perf stat: Fix BPF program section name
new 3da35231d9e4 perf stat: Fix cpu map index in bperf cgroup code
new 8a92605daa90 perf stat: Use evsel->core.cpus to iterate cpus in BPF cgr [...]
new 7901086014bb perf test: Add a new test for perf stat cgroup BPF counter
new babd04386b1d perf jit: Include program header in ELF files
new e1dda48e4370 perf test: Skip wp modify test on old kernels
new ca76d7d2812b perf record: Fix cpu mask bit setting for mixed mmaps
new 6cc447964555 libperf evlist: Fix polling of system-wide events
new 5b427df27b94 perf kcore_copy: Do not check /proc/modules is unchanged
new 356edeca2e81 tools headers cpufeatures: Sync with the kernel sources
new 999e4eaa4b36 perf tools: Honor namespace when synthesizing build-ids
new 9597f088c9fc Merge tag 'perf-tools-fixes-for-v6.0-2022-09-21' of git:// [...]
new b7df41a6f79d gpio: mockup: fix NULL pointer dereference when removing debugfs
new 02743c4091cc gpio: mockup: Fix potential resource leakage when register a chip
new ab637d48363d gpio: ftgpio010: Make irqchip immutable
new 21a9acc16245 gpio: tqmx86: fix uninitialized variable girq
new 69bef19d6b97 gpiolib: cdev: Set lineevent_state::irq after IRQ register [...]
new 5e0a93e42756 Merge tag 'gpio-fixes-for-v6.0-rc7' of git://git.kernel.or [...]
new 7da5b13dccd9 efi: efibc: Guard against allocation failure
new 63bf28ceb3eb efi: x86: Wipe setup_data on pure EFI boot
new 5f56a74cc0a6 efi: libstub: check Shim mode using MokSBStateRT
new 129e7152184b Merge tag 'efi-urgent-for-v6.0-2' of git://git.kernel.org/ [...]
new 39aebedeaaa9 netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
new 25b327d4f818 selftests: nft_concat_range: add socat support
new e8d5dfd1d874 netfilter: nf_conntrack_irc: Tighten matching on DCC message
new 559c36c5a8d7 netfilter: nfnetlink_osf: fix possible bogus match in nf_o [...]
new df2a60173a61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
new 81225b2ea161 ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
new 64ae13ed4784 net: core: fix flow symmetric hash
new ca2dccdeeb49 net: phy: aquantia: wait for the suspend/resume operations [...]
new 7288ff6ec795 mptcp: fix fwd memory accounting on coalesce
new 0727a9a5fbc1 Documentation: mptcp: fix pm_type formatting
new 94160108a70c net/ieee802154: fix uninit value bug in dgram_sendmsg
new 9124dbcc2dd6 net: marvell: prestera: add support for for Aldrin2
new 23c619190318 ice: Don't double unplug aux on peer initiated reset
new a509702cac95 ice: Fix crash by keep old cfg when update TCs more than queues
new f66b98c868f2 iavf: Fix change VF's mac address
new 809f23c0423a iavf: Fix cached head and tail value for iavf_get_tx_pending
new 21be1ad63749 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linu [...]
new 1d9a143ee340 net: bonding: Share lacpdu_mcast_addr definition
new 86247aba599e net: bonding: Unsync device addresses on ndo_stop
new bd60234222b2 net: team: Unsync device addresses on ndo_stop
new bbb774d921e2 net: Add tests for bonding and team address list management
new 34d2d3367de3 Merge branch 'net-unsync-addresses-from-ports'
new 96628951869c tcp: Use WARN_ON_ONCE() in tcp_read_skb()
new 182447b12144 mlxbf_gige: clear MDIO gateway lock after read
new 34513ada53eb netdevsim: Fix hwstats debugfs file permissions
new 6fb2dbdb2689 MAINTAINERS: gve: update developers
new 6fd2c68da55c net: mana: Add rmb after checking owner bits
new 5e69163d3b99 net: ethernet: mtk_eth_soc: enable XDP support just for MT [...]
new 35e60f1aadf6 Bluetooth: Fix HCIGETDEVINFO regression
new 95b9fd760b7a Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub [...]
new f232af429565 sfc: fix TX channel offset when using legacy interrupts
new 0a242eb2913a sfc: fix null pointer dereference in efx_hard_start_xmit
new b1cb8a71f1ea batman-adv: Fix hang up with small MTU hard-interface
new 0ee513c77369 Merge tag 'batadv-net-pullrequest-20220916' of git://git.o [...]
new 4d8421f2dd88 wifi: iwlwifi: don't spam logs with NSS>2 messages
new 8997f5c8a627 wifi: iwlwifi: Mark IWLMEI as broken
new c3a510e2b537 wifi: mt76: fix reading current per-tid starting sequence [...]
new 781b80f452fc wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2
new 094cc3b649e2 Merge tag 'wireless-2022-09-19' of git://git.kernel.org/pu [...]
new ae8ffba8baad bnxt_en: fix flags to check for supported fw version
new 8ccac4edc8da gve: Fix GFP flags when allocing pages
new 807e5eda2078 net: dsa: microchip: lan937x: fix maximum frame length check
new 7b15515fc1ca Revert "fec: Restart PPS after link state change"
new 01b825f997ac Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"
new 90fdd1c1e9c4 Merge branch 'revert-fec-ptp-changes'
new db4192a754eb tcp: read multiple skbs in tcp_read_skb()
new 1c48709e6d9d of: mdio: Add of_node_put() when breaking out of for_each_xx
new cf412ec33325 net: ipa: properly limit modem routing table use
new b07a9b26e2b1 ipmr: Always call ip{,6}_mr_forward() from RCU read-side c [...]
new 2b5a8c8f59d9 selftests: forwarding: Add test cases for unresolved multi [...]
new 68fe503c2b80 Merge branch 'ipmr-always-call-ip-6-_mr_forward-from-rcu-r [...]
new d547c1b717fc net: clear msg_get_inq in __get_compat_msghdr()
new 974bb793aded sfc/siena: fix TX channel offset when using legacy interrupts
new 589c6eded10c sfc/siena: fix null pointer dereference in efx_hard_start_xmit
new 684dec3cf45d wireguard: ratelimiter: disable timings test by default
new 8e25c02b8cce wireguard: selftests: do not install headers on UML
new 26c013108c12 wireguard: netlink: avoid variable-sized memcpy on sockaddr
new 0507246d9e7a Merge branch 'wireguard-patches-for-6-0-rc6'
new fed38e64d9b9 net: enetc: move enetc_set_psfp() out of the common enetc_ [...]
new 5641c751fe2f net: enetc: deny offload of tc-based TSN features on VF in [...]
new 76dd07281338 ipv6: Fix crash when IPv6 is administratively disabled
new db46e3a88a09 net/sched: taprio: avoid disabling offload when it was nev [...]
new 1461d212ab27 net/sched: taprio: make qdisc_leaf() see the per-netdev-qu [...]
new da847246ab80 Merge branch 'fixes-for-tc-taprio-software-mode'
new 603ccb3aca71 MAINTAINERS: Add myself as a reviewer for Qualcomm ETHQOS [...]
new 4924c0cdce75 net: ravb: Fix PHY state warning splat during system resume
new 6a1dbfefdae4 net: sh_eth: Fix PHY state warning splat during system resume
new 76b907ee00c4 netfilter: conntrack: remove nf_conntrack_helper documentation
new 921ebde3c0d2 netfilter: nf_tables: fix nft_counters_enabled underflow a [...]
new 9a4d6dd554b8 netfilter: nf_tables: fix percpu memory leak at nf_tables_ [...]
new 62ce44c4fff9 netfilter: ebtables: fix memory leak when blob is malformed
new d25088932227 netfilter: nf_ct_ftp: fix deadlock when nat rewrite is needed
new 79a392a3b19a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
new 65e5d27df612 net: atlantic: fix potential memory leak in aq_ndev_close()
new a09721dd47c8 can: flexcan: flexcan_mailbox_read() fix return value for [...]
new 5440428b3da6 can: gs_usb: gs_can_open(): fix race dev->can.state condition
new 0f2211f1cf58 can: gs_usb: gs_usb_set_phys_id(): return with error if id [...]
new 375a683321a3 Merge tag 'linux-can-fixes-for-6.0-20220921' of git://git. [...]
new 66039eb9015e iavf: Fix bad page state
new 399c98c4dc50 iavf: Fix set max MTU size with port VLAN and jumbo frames
new 372539def282 i40e: Fix VF set max MTU size
new 198eb7e1b81d i40e: Fix set max_tx_rate when it is lower than 1 Mbps
new f64780e3ccec Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux [...]
new 114f398d48c5 ice: Fix ice_xdp_xmit() when XDP TX queue number is not su [...]
new 122045ca7704 ice: config netdev tc before setting queues number
new 8ac7132704f3 ice: Fix interface being down after reset with link-down-o [...]
new 624aea6bede7 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linu [...]
new e738455b2c6d net/smc: Stop the CLC flow if no link to map buffers on
new 2002fbac743b net: phy: micrel: fix shared interrupt on LAN8814
new 0e400d602f46 bonding: fix NULL deref in bond_rr_gen_slave_id
new 2ffd57327ff1 selftests: bonding: cause oops in bond_rr_gen_slave_id
new c5da4b68d2a8 Merge branch 'bonding-fix-null-deref-in-bond_rr_gen_slave_id'
new db39dfdc1c3b udp: Use WARN_ON_ONCE() in udp_read_skb()
new 878e2405710a net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
new c2e1cfefcac3 net: sched: fix possible refcount leak in tc_new_tfilter()
new 3aac7ada64d8 net: marvell: Fix refcounting bugs in prestera_port_sfp_bind()
new c31f26c8f69f bnxt: prevent skb UAF after handing over to PTP worker
new 83e4b196838d selftests: forwarding: add shebang for sch_red.sh
new 504c25cb76a9 Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/li [...]
new 2e42b1652df0 firmware: arm_scmi: Fix missing kernel-doc in optee
new 1ecb7d27b1af firmware: arm_scmi: Improve checks in the info_get operations
new 76f89c954788 firmware: arm_scmi: Harden accesses to the sensor domains
new e9076ffbcaed firmware: arm_scmi: Harden accesses to the reset domains
new b75c83d9b961 firmware: arm_scmi: Fix the asynchronous reset requests
new dea796fcab0a firmware: arm_scmi: Add SCMI PM driver remove routine
new 40d30cf680cb firmware: arm_scmi: Harmonize SCMI tracing message format
new d4f1920d07e8 Merge tag 'scmi-fixes-6.0' of git://git.kernel.org/pub/scm [...]
new 02181e68275d ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer
new 1ea90b2d293f arm64: dts: rockchip: Lower sd speed on quartz64-b
new e5467359a725 arm64: dts: rockchip: Pull up wlan wake# on Gru-Bob
new 4a00c43818dc arm64: dts: rockchip: Fix typo in lisense text for PX30.Core
new 388f9f0a7ff8 arm64: dts: rockchip: fix upper usb port on BPI-R2-Pro
new 8123437cf46e arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz
new 43e1d6d3b45c arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a
new 1988e3ef0544 arm64: dts: rockchip: fix property for usb2 phy supply on [...]
new a994b34b9abb arm64: dts: rockchip: Remove 'enable-active-low' from rk3399-puma
new ea89926d9690 arm64: dts: rockchip: Remove 'enable-active-low' from rk35 [...]
new 78c94808a459 Merge tag 'v6.0-rockchip-dtsfixes1' of git://git.kernel.or [...]
new 96c9b511fc0f dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leon [...]
new 8194a356226c arm64: dts: imx8mm: Reverse CPLD_Dn GPIO label mapping on [...]
new 347155d1fa85 arm64: dts: imx8mn: remove GPU power domain reset
new d707ff3470c2 arm64: dts: tqma8mpxl-ba8mpxl: Fix button GPIOs
new 5fa383a25fd8 arm64: dts: imx8ulp: add #reset-cells for pcc
new b5a76cb38df7 arm64: dts: imx8mm-verdin: extend pmic voltages
new 45b91a158918 arm64: dts: imx8mp-tqma8mpql-mba8mpxl: add missing pinctrl [...]
new 3c20d9618143 arm64: defconfig: enable ARCH_NXP
new 70ae49c5ac87 arm64: dts: tqma8mqml: Include phy-imx8-pcie.h header
new e4ef0885632e arm64: dts: imx8mp-venice-gw74xx: fix CAN STBY polarity
new c3681de3b8f2 arm64: dts: imx8mp-venice-gw74xx: fix ksz9477 cpu port
new f7fc391a5e28 arm64: dts: imx8mp-venice-gw74xx: fix port/phy validation
new 7b9a516a9182 Merge tag 'imx-fixes-6.0-2' of git://git.kernel.org/pub/sc [...]
new f5fc22cbbdcd ARM: dts: lan966x: Fix the interrupt number for internal PHYs
new aaa58141a5d7 Merge tag 'at91-fixes-6.0-2' of https://git.kernel.org/pub [...]
new c69cf88cda5f Merge tag 'soc-fixes-6.0-rc6' of git://git.kernel.org/pub/ [...]
The 156 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/dma/moxa,moxart-dma.txt | 4 +-
.../memory-controllers/fsl/imx8m-ddrc.yaml | 2 +-
Documentation/networking/mptcp-sysctl.rst | 1 -
Documentation/networking/nf_conntrack-sysctl.rst | 9 --
MAINTAINERS | 6 +-
arch/arm/boot/dts/lan966x.dtsi | 4 +-
arch/arm/boot/dts/moxart-uc7112lx.dts | 2 +-
arch/arm/boot/dts/moxart.dtsi | 4 +-
arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts | 10 +-
.../boot/dts/freescale/imx8mm-tqma8mqml-mba8mx.dts | 1 -
.../arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 1 +
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 10 +-
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 1 -
.../dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 10 +-
.../boot/dts/freescale/imx8mp-venice-gw74xx.dts | 12 ++-
arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 3 +
.../boot/dts/rockchip/px30-engicam-px30-core.dtsi | 4 +-
arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts | 5 +
.../boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 9 ++
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 1 -
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts | 1 -
arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 2 +-
arch/arm64/configs/defconfig | 1 +
drivers/firmware/arm_scmi/clock.c | 6 +-
drivers/firmware/arm_scmi/optee.c | 1 +
drivers/firmware/arm_scmi/reset.c | 10 +-
drivers/firmware/arm_scmi/scmi_pm_domain.c | 20 ++++
drivers/firmware/arm_scmi/sensors.c | 25 ++++-
drivers/firmware/efi/efibc.c | 3 +
drivers/firmware/efi/libstub/secureboot.c | 8 +-
drivers/firmware/efi/libstub/x86-stub.c | 7 ++
drivers/gpio/gpio-ftgpio010.c | 22 +++--
drivers/gpio/gpio-mockup.c | 6 +-
drivers/gpio/gpio-tqmx86.c | 4 +-
drivers/gpio/gpiolib-cdev.c | 5 +-
drivers/net/bonding/bond_3ad.c | 5 +-
drivers/net/bonding/bond_main.c | 72 ++++++++------
drivers/net/can/flexcan/flexcan-core.c | 10 +-
drivers/net/can/usb/gs_usb.c | 21 ++--
drivers/net/dsa/microchip/lan937x_main.c | 4 -
drivers/net/ethernet/aquantia/atlantic/aq_main.c | 3 -
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 10 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c | 4 +-
drivers/net/ethernet/freescale/enetc/Makefile | 1 -
drivers/net/ethernet/freescale/enetc/enetc.c | 53 +---------
drivers/net/ethernet/freescale/enetc/enetc.h | 12 ++-
drivers/net/ethernet/freescale/enetc/enetc_pf.c | 32 +++++-
drivers/net/ethernet/freescale/enetc/enetc_qos.c | 23 +++++
drivers/net/ethernet/freescale/enetc/enetc_vf.c | 17 +++-
drivers/net/ethernet/freescale/fec.h | 11 +--
drivers/net/ethernet/freescale/fec_main.c | 59 +++--------
drivers/net/ethernet/freescale/fec_ptp.c | 57 ++++-------
drivers/net/ethernet/google/gve/gve_rx_dqo.c | 2 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 32 ++++--
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 20 ++++
drivers/net/ethernet/intel/iavf/iavf_main.c | 9 +-
drivers/net/ethernet/intel/iavf/iavf_txrx.c | 9 +-
drivers/net/ethernet/intel/iavf/iavf_virtchnl.c | 7 +-
drivers/net/ethernet/intel/ice/ice_lib.c | 42 +++++---
drivers/net/ethernet/intel/ice/ice_main.c | 25 ++---
drivers/net/ethernet/intel/ice/ice_txrx.c | 5 +-
.../net/ethernet/marvell/prestera/prestera_main.c | 2 +
.../net/ethernet/marvell/prestera/prestera_pci.c | 1 +
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 2 +-
.../ethernet/mellanox/mlxbf_gige/mlxbf_gige_mdio.c | 6 ++
drivers/net/ethernet/microsoft/mana/gdma_main.c | 10 ++
drivers/net/ethernet/renesas/ravb_main.c | 2 +
drivers/net/ethernet/renesas/sh_eth.c | 2 +
drivers/net/ethernet/sfc/efx_channels.c | 2 +-
drivers/net/ethernet/sfc/siena/efx_channels.c | 2 +-
drivers/net/ethernet/sfc/siena/tx.c | 2 +-
drivers/net/ethernet/sfc/tx.c | 2 +-
drivers/net/ethernet/sun/sunhme.c | 4 +-
drivers/net/ipa/ipa_qmi.c | 8 +-
drivers/net/ipa/ipa_qmi_msg.c | 8 +-
drivers/net/ipa/ipa_qmi_msg.h | 37 ++++---
drivers/net/ipa/ipa_table.c | 2 -
drivers/net/ipa/ipa_table.h | 3 +
drivers/net/ipvlan/ipvlan_core.c | 6 +-
drivers/net/mdio/of_mdio.c | 1 +
drivers/net/netdevsim/hwstats.c | 6 +-
drivers/net/phy/aquantia_main.c | 53 +++++++++-
drivers/net/phy/micrel.c | 18 ++--
drivers/net/team/team.c | 24 +++--
drivers/net/wireguard/netlink.c | 13 ++-
drivers/net/wireguard/selftest/ratelimiter.c | 25 ++---
drivers/net/wireless/intel/iwlwifi/Kconfig | 1 +
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 4 +-
drivers/net/wireless/mediatek/mt76/mac80211.c | 3 +-
drivers/net/wireless/mediatek/mt76/mt7615/mac.c | 2 +-
include/linux/scmi_protocol.h | 4 +-
include/net/bluetooth/hci_sock.h | 2 -
include/net/bond_3ad.h | 2 -
include/net/bonding.h | 3 +
include/net/ieee802154_netdev.h | 37 +++++++
include/trace/events/scmi.h | 30 +++---
net/batman-adv/hard-interface.c | 4 +
net/bridge/netfilter/ebtables.c | 4 +-
net/compat.c | 1 +
net/core/flow_dissector.c | 5 +-
net/ieee802154/socket.c | 42 ++++----
net/ipv4/ipmr.c | 2 +
net/ipv4/tcp.c | 29 ++++--
net/ipv4/udp.c | 2 +-
net/ipv6/af_inet6.c | 4 +-
net/ipv6/ip6mr.c | 5 +-
net/mptcp/protocol.c | 8 +-
net/netfilter/nf_conntrack_ftp.c | 6 +-
net/netfilter/nf_conntrack_irc.c | 34 +++++--
net/netfilter/nf_conntrack_sip.c | 4 +-
net/netfilter/nf_tables_api.c | 8 +-
net/netfilter/nfnetlink_osf.c | 4 +-
net/sched/cls_api.c | 1 +
net/sched/sch_taprio.c | 18 ++--
net/smc/smc_core.c | 5 +-
tools/arch/x86/include/asm/cpufeatures.h | 5 +-
tools/lib/perf/evlist.c | 5 +-
tools/perf/builtin-record.c | 2 +
tools/perf/tests/shell/stat_bpf_counters_cgrp.sh | 83 ++++++++++++++++
tools/perf/tests/wp.c | 10 +-
tools/perf/util/bpf_counter_cgroup.c | 10 +-
tools/perf/util/bpf_skel/bperf_cgroup.bpf.c | 2 +-
tools/perf/util/genelf.c | 14 +++
tools/perf/util/genelf.h | 4 +
tools/perf/util/symbol-elf.c | 7 +-
tools/perf/util/synthetic-events.c | 17 +++-
tools/testing/selftests/Makefile | 1 +
.../testing/selftests/drivers/net/bonding/Makefile | 6 +-
.../net/bonding/bond-arp-interval-causes-panic.sh | 49 +++++++++
tools/testing/selftests/drivers/net/bonding/config | 1 +
.../drivers/net/bonding/dev_addr_lists.sh | 109 +++++++++++++++++++++
.../selftests/drivers/net/bonding/lag_lib.sh | 61 ++++++++++++
.../drivers/net/{bonding => team}/Makefile | 2 +-
tools/testing/selftests/drivers/net/team/config | 3 +
.../selftests/drivers/net/team/dev_addr_lists.sh | 51 ++++++++++
.../selftests/net/forwarding/router_multicast.sh | 92 ++++++++++++++++-
tools/testing/selftests/net/forwarding/sch_red.sh | 1 +
.../selftests/netfilter/nft_concat_range.sh | 65 +++++++++---
tools/testing/selftests/wireguard/qemu/Makefile | 2 +
142 files changed, 1357 insertions(+), 531 deletions(-)
create mode 100755 tools/perf/tests/shell/stat_bpf_counters_cgrp.sh
create mode 100755 tools/testing/selftests/drivers/net/bonding/bond-arp-interval-c [...]
create mode 100755 tools/testing/selftests/drivers/net/bonding/dev_addr_lists.sh
create mode 100644 tools/testing/selftests/drivers/net/bonding/lag_lib.sh
copy tools/testing/selftests/drivers/net/{bonding => team}/Makefile (70%)
create mode 100644 tools/testing/selftests/drivers/net/team/config
create mode 100755 tools/testing/selftests/drivers/net/team/dev_addr_lists.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 linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 8cf8ecc7c 11: onsuccess: #465: boot: Success after binutils/llvm/linux/ [...]
new 618ae19fe 12: onsuccess: #466: boot: Success after binutils/llvm/linux/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 1704 -> 1700 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30168 -> 30288 bytes
04-build_kernel_llvm/console.log.xz | Bin 64160 -> 64376 bytes
05-build_abe-qemu/console.log.xz | Bin 31776 -> 31896 bytes
06-build_linux/console.log.xz | Bin 3376 -> 3356 bytes
07-boot_linux/console.log.xz | Bin 6284 -> 6344 bytes
08-check_regression/console.log.xz | Bin 3228 -> 3488 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
17 files changed, 23 insertions(+), 23 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_kernel/gnu-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from c89f848a1 16: onsuccess: #564: 33: Success after binutils/gcc/linux/qem [...]
new 75ba7ae48 17: onsuccess: #565: 33: Success after binutils/gcc/linux/qem [...]
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:
01-reset_artifacts/console.log.xz | Bin 1688 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 29948 -> 30156 bytes
04-build_abe-stage1/console.log.xz | Bin 90356 -> 91272 bytes
05-build_abe-qemu/console.log.xz | Bin 31820 -> 31440 bytes
06-build_linux/console.log.xz | Bin 4676 -> 4672 bytes
08-check_regression/console.log.xz | Bin 3336 -> 3372 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
16 files changed, 23 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.