Re: pull-request: wireless-drivers-2021-01-26

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 09:22:02 + (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] staging: rtl8723bs: fix wireless regulatory API misuse

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 11:54:09 +0100 you wrote: > From: Johannes Berg > > This code ends up calling wiphy_apply_custom_regulatory(), for which > we document that it should be called before wiphy_register(). This > driver doesn't

Re: [PATCH net-next] net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentation

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:20:40 +0200 you wrote: > From: Nikolay Aleksandrov > > Fix the messed up indentation in br_multicast_eht_set_entry_lookup(). > > Fixes: baa74d39ca39 ("net: bridge: multicast: add EHT source set han

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 bpf-next] skmsg: make sk_psock_destroy() static

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 27 Jan 2021 14:15:01 -0800 you wrote: > From: Cong Wang > > sk_psock_destroy() is a RCU callback, I can't see any reason why > it could be used outside. > > Cc: John Fastabend > Cc: Daniel Borkmann > Cc: Jakub Sit

Re: [PATCH v2 net] net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 25 Jan 2021 13:41:16 +0100 you wrote: > It's not true that switchdev_port_obj_notify() only inspects the > ->handled field of "struct switchdev_notifier_port_obj_info" if > call_switchdev_blocking_notifiers() returns 0 -

Re: [PATCH] pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()

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 20:42:29 +0800 you wrote: > From: Di Zhu > > pktgen create threads for all online cpus and bond these threads to > relevant cpu repecivtily. when this thread firstly be woken up, it > will compare cpu

Re: [PATCH net-next 0/5] MPTCP: IPv4-mapped IPv6 addressing for subflows

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 10:58:59 -0800 you wrote: > This patch series from the MPTCP tree adds support for IPv4-mapped IPv6 > addressing that was missing when multiple subflows were first > implemented. > > Patches 1 and 2 ha

Re: [PATCH net-next] r8169: remove not needed call to rtl_wol_enable_rx from rtl_shutdown

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 17:55:12 +0100 you wrote: > rtl_wol_enable_rx() is called via the following call chain if WoL > is enabled: > rtl8169_down() > -> rtl_prepare_power_down() >-> rtl_wol_enable_rx() > Therefore we don't

Re: [PATCH] net: remove redundant 'depends on 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:20:26 +0900 you wrote: > These Kconfig files are included from net/Kconfig, inside the > if NET ... endif. > > Remove 'depends on NET', which we know it is already met. > > Signed-off-by: Masahiro Y

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: [net] net: decnet: fix netdev refcount leaking on error path

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 03:02:14 +0300 you wrote: > On building the route there is an assumption that the destination > could be local. In this case loopback_dev is used to get the address. > If the address is still cannot be retrie

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 net v2 0/7][pull request] Intel Wired LAN Driver Updates 2021-01-26

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 14:10:28 -0800 you wrote: > This series contains updates to the ice, i40e, and igc driver. > > Henry corrects setting an unspecified protocol to IPPROTO_NONE instead of > 0 for IPv6 flexbytes filters for ic

Re: [PATCH net] MAINTAINERS: add missing header for bonding

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 18:18:44 -0800 you wrote: > include/net/bonding.h is missing from bonding entry. > > Signed-off-by: Jakub Kicinski > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) Here is the summary with link

Re: [net] can: dev: prevent potential information leak in can_fill_info()

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 27 Jan 2021 10:40:28 +0100 you wrote: > From: Dan Carpenter > > The "bec" struct isn't necessarily always initialized. For example, the > mcp251xfd_get_berr_counter() function doesn't initialize anything if the > inter

Re: [PATCH net 1/3] netfilter: nft_dynset: honor stateful expressions in set definition

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 27 Jan 2021 14:25:10 +0100 you wrote: > If the set definition contains stateful expressions, allocate them for > the newly added entries from the packet path. > > Fixes: 65038428b2c6 ("netfilter: nf_tables: allow to sp

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

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Wed, 27 Jan 2021 10:40:27 +0100 you wrote: > Hello Jakub, hello David, > > this is a pull request of 1 patch for net/master. > > The patch is by Dan Carpenter and fixes a potential information leak in > can_fill_info

Re: [PATCH bpf-next v5 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 27 Jan 2021 11:31:39 -0800 you wrote: > At the moment, BPF_CGROUP_INET{4,6}_BIND hooks can rewrite user_port > to the privileged ones (< ip_unprivileged_port_start), but it will > be rejected later on in the __inet_bi

Re: [PATCH net-next v2 0/2] net: bridge: multicast: per-port EHT hosts limit

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 11:35:31 +0200 you wrote: > From: Nikolay Aleksandrov > > Hi, > This set adds a simple configurable per-port EHT tracked hosts limit. > Patch 01 adds a default limit of 512 tracked hosts per-port, sin

Re: [net-next] tipc: remove duplicated code in tipc_msg_create

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 09:51:23 +0700 you wrote: > Remove a duplicate code checking for header size in tipc_msg_create() as > it's already being done in tipc_msg_init(). > > Acked-by: Jon Maloy > Signed-off-by: Hoang Huu Le

Re: pull-request: can-next 2021-01-27

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 10:22:15 +0100 you wrote: > Hello Jakub, hello David, > > this is a pull request of 12 patches for net-next/master. > > The first two patches are by me and fix typos on the CAN gw protocol and t

Re: [net-next 01/12] can: gw: fix typo

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 10:22:16 +0100 you wrote: > This patch fixes a typo found by codespell. > > Fixes: 94c23097f991 ("can: gw: support modification of Classical CAN DLCs") > Link: https://lore.kernel.org/r/20210127085529.

Re: [PATCH net v3] ibmvnic: Ensure that CRQ entry read are correctly ordered

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 27 Jan 2021 19:34:42 -0600 you wrote: > Ensure that received Command-Response Queue (CRQ) entries are > properly read in order by the driver. dma_rmb barrier has > been added before accessing the CRQ descriptor to ensure

Re: pull-request: mac80211-next 2021-01-27

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 22:09:14 +0100 you wrote: > Hi Jakub, > > Alright ... let's try again, with two more fixes on top, one > for the virt_wifi deadlock and one for a minstrel regression > in the earlier patches. >

Re: [net 01/12] net/mlx5: Fix memory leak on flow table creation error flow

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 15:43:34 -0800 you wrote: > From: Roi Dayan > > When we create the ft object we also init rhltable in ft->fgs_hash. > So in error flow before kfree of ft we need to destroy that rhltable. > > Fixes: 693c6

Re: [patch net-next v2] net: dsa: mv88e6xxx: Make global2 support mandatory

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 01:32:10 +0100 you wrote: > Early generations of the mv88e6xxx did not have the global 2 > registers. In order to keep the driver slim, it was decided to make > the code for these registers optional. Ove

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: [PATCH] net: usb: cdc_ether: added support for Thales Cinterion PLSx3 modem family.

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 05:42:45 +0100 you wrote: > lsusb -v for this device: > > Bus 003 Device 007: ID 1e2d:0069 > Device Descriptor: > bLength18 > bDescriptorType 1 > bcdUSB 2.00 > b

Re: [PATCH net-next 1/1] stmmac: intel: Add ADL-S 1Gbps PCI IDs

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 16:58:32 +0800 you wrote: > From: "Wong, Vee Khee" > > Added PCI IDs for both Ethernet TSN Controllers on the ADL-S. > > Also, skip SerDes programming sequences as these are being carried out > at the

Re: [PATCH net 0/2] mlxsw: Various fixes

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 28 Jan 2021 16:48:18 +0200 you wrote: > From: Ido Schimmel > > Patch #1 fixes wrong invocation of mausezahn in a couple of selftests. > The tests started failing after Fedora updated their libnet package from > versio

Re: [PATCH net] rxrpc: Fix memory leak in rxrpc_lookup_local

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 28 Jan 2021 10:48:36 + you wrote: > From: Takeshi Misawa > > Commit 9ebeddef58c4 ("rxrpc: rxrpc_peer needs to hold a ref on the > rxrpc_local record") > Then release ref in __rxrpc_put_peer and rxrpc_put_peer_lock

Re: [PATCH net] stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA addressing

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 18:08:44 +0800 you wrote: > From: Voon Weifeng > > Fix an issue where dump stack is printed and Reset Adapter occurs when > PSE0 GbE or/and PSE1 GbE is/are enabled. EHL PSE0 GbE and PSE1 GbE use > 32 bits D

Re: [PATCH v4 0/2] net: sfp: add support for GPON RTL8672/RTL9601C and Ubiquiti U-Fiber

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 16:02:26 +0100 you wrote: > This is fourth version of patches which add workarounds for > RTL8672/RTL9601C EEPROMs and Ubiquiti U-Fiber Instant SFP. > > The only change since third version is modificat

Re: [PATCH bpf-next] tools: Factor Clang, LLC and LLVM utils definitions

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 28 Jan 2021 02:50:58 +0100 you wrote: > When dealing with BPF/BTF/pahole and DWARF v5 I wanted to build bpftool. > > While looking into the source code I found duplicate assignments > in misc tools for the LLVM eco sy

Re: [PATCH bpf-next v2 0/4] bpf: expose bpf_{g,s}etsockopt to more bpf_sock_addr hooks

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 27 Jan 2021 15:28:49 -0800 you wrote: > We'd like to use the SENDMSG ones, Daniel suggested to > expose to more hooks while are here. > > Stanislav Fomichev (4): > bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4

Re: [PATCH bpf-next] bpf: simplify cases in bpf_base_func_proto

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 27 Jan 2021 18:46:15 +0100 you wrote: > !perfmon_capable() is checked before the last switch(func_id) in > bpf_base_func_proto. Thus, the cases BPF_FUNC_trace_printk and > BPF_FUNC_snprintf_btf can be moved to that las

Re: [net-next V10 01/14] devlink: Prepare code to fill multiple port function attributes

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 22 Jan 2021 11:36:45 -0800 you wrote: > From: Parav Pandit > > Prepare code to fill zero or more port function optional attributes. > Subsequent patch makes use of this to fill more port function > attributes. >

Re: [PATCH] ipvlan: remove h from printk format specifier

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 24 Jan 2021 11:08:04 -0800 you wrote: > From: Tom Rix > > This change fixes the checkpatch warning described in this commit > commit cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of > unnecessary %h[

Re: [PATCH 0/2] net: usb: qmi_wwan: new mux_id sysfs file

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 16:34:31 +0100 you wrote: > Hello, > > this patch series add a sysfs file to let userspace know which mux > id has been used to create a qmimux network interface. > > I'm aware that adding new sysfs f

Re: [PATCH net-next v2] net: qmi_wwan: Add pass through mode

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 00:33:35 -0700 you wrote: > Pass through mode is to allow packets in MAP format to be passed > on to the stack. rmnet driver can be used to process and demultiplex > these packets. > > Pass through mode

Re: [PATCH v2] lan743x: fix endianness when accessing descriptors

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 09:48:59 +0500 you wrote: > TX/RX descriptor ring fields are always little-endian, but conversion > wasn't performed for big-endian CPUs, so the driver failed to work. > > This patch makes the driver wo

Re: [PATCH net-next v2 0/6] net: ipa: hardware pipeline cleanup fixes

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 12:56:57 -0600 you wrote: > Version 2 of this series fixes a "restricted __le16 degrades to > integer" warning from sparse in the third patch. The normal host > architecture is little-endian, so the pr

Re: [PATCH net-next V1] net: adjust net_device layout for cacheline usage

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 18:39:39 +0100 you wrote: > The current layout of net_device is not optimal for cacheline usage. > > The member adj_list.lower linked list is split between cacheline 2 and 3. > The ifindex is placed tog

Re: [PATCH net-next 0/5] net/iucv: updates 2021-01-28

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 12:41:03 +0100 you wrote: > Hi Dave & Jakub, > > please apply the following patch series for iucv to netdev's net-next tree. > > This reworks & simplifies the TX notification path in af_iucv, so that

Re: [PATCH net-next 0/5] s390/qeth: updates 2021-01-28

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 12:25:46 +0100 you wrote: > Hi Dave & Jakub, > > please apply the following patch series for qeth to netdev's net-next tree. > > Nothing special, mostly fine-tuning and follow-on cleanups for earlier

Re: [PATCH net-next 00/12] nexthop: Preparations for resilient next-hop groups

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 13:49:12 +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 v2] octeontx2-af: Fix 'physical' typos

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 12:13:59 -0600 you wrote: > From: Bjorn Helgaas > > Fix misspellings of "physical". > > Signed-off-by: Bjorn Helgaas > --- > Thanks, Willem! > > [...] Here is the summary with links: - [v2] octeo

Re: [PATCH] linux/qed: fix spelling typo in qed_chain.h

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 10:28:01 +0800 you wrote: > From: dingsenjie > > allocted -> allocated > > Signed-off-by: dingsenjie > --- > include/linux/qed/qed_chain.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) He

Re: [PATCH net-next] net: packet: make pkt_sk() inline

2021-01-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 04:33:02 -0800 you wrote: > From: Menglong Dong > > It's better make 'pkt_sk()' inline here, as non-inline function > shouldn't occur in headers. Besides, this function is simple > enough to be inline.

Re: [PATCH 1/2] net: atm: pppoatm: use tasklet_init to initialize wakeup tasklet

2021-01-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 18:32:55 +0100 you wrote: > Previously a temporary tasklet structure was initialized on the stack > using DECLARE_TASKLET_OLD() and then copied over and modified. Nothing > else in the kernel seems to u

Re: [PATCH v8 net-next 00/11] tag_8021q for Ocelot switches

2021-01-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 29 Jan 2021 02:59:58 +0200 you wrote: > From: Vladimir Oltean > > Changes in v8: > - Make tagging driver module reference counting work per DSA switch tree > instead of per CPU port, to be compatible with the t

Re: [PATCH net] rxrpc: Fix deadlock around release of dst cached on udp tunnel

2021-01-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 29 Jan 2021 23:53:50 + you wrote: > AF_RXRPC sockets use UDP ports in encap mode. This causes socket and dst > from an incoming packet to get stolen and attached to the UDP socket from > whence it is leaked when tha

Re: [PATCH net-next 0/3] net/sched: cls_flower: Add support for matching on ct_state reply flag

2021-01-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 16:32:44 +0200 you wrote: > This patchset adds software match support and offload of flower > match ct_state reply flag (+/-rpl). > > The first patch adds the definition for the flag and match to flowe

Re: [PATCH v4 net] r8169: work around RTL8125 UDP hw bug

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 28 Jan 2021 23:01:54 +0100 you wrote: > It was reported that on RTL8125 network breaks under heavy UDP load, > e.g. torrent traffic ([0], from comment 27). Realtek confirmed a hw bug > and provided me with a test version

Re: [PATCH net-next] net: dsa: hellcreek: Add missing TAPRIO dependency

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 17:33:38 +0100 you wrote: > Add missing dependency to TAPRIO to avoid build failures such as: > > |ERROR: modpost: "taprio_offload_get" > [drivers/net/dsa/hirschmann/hellcreek_sw.ko] undefined! > |ERRO

Re: [PATCH v5 net-next] net: Remove redundant calls of sk_tx_queue_clear().

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 29 Jan 2021 00:02:17 +0900 you wrote: > The commit 41b14fb8724d ("net: Do not clear the sock TX queue in > sk_set_socket()") removes sk_tx_queue_clear() from sk_set_socket() and adds > it instead in sk_alloc() and s

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

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 19:51:34 +0800 you wrote: > This patchset adds dump tm info of nodes, priority and qset in debugfs. > Three debugfs files tm_nodes, tm_priority and tm_qset are created in > new tm directory, and use cat

Re: [PATCHv3 net-next 0/2] net: add support for ip generic checksum offload for gre

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 17:18:30 +0800 you wrote: > This patchset it to add ip generic csum processing first in > skb_csum_hwoffload_help() in Patch 1/2 and then add csum > offload support for GRE header in Patch 2/2. > > v1-

Re: [PATCH] net/ethernet: convert to use module_platform_driver in octeon_mgmt.c

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 11:53:30 +0800 you wrote: > From: dingsenjie > > Simplify the code by using module_platform_driver macro > for octeon_mgmt. > > Signed-off-by: dingsenjie > > [...] Here is the summary with links:

Re: [PATCH] docs: networking: timestamping: fix section title markup

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 28 Jan 2021 12:19:30 +0100 you wrote: > This section was missed during the conversion to ReST, so convert it in the > same style as the surrounding section titles. > > Signed-off-by: Jan Luebbe > --- > Documentat

Re: [PATCH net-next] tcp: shrink inet_connection_sock icsk_mtup enabled and probe_size

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 29 Jan 2021 13:54:38 -0500 you wrote: > From: Neal Cardwell > > This commit shrinks inet_connection_sock by 4 bytes, by shrinking > icsk_mtup.enabled from 32 bits to 1 bit, and shrinking > icsk_mtup.probe_size fro

Re: [PATCH net-next v4 0/2] Add nci suit and virtual nci device driver

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 27 Jan 2021 22:08:27 +0900 you wrote: > From: Bongsu Jeon > > 1/2 is the Virtual NCI device driver. > 2/2 is the NCI selftest suite > > v4: > 1/2 > - flip the condition for the ioctl. > - refactor some code.

Re: [PATCH v2 net-next] hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 17:29:07 +0100 you wrote: > Pointers to receive-buffer packets sent by Hyper-V are used within the > guest VM. Hyper-V can send packets with erroneous values or modify > packet fields after they are pro

Re: [PATCH net] net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_add

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 30 Jan 2021 21:43:34 +0800 you wrote: > Having multiple destination ports for a unicast address does not make > sense. > Make port_db_load_purge override existent unicast portvec instead of > adding a new port bit. > >

Re: [PATCH net v2] ibmvnic: device remove has higher precedence over reset

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 28 Jan 2021 22:34:01 -0600 you wrote: > Returning -EBUSY in ibmvnic_remove() does not actually hold the > removal procedure since driver core doesn't care for the return > value (see __device_release_driver() in drivers/

Re: [PATCH net-next 0/2] net: dsa: hellcreek: Report tables sizes

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 30 Jan 2021 14:59:32 +0100 you wrote: > Hi, > > Florian, Andrew and Vladimir suggested at some point to use devlink for > reporting tables, features and debugging counters instead of using debugfs and > printk. >

Re: [net-next 01/11] net/mlx5: DR, Fix potential shift wrapping of 32-bit value

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 29 Jan 2021 18:26:08 -0800 you wrote: > From: Yevgeny Kliteynik > > Fix 32-bit variable shift wrapping in dr_ste_v0_get_miss_addr. > > Fixes: 6b93b400aa88 ("net/mlx5: DR, Move STEv0 setters and getters") > Repor

Re: [PATCH v2 1/1] vsock: fix the race conditions in multi-transport support

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Feb 2021 11:47:19 +0300 you wrote: > There are multiple similar bugs implicitly introduced by the > commit c0cfa2d8a788fcf4 ("vsock: add multi-transports support") and > commit 6a2c0962105ae8ce ("vsock: prevent transp

Re: [RESEND net v3] net: ip_tunnel: fix mtu calculation

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 30 Jan 2021 01:27:47 +0300 you wrote: > dev->hard_header_len for tunnel interface is set only when header_ops > are set too and already contains full overhead of any tunnel encapsulation. > That's why there is not need t

Re: [PATCH net] docs: networking: swap words in icmp_errors_use_inbound_ifaddr doc

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 30 Jan 2021 20:05:18 +0100 you wrote: > Signed-off-by: Vincent Bernat > --- > Documentation/networking/ip-sysctl.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [net] do

Re: [PATCH net-next v2 0/2] rework the memory barrier for SCRQ entry

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 29 Jan 2021 19:19:03 -0600 you wrote: > This series rework the memory barrier for SCRQ (Sub-Command-Response > Queue) entry. > > v2: send to net-next. > > Lijun Pan (2): > ibmvnic: rework to ensure SCRQ entry r

Re: [RESEND PATCH net v4] udp: ipv4: manipulate network header of NATed UDP GRO fraglist

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 30 Jan 2021 08:13:27 +0900 you wrote: > UDP/IP header of UDP GROed frag_skbs are not updated even after NAT > forwarding. Only the header of head_skb from ip_finish_output_gso -> > skb_gso_segment is updated but followin

Re: [PATCH net v2 0/4][pull request] Intel Wired LAN Driver Updates 2021-02-01

2021-02-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 1 Feb 2021 13:46:14 -0800 you wrote: > This series contains updates to igc and i40e drivers. > > Kai-Heng Feng fixes igc to report unknown speed and duplex during suspend > as an attempted read will cause errors. > >

Re: pull-request: mac80211 2021-02-02

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Tue, 2 Feb 2021 15:35:04 +0100 you wrote: > Hi Jakub, > > So, getting late, but we have two more fixes - the staging > one (acked by Greg) is for a recent regression I had through > my tree, and the rate tables one i

Re: [PATCH net] net: lapb: Copy the skb before sending a packet

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 31 Jan 2021 21:57:06 -0800 you wrote: > When sending a packet, we will prepend it with an LAPB header. > This modifies the shared parts of a cloned skb, so we should copy the > skb rather than just clone it, before we pr

Re: [PATCH net] r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is set

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Feb 2021 21:50:56 +0100 you wrote: > So far phy_disconnect() is called before free_irq(). If CONFIG_DEBUG_SHIRQ > is set and interrupt is shared, then free_irq() creates an "artificial" > interrupt by calling the inter

Re: [net 1/4] net/mlx5: Fix function calculation for page trees

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 1 Feb 2021 23:07:00 -0800 you wrote: > From: Daniel Jurgens > > The function calculation always results in a value of 0. This works > generally, but when the release all pages feature is enabled it will > result in c

Re: [PATCH v1] net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Feb 2021 10:03:04 +0100 you wrote: > From: Andreas Oetken > > sup_multicast_addr is passed to ether_addr_equal for address comparison > which casts the address inputs to u16 leading to an unaligned access. > Alignin

Re: [PATCH net 0/4] net: ipa: a few bug fixes

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 1 Feb 2021 17:26:05 -0600 you wrote: > This series fixes four minor bugs. The first two are things that > sparse points out. All four are very simple and each patch should > explain itself pretty well. > >

Re: [PATCH] net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Feb 2021 02:32:33 +0600 you wrote: > syzbot found WARNING in rds_rdma_extra_size [1] when RDS_CMSG_RDMA_ARGS > control message is passed with user-controlled > 0x40001 bytes of args->nr_local, causing order >= MAX_ORD

Re: [PATCH net] net: mvpp2: TCAM entry enable should be written after SRAM data

2021-02-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Feb 2021 11:35:39 +0200 you wrote: > From: Stefan Chulski > > Last TCAM data contains TCAM enable bit. > It should be written after SRAM data before entry enabled. > > Fixes: 3f518509dedc ("ethernet: Add new driver

Re: [PATCH] xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculating

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 25 Feb 2021 16:39:01 +0100 you wrote: > shinfo already holds the result of skb_shinfo(skb) at this point - no > need to re-invoke the construct even twice. > > Signed-off-by: Jan Beulich Here is the summary with links

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 net 0/3] Fix TRSCER masks in the Ether driver

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sun, 28 Feb 2021 23:24:16 +0300 you wrote: > Here are 3 patches against DaveM's 'net' repo. I'm fixing the TRSCER masks in > the driver to match the manuals... > > [1/3] sh_eth: fix TRSCER mask for SH771x > [2/3] sh_eth: fi

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 v3 net 0/8] Fixes for NXP ENETC driver

2021-03-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 1 Mar 2021 13:18:10 +0200 you wrote: > From: Vladimir Oltean > > This contains an assorted set of fixes collected over the past 2 weeks > on the enetc driver. Some are related to VLAN processing, some to > physical l

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: expand textsearch ts_state to fit skb_seq_state

2021-03-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Mar 2021 15:09:44 + you wrote: > From: Willem de Bruijn > > The referenced commit expands the skb_seq_state used by > skb_find_text with a 4B frag_off field, growing it to 48B. > > This exceeds container ts_sta

Re: [PATCH net] tcp: add sanity tests to TCP_QUEUE_SEQ

2021-03-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 1 Mar 2021 10:29:17 -0800 you wrote: > From: Eric Dumazet > > Qingyu Li reported a syzkaller bug where the repro > changes RCV SEQ _after_ restoring data in the receive queue. > > mprotect(0x4aa000, 12288, PROT_READ)

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

2021-03-02 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] net: dsa: tag_mtk: fix 802.1ad VLAN egress

2021-03-02 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 1/1] stmmac: intel: Fix mdio bus registration issue for TGL-H/ADL-S

2021-03-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 2 Mar 2021 16:57:21 +0800 you wrote: > On Intel platforms which consist of two Ethernet Controllers such as > TGL-H and ADL-S, a unique MDIO bus id is required for MDIO bus to be > successful registered: > > [ 13.076

Re: [PATCH iproute2-next 0/4] devlink: Use utils helpers

2021-03-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to iproute2/iproute2-next.git (refs/heads/main): On Mon, 1 Mar 2021 12:56:50 +0200 you wrote: > This series uses utils helper for socket operations, string > processing and print error messages. > > Patch summary: > Patch-1 uses utils library helper for string spli

Re: [PATCH bpf-next] tools/runqslower: allow substituting custom vmlinux.h for the build

2021-03-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 2 Mar 2021 16:40:10 -0800 you wrote: > Just like was done for bpftool and selftests in ec23eb705620 ("tools/bpftool: > Allow substituting custom vmlinux.h for the build") and ca4db6389d61 > ("selftests/bpf: Allow subst

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