Re: [PATCH bpf-next v3 0/3] Implement bpf_ima_inode_hash

2020-11-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 24 Nov 2020 15:12:07 + you wrote: > From: KP Singh > > # v2 -> v3 > > - Fixed an issue pointed out by Alexei, the helper should only be > exposed to sleepable hooks. > - Update the selftests to constrain the

Re: [PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3)

2020-11-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 23 Nov 2020 17:38:02 +0200 you wrote: > From: Ioana Ciornei > > This patch set aims to actually add support for shared interrupts in > phylib and not only for multi-PHY devices. While we are at it, > streamline t

Re: [PATCH net v2] ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init

2020-11-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 24 Nov 2020 15:17:28 +0800 you wrote: > kmemleak report a memory leak as follows: > > unreferenced object 0x8880059c6a00 (size 64): > comm "ip", pid 23696, jiffies 4296590183 (age 1755.384s) > hex dump (first 32

Re: [PATCH 1/1] tools/bpftool: fix error return value in build_btf_type_table()

2020-11-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Tue, 24 Nov 2020 18:41:00 +0800 you wrote: > An appropriate return value should be set on the failed path. > > Reported-by: Hulk Robot > Signed-off-by: Zhen Lei > --- > tools/bpf/bpftool/btf.c | 1 + > 1 file changed, 1 inse

Re: [PATCH][next] net: hns3: fix spelling mistake "memroy" -> "memory"

2020-11-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 23 Nov 2020 10:34:52 + you wrote: > From: Colin Ian King > > There are spelling mistakes in two dev_err messages. Fix them. > > Signed-off-by: Colin Ian King > --- > drivers/net/ethernet/hisilicon/hns3/hns3

Re: [PATCH] sctp: Fix some typo

2020-11-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 22 Nov 2020 19:07:04 +0100 you wrote: > s/tranport/transport/ > > Signed-off-by: Christophe JAILLET > --- > net/sctp/transport.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary wi

Re: [PATCH 1/2] net: pch_gbe: Use dma_set_mask_and_coherent to simplify code

2020-11-23 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 21 Nov 2020 10:03:02 +0100 you wrote: > 'pci_set_dma_mask()' + 'pci_set_consistent_dma_mask()' can be replaced by > an equivalent 'dma_set_mask_and_coherent()' which is much less verbose. > > Signed-off-by: Christ

Re: [PATCH net] vsock/virtio: discard packets only when socket is really closed

2020-11-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 20 Nov 2020 11:47:36 +0100 you wrote: > Starting from commit 8692cefc433f ("virtio_vsock: Fix race condition > in virtio_transport_recv_pkt"), we discard packets in > virtio_transport_recv_pkt() if the socket has been re

Re: [PATCH v8] tcp: fix race condition when creating child sockets from syncookies

2020-11-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 20 Nov 2020 11:11:33 + you wrote: > When the TCP stack is in SYN flood mode, the server child socket is > created from the SYN cookie received in a TCP packet with the ACK flag > set. > > The child socket is created

Re: [PATCH] octeontx2-af: Add support for RSS hashing based on Transport protocol field

2020-11-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 20 Nov 2020 15:09:06 +0530 you wrote: > Add support to choose RSS flow key algorithm with IPv4 transport protocol > field included in hashing input data. This will be enabled by default. > There-by enabling 3/5 tupl

Re: [PATCH net-next 0/5] net: hns3: misc updates for -next

2020-11-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 20 Nov 2020 17:16:18 +0800 you wrote: > This series includes some misc updates for the HNS3 ethernet driver. > > #1 adds support for 1280 queues > #2 adds mapping for BAR45 which is needed by RoCE client. > #3 ext

Re: [PATCH net-next 0/3] net: ipa: platform-specific clock and interconnect rates

2020-11-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 19 Nov 2020 16:40:38 -0600 you wrote: > This series changes the way the IPA core clock rate and the > bandwidth parameters for interconnects are specified. Previously > these were specified with hard-wired constan

Re: [PATCH net-next 0/6] net: ipa: add a driver shutdown callback

2020-11-20 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 19 Nov 2020 16:49:23 -0600 you wrote: > The final patch in this series adds a driver shutdown callback for > the IPA driver. The patches leading up to that address some issues > encountered while ensuring that cal

Re: [PATCH net-next v2] net: dsa: avoid potential use-after-free error

2020-11-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 19 Nov 2020 12:09:06 +0100 you wrote: > If dsa_switch_ops::port_txtstamp() returns false, clone will be freed > immediately. Shouldn't store a pointer to freed memory. > > Signed-off-by: Christian Eggers > Fixes:

Re: [PATCH][next] octeontx2-af: Fix return of uninitialized variable err

2020-11-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 18 Nov 2020 13:25:02 + you wrote: > From: Colin Ian King > > Currently the variable err may be uninitialized if several of the if > statements are not executed in function nix_tx_vtag_decfg and a garbage > val

Re: [PATCH][next] octeontx2-af: Fix access of iter->entry after iter object has been kfree'd

2020-11-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 18 Nov 2020 14:38:03 + you wrote: > From: Colin Ian King > > The call to pc_delete_flow can kfree the iter object, so the following > dev_err message that accesses iter->entry can accessmemory that has > just

Re: [PATCH][next] octeontx2-pf: Fix unintentional sign extension issue

2020-11-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 18 Nov 2020 13:05:20 + you wrote: > From: Colin Ian King > > The shifting of the u16 result from ntohs(proto) by 16 bits to the > left will be promoted to a 32 bit signed int and then sign-extended > to a u64.

Re: [GIT PULL] Networking

2020-11-19 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 19 Nov 2020 13:15:31 -0800 you wrote: > The following changes since commit db7c953555388571a96ed8783ff6c5745ba18ab9: > > Merge tag 'net-5.10-rc4' of > git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (

Re: [PATCH] fail_function: remove a redundant mutex unlock

2020-11-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Wed, 18 Nov 2020 22:49:31 +0900 you wrote: > From: Luo Meng > > Fix a mutex_unlock() issue where before copy_from_user() is > not called mutex_locked. > > Fixes: 4b1a29a7f542 ("error-injection: Support fault injection framewo

Re: [PATCH bpf v7 0/2] Fix bpf_probe_read_user_str() overcopying

2020-11-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (refs/heads/master): On Tue, 17 Nov 2020 12:05:44 -0800 you wrote: > 6ae08ae3dea2 ("bpf: Add probe_read_{user, kernel} and probe_read_{user, > kernel}_str helpers") introduced a subtle bug where > bpf_probe_read_user_str() would potentially copy a few

Re: [PATCH net-next v2] r8153_ecm: avoid to be prior to r8152 driver

2020-11-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 18 Nov 2020 14:43:58 +0800 you wrote: > Avoid r8153_ecm is compiled as built-in, if r8152 driver is compiled > as modules. Otherwise, the r8153_ecm would be used, even though the > device is supported by r8152 drive

Re: [PATCH net-next 00/11] net: ipa: IPA register cleanup

2020-11-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 16 Nov 2020 17:37:54 -0600 you wrote: > This series consists of cleanup patches, almost entirely related to > the definitions for IPA registers. Some comments are updated or > added to provide better information a

Re: [PATCH net-next] Documentation: Remove the deleted "framerelay" document from the index

2020-11-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 18 Nov 2020 04:42:26 -0800 you wrote: > commit f73659192b0b ("net: wan: Delete the DLCI / SDLA drivers") > deleted "Documentation/networking/framerelay.rst". However, it is still > referenced in "Documentation/netwo

Re: [PATCH net] atl1e: fix error return code in atl1e_probe()

2020-11-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 17 Nov 2020 10:57:55 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 85eb5bc33717 ("net: atheros: switch from 'pci_' to

Re: [PATCH net] atl1c: fix error return code in atl1c_probe()

2020-11-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 17 Nov 2020 10:55:21 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 85eb5bc33717 ("net: atheros: switch from 'pci_' to

Re: [PATCH net v2] net: Have netpoll bring-up DSA management interface

2020-11-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 16 Nov 2020 19:52:34 -0800 you wrote: > DSA network devices rely on having their DSA management interface up and > running otherwise their ndo_open() will return -ENETDOWN. Without doing > this it would not be possible t

Re: [PATCH net] ah6: fix error return code in ah6_input()

2020-11-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 17 Nov 2020 10:45:05 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") > Reported-by: Hu

Re: [PATCH bpf-next v4 1/2] bpf: Add bpf_bprm_opts_set helper

2020-11-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 17 Nov 2020 23:29:28 + you wrote: > From: KP Singh > > The helper allows modification of certain bits on the linux_binprm > struct starting with the secureexec bit which can be updated using the > BPF_F_BPRM_SEC

Re: [PATCH net] inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()

2020-11-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 16 Nov 2020 16:20:18 +0800 you wrote: > nlmsg_cancel() needs to be called in the error path of > inet_req_diag_fill to cancel the message. > > Fixes: d545caca827b ("net: inet: diag: expose the socket mark to privileged

Re: [PATCH v4 net-next 00/13] Add ethtool ntuple filters support

2020-11-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sun, 15 Nov 2020 01:22:50 +0530 you wrote: > This patch series adds support for ethtool ntuple filters, unicast > address filtering, VLAN offload and SR-IOV ndo handlers. All of the > above features are based on the Adm

Re: [PATCH net-next RFC] net: wan: Delete the DLCI / SDLA drivers

2020-11-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 14 Nov 2020 07:09:21 -0800 you wrote: > The DLCI driver (dlci.c) implements the Frame Relay protocol. However, > we already have another newer and better implementation of Frame Relay > provided by the HDLC_FR drive

Re: [PATCH RESEND net-next 00/18] net: phy: add support for shared interrupts (part 2)

2020-11-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 13 Nov 2020 18:52:08 +0200 you wrote: > From: Ioana Ciornei > > This patch set aims to actually add support for shared interrupts in > phylib and not only for multi-PHY devices. While we are at it, > streamline t

Re: [PATCH net] qed: fix error return code in qed_iwarp_ll2_start()

2020-11-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 16 Nov 2020 21:07:13 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 469981b17a4f ("qed: Add unaligned and packed packet

Re: [PATCH bpf-next] libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Sun, 15 Nov 2020 10:46:35 + you wrote: > When operating on split BTF, btf__find_by_name[_kind] will not > iterate over all types since they use btf->nr_types to show > the number of types to iterate over. For split BTF

Re: [PATCH net] net: ipa: lock when freeing transaction

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 14 Nov 2020 12:20:17 -0600 you wrote: > Transactions sit on one of several lists, depending on their state > (allocated, pending, complete, or polled). A spinlock protects > against concurrent access when transactions a

Re: [PATCH v2 net 1/1] net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() call

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 15 Nov 2020 15:42:10 +0800 you wrote: > Fix an issue where dump stack is printed on suspend resume flow due to > netif_set_real_num_rx_queues() is not called with rtnl_lock held(). > > Fixes: 686cff3d7022 ("net: stmmac:

Re: [PATCH net] net: ethernet: ti: cpsw: fix error return code in cpsw_probe()

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 13 Nov 2020 14:49:33 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 83a8471ba255 ("net: ethernet: ti: cpsw: refactor pr

Re: [PATCH net] qlcnic: fix error return code in qlcnic_83xx_restart_hw()

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 13 Nov 2020 14:16:26 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 3ced0a88cd4c ("qlcnic: Add support to run firmware

Re: [PATCH net] net: stmmac: dwmac-intel-plat: fix error return code in intel_eth_plat_probe()

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 13 Nov 2020 14:34:03 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 9efc9b2b04c7 ("net: stmmac: Add dwmac-intel-plat fo

Re: [PATCH net] cx82310_eth: fix error return code in cx82310_bind()

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 13 Nov 2020 14:07:07 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: ca139d76b0d9 ("cx82310_eth: re-enable ethernet mode

Re: [PATCH v2] net: lantiq: Wait for the GPHY firmware to be ready

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 15 Nov 2020 17:57:57 +0100 you wrote: > A user reports (slightly shortened from the original message): > libphy: lantiq,xrx200-mdio: probed > mdio_bus 1e108000.switch-mii: MDIO device at address 17 is missing. > gs

Re: [PATCH bpf] selftests/bpf: fix error return code in run_getsockopt_test()

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Mon, 16 Nov 2020 18:16:33 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 65b4414a05eb ("selftests/bpf: add sockopt test that ex

Re: [PATCH v3] net: openvswitch: use core API to update/provide stats

2020-11-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 13 Nov 2020 23:53:36 +0200 you wrote: > Commit d3fd65484c781 ("net: core: add dev_sw_netstats_tx_add") has added > function "dev_sw_netstats_tx_add()" to update net device per-cpu TX > stats. > > Use this function

Re: [PATCH] net: stmmac: dwmac_lib: enlarge dma reset timeout

2020-11-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 13 Nov 2020 09:09:02 +0800 you wrote: > If the phy enables power saving technology, the dwmac's software reset > needs more time to complete, enlarge dma reset timeout to 20us. > > Signed-off-by: Jisheng Zhang > --

Re: [PATCH net] vsock: forward all packets to the host when no H2G is registered

2020-11-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 12 Nov 2020 14:38:37 +0100 you wrote: > Before commit c0cfa2d8a788 ("vsock: add multi-transports support"), > if a G2H transport was loaded (e.g. virtio transport), every packets > was forwarded to the host, regardless o

Re: [PATCH net-next] net: phy: mscc: Add PTP support for 2 more VSC PHYs

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 12 Nov 2020 10:22:50 +0100 you wrote: > Add VSC8572 and VSC8574 in the PTP configuration > as they also support PTP. > > The relevant datasheets can be found here: > - VSC8572: https://www.microchip.com/wwwproduc

Re: [PATCH v2 net-next] net: stmmac: platform: use optional clk/reset get APIs

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 12 Nov 2020 09:27:37 +0800 you wrote: > Use the devm_reset_control_get_optional() and devm_clk_get_optional() > rather than open coding them. > > Signed-off-by: Jisheng Zhang > --- > Since v1: > - keep wrapped as

Re: [PATCH net-next 0/2] net: ipa: two fixes

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 12 Nov 2020 06:11:55 -0600 you wrote: > This small series makes two fixes to the IPA code: > - While reviewing something else I found that one of the resource > limits on the SDM845 used the wrong value. The

Re: [PATCH net-next 0/6] net: ipa: GSI register consolidation

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 10 Nov 2020 15:59:16 -0600 you wrote: > This series rearranges and consolidates some GSI register > definitions. Its general aim is to make things more > consistent, by: > - Using enumerated types to define the

Re: [PATCH net] net: marvell: prestera: fix error return code in prestera_pci_probe()

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 13 Nov 2020 19:32:36 +0800 you wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 4c2703dfd7fa ("net: marvell: prestera: Add PCI inte

Re: [PATCH] tipc: fix -Wstringop-truncation warnings

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 12 Nov 2020 17:34:42 +0800 you wrote: > From: Wenlin Kang > > Replace strncpy() with strscpy(), fixes the following warning: > > In function 'bearer_name_validate', > inlined from 'tipc_enable_bearer' at net/

Re: [PATCH] net: ethernet: ti: cpsw: fix cpts irq after suspend

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 12 Nov 2020 13:15:46 +0200 you wrote: > Depending on the SoC/platform the CPSW can completely lose context after a > suspend/resume cycle, including CPSW wrapper (WR) which will cause reset of > WR_C0_MISC_EN register, s

Re: [GIT PULL] Networking

2020-11-12 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 12 Nov 2020 11:02:45 -0800 you wrote: > The following changes since commit bf3e76289cd28b87f679cd53e26d67fd708d718a: > > Merge branch 'mtd/fixes' of > git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux (2

Re: [PATCH v2 net-next] net: skb_vlan_untag(): don't reset transport offset if set by GRO layer

2020-11-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 09 Nov 2020 23:47:23 + you wrote: > Similar to commit fda55eca5a33f > ("net: introduce skb_transport_header_was_set()"), avoid resetting > transport offsets that were already set by GRO layer. This not only > mi

Re: [PATCH bpf v4 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator

2020-11-09 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf.git (refs/heads/master): On Thu, 5 Nov 2020 16:06:34 -0800 you wrote: > do_strncpy_from_user() may copy some extra bytes after the NUL > terminator into the destination buffer. This usually does not matter for > normal string operations. However, when BP

Re: [PATCH net-next 1/1] stmmac: intel: change all EHL/TGL to auto detect phy addr

2020-11-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 6 Nov 2020 17:43:41 +0800 you wrote: > From: Voon Weifeng > > Set all EHL/TGL phy_addr to -1 so that the driver will automatically > detect it at run-time by probing all the possible 32 addresses. > > Signed-off

Re: [PATCH] net: usb: fix spelling typo in cdc_ncm.c

2020-11-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 6 Nov 2020 15:50:25 +0800 you wrote: > Actually, withing should be within. > > Signed-off-by: Wang Qing > --- > drivers/net/usb/cdc_ncm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summ

Re: [PATCH] net: core: fix spelling typo in flow_dissector.c

2020-11-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 6 Nov 2020 16:11:49 +0800 you wrote: > withing should be within. > > Signed-off-by: Wang Qing > --- > net/core/flow_dissector.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with l

Re: [PATCH net-next 00/13] net: ipa: constrain GSI interrupts

2020-11-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 5 Nov 2020 12:13:54 -0600 you wrote: > The goal of this series is to more tightly control when GSI > interrupts are enabled. This is a long-ish series, so I'll > describe it in parts. > > The first patch is actu

Re: [RESEND PATCH] net: macb: fix NULL dereference due to no pcs_config method

2020-11-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 5 Nov 2020 18:58:33 +0100 you wrote: > This patch fixes NULL pointer dereference due to NULL pcs_config > in pcs_ops. > > Reported-by: Nicolas Ferre > Link: > https://lore.kernel.org/netdev/2db854c7-9ffb-328a-f34

Re: [PATCH v4 net-next 1/3] ptp: idt82p33: add adjphase support

2020-11-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 5 Nov 2020 22:52:07 -0500 you wrote: > From: Min Li > > Add idt82p33_adjphase() to support PHC write phase mode. > > Changes since v1: > -Fix broken build > > [...] Here is the summary with links: - [v4,net-

Re: [PATCH net] net: marvell: prestera: fix compilation with CONFIG_BRIDGE=m

2020-11-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 6 Nov 2020 18:11:25 +0200 you wrote: > With CONFIG_BRIDGE=m the compilation fails: > > ld: drivers/net/ethernet/marvell/prestera/prestera_switchdev.o: in > function `prestera_bridge_port_event': > prestera_swi

Re: [GIT PULL] Networking

2020-11-06 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 5 Nov 2020 11:25:08 -0800 you wrote: > The following changes since commit 07e0887302450a62f51dba72df6afb5fabb23d1c: > > Merge tag 'fallthrough-fixes-clang-5.10-rc2' of > git://git.kernel.org/pub/scm/linux/ker

Re: [PATCH bpf-next v2] bpf: Update verification logic for LSM programs

2020-11-06 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Thu, 5 Nov 2020 23:06:51 + you wrote: > From: KP Singh > > The current logic checks if the name of the BTF type passed in > attach_btf_id starts with "bpf_lsm_", this is not sufficient as it also > allows attachment to no

Re: [PATCH bpf-next v6 1/9] bpf: Allow LSM programs to use bpf spin locks

2020-11-06 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Fri, 6 Nov 2020 10:37:39 + you wrote: > From: KP Singh > > Usage of spin locks was not allowed for tracing programs due to > insufficient preemption checks. The verifier does not currently prevent > LSM programs fro

Re: [PATCH] bpf: BPF_PRELOAD depends on BPF_SYSCALL

2020-11-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Thu, 5 Nov 2020 11:51:09 -0800 you wrote: > Fix build error when BPF_SYSCALL is not set/enabled but BPF_PRELOAD is > by making BPF_PRELOAD depend on BPF_SYSCALL. > > ERROR: modpost: "bpf_preload_ops" [kernel/bpf/preload/bpf_pr

Re: [PATCH bpf] tools/bpftool: fix attaching flow dissector

2020-11-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Thu, 5 Nov 2020 11:52:30 + you wrote: > My earlier patch to reject non-zero arguments to flow dissector attach > broke attaching via bpftool. Instead of 0 it uses -1 for target_fd. > Fix this by passing a zero argument when

Re: [PATCH net-next] net: bridge: mcast: fix stub definition of br_multicast_querier_exists

2020-10-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 1 Nov 2020 02:08:45 +0200 you wrote: > The commit cited below has changed only the functional prototype of > br_multicast_querier_exists, but forgot to do that for the stub > prototype (the one where CONFIG_BRIDGE_

Re: [PATCH net-next] net: ipa: avoid a bogus warning

2020-10-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 31 Oct 2020 10:15:24 -0500 you wrote: > The previous commit added support for IPA having up to six source > and destination resources. But currently nothing uses more than > four. (Five of each are used in a newer

Re: [GIT PULL] Networking

2020-10-29 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 29 Oct 2020 12:43:35 -0700 you wrote: > The following changes since commit 3cb12d27ff655e57e8efe3486dca2a22f4e30578: > > Merge tag 'net-5.10-rc1' of > git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (

Re: [PATCH] bpf: fix -Wshadow warnings

2020-10-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Mon, 26 Oct 2020 17:20:50 +0100 you wrote: > From: Arnd Bergmann > > There are thousands of warnings about one macro in a W=2 build: > > include/linux/filter.h:561:6: warning: declaration of 'ret' shadows a > previous local

Re: [PATCH] net: ucc_geth: Drop extraneous parentheses in comparison

2020-10-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 23 Oct 2020 14:32:36 +1100 you wrote: > Clang warns about the extra parentheses in this comparison: > > drivers/net/ethernet/freescale/ucc_geth.c:1361:28: > warning: equality comparison with extraneous parentheses >

Re: [GIT PULL] Networking

2020-10-23 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 22 Oct 2020 14:48:26 -0700 you wrote: > Hi Linus! > > Latest fixes from the networking tree. Experimenting with the format > of the description further, I'll find out if you liked it based on how > it ends up loo

Re: [GIT PULL] Networking

2020-10-15 Thread patchwork-bot+netdevbpf
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 15 Oct 2020 14:13:02 -0700 you wrote: > Hi! > > The following changes since commit 3fdd47c3b40ac48e6e6e5904cf24d12e6e073a96: > > Merge tag 'for_linus' of > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vh

Re: [PATCH] net: sockmap: Don't call bpf_prog_put() on NULL pointer

2020-10-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 12 Oct 2020 18:09:53 +0100 you wrote: > If bpf_prog_inc_not_zero() fails for skb_parser, then bpf_prog_put() is > called unconditionally on skb_verdict, even though it may be NULL. Fix > and tidy up error path. > > Ad

Re: [PATCH net-next 0/2] rxrpc: Fixes

2020-10-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 15 Oct 2020 13:59:11 +0100 you wrote: > Here are a couple of fixes that need to be applied on top of rxrpc patches > in net-next: > > (1) Fix a bug in the connection bundle changes in the net-next tree. > > (2)

Re: [PATCH net v2] net: ipa: skip suspend/resume activities if not set up

2020-10-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 9 Oct 2020 15:28:48 -0500 you wrote: > When processing a system suspend request we suspend modem endpoints > if they are enabled, and call ipa_cmd_tag_process() (which issues > IPA commands) to ensure the IPA pipeline i

Re: [PATCH net] bridge: Netlink interface fix.

2020-10-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 7 Oct 2020 12:07:00 + you wrote: > This commit is correcting NETLINK br_fill_ifinfo() to be able to > handle 'filter_mask' with multiple flags asserted. > > Fixes: 36a8e8e265420 ("bridge: Extend br_fill_ifinfo to re

Re: [PATCH] net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()

2020-10-08 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 7 Oct 2020 09:24:01 +0530 you wrote: > In nl80211_parse_key(), key.idx is first initialized as -1. > If this value of key.idx remains unmodified and gets returned, and > nl80211_key_allowed() also returns 0, then rdev_d

Re: [PATCH bpf-next] kernel/bpf/verifier: fix build when NET is not enabled

2020-10-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 6 Oct 2020 19:16:13 -0700 you wrote: > Fix build errors in kernel/bpf/verifier.c when CONFIG_NET is > not enabled. > > ../kernel/bpf/verifier.c:3995:13: error: ‘btf_sock_ids’ undeclared here (not > in a function); d

<    2   3   4   5   6   7