Re: [PATCH net] net: ipa: terminate message handler arrays

2021-03-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 12 Mar 2021 09:12:48 -0600 you wrote: > When a QMI handle is initialized, an array of message handler > structures is provided, defining how any received message should > be handled based on its type and message ID. The

Re: [PATCH] drivers: net: vxlan.c: Fix declaration issue

2021-03-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 13 Mar 2021 14:06:49 +0530 you wrote: > Added a blank line after structure declaration. > This is done to maintain code uniformity. > > Signed-off-by: Sanjana Srinidhi > --- > drivers/net/vxlan.c | 1 + > 1 file

Re: [PATCH] net: ethernet: marvell: Fixed typo in the file sky2.c

2021-03-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 13 Mar 2021 11:15:36 +0530 you wrote: > s/calclation/calculation/ > > Signed-off-by: Bhaskar Chowdhury > --- > drivers/net/ethernet/marvell/sky2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > [...

Re: [PATCH net-next] net: stmmac: Set FIFO sizes for ipq806x

2021-03-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 13 Mar 2021 13:18:26 + you wrote: > Commit eaf4fac47807 ("net: stmmac: Do not accept invalid MTU values") > started using the TX FIFO size to verify what counts as a valid MTU > request for the stmmac driver. T

Re: [PATCH] devlink: fix typo in documentation

2021-03-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 13 Mar 2021 01:04:13 +0100 you wrote: > This commit fixes three spelling typos in devlink-dpipe.rst and > devlink-port.rst. > > Signed-off-by: Eva Dengler > --- > Documentation/networking/devlink/devlink-dpipe.rst | 2

Re: [PATCH] net: arcnet: com20020 fix error handling

2021-03-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 14 Mar 2021 14:08:36 -0400 you wrote: > There are two issues when handling error case in com20020pci_probe() > > 1. priv might be not initialized yet when calling com20020pci_remove() > from com20020pci_probe(), since t

Re: [PATCH net-next] hv_netvsc: Add a comment clarifying batching logic

2021-03-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 12 Mar 2021 15:45:27 -0800 you wrote: > From: Shachar Raindel > > The batching logic in netvsc_send is non-trivial, due to > a combination of the Linux API and the underlying hypervisor > interface. Add a comment

Re: [PATCH net] flow_dissector: fix byteorder of dissected ICMP ID

2021-03-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 12 Mar 2021 20:08:57 + you wrote: > flow_dissector_key_icmp::id is of type u16 (CPU byteorder), > ICMP header has its ID field in network byteorder obviously. > Sparse says: > > net/core/flow_dissector.c:178:43: war

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] 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: [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: 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/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] 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 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: 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 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] 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: 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: 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] 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 V2 net] net: phy: fix save wrong speed and duplex problem if autoneg is on

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 27 Feb 2021 11:05:58 +0800 you wrote: > From: Guangbin Huang > > If phy uses generic driver and autoneg is on, enter command > "ethtool -s eth0 speed 50" will not change phy speed actually, but > command "ethtool eth0"

Re: [PATCH] atm: eni: dont release is never initialized

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 27 Feb 2021 16:15:06 -0500 you wrote: > label err_eni_release is reachable when eni_start() fail. > In eni_start() it calls dev->phy->start() in the last step, if start() > fail we don't need to call phy->stop(), if star

Re: [PATCH] atm: lanai: dont run lanai_dev_close if not open

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 27 Feb 2021 22:55:50 -0500 you wrote: > lanai_dev_open() can fail. When it fail, lanai->base is unmapped and the > pci device is disabled. The caller, lanai_init_one(), then tries to run > atm_dev_deregister(). This will

Re: [PATCH v4] net/qrtr: fix __netdev_alloc_skb call

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Mar 2021 02:22:40 +0300 you wrote: > syzbot found WARNING in __alloc_pages_nodemask()[1] when order >= MAX_ORDER. > It was caused by a huge length value passed from userspace to > qrtr_tun_write_iter(), > which tries

Re: [PATCH] inetpeer: use div64_ul() and clamp_val() calculate inet_peer_threshold

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Mar 2021 14:05:48 +0800 you wrote: > In inet_initpeers(), struct inet_peer on IA32 uses 128 bytes in nowdays. > Get rid of the cascade and use div64_ul() and clamp_val() calculate that > will not need to be adjusted i

Re: [PATCH] docs: networking: bonding.rst Fix a typo in bonding.rst

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Mar 2021 21:28:23 +0900 you wrote: > This patch fixes a spelling typo in bonding.rst. > > Signed-off-by: Masanari Iida > --- > Documentation/networking/bonding.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

Re: [PATCH net] net: dsa: tag_mtk: fix 802.1ad VLAN egress

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Mar 2021 00:01:59 +0800 you wrote: > A different TPID bit is used for 802.1ad VLAN frames. > > Reported-by: Ilario Gelmetti > Fixes: f0af34317f4b ("net: dsa: mediatek: combine MediaTek tag with VLAN tag") > Signed-o

Re: [PATCH net] hv_netvsc: Fix validation in netvsc_linkstatus_callback()

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Mar 2021 19:25:30 +0100 you wrote: > Contrary to the RNDIS protocol specification, certain (pre-Fe) > implementations of Hyper-V's vSwitch did not account for the status > buffer field in the length of an RNDIS packet

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: 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: 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-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 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] 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 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-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] 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

Re: [PATCH] net: macb: ignore tx_clk if MII is used

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 20:43:03 +0100 you wrote: > If the MII interface is used, the PHY is the clock master, thus don't > set the clock rate. On Zynq-7000, this will prevent the following > warning: > macb e000b000.ethernet

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 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 net 1/1] net: stmmac: set TxQ mode back to DCB after disabling CBS

2021-02-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 4 Feb 2021 22:03:16 +0800 you wrote: > From: Mohammad Athari Bin Ismail > > When disable CBS, mode_to_use parameter is not updated even the operation > mode of Tx Queue is changed to Data Centre Bridging (DCB). Theref

Re: [PATCH] dpaa2-eth: Simplify the calculation of variables

2021-02-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 2 Feb 2021 18:02:37 +0800 you wrote: > Fix the following coccicheck warnings: > > ./drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c:1651:36-38: WARNING > !A || A && B is equivalent to !A || B. > > Reported-by: A

Re: [PATCH net-next] dccp: Return the correct errno code

2021-02-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 4 Feb 2021 15:28:20 +0800 you wrote: > When kalloc or kmemdup failed, should return ENOMEM rather than ENOBUF. > > Signed-off-by: Zheng Yongjun > --- > net/dccp/feat.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH net-next] net: sched: Return the correct errno code

2021-02-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 4 Feb 2021 15:39:50 +0800 you wrote: > When kalloc or kmemdup failed, should return ENOMEM rather than ENOBUF. > > Signed-off-by: Zheng Yongjun > --- > net/sched/em_nbyte.c | 2 +- > 1 file changed, 1 insertion(+

Re: [PATCH] net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())

2021-02-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 4 Feb 2021 07:05:49 + you wrote: > Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)). > > net/bridge/br_multicast.c:1246:9-16: WARNING: ERR_CAST can be used with mp > Generated by: scripts/coccine

Re: [PATCH] net: dwc-xlgmac: Fix spelling mistake in function name

2021-02-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 4 Feb 2021 09:49:44 + you wrote: > From: Colin Ian King > > There is a spelling mistake in the function name alloc_channles_and_rings. > Fix this by renaming it to alloc_channels_and_rings. > > Signed-off-by

Re: [PATCH] net: wan: farsync: use new tasklet API

2021-02-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 4 Feb 2021 18:39:47 +0100 you wrote: > This converts the driver to use the new tasklet API introduced in > commit 12cc923f1ccc ("tasklet: Introduce new initialization API") > > The new API changes the argument pas

Re: [PATCH] bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERR

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 10:39:41 +0800 you wrote: > coccicheck suggested using PTR_ERR_OR_ZERO() and looking at the code. > > Fix the following coccicheck warnings: > > ./net/bridge/br_multicast.c:1295:7-13: WARNING: PTR_ERR_

Re: [PATCH] nfc: fix typo

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 16:25:50 +0800 you wrote: > From: wengjianfeng > > change 'regster' to 'register' > > Signed-off-by: wengjianfeng > --- > drivers/nfc/trf7970a.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

Re: [PATCH net-next v2 0/2] dsa: add MT7530 GPIO support

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 12:43:20 +0800 you wrote: > MT7530's LED controller can be used as GPIO controller. Add support for > it. > > DENG Qingfang (2): > dt-bindings: net: dsa: add MT7530 GPIO controller binding > net: d

Re: [PATCH v2] bpf: Drop disabled LSM hooks from the sleepable set

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Mon, 25 Jan 2021 08:39:36 +0200 you wrote: > Some networking and keys LSM hooks are conditionally enabled > and when building the new sleepable BPF LSM hooks with those > LSM hooks disabled, the following build error occurs: >

Re: [PATCH] usbnet: fix the indentation of one code snippet

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 13:11:02 +0800 you wrote: > Every line of code should start with tab (8 characters) > > Signed-off-by: Dongliang Mu > --- > drivers/net/usb/usbnet.c | 12 ++-- > 1 file changed, 6 insertions(+

Re: [PATCH] [net-next] bonding: add TLS dependency

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 12:31:59 +0100 you wrote: > From: Arnd Bergmann > > When TLS is a module, the built-in bonding driver may cause a > link error: > > x86_64-linux-ld: drivers/net/bonding/bond_main.o: in function > `bo

Re: [PATCH net v6] net: lapb: Add locking to the lapb module

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 25 Jan 2021 20:09:39 -0800 you wrote: > In the lapb module, the timers may run concurrently with other code in > this module, and there is currently no locking to prevent the code from > racing on "struct lapb_cb". This

Re: [PATCH 0/2] net: usbnet: convert to new tasklet API

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 18:32:19 +0100 you wrote: > From: Emil Renner Berthing > > This converts the usbnet driver to use the new tasklet API introduced in > commit 12cc923f1ccc ("tasklet: Introduce new initialization API")

Re: [PATCH] ibmvnic: fix: NULL pointer dereference.

2021-01-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 30 Dec 2020 15:23:14 +0800 you wrote: > The error is due to dereference a null pointer in function > reset_one_sub_crq_queue(): > > if (!scrq) { > netdev_dbg(adapter->netdev, >"Invalid scrq reset. ir

Re: [PATCH net] net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_event

2021-01-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 31 Dec 2020 09:43:31 -0800 you wrote: > In lapb_device_event, lapb_devtostruct is called to get a reference to > an object of "struct lapb_cb". lapb_devtostruct increases the refcount > of the object and returns a pointe

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] 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] 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-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 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] 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 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] bpf: put file handler if no storage found

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Wed, 20 Jan 2021 18:08:56 -0800 you wrote: > Put file f if inode_storage_ptr() returns NULL. > > Fixes: 8ea636848aca ("bpf: Implement bpf_local_storage for inodes") > Acked-by: KP Singh > Signed-off-by: Pan Bian > --- > kern

Re: [PATCH bpf-next v4] samples/bpf: Update build procedure for manually compiling LLVM and Clang

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Fri, 22 Jan 2021 09:39:44 +0800 you wrote: > The current LLVM and Clang build procedure in samples/bpf/README.rst is > out of date. See below that the links are not accessible any more. > > $ git clone http://llvm.org/git/

Re: [PATCH v3 net-next 0/4] net: ipa: remove a build dependency

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 15:26:02 -0600 you wrote: > (David/Jakub, please take these all through net-next if they are > acceptable to you, once Rob has acked the binding. Rob, please ack > if the binding looks OK to you.) > >

Re: [PATCH] net: stmmac: dwmac-intel-plat: remove config data on error

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 20 Jan 2021 03:07:44 -0800 you wrote: > Remove the config data when rate setting fails. > > Fixes: 9efc9b2b04c7 ("net: stmmac: Add dwmac-intel-plat for GBE driver") > Signed-off-by: Pan Bian > --- > drivers/net/ethern

Re: [PATCH net-next] sfc: reduce the number of requested xdp ev queues

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 13:27:59 -0800 you wrote: > Without this change the driver tries to allocate too many queues, > breaching the number of available msi-x interrupts on machines > with many logical cpus and default adapter

Re: [PATCH] net: fec: put child node on error path

2021-01-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 20 Jan 2021 04:20:37 -0800 you wrote: > Also decrement the reference count of child device on error path. > > Fixes: 3e782985cb3c ("net: ethernet: fec: Allow configuration of MDIO bus > speed") > Signed-off-by: Pan Bia

Re: [PATCH net-next v2 0/5] net: ipa: NAPI poll updates

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 21 Jan 2021 05:48:16 -0600 you wrote: > Version 1 of this series inadvertently dropped the "static" that > limits the scope of gsi_channel_update(). Version 2 fixes this > (in patch 3). > > While reviewing the IP

Re: [PATCH] net: dsa: bcm_sf2: put device node before return

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 04:33:43 -0800 you wrote: > Put the device node dn before return error code on failure path. > > Fixes: 461cd1b03e32 ("net: dsa: bcm_sf2: Register our slave MDIO bus") > Signed-off-by: Pan Bian > --- > dri

Re: [PATCH] chtls: Fix potential resource leak

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 06:57:38 -0800 you wrote: > The dst entry should be released if no neighbour is found. Goto label > free_dst to fix the issue. Besides, the check of ndev against NULL is > redundant. > > Signed-off-by: Pan B

Re: [PATCH] NFC: fix possible resource leak

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 07:37:45 -0800 you wrote: > Put the device to avoid resource leak on path that the polling flag is > invalid. > > Fixes: a831b9132065 ("NFC: Do not return EBUSY when stopping a poll that's > already stopped

Re: [PATCH] NFC: fix resource leak when target index is invalid

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 07:27:48 -0800 you wrote: > Goto to the label put_dev instead of the label error to fix potential > resource leak on path that the target index is invalid. > > Fixes: c4fbb6515a4d ("NFC: The core part should

Re: [PATCH] doc: networking: ip-sysctl: Document conf/all/disable_ipv6 and conf/default/disable_ipv6

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 16:02:44 +0100 you wrote: > This patch adds documentation for sysctl conf/all/disable_ipv6 and > conf/default/disable_ipv6 settings which is currently missing. > > Signed-off-by: Pali Rohár > --- > Documen

Re: [PATCH v4 net-next 0/2] udp: allow forwarding of plain (non-fraglisted) UDP GRO packets

2021-01-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 22 Jan 2021 18:19:36 + you wrote: > This series allows to form UDP GRO packets in cases without sockets > (for forwarding). To not change the current datapath, this is > performed only when the new correspondin

Re: [PATCH bpf-next v2] samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings

2021-01-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 25 Jan 2021 13:05:46 +0800 you wrote: > There exists many build warnings when make M=samples/bpf on the Loongson > platform, this issue is MIPS related, x86 compiles just fine. > > Here are some warnings: > > CC s

Re: [PATCH v4 net-next 1/1] Allow user to set metric on default route learned via Router Advertisement.

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 13:44:30 -0800 you wrote: > For IPv4, default route is learned via DHCPv4 and user is allowed to change > metric using config etc/network/interfaces. But for IPv6, default route can > be learned via RA,

Re: [PATCH bpf-next] bpf: change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 26 Jan 2021 18:25:07 -0800 you wrote: > From: Menglong Dong > > This 'BPF_ADD' is duplicated, and I belive it should be 'BPF_AND'. > > Fixes: 981f94c3e921 ("bpf: Add bitwise atomic instructions") > Signed-off-by: Me

Re: [PATCH 1/4] net: move CONFIG_NET guard to top Makefile

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 08:16:55 +0900 you wrote: > When CONFIG_NET is disabled, nothing under the net/ directory is > compiled. Move the CONFIG_NET guard to the top Makefile so the net/ > directory is entirely skipped. > > W

Re: [PATCH] net: sysctl: remove redundant #ifdef CONFIG_NET

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 08:14:21 +0900 you wrote: > CONFIG_NET is a bool option, and this file is compiled only when > CONFIG_NET=y. > > Remove #ifdef CONFIG_NET, which we know it is always met. > > Signed-off-by: Masahiro Ya

Re: [PATCH] rocker: Simplify the calculation of variables

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 16:13:03 +0800 you wrote: > Fix the following coccicheck warnings: > > ./drivers/net/ethernet/rocker/rocker_ofdpa.c:926:34-36: WARNING !A || A > && B is equivalent to !A || B. > > Reported-by: Abaci Ro

Re: [PATCH V2 0/1] net: dsa: rtl8366rb: change type of jam tables

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 02:06:31 +0100 you wrote: > I was trying to see if there were some Intel 8051 instructions in the > jam tables with Linus Walleij, when I noticed some oddities. > This patch's aim is to make the code mor

Re: [GIT PULL] Networking for 5.11-rc3

2021-01-05 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Mon, 4 Jan 2021 16:32:32 -0800 you wrote: > The following changes since commit d64c6f96ba86bd8b97ed8d6762a8c8cc1770d214: > > Merge tag 'net-5.11-rc1' of > git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (

Re: [PATCH] selftests: fix the return value for UDP GRO test

2021-01-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 5 Jan 2021 18:17:40 +0800 you wrote: > The udpgro.sh will always return 0 (unless the bpf selftest was not > build first) even if there are some failed sub test-cases. > > Therefore the kselftest framework will report

Re: [PATCH bpf] bpftool: fix compilation failure for net.o with older glibc

2021-01-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Wed, 6 Jan 2021 15:59:06 + you wrote: > For older glibc ~2.17, #include'ing both linux/if.h and net/if.h > fails due to complaints about redefinition of interface flags: > > CC net.o > In file included from net.c:1

Re: [PATCH] ptp: ptp_ines: prevent build when HAS_IOMEM is not set

2021-01-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 5 Jan 2021 20:25:31 -0800 you wrote: > ptp_ines.c uses devm_platform_ioremap_resource(), which is only > built/available when CONFIG_HAS_IOMEM is enabled. > CONFIG_HAS_IOMEM is not enabled for arch/s390/, so builds on S

Re: [PATCH] net: dsa: fix led_classdev build errors

2021-01-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 5 Jan 2021 18:18:15 -0800 you wrote: > Fix build errors when LEDS_CLASS=m and NET_DSA_HIRSCHMANN_HELLCREEK=y. > This limits the latter to =m when LEDS_CLASS=m. > > microblaze-linux-ld: drivers/net/dsa/hirschmann/hellcr

Re: [PATCH v4] lan743x: fix for potential NULL pointer dereference with bare card

2020-12-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Tue, 15 Dec 2020 19:12:45 +0300 you wrote: > This is the 4th revision of the patch fix for potential null pointer > dereference > with lan743x card. > > The simpliest way to reproduce: boot with bare lan743x and issue "ethtool

Re: [PATCH v2] net: dsa: qca: ar9331: fix sleeping function called from invalid context bug

2020-12-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 11 Dec 2020 12:03:17 +0100 you wrote: > With lockdep enabled, we will get following warning: > > ar9331_switch ethernet.1:10 lan0 (uninitialized): PHY > [!ahb!ethernet@1a00!mdio!switch@10:00] driver [Qualcomm Athe

Re: [PATCH net] ethtool: fix string set id check

2020-12-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 14 Dec 2020 14:25:01 +0100 (CET) you wrote: > Syzbot reported a shift of a u32 by more than 31 in strset_parse_request() > which is undefined behavior. This is caused by range check of string set id > using variable ret

<    1   2   3   4   5   6   7   8   9   >