Re: [PATCH net] octeontx2-af: cn10k: fix an array overflow in is_lmac_valid()

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Mar 2021 14:21:54 +0300 you wrote: > The value of "lmac_id" can be controlled by the user and if it is larger > then the number of bits in long then it reads outside the bitmap. > The highest valid value is less than M

Re: [PATCH] ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning.

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Mar 2021 20:47:47 +0100 you wrote: > GCC 7.5 reports: > ../drivers/net/ethernet/ibm/ibmvnic.c: In function 'ibmvnic_reset_init': > ../drivers/net/ethernet/ibm/ibmvnic.c:5373:51: warning: 'old_num_tx_queues' > may be

Re: [PATCH net] docs: networking: drop special stable handling

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Mar 2021 18:46:43 -0800 you wrote: > Leave it to Greg. > > Signed-off-by: Jakub Kicinski > --- > Documentation/networking/netdev-FAQ.rst | 72 ++- > Documentation/process/stable-kernel-rules.r

Re: [PATCH net 1/1] net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 3 Mar 2021 20:38:40 +0530 you wrote: > From: Ong Boon Leong > > We introduce dwmac410_dma_init_channel() here for both EQoS v4.10 and > above which use different DMA_CH(n)_Interrupt_Enable bit definitions for > NIE an

Re: pull-request: wireless-drivers-2021-03-03

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Wed, 3 Mar 2021 17:26:32 + (UTC) you wrote: > Hi, > > here's a pull request to net tree, more info below. Please let me know if > there > are any problems. > > Kalle > > [...] Here is the summary with links:

Re: [PATCH net] Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 3 Mar 2021 16:39:47 +0800 you wrote: > This reverts commit 134f98bcf1b898fb9d6f2b91bc85dd2e5478b4b8. > > The r8153_mac_clk_spd() is used for RTL8153A only, because the register > table of RTL8153B is different from RTL8

Re: [PATCH net v2] net: l2tp: reduce log level of messages in receive path, add counter instead

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 3 Mar 2021 16:50:49 +0100 you wrote: > Commit 5ee759cda51b ("l2tp: use standard API for warning log messages") > changed a number of warnings about invalid packets in the receive path > so that they are always shown, in

Re: [PATCH v4] net: macb: Add default usrio config to default gem config

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 3 Mar 2021 11:55:49 -0800 you wrote: > There is no usrio config defined for default gem config leading to > a kernel panic devices that don't define a data. This issue can be > reprdouced with microchip polar fire soc w

Re: [PATCH] rtnetlink: using dev_base_seq from target net

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Mar 2021 18:16:07 +0800 you wrote: > Signed-off-by: zhang kai > --- > net/core/rtnetlink.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - rtnetlink: using dev_base_seq f

Re: [PATCH v2] net: 9p: advance iov on empty read

2021-03-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Mar 2021 17:19:32 +0800 you wrote: > I met below warning when cating a small size(about 80bytes) txt file > on 9pfs(msize=2097152 is passed to 9p mount option), the reason is we > miss iov_iter_advance() if the read co

Re: [Patch bpf-next] skmsg: add function doc for skb->_sk_redir

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 1 Mar 2021 10:48:05 -0800 you wrote: > From: Cong Wang > > This should fix the following warning: > > include/linux/skbuff.h:932: warning: Function parameter or member > '_sk_redir' not described in 'sk_buff' > >

Re: [PATCH] net: sctp: trivial: fix typo in comment

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 3 Mar 2021 21:55:49 -0800 you wrote: > Fix typo of 'overflow' for comment in sctp_tsnmap_check(). > > Reported-by: Gustavo A. R. Silva > Signed-off-by: Drew Fustini > --- > net/sctp/tsnmap.c | 2 +- > 1 file changed

Re: [PATCH net v2 0/2][pull request] Intel Wired LAN Driver Updates 2021-03-04

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 11:20:15 -0800 you wrote: > This series contains updates to ixgbe and ixgbevf drivers. > > Antony Antony adds a check to fail for non transport mode SA with > offload as this is not supported for ixgbe and

Re: [PATCH net 0/2] nexthop: Do not flush blackhole nexthops when loopback goes down

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 10:57:52 +0200 you wrote: > From: Ido Schimmel > > Patch #1 prevents blackhole nexthops from being flushed when the > loopback device goes down given that as far as user space is concerned, > these nexthop

Re: [PATCH net] net: mscc: ocelot: properly reject destination IP keys in VCAP IS1

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 12:29:43 +0200 you wrote: > From: Vladimir Oltean > > An attempt is made to warn the user about the fact that VCAP IS1 cannot > offload keys matching on destination IP (at least given the current half > key

Re: [PATCH net 1/2] net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPEED_10

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 12:56:53 +0200 you wrote: > From: Vladimir Oltean > > When using MLO_AN_PHY or MLO_AN_FIXED, the MII_BMCR of the SGMII PCS is > read before resetting the switch so it can be reprogrammed afterwards. > This

Re: [PATCH 1/1] net: usb: qmi_wwan: allow qmimux add/del with master up

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 14:15:13 +0100 you wrote: > There's no reason for preventing the creation and removal > of qmimux network interfaces when the underlying interface > is up. > > This makes qmi_wwan mux implementation more sim

Re: [PATCH net 0/9] mptcp: Fixes for v5.12

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 13:32:07 -0800 you wrote: > These patches from the MPTCP tree fix a few multipath TCP issues: > > > Patches 1 and 5 clear some stale pointers when subflows close. > > Patches 2, 4, and 9 plug some memory

Re: [PATCH] net: sched: avoid duplicates in classes dump

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 14:43:17 + you wrote: > This is a follow up of commit ea3274695353 ("net: sched: avoid > duplicates in qdisc dump") which has fixed the issue only for the qdisc > dump. > > The duplicate printing also occ

Re: [PATCH net] netdevsim: init u64 stats for 32bit hardware

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 10:30:09 -0800 you wrote: > From: Hillf Danton > > Init the u64 stats in order to avoid the lockdep prints on the 32bit > hardware like > > INFO: trying to register non-static key. > the code is fine but

Re: [PATCH net] ibmvnic: always store valid MAC address

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 17:18:28 +0100 you wrote: > The last change to ibmvnic_set_mac(), 8fc3672a8ad3, meant to prevent > users from setting an invalid MAC address on an ibmvnic interface > that has not been brought up yet. The chan

Re: [PATCH] cipso,calipso: resolve a number of problems with the DOI refcounts

2021-03-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 04 Mar 2021 16:29:51 -0500 you wrote: > The current CIPSO and CALIPSO refcounting scheme for the DOI > definitions is a bit flawed in that we: > > 1. Don't correctly match gets/puts in netlbl_cipsov4_list(). > 2. Decrem

Re: [PATCH/v5] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 4 Mar 2021 14:40:46 +0800 you wrote: > From: Xuesen Huang > > bpf_skb_adjust_room sets the inner_protocol as skb->protocol for packets > encapsulation. But that is not appropriate when pushing Ethernet header. > >

Re: [PATCH] sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 20:02:12 +0300 you wrote: > RXMAC_BC_FRM_CNT_COUNT added to mp->rx_bcasts twice in a row > in niu_xmac_interrupt(). Remove the second addition. > > Signed-off-by: Denis Efremov > --- > I don't know the code

Re: [PATCH] net: tehuti: fix error return code in bdx_probe()

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 18:06:48 -0800 you wrote: > When bdx_read_mac() fails, no error return code of bdx_probe() > is assigned. > To fix this bug, err is assigned with -EFAULT as error return code. > > Reported-by: TOTE Robot >

Re: [PATCH net 1/1] stmmac: intel: Fixes clock registration error seen for multiple interfaces

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 14:03:42 +0800 you wrote: > From: Wong Vee Khee > > Issue seen when enumerating multiple Intel mGbE interfaces in EHL. > > [6.898141] intel-eth-pci :00:1d.2: enabling device ( -> 0002) > [6

Re: [PATCH v1] ibmvnic: remove excessive irqsave

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 16:48:39 +0800 you wrote: > From: Junlin Yang > > ibmvnic_remove locks multiple spinlocks while disabling interrupts: > spin_lock_irqsave(&adapter->state_lock, flags); > spin_lock_irqsave(&adapter->rwi_lock

Re: [PATCH] net: intel: iavf: fix error return code of iavf_init_get_resources()

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 19:10:10 -0800 you wrote: > When iavf_process_config() fails, no error return code of > iavf_init_get_resources() is assigned. > To fix this bug, err is assigned with the return value of > iavf_process_config

Re: [PATCH net 1/1] net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMII

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 13:49:30 +0800 you wrote: > For Intel mGbE controller, MAC VLAN filter delete operation will time-out > if serdes power-down sequence happened first during driver remove() with > below message. > > [82294.76

Re: [PATCH net] r8169: fix r8168fp_adjust_ocp_cmd function

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 17:34:41 +0800 you wrote: > The (0xBAF7 & 0x00FFF000) << 6 should be (0xf70 << 18). > > Fixes: 561535b0f239 ("r8169: fix OCP access on RTL8117") > Signed-off-by: Hayes Wang > --- > drivers/net/ethernet/

Re: [PATCH] selftest/net/ipsec.c: Remove unneeded semicolon

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 09:33:06 + you wrote: > fix semicolon.cocci warning: > tools/testing/selftests/net/ipsec.c:1788:2-3: Unneeded semicolon > > Signed-off-by: Xu Wang > --- > tools/testing/selftests/net/ipsec.c | 2 +- >

Re: [PATCH] net/hamradio/6pack: remove redundant check in sp_encaps()

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 19:26:22 +0300 you wrote: > "len > sp->mtu" checked twice in a row in sp_encaps(). > Remove the second check. > > Signed-off-by: Denis Efremov > --- > drivers/net/hamradio/6pack.c | 5 - > 1 file chang

Re: [PATCHv2] gianfar: fix jumbo packets+napi+rx overrun crash

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Mar 2021 20:52:52 +0100 you wrote: > From: Michael Braun > > When using jumbo packets and overrunning rx queue with napi enabled, > the following sequence is observed in gfar_add_rx_frag: > >| lstatus

Re: [PATCH bpf] veth: store queue_mapping independently of XDP prog presence

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Wed, 3 Mar 2021 16:29:03 +0100 you wrote: > Currently, veth_xmit() would call the skb_record_rx_queue() only when > there is XDP program loaded on peer interface in native mode. > > If peer has XDP prog in generic mode, then n

Re: [PATCH net] ethernet: alx: fix order of calls on resume

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 14:17:29 -0800 you wrote: > netif_device_attach() will unpause the queues so we can't call > it before __alx_open(). This went undetected until > commit b0999223f224 ("alx: add ability to allocate and free >

Re: [PATCH net] lan743x: trim all 4 bytes of the FCS; not just 2

2021-03-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 16:24:45 -0600 you wrote: > Trim all 4 bytes of the received FCS; not just 2 of them. Leaving 2 > bytes of the FCS on the frame breaks DSA tailing tag drivers. > > Fixes: a8db76d40e4d ("lan743x: boost perfor

Re: [PATCH net 1/9] uapi: nfnetlink_cthelper.h: fix userspace compilation error

2021-03-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sat, 6 Mar 2021 13:12:15 +0100 you wrote: > From: "Dmitry V. Levin" > > Apparently, and > could not be included into the same > compilation unit because of a cut-and-paste typo in the former header. > > Fixes: 12f7a505

Re: [PATCH bpf-next v2 0/2] load-acquire/store-release barriers for AF_XDP rings

2021-03-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Fri, 5 Mar 2021 10:41:11 +0100 you wrote: > This two-patch series introduces load-acquire/store-release barriers > for the AF_XDP rings. > > For most contemporary architectures, this is more effective than a > SPSC ring

Re: [PATCH v2 bpf] libbpf: fix INSTALL flag order

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Mon, 8 Mar 2021 10:30:38 -0800 you wrote: > From: Georgi Valkov > > It was reported ([0]) that having optional -m flag between source and > destination arguments in install command breaks bpftools cross-build on MacOS. > Move

Re: [PATCH bpf-next] libbpf: fix INSTALL flag order

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Fri, 5 Mar 2021 17:41:26 -0800 you wrote: > It was reported ([0]) that having optional -m flag between source and > destination arguments in install command breaks bpftools cross-build on MacOS. > Move -m to the front to fix thi

Re: [PATCH net-next] net: usb: cdc_ncm: emit dev_err on error paths

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 6 Mar 2021 14:12:31 -0800 you wrote: > Several error paths in bind/probe code will only emit > output using dev_dbg. But if we are going to fail the > bind/probe, emit related output with "err" priority. > > Signed-off

Re: [PATCH net-next] net: usb: log errors to dmesg/syslog

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 6 Mar 2021 14:12:32 -0800 you wrote: > Errors in protocol should be logged when the driver aborts operations. > If the driver can carry on and "humor" the device, then emitting > the message as debug output level is fin

Re: [PATCH] net: wan: fix error return code of uhdlc_init()

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 01:12:56 -0800 you wrote: > When priv->rx_skbuff or priv->tx_skbuff is NULL, no error return code of > uhdlc_init() is assigned. > To fix this bug, ret is assigned with -ENOMEM in these cases. > > Reported-b

Re: [PATCH] net: dsa: bcm_sf2: simplify optional reset handling

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 5 Mar 2021 10:14:48 +0100 you wrote: > As of commit bb475230b8e5 ("reset: make optional functions really > optional"), the reset framework API calls use NULL pointers to describe > optional, non-present reset controls.

Re: [PATCH] net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 00:40:12 -0800 you wrote: > When hns_assemble_skb() returns NULL to skb, no error return code of > hns_nic_clear_all_rx_fetch() is assigned. > To fix this bug, ret is assigned with -ENOMEM in this case. > >

Re: [PATCH net 1/2] net: enetc: set MAC RX FIFO to recommended value

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 15:23:38 +0200 you wrote: > From: Alex Marginean > > On LS1028A, the MAC RX FIFO defaults to the value 2, which is too high > and may lead to RX lock-up under traffic at a rate higher than 6 Gbps. > Set it

Re: [PATCH 1/3] net: davicom: Fix regulator not turned off on failed probe

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 13:17:47 + you wrote: > When the probe fails or requests to be defered, we must disable the > regulator that was previously enabled. > > Fixes: 7994fe55a4a2 ("dm9000: Add regulator and reset support to

Re: [PATCH v2 net] net: dsa: fix switchdev objects on bridge master mistakenly being applied on ports

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 12:21:56 +0200 you wrote: > From: Vladimir Oltean > > Tobias reports that after the blamed patch, VLAN objects being added to > a bridge device are being added to all slave ports instead (swp2, swp3). > >

Re: [PATCH bpf V3 0/2] bpf: Updates for BPF-helper bpf_check_mtu

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (refs/heads/master): On Mon, 08 Mar 2021 15:59:13 +0100 you wrote: > The FIB lookup example[1] show how the IP-header field tot_len > (iph->tot_len) is used as input to perform the MTU check. The recently > added MTU check helper bpf_check_mtu() shoul

Re: [PATCH] net: bonding: fix error return code of bond_neigh_init()

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 19:11:02 -0800 you wrote: > When slave is NULL or slave_ops->ndo_neigh_setup is NULL, no error > return code of bond_neigh_init() is assigned. > To fix this bug, ret is assigned with -EINVAL in these cases. >

Re: [PATCH] net: qrtr: fix error return code of qrtr_sendmsg()

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 8 Mar 2021 01:13:55 -0800 you wrote: > When sock_alloc_send_skb() returns NULL to skb, no error return code of > qrtr_sendmsg() is assigned. > To fix this bug, rc is assigned with -ENOMEM in this case. > > Fixes: 194cc

Re: [PATCH net] mptcp: fix length of ADD_ADDR with port sub-option

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 8 Mar 2021 10:00:04 +0100 you wrote: > in current Linux, MPTCP peers advertising endpoints with port numbers use > a sub-option length that wrongly accounts for the trailing TCP NOP. Also, > receivers will only process

Re: [PATCH 0/3] fix a couple of atm->phy_data related issues

2021-03-08 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 22:25:27 -0500 you wrote: > there are two drivers(zatm and idt77252) using PRIV() (i.e. atm->phy_data) > to store private data, but the driver happens to populate wrong > pointers: atm->dev_data. which actua

Re: [PATCH net] net: lapbether: Remove netif_start_queue / netif_stop_queue

2021-03-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 7 Mar 2021 03:33:07 -0800 you wrote: > For the devices in this driver, the default qdisc is "noqueue", > because their "tx_queue_len" is 0. > > In function "__dev_queue_xmit" in "net/core/dev.c", devices with the > "no

Re: [PATCH net] net: dsa: xrs700x: check if partner is same as port in hsr join

2021-03-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 8 Mar 2021 17:38:22 -0600 you wrote: > Don't assign dp to partner if it's the same port that xrs700x_hsr_join > was called with. The partner port is supposed to be the other port in > the HSR/PRP redundant pair not the

Re: [PATCH net 0/4] s390/qeth: fixes 2021-03-09

2021-03-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 9 Mar 2021 17:52:17 +0100 you wrote: > Hi Dave & Jakub, > > please apply the following patch series to netdev's net tree. > > This brings one fix for a memleak in an error path of the setup code. > Also several fixes

Re: [PATCH net v3 0/2] net: prevent infinite loop caused by incorrect proto from virtio_net_hdr_set_proto

2021-03-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 9 Mar 2021 12:30:59 +0100 you wrote: > These patches prevent an infinite loop for gso packets with a protocol > from virtio net hdr that doesn't match the protocol in the packet. > Note that packets coming from a devic

Re: [PATCH bpf-next v6 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()

2021-03-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 8 Mar 2021 12:29:05 +0100 you wrote: > Hi XDP-folks, > > This two patch series contain two optimizations for the > bpf_redirect_map() helper and the xdp_do_redirect() function. > > The bpf_redirect_map() optimizati

Re: [PATCH net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed

2021-03-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 9 Mar 2021 11:22:14 +0800 you wrote: > When fixing the bpf test_tunnel.sh genve failure. I only fixed > the IPv4 part but forgot the IPv6 issue. Similar with the IPv4 > fixes 557c223b643a ("selftests/bpf: No need t

Re: [PATCH net 0/2] Fix ip6ip6 crash for collect_md skbs

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 01:38:08 +0100 you wrote: > Fix a NULL pointer deref panic I ran into for regular ip6ip6 tunnel devices > when collect_md populated skbs were redirected to them for xmit. See patches > for further details, t

Re: [PATCH net v2] ipv6: fix suspecious RCU usage warning

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 9 Mar 2021 18:20:35 -0800 you wrote: > Syzbot reported the suspecious RCU usage in nexthop_fib6_nh() when > called from ipv6_route_seq_show(). The reason is ipv6_route_seq_start() > calls rcu_read_lock_bh(), while nexth

Re: [PATCH net-next] net: broadcom: bcm4908_enet: read MAC from OF

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 09:48:13 +0100 you wrote: > From: Rafał Miłecki > > BCM4908 devices have MAC address accessible using NVMEM so it's needed > to use OF helper for reading it. > > Signed-off-by: Rafał Miłecki > > [..

Re: [PATCH] isdn: mISDN: remove unneeded variable 'ret'

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 16:53:04 +0800 you wrote: > Fix the following coccicheck warning: > ./drivers/isdn/mISDN/dsp_core.c:956:6-9: Unneeded variable: "err". > Return "0" on line 1001 > > Reported-by: Abaci Robot > Signed-of

Re: [PATCH net-next] net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 16:50:44 +0200 you wrote: > As explained in commit 29d98f54a4fe ("net: enetc: allow hardware > timestamping on TX queues with tc-etf enabled"), hardware TX > timestamping requires an skb with skb->tstamp

Re: [PATCH net-next] sched: act_sample: Implement stats_update callback

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 12:33:20 +0200 you wrote: > From: Ido Schimmel > > Implement this callback in order to get the offloaded stats added to the > kernel stats. > > Signed-off-by: Ido Schimmel > Reviewed-by: Petr Machata

Re: [PATCH net-next] skbuff: remove some unnecessary operation in skb_segment_list()

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 16:28:58 +0800 you wrote: > From: Yunsheng Lin > > gro list uses skb_shinfo(skb)->frag_list to link two skb together, > and NAPI_GRO_CB(p)->last->next is used when there are more skb, > see skb_gro_rec

Re: [PATCH] net: ipv6: route.c:fix indentation

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 02:03:14 +0530 you wrote: > The series of space has been replaced by tab space > wherever required. > > Signed-off-by: Shubhankar Kuranagatti > --- > net/ipv6/route.c | 26 +- >

Re: [PATCH] net: ethernet: chelsiofix: spelling typo of 'rewriteing'

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 11:06:46 +0800 you wrote: > rewriteing -> rewriting > > Signed-off-by: Wang Qing > --- > drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here

Re: [PATCH] drivers: isdn: mISDN: fix spelling typo of 'wheter'

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 11:06:03 +0800 you wrote: > wheter -> whether > > Signed-off-by: Wang Qing > --- > drivers/isdn/mISDN/l1oip_core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with lin

Re: [PATCH v4 RESEND net-next] net: socket: use BIT() for MSG_*

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 9 Mar 2021 17:51:35 -0800 you wrote: > From: Menglong Dong > > The bit mask for MSG_* seems a little confused here. Replace it > with BIT() to make it clear to understand. > > Signed-off-by: Menglong Dong > >

Re: [PATCH] net/rds: Drop duplicate sin and sin6 assignments

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 11:23:43 +0800 you wrote: > There is no need to assign the msg->msg_name to sin or sin6, > because there is DECLARE_SOCKADDR statement. > > Signed-off-by: Yejune Deng > --- > net/rds/recv.c | 4 >

Re: [PATCH net-next 0/6] mlxsw: Misc updates

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 13:02:14 +0200 you wrote: > From: Ido Schimmel > > This patch set contains miscellaneous updates for mlxsw. > > Patches #1-#2 reword an extack message to make it clearer and fix a > comment. > > [..

Re: [PATCH net-next 00/12] Refactoring/cleanup for NXP ENETC

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 14:03:39 +0200 you wrote: > This series performs the following: > - makes the API for Control Buffer Descriptor Rings in enetc_cbdr.c a > bit more tightly knit. > - moves more logic into enetc_rxbd_ne

Re: [PATCH] selftests/bpf: fix warning comparing pointer to 0

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 10 Mar 2021 14:22:46 +0800 you wrote: > Fix the following coccicheck warning: > > ./tools/testing/selftests/bpf/progs/test_global_func10.c:17:12-13: > WARNING comparing pointer to 0. > > Reported-by: Abaci Robot > S

Re: [PATCH] bpf: fix warning comparing pointer to 0

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 10 Mar 2021 15:18:34 +0800 you wrote: > Fix the following coccicheck warning: > > ./tools/testing/selftests/bpf/progs/fentry_test.c:67:12-13: WARNING > comparing pointer to 0. > > Reported-by: Abaci Robot > Signed-o

Re: [PATCH net-next 00/15] dpaa2-switch: CPU terminated traffic and move out of staging

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 14:14:37 +0200 you wrote: > From: Ioana Ciornei > > This patch set adds support for Rx/Tx capabilities on DPAA2 switch port > interfaces as well as fixing up some major blunders in how we take care >

Re: [PATCH] net: dsa: bcm_sf2: use 2 Gbps IMP port link on BCM4908

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 13:51:59 +0100 you wrote: > From: Rafał Miłecki > > BCM4908 uses 2 Gbps link between switch and the Ethernet interface. > Without this BCM4908 devices were able to achieve only 2 x ~895 Mb/s. > This allows

Re: [PATCH net] drop_monitor: Perform cleanup upon probe registration failure

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 12:28:01 +0200 you wrote: > From: Ido Schimmel > > In the rare case that drop_monitor fails to register its probe on the > 'napi_poll' tracepoint, it will not deactivate its hysteresis timer as > part of th

Re: [net 01/18] net/mlx5e: Enforce minimum value check for ICOSQ size

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 11:03:25 -0800 you wrote: > From: Tariq Toukan > > The ICOSQ size should not go below MLX5E_PARAMS_MINIMUM_LOG_SQ_SIZE. > Enforce this where it's missing. > > Signed-off-by: Tariq Toukan > Reviewed-by: M

Re: [PATCH] net: ipv4: route.c: fix space before tab

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 02:43:43 +0530 you wrote: > The extra space before tab space has been removed. > > Signed-off-by: Shubhankar Kuranagatti > --- > net/ipv4/route.c | 10 +- > 1 file changed, 5 insertions(+), 5

Re: [PATCH] net: pxa168_eth: Fix a potential data race in pxa168_eth_remove

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 11:10:46 +0300 you wrote: > pxa168_eth_remove() firstly calls unregister_netdev(), > then cancels a timeout work. unregister_netdev() shuts down a device > interface and removes it from the kernel tables. If

Re: [PATCH net] macvlan: macvlan_count_rx() needs to be aware of preemption

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 01:56:36 -0800 you wrote: > From: Eric Dumazet > > macvlan_count_rx() can be called from process context, it is thus > necessary to disable preemption before calling u64_stats_update_begin() > > syzbot was

Re: [PATCH net-next 0/6] ionic Rx updates

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 11:26:25 -0800 you wrote: > The ionic driver's Rx path is due for an overhaul in order to > better use memory buffers and to clean up the data structures. > > The first two patches convert the driver t

Re: [PATCH net] net: sched: validate stab values

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 08:26:41 -0800 you wrote: > From: Eric Dumazet > > iproute2 package is well behaved, but malicious user space can > provide illegal shift values and trigger UBSAN reports. > > Add stab parameter to red_che

Re: [PATCH net] net: dsa: b53: VLAN filtering is global to all users

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 10:46:10 -0800 you wrote: > The bcm_sf2 driver uses the b53 driver as a library but does not make > usre of the b53_setup() function, this made it fail to inherit the > vlan_filtering_is_global attribute. Fix

Re: [PATCH net-next] net: dsa: b53: Add debug prints in b53_vlan_enable()

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 10:52:26 -0800 you wrote: > Having dynamic debug prints in b53_vlan_enable() has been helpful to > uncover a recent but update the function to indicate the port being > configured (or -1 for initial setu

Re: [PATCH net-next] net: phy: Expose phydev::dev_flags through sysfs

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 14:12:43 -0800 you wrote: > phydev::dev_flags contains a bitmask of configuration bits requested by > the consumer of a PHY device (Ethernet MAC or switch) towards the PHY > driver. Since these flags are

Re: [PATCH v2] netdevsim: fib: Remove redundant code

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 15:11:01 +0800 you wrote: > Fix the following coccicheck warnings: > > ./drivers/net/netdevsim/fib.c:874:5-8: Unneeded variable: "err". Return > "0" on line 889. > > Reported-by: Abaci Robot > Signed-

Re: [PATCH net-next v2] net: sock: simplify tw proto registration

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 11 Mar 2021 10:57:36 +0800 you wrote: > From: Tonghao Zhang > > Introduce the new function tw_prot_init (inspired by > req_prot_init) to simplify "proto_register" function. > > tw_prot_cleanup will take care of a part

Re: [PATCH net-next 0/2] net: hns3: two updates for -next

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 10:14:10 +0800 you wrote: > This series includes two updates for the HNS3 ethernet driver. > > Yufeng Mo (2): > net: hns3: use FEC capability queried from firmware > net: hns3: use pause capability

Re: [net-next 01/15] net/mlx5: Don't skip vport check

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 14:37:09 -0800 you wrote: > From: Saeed Mahameed > > Users of mlx5_eswitch_get_vport() are required to check return value > prior to passing mlx5_vport further. Fix all the places to do not skip > tha

Re: [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2021-03-11

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 11 Mar 2021 10:09:09 -0800 you wrote: > This series contains updates to igc and e1000e drivers. > > Sasha adds locking to reset task to prevent race condition for igc. > > Muhammad fixes reporting of supported pause f

Re: [PATCH net-next v2 00/14] nexthop: Resilient next-hop groups

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 19:03:11 +0100 you wrote: > At this moment, there is only one type of next-hop group: an mpath group. > Mpath groups implement the hash-threshold algorithm, described in RFC > 2992[1]. > > To select a

Re: [PATCH net-next 0/2] SRv6: SRH processing improvements

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 16:53:17 +0100 you wrote: > Add support for IPv4 decapsulation in ipv6_srh_rcv() and > ignore routing header with segments left equal to 0 for > seg6local actions that doesn't perfom decapsulation. > >

Re: [PATCH net-next 0/6] mlxsw: Implement sampling using mirroring

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 14:24:10 +0200 you wrote: > From: Ido Schimmel > > So far, sampling was implemented using a dedicated sampling mechanism > that is available on all Spectrum ASICs. Spectrum-2 and later ASICs > support

Re: [net-next 1/2] tipc: convert dest node's address to network order

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Mar 2021 10:33:22 +0700 you wrote: > From: Hoang Le > > (struct tipc_link_info)->dest is in network order (__be32), so we must > convert the value to network order before assigning. The problem detected > by s

Re: [PATCH] mISDN: fix crash in fritzpci

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 23:27:35 -0500 you wrote: > setup_fritz() in avmfritz.c might fail with -EIO and in this case the > isac.type and isac.write_reg is not initialized and remains 0(NULL). > A subsequent call to isac_release() w

Re: [PATCH] net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 20:01:40 -0800 you wrote: > In qlcnic_83xx_get_minidump_template, fw_dump->tmpl_hdr was freed by > vfree(). But unfortunately, it is used when extended is true. > > Fixes: 7061b2bdd620e ("qlogic: Deletion of

Re: [PATCH net v2] net: phy: broadcom: Add power down exit reset state delay

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 10 Mar 2021 20:53:42 -0800 you wrote: > Per the datasheet, when we clear the power down bit, the PHY remains in > an internal reset state for 40us and then resume normal operation. > Account for that delay to avoid any i

Re: [PATCH] isdn: remove extra spaces in the header file

2021-03-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 23:27:55 -0500 you wrote: > fix some coding style issues in the isdn header > > Signed-off-by: Tong Zhang > --- > drivers/isdn/hardware/mISDN/iohelper.h | 14 +++--- > 1 file changed, 7 insert

<    7   8   9   10   11   12   13   14   15   16   >