Re: [PATCH bpf 1/2] bpf: allow empty module BTFs

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (refs/heads/master): On Sat, 9 Jan 2021 23:03:40 -0800 you wrote: > Some modules don't declare any new types and end up with an empty BTF, > containing only valid BTF header and no types or strings sections. This > currently causes BTF validation erro

Re: [PATCH bpf v2] bpf: don't leak memory in bpf getsockopt when optlen == 0

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Tue, 12 Jan 2021 08:28:29 -0800 you wrote: > optlen == 0 indicates that the kernel should ignore BPF buffer > and use the original one from the user. We, however, forget > to free the temporary buffer that we've allocated for BP

Re: [PATCH net] net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 18:07:07 +0100 you wrote: > In commit 826f328e2b7e ("net: dcb: Validate netlink message in DCB > handler"), Linux started rejecting RTM_GETDCB netlink messages if they > contained a set-like DCB_CMD_ command.

Re: [PATCH net 0/2] bnxt_en: Bug fixes.

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 04:26:38 -0500 you wrote: > This series has 2 fixes. The first one fixes a resource accounting error > with the RDMA driver loaded and the second one fixes the firmware > flashing sequence after defragmenta

Re: [PATCH 1/2] r8152: Add Lenovo Powered USB-C Travel Hub

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 20:03:13 +0100 you wrote: > This USB-C Hub (17ef:721e) based on the Realtek RTL8153B chip used to > use the cdc_ether driver. However, using this driver, with the system > suspended the device constantly sen

Re: [PATCH RESEND net-next] net: sfp: add debugfs support

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 10 Jan 2021 10:59:38 + you wrote: > Add debugfs support to SFP so that the internal state of the SFP state > machines and hardware signal state can be viewed from userspace, rather > than having to compile a deb

Re: [PATCH v2 0/3] hv_netvsc: Prevent packet loss during VF add/remove

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 8 Jan 2021 16:53:40 -0800 you wrote: > From: Long Li > > This patch set fixes issues with packet loss on VF add/remove. > > Long Li (3): > hv_netvsc: Check VF datapath when sending traffic to VF > hv_netvsc

Re: [PATCH net-next] fsl/fman: Add MII mode support.

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 07:39:03 +0300 you wrote: > Set proper value to IF_MODE register for MII mode. > > Signed-off-by: Maxim Kochetkov > --- > drivers/net/ethernet/freescale/fman/fman_memac.c | 4 > 1 file changed, 4

Re: [PATCH net 0/2] mptcp: a couple of fixes

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 18:25:22 +0100 you wrote: > This series includes two related fixes addressing potential divide by 0 > bugs in the MPTCP datapath. > > Paolo Abeni (2): > mptcp: more strict state checking for acks > mptc

Re: [PATCH net 0/2] net/smc: fix out of bound access in netlink interface

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 17:21:20 +0100 you wrote: > Please apply the following patch for smc to netdev's net tree. > > Both patches fix possible out-of-bounds reads. The original code expected > that snprintf() reads len-1 bytes f

Re: [PATCH net-next v8 0/2] net: dsa: add stats64 support

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 11:46:56 +0100 you wrote: > changes v8: > - stats.no_handler should not be assigned from HW stats > > changes v7: > - move raw.filtered from rx_errors to rx_dropped counter > > changes v6: > - move st

Re: [PATCH] hci: llc_shdlc: style: Simplify bool comparison

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 17:24:23 +0800 you wrote: > Fix the following coccicheck warning: > ./net/nfc/hci/llc_shdlc.c:239:5-21: WARNING: Comparison to bool > > Signed-off-by: YANG LI > Reported-by: Abaci Robot > --- > net/nf

Re: [PATCH net-next] net: ipa: add config dependency on QCOM_SMEM

2021-01-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 12 Jan 2021 13:21:34 -0600 you wrote: > The IPA driver depends on some SMEM functionality (qcom_smem_init(), > qcom_smem_alloc(), and qcom_smem_virt_to_phys()), but this is not > reflected in the configuration depen

Re: [PATCH net] rxrpc: Fix handling of an unsupported token type in rxrpc_read()

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 15:23:51 + you wrote: > Clang static analysis reports the following: > > net/rxrpc/key.c:657:11: warning: Assigned value is garbage or undefined > toksize = toksizes[tok++]; >

Re: [net 1/2] can: isotp: isotp_getname(): fix kernel information leak

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 22:21:57 +0100 you wrote: > From: Oliver Hartkopp > > Initialize the sockaddr_can structure to prevent a data leak to user space. > > Suggested-by: Cong Wang > Reported-by: syzbot+057884e2f453e8afe...@sy

Re: [PATCH 1/2] bpf, libbpf: Avoid unused function warning on bpf_tail_call_static

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 13 Jan 2021 14:36:08 -0800 you wrote: > Add inline to __always_inline making it match the linux/compiler.h. > Adding this avoids an unused function warning on bpf_tail_call_static > when compining with -Wall. > > Sig

Re: [PATCH] octeontx2-pf: Add flow classification using IP next level protocol

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 16:55:37 +0530 you wrote: > This patch adds support to install flow rules using ipv4 proto or > ipv6 next header field to distinguish between tcp/udp/sctp/esp/ah > flows when user doesn't specify the oth

Re: [PATCH net-next] net: core: use eth_type_vlan in __netif_receive_skb_core

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 02:42:21 -0800 you wrote: > From: Menglong Dong > > Replace the check for ETH_P_8021Q and ETH_P_8021AD in > __netif_receive_skb_core with eth_type_vlan. > > Signed-off-by: Menglong Dong > > [...] H

Re: [PATCH net-next] dpaa2-eth: add support for Rx VLAN filtering

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 19:07:25 +0200 you wrote: > From: Ionut-robert Aron > > Declare Rx VLAN filtering as supported and user-changeable only when > there are VLAN filtering entries available on the DPNI object. Even > then

Re: [PATCH net-next] dpaa2-mac: fix the remove path for non-MAC interfaces

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 19:18:02 +0200 you wrote: > From: Ioana Ciornei > > Check if the interface is indeed connected to a MAC before trying to > close the DPMAC object representing it. Without this check we end up > working

Re: [PATCH net] i40e: fix potential NULL pointer dereferencing

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 18:11:38 + you wrote: > Currently, the function i40e_construct_skb_zc only frees the input xdp > buffer when the output skb is successfully built. On error, the > function i40e_clean_rx_irq_zc does not co

Re: [PATCH net V3] cxgb4/chtls: Fix tid stuck due to wrong update of qid

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 11:06:00 +0530 you wrote: > TID stuck is seen when there is a race in > CPL_PASS_ACCEPT_RPL/CPL_ABORT_REQ and abort is arriving > before the accept reply, which sets the queue number. > In this case HW ends u

Re: [PATCH net-next] tcp: assign skb hash after tcp_event_data_sent

2021-01-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 15:05:52 -0800 you wrote: > Move skb_set_hash_from_sk s.t. it's called after instead of before > tcp_event_data_sent is called. This enables congestion control > modules to change the socket hash right b

Re: [PATCH] nt: usb: USB_RTL8153_ECM should not default to y

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 15:43:09 +0100 you wrote: > In general, device drivers should not be enabled by default. > > Fixes: 657bc1d10bfc23ac ("r8153_ecm: avoid to be prior to r8152 driver") > Signed-off-by: Geert Uytterhoeven > --

Re: [PATCH net] net: avoid 32 x truesize under-estimation for tiny skbs

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 08:18:19 -0800 you wrote: > From: Eric Dumazet > > Both virtio net and napi_get_frags() allocate skbs > with a very small skb->head > > While using page fragments instead of a kmalloc backed skb->head migh

Re: [PATCH net v2 0/7] MAINTAINERS: remove inactive folks from networking

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 17:49:05 -0800 you wrote: > Hi! > > This series intends to remove some most evidently inactive maintainers. > > To make maintainers' lives easier we're trying to nudge people > towards CCing all the releva

Re: [PATCH net v2 1/2] net: stmmac: fix taprio schedule configuration

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 14:15:56 +0100 you wrote: > From: Yannick Vignon > > When configuring a 802.1Qbv schedule through the tc taprio qdisc on an NXP > i.MX8MPlus device, the effective cycle time differed from the requested one

Re: [PATCH net] mptcp: fix locking in mptcp_disconnect()

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 16:37:37 +0100 you wrote: > tcp_disconnect() expects the caller acquires the sock lock, > but mptcp_disconnect() is not doing that. Add the missing > required lock. > > Reported-by: Eric Dumazet > Fixes: 76

Re: [PATCH net] net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 17:12:15 +0200 you wrote: > Cited patch below blocked the TLS TX device offload unless HW_CSUM > is set. This broke devices that use IP_CSUM && IP6_CSUM. > Here we fix it. > > Note that the single HW_TLS_TX

Re: [GIT PULL] Networking for 5.11-rc4

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 12:05:51 -0800 you wrote: > Hi! > > We have a few fixes for long standing issues, in particular > Eric's fix to not underestimate the skb sizes, and my fix for > brokenness of register_netdevice() err

Re: [PATCH net-next v2 0/2] Add 100 base-x mode

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 12:56:24 +0100 you wrote: > Adding support for 100 base-x in phylink. > The Sparx5 switch supports 100 base-x pcs (IEEE 802.3 Clause 24) 4b5b encoded. > These patches adds phylink support for that mode.

Re: [PATCH net-next v4 00/13] selftests: Updates to allow single instance of nettest for client and server

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 20:09:36 -0700 you wrote: > Update nettest to handle namespace change internally to allow a > single instance to run both client and server modes. Device validation > needs to be moved after the namespa

Re: [PATCH net-next] net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_add

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 10:35:56 +0200 you wrote: > From: Vladimir Oltean > > prestera_bridge_port_vlan_add should have been called with vlan->vid, > however this was masked by the presence of the local vid variable and I > d

Re: [PATCH net-next] net: openvswitch: add log message for error case

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 14:50:00 +0100 you wrote: > As requested by upstream OVS, added some error messages in the > validate_and_copy_dec_ttl function. > > Includes a small cleanup, which removes an unnecessary parameter > fr

Re: [PATCH v5 net-next 0/5] net: dsa: Link aggregation support

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 09:42:50 +0100 you wrote: > Start of by adding an extra notification when adding a port to a bond, > this allows static LAGs to be offloaded using the bonding driver. > > Then add the generic support r

Re: [PATCH] mlxsw: pci: switch from 'pci_' to 'dma_' API

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 09:47:57 +0100 you wrote: > The wrappers in include/linux/pci-dma-compat.h should go away. > > The patch has been generated with the coccinelle script below and has been > hand modified to replace GFP_

Re: [PATCH net] ch_ipsec: Remove initialization of rxq related data

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 10:13:02 +0530 you wrote: > Removing initialization of nrxq and rxq_size in uld_info. As > ipsec uses nic queues only, there is no need to create uld > rx queues for ipsec. > > Fixes: 1b77be463929e ("cr

Re: [PATCH net-next v4 0/2] Dissect PTP L2 packet header

2021-01-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 12 Jan 2021 21:07:11 +0200 you wrote: > Hi Jakub, Dave, > > This series adds support for dissecting PTP L2 packet > header (EtherType 0x88F7). > > For packet header dissecting, skb->protocol is needed. Add protoc

Re: [PATCH v3] octeontx2-af: Fix missing check bugs in rvu_cgx.c

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 15 Jan 2021 06:10:04 -0800 you wrote: > From: Yingjie Wang > > In rvu_mbox_handler_cgx_mac_addr_get() > and rvu_mbox_handler_cgx_mac_addr_set(), > the msg is expected only from PFs that are mapped to CGX LMACs. > It sh

Re: [PATCH bpf] MAINTAINERS: update my email address

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Fri, 15 Jan 2021 11:43:37 +0100 you wrote: > From: Björn Töpel > > My Intel email will stop working in a not too distant future. Move my > MAINTAINERS entries to my kernel.org address. > > Signed-off-by: Björn Töpel > > [..

Re: [PATCH net-next 0/2] Add further DT configuration for AT803x PHYs

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 10:44:56 + you wrote: > Hi, > > This patch series adds the ability to configure the SmartEEE feature > in AT803x PHYs. SmartEEE defaults to enabled on these PHYs, and has > a history of causing ran

Re: [Patch net v4] cls_flower: call nla_ok() before nla_next()

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 15 Jan 2021 10:50:24 -0800 you wrote: > From: Cong Wang > > fl_set_enc_opt() simply checks if there are still bytes left to parse, > but this is not sufficent as syzbot seems to be able to generate > malformatted netli

Re: [PATCH] netxen_nic: switch from 'pci_' to 'dma_' API

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 21:25:18 +0100 you wrote: > The wrappers in include/linux/pci-dma-compat.h should go away. > > The patch has been generated with the coccinelle script below and has been > hand modified to replace GFP_

Re: [PATCH v2 net-next] net: dsa: set configure_vlan_while_not_filtering to true by default

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 01:19:19 +0200 you wrote: > As explained in commit 54a0ed0df496 ("net: dsa: provide an option for > drivers to always receive bridge VLANs"), DSA has historically been > skipping VLAN switchdev operation

Re: [PATCH] gianfar: remove definition of DEBUG

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 13:56:03 -0800 you wrote: > From: Tom Rix > > Defining DEBUG should only be done in development. > So remove DEBUG. > > Signed-off-by: Tom Rix > > [...] Here is the summary with links: - gianfar:

Re: [PATCH] neighbor: remove definition of DEBUG

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 13:29:17 -0800 you wrote: > From: Tom Rix > > Defining DEBUG should only be done in development. > So remove DEBUG. > > Signed-off-by: Tom Rix > > [...] Here is the summary with links: - neighbor

Re: [PATCH] net: ks8851: remove definition of DEBUG

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 07:31:28 -0800 you wrote: > From: Tom Rix > > Defining DEBUG should only be done in development. > So remove DEBUG. > > Signed-off-by: Tom Rix > > [...] Here is the summary with links: - net: ks8

Re: [PATCH net] net_sched: gen_estimator: support large ewma log

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 10:19:29 -0800 you wrote: > From: Eric Dumazet > > syzbot report reminded us that very big ewma_log were supported in the past, > even if they made litle sense. > > tc qdisc replace dev xxx root est 1sec 1

Re: [PATCH net] net_sched: avoid shift-out-of-bounds in tcindex_set_parms()

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 10:52:29 -0800 you wrote: > From: Eric Dumazet > > tc_index being 16bit wide, we need to check that TCA_TCINDEX_SHIFT > attribute is not silly. > > UBSAN: shift-out-of-bounds in net/sched/cls_tcindex.c:260

Re: [PATCH v6 net-next 00/10] Configuring congestion watermarks on ocelot switch using devlink-sb

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 04:11:10 +0200 you wrote: > From: Vladimir Oltean > > In some applications, it is important to create resource reservations in > the Ethernet switches, to prevent background traffic, or deliberate > a

Re: [PATCH v2 net-next] net: tap: check vlan with eth_type_vlan() method

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 18:32:38 -0800 you wrote: > From: Menglong Dong > > Replace some checks for ETH_P_8021Q and ETH_P_8021AD in > drivers/net/tap.c with eth_type_vlan. > > Signed-off-by: Menglong Dong > > [...] Here i

Re: [PATCH net-next] nfc: netlink: use &w->w in nfc_genl_rcv_nl_event

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 12:14:53 +0800 you wrote: > Use the struct member w of the struct urelease_work directly instead of > casting it. > > Signed-off-by: Geliang Tang > --- > net/nfc/netlink.c | 4 ++-- > 1 file changed,

Re: [PATCH] tcp_cubic: use memset and offsetof init

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 12:14:56 +0800 you wrote: > In bictcp_reset(), use memset and offsetof instead of = 0. > > Signed-off-by: Yejune Deng > --- > net/ipv4/tcp_cubic.c | 11 +-- > 1 file changed, 1 insertion(+), 1

Re: [RESEND v2 0/7] Rid W=1 warnings in Ethernet

2021-01-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 20:08:58 + you wrote: > Resending the stragglers again. > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly lit

Re: [PATCH net-next] cxgb4: enable interrupt based Tx completions for T5

2021-01-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 15:50:59 +0530 you wrote: > Enable interrupt based Tx completions to improve latency for T5. > The consumer index (CIDX) will now come via interrupts so that Tx > SKBs can be freed up sooner in Rx path.

Re: [PATCH v2 net] skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too

2021-01-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 15 Jan 2021 15:04:40 + you wrote: > Commit 3226b158e67c ("net: avoid 32 x truesize under-estimation for > tiny skbs") ensured that skbs with data size lower than 1025 bytes > will be kmalloc'ed to avoid excessive pag

Re: [PATCH] net: mscc: ocelot: Remove unneeded semicolon

2021-01-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 09:55:44 + you wrote: > fix semicolon.cocci warnings: > drivers/net/ethernet/mscc/ocelot_net.c:460:2-3: Unneeded semicolon > > Signed-off-by: Xu Wang > --- > drivers/net/ethernet/mscc/ocelot_net.c

Re: [PATCH net] net: mscc: ocelot: allow offloading of bridge on top of LAG

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 15:52:10 +0200 you wrote: > From: Vladimir Oltean > > The blamed commit was too aggressive, and it made ocelot_netdevice_event > react only to network interface events emitted for the ocelot switch > ports.

Re: [PATCH v2 bpf-next 0/2] add xdp_build_skb_from_frame utility routine

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 12 Jan 2021 19:26:11 +0100 you wrote: > Introduce __xdp_build_skb_from_frame and xdp_build_skb_from_frame routines > to build the skb from a xdp_frame. Respect to __xdp_build_skb_from_frame, > xdp_build_skb_from_frame

Re: pull-request: mac80211 2021-01-18.2

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 21:47:49 +0100 you wrote: > Hi, > > New try, dropped the 160 MHz CSA patch for now that has the sparse > issue since people are waiting for the kernel-doc fixes. > > Please pull and let me know if th

Re: [PATCH bpf-next] samples/bpf: add BPF_ATOMIC_OP macro for BPF samples

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 18 Jan 2021 10:17:53 +0100 you wrote: > From: Björn Töpel > > Brendan Jackman added extend atomic operations to the BPF instruction > set in commit 7064a7341a0d ("Merge branch 'Atomics for eBPF'"), which > introduces

Re: [PATCH for bpf-next] docs: bpf: add minimal markup to address doc warning

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 18 Jan 2021 09:00:04 +0100 you wrote: > Commit 91c960b00566 ("bpf: Rename BPF_XADD and prepare to encode other > atomics in .imm") modified the BPF documentation, but missed some ReST > markup. > > Hence, make htmldoc

Re: [PATCH net 0/2] ipv6: fixes for the multicast routes

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Fri, 15 Jan 2021 19:42:07 +0100 you wrote: > From: Matteo Croce > > Fix two wrong flags in the IPv6 multicast routes created > by the autoconf code. > > Matteo Croce (2): > ipv6: create multicast route with RTPROT_KERNE

Re: [PATCH v2] hv_netvsc: Add (more) validation for untrusted Hyper-V values

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 21:26:28 +0100 you wrote: > For additional robustness in the face of Hyper-V errors or malicious > behavior, validate all values that originate from packets that Hyper-V > has sent to the guest. Ensure

Re: [PATCH] net: phy: national: remove definition of DEBUG

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 15:53:46 -0800 you wrote: > From: Tom Rix > > Defining DEBUG should only be done in development. > So remove DEBUG. > > Signed-off-by: Tom Rix > > [...] Here is the summary with links: - net: phy

Re: [Patch net-next] net_sched: fix RTNL deadlock again caused by request_module()

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 16:56:57 -0800 you wrote: > From: Cong Wang > > tcf_action_init_1() loads tc action modules automatically with > request_module() after parsing the tc action names, and it drops RTNL > lock and re-hold

Re: [PATCH net-next 0/3] net: make udp tunnel devices support fraglist

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 17:47:44 +0800 you wrote: > Like GRE device, UDP tunnel devices should also support fraglist, so > that some protocol (like SCTP) HW GSO that requires NETIF_F_FRAGLIST > in the dev can work. Especially

Re: [PATCH] arcnet: fix macro name when DEBUG is defined

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 17 Jan 2021 10:15:19 -0800 you wrote: > From: Tom Rix > > When DEBUG is defined this error occurs > > drivers/net/arcnet/com20020_cs.c:70:15: error: ‘com20020_REG_W_ADDR_HI’ > undeclared (first use in this func

Re: [PATCH net-next V3 0/8] TLS device offload for Bond

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sun, 17 Jan 2021 16:59:41 +0200 you wrote: > Hi, > > This series opens TX and RX TLS device offload for bond interfaces. > This allows bond interfaces to benefit from capable lower devices. > > We add a new ndo_sk_get

Re: [PATCH] net: hns: fix variable used when DEBUG is defined

2021-01-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 17 Jan 2021 11:10:44 -0800 you wrote: > From: Tom Rix > > When DEBUG is defined this error occurs > > drivers/net/ethernet/hisilicon/hns/hns_enet.c:1505:36: error: > ‘struct net_device’ has no member named ‘ae_

Re: [PATCH v2 net] net: core: devlink: use right genl user_ptr when handling port param get/set

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 10:53:33 +0200 you wrote: > From: Oleksandr Mazur > > Fix incorrect user_ptr dereferencing when handling port param get/set: > > idx [0] stores the 'struct devlink' pointer; > idx [1] stores the 's

Re: [PATCH net v2 0/2] sh_eth: Fix reboot crash

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 16:06:54 +0100 you wrote: > Hi, > > This patch fixes a regression v5.11-rc1, where rebooting while a sh_eth > device is not opened will cause a crash. > > Changes compared to v1: > - Export mdiobb_{read,

Re: [PATCH bpf] xsk: Clear pool even for inactive queues

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Mon, 18 Jan 2021 18:03:33 +0200 you wrote: > The number of queues can change by other means, rather than ethtool. For > example, attaching an mqprio qdisc with num_tc > 1 leads to creating > multiple sets of TX queues, which may

Re: [PATCH net 0/2] ipv4: Ensure ECN bits don't influence source address validation

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sat, 16 Jan 2021 11:44:18 +0100 you wrote: > Functions that end up calling fib_table_lookup() should clear the ECN > bits from the TOS, otherwise ECT(0) and ECT(1) packets can be treated > differently. > > Most functions al

Re: [PATCH net-next 0/6] net: support SCTP CRC csum offload for tunneling packets in some drivers

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 14:13:36 +0800 you wrote: > This patchset introduces inline function skb_csum_is_sctp(), and uses it > to validate it's a sctp CRC csum offload packet, to make SCTP CRC csum > offload for tunneling pack

Re: [PATCH] sh_eth: Fix power down vs. is_opened flag ordering

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 16:08:12 +0100 you wrote: > sh_eth_close() does a synchronous power down of the device before > marking it closed. Revert the order, to make sure the device is never > marked opened while suspended. > > Whi

Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 05:55:22 +0900 you wrote: > From: Bongsu Jeon > > Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0 > but there is no parameters in NCI1.x. > > Signed-off-by: Bongsu Jeon > > [...]

Re: [PATCH net-next] net: tun: fix misspellings using codespell tool

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 03:15:39 -0800 you wrote: > From: Menglong Dong > > Some typos are found out by codespell tool: > > $ codespell -w -i 3 ./drivers/net/tun.c > aovid ==> avoid > > [...] Here is the summary with link

Re: [net-next 0/6] net: ethernet: ti: am65-cpsw-nuss: introduce support for am64x cpsw3g

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 21:28:47 +0200 you wrote: > Hi > > This series introduces basic support for recently introduced TI K3 AM642x SoC > [1] > which contains 3 port (2 external ports) CPSW3g module. The CPSW3g integrated >

Re: [PATCH] net: smsc911x: Make Runtime PM handling more fine-grained

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 16:08:57 +0100 you wrote: > Currently the smsc911x driver has mininal power management: during > driver probe, the device is powered up, and during driver remove, it is > powered down. > > Improve power

Re: [PATCH][next] selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 11:19:02 + you wrote: > From: Colin Ian King > > There are two spelling mistakes in check_fail messages. Fix them. > > Signed-off-by: Colin Ian King > --- > tools/testing/selftests/net/forwardin

Re: [PATCH] taprio: boolean values to a bool variable

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 16:31:02 +0800 you wrote: > Fix the following coccicheck warnings: > > ./net/sched/sch_taprio.c:393:3-16: WARNING: Assignment of 0/1 to bool > variable. > > ./net/sched/sch_taprio.c:375:2-15: WARNING:

Re: [PATCH net] tcp: do not mess with cloned skbs in tcp_add_backlog()

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 08:49:00 -0800 you wrote: > From: Eric Dumazet > > Heiner Kallweit reported that some skbs were sent with > the following invalid GSO properties : > - gso_size > 0 > - gso_type == 0 > > [...] Here is the

Re: [PATCH net] tcp: fix TCP socket rehash stats mis-accounting

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 11:26:19 -0800 you wrote: > The previous commit 32efcc06d2a1 ("tcp: export count for rehash attempts") > would mis-account rehashing SNMP and socket stats: > > a. During handshake of an active open, only c

Re: [PATCH net-next v4] bonding: add a vlan+srcmac tx hashing option

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 20:09:27 -0500 you wrote: > This comes from an end-user request, where they're running multiple VMs on > hosts with bonded interfaces connected to some interest switch topologies, > where 802.3ad isn't a

Re: [PATCH v4 0/3] Fix several use after free bugs

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 20 Jan 2021 20:41:34 +0900 you wrote: > This series fix three bugs which all have the same root cause. > > When calling netif_rx(skb) and its variants, the skb will eventually > get consumed (or freed) and thus it is u

Re: pull-request: can 2021-01-20

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 13:51:59 +0100 you wrote: > Hello Jakub, hello David, > > this is a pull request of 3 patches for net/master. > > All three patches are by Vincent Mailhol and fix a potential use after free > b

Re: [net 1/3] can: dev: can_restart: fix use after free bug

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 13:52:00 +0100 you wrote: > From: Vincent Mailhol > > After calling netif_rx_ni(skb), dereferencing skb is unsafe. > Especially, the can_frame cf which aliases skb memory is accessed > after the netif

Re: [PATCH net-next] net: dsa: Fix off by one in dsa_loop_port_vlan_add()

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 17:53:35 +0300 you wrote: > The > comparison is intended to be >= to prevent reading beyond the > end of the ps->vlans[] array. It doesn't affect run time though because > the ps->vlans[] array has VLAN

Re: [PATCH net-next v2 0/4] net: inline rollback_registered() functions

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 12:25:17 -0800 you wrote: > After recent changes to the error path of register_netdevice() > we no longer need a version of unregister_netdevice_many() which > does not set net_todo. We can inline the r

Re: [PATCH net-next v2 0/3] nexthop: More fine-grained policies for netlink message validation

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 16:44:09 +0100 you wrote: > There is currently one policy that covers all attributes for next hop > object management. Actual validation is then done in code, which makes it > unobvious which attributes

Re: [PATCH v2 net-next ] net/sched: cls_flower add CT_FLAGS_INVALID flag support

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 16:31:50 +0800 you wrote: > From: wenxu > > This patch add the TCA_FLOWER_KEY_CT_FLAGS_INVALID flag to > match the ct_state with invalid for conntrack. > > Signed-off-by: wenxu > > [...] Here is th

Re: [PATCH net-next] udp: not remove the CRC flag from dev features when need_csum is false

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 13:59:17 +0800 you wrote: > In __skb_udp_tunnel_segment(), when it's a SCTP over VxLAN/GENEVE > packet and need_csum is false, which means the outer udp checksum > doesn't need to be computed, csum_start

Re: [PATCH] net: stmmac: dwmac-meson8b: fix the RX delay validation

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 21:24:24 +0100 you wrote: > When has_prg_eth1_rgmii_rx_delay is true then we support RX delays > between 0ps and 3000ps in 200ps steps. Swap the validation of the RX > delay based on the has_prg_eth1_rgm

Re: [PATCHv3 net-next] ip_gre: remove CRC flag from dev features in gre_gso_segment

2021-01-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 12:44:11 +0800 you wrote: > This patch is to let it always do CRC checksum in sctp_gso_segment() > by removing CRC flag from the dev features in gre_gso_segment() for > SCTP over GRE, just as it does in

Re: pull request (net): ipsec 2021-01-21

2021-01-21 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 13:15:53 +0100 you wrote: > 1) Fix a rare panic on SMP systems when packet reordering >happens between anti replay check and update. >From Shmulik Ladkani. > > 2) Fix disable_xfrm sysctl when

Re: [PATCH net-next 0/2] Add devlink health reporters for NIX block

2021-01-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 15:31:18 +0530 you wrote: > Devlink health reporters are added for the NIX block. > > Address Jakub's comment to add devlink support for error reporting. > https://www.spinics.net/lists/netdev/msg67071

Re: [PATCH net-next v2 00/17] ucc_geth improvements

2021-01-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 16:07:45 +0100 you wrote: > This is a resend of some improvements to the ucc_geth driver that was > previously sent together with bug fixes, which have by now been > applied. > > Li Yang, if you don't

Re: [PATCH v2 net-next] cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constant

2021-01-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 08:27:14 +0100 you wrote: > The comment is quite weird, there is no such thing as a vendor-specific > VPD id. 0x82 is the value of PCI_VPD_LRDT_ID_STRING. So what we are > doing here is simply checking w

Re: [PATCH] cxgb4: Assign boolean values to a bool variable

2021-01-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 15:01:51 +0800 you wrote: > Fix the following coccicheck warnings: > > ./drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:5142:2-33: > WARNING: Assignment of 0/1 to bool variable. > > Reported-by: Abaci

  1   2   3   4   5   6   7   8   9   10   >