Re: [PATCH bpf 1/2] bpf: allow empty module BTFs
Hello: This series was applied to bpf/bpf.git (refs/heads/master): On Sat, 9 Jan 2021 23:03:40 -0800 you wrote: > Some modules don't declare any new types and end up with an empty BTF, > containing only valid BTF header and no types or strings sections. This > currently causes BTF validation error. There is nothing wrong with such BTF, > so fix the issue by allowing module BTFs with no types or strings. > > Reported-by: Christopher William Snowhill > Fixes: 36e68442d1af ("bpf: Load and verify kernel module BTFs") > Signed-off-by: Andrii Nakryiko > > [...] Here is the summary with links: - [bpf,1/2] bpf: allow empty module BTFs https://git.kernel.org/bpf/bpf/c/bcc5e6162d66 - [bpf,2/2] libbpf: allow loading empty BTFs https://git.kernel.org/bpf/bpf/c/b8d52264df85 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH bpf v2] bpf: don't leak memory in bpf getsockopt when optlen == 0
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Tue, 12 Jan 2021 08:28:29 -0800 you wrote: > optlen == 0 indicates that the kernel should ignore BPF buffer > and use the original one from the user. We, however, forget > to free the temporary buffer that we've allocated for BPF. > > Reported-by: Martin KaFai Lau > Fixes: d8fe449a9c51 ("bpf: Don't return EINVAL from {get,set}sockopt when > optlen > PAGE_SIZE") > Signed-off-by: Stanislav Fomichev > > [...] Here is the summary with links: - [bpf,v2] bpf: don't leak memory in bpf getsockopt when optlen == 0 https://git.kernel.org/bpf/bpf/c/4be34f3d0731 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 18:07:07 +0100 you wrote: > In commit 826f328e2b7e ("net: dcb: Validate netlink message in DCB > handler"), Linux started rejecting RTM_GETDCB netlink messages if they > contained a set-like DCB_CMD_ command. > > The reason was that privileges were only verified for RTM_SETDCB messages, > but the value that determined the action to be taken is the command, not > the message type. And validation of message type against the DCB command > was the obvious missing piece. > > [...] Here is the summary with links: - [net] net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands https://git.kernel.org/netdev/net/c/df85bc140a4d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net 0/2] bnxt_en: Bug fixes.
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 04:26:38 -0500 you wrote: > This series has 2 fixes. The first one fixes a resource accounting error > with the RDMA driver loaded and the second one fixes the firmware > flashing sequence after defragmentation. > > Please queue the 1st one for -stable. Thanks. > > Michael Chan (1): > bnxt_en: Improve stats context resource accounting with RDMA driver > loaded. > > [...] Here is the summary with links: - [net,1/2] bnxt_en: Improve stats context resource accounting with RDMA driver loaded. https://git.kernel.org/netdev/net/c/869c4d5eb1e6 - [net,2/2] bnxt_en: Clear DEFRAG flag in firmware message when retry flashing. https://git.kernel.org/netdev/net/c/687487751814 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH 1/2] r8152: Add Lenovo Powered USB-C Travel Hub
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 20:03:13 +0100 you wrote: > This USB-C Hub (17ef:721e) based on the Realtek RTL8153B chip used to > use the cdc_ether driver. However, using this driver, with the system > suspended the device constantly sends pause-frames as soon as the > receive buffer fills up. This causes issues with other devices, where > some Ethernet switches stop forwarding packets altogether. > > Using the Realtek driver (r8152) fixes this issue. Pause frames are no > longer sent while the host system is suspended. > > [...] Here is the summary with links: - [1/2] r8152: Add Lenovo Powered USB-C Travel Hub https://git.kernel.org/netdev/net/c/cb82a54904a9 - [2/2] r8153_ecm: Add Lenovo Powered USB-C Hub as a fallback of r8152 https://git.kernel.org/netdev/net/c/2284bbd0cf39 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH RESEND net-next] net: sfp: add debugfs support
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 10 Jan 2021 10:59:38 + you wrote: > Add debugfs support to SFP so that the internal state of the SFP state > machines and hardware signal state can be viewed from userspace, rather > than having to compile a debug kernel to view state state transitions > in the kernel log. The 'state' output looks like: > > Module state: empty > Module probe attempts: 0 0 > Device state: up > Main state: down > Fault recovery remaining retries: 5 > PHY probe remaining retries: 12 > moddef0: 0 > rx_los: 1 > tx_fault: 1 > tx_disable: 1 > > [...] Here is the summary with links: - [RESEND,net-next] net: sfp: add debugfs support https://git.kernel.org/netdev/net-next/c/9cc8976c69eb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 0/3] hv_netvsc: Prevent packet loss during VF add/remove
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 8 Jan 2021 16:53:40 -0800 you wrote: > From: Long Li > > This patch set fixes issues with packet loss on VF add/remove. > > Long Li (3): > hv_netvsc: Check VF datapath when sending traffic to VF > hv_netvsc: Wait for completion on request SWITCH_DATA_PATH > hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove > > [...] Here is the summary with links: - [v2,1/3] hv_netvsc: Check VF datapath when sending traffic to VF https://git.kernel.org/netdev/net-next/c/69d25a6cf4ca - [v2,2/3] hv_netvsc: Wait for completion on request SWITCH_DATA_PATH https://git.kernel.org/netdev/net-next/c/8b31f8c982b7 - [v2,3/3] hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove https://git.kernel.org/netdev/net-next/c/34b06a2eee44 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] fsl/fman: Add MII mode support.
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 07:39:03 +0300 you wrote: > Set proper value to IF_MODE register for MII mode. > > Signed-off-by: Maxim Kochetkov > --- > drivers/net/ethernet/freescale/fman/fman_memac.c | 4 > 1 file changed, 4 insertions(+) Here is the summary with links: - [net-next] fsl/fman: Add MII mode support. https://git.kernel.org/netdev/net-next/c/5bc8f5ab3b75 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net 0/2] mptcp: a couple of fixes
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 18:25:22 +0100 you wrote: > This series includes two related fixes addressing potential divide by 0 > bugs in the MPTCP datapath. > > Paolo Abeni (2): > mptcp: more strict state checking for acks > mptcp: better msk-level shutdown. > > [...] Here is the summary with links: - [net,1/2] mptcp: more strict state checking for acks https://git.kernel.org/netdev/net/c/20bc80b6f582 - [net,2/2] mptcp: better msk-level shutdown. https://git.kernel.org/netdev/net/c/76e2a55d1625 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net 0/2] net/smc: fix out of bound access in netlink interface
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 17:21:20 +0100 you wrote: > Please apply the following patch for smc to netdev's net tree. > > Both patches fix possible out-of-bounds reads. The original code expected > that snprintf() reads len-1 bytes from source and appends the terminating > null, but actually snprintf() first copies len bytes and finally overwrites > the last byte with a null. > Fix this by using memcpy() and terminating the string afterwards. > > [...] Here is the summary with links: - [net,1/2] smc: fix out of bound access in smc_nl_get_sys_info() https://git.kernel.org/netdev/net/c/25fe2c9c4cd2 - [net,2/2] net/smc: use memcpy instead of snprintf to avoid out of bounds read https://git.kernel.org/netdev/net/c/8a4465368964 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v8 0/2] net: dsa: add stats64 support
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 11:46:56 +0100 you wrote: > changes v8: > - stats.no_handler should not be assigned from HW stats > > changes v7: > - move raw.filtered from rx_errors to rx_dropped counter > > changes v6: > - move stats64 callback to ethtool section > - ar9331: diff. fixes > - ar9331: move stats calculation to the worker > - ar9331: extend rx/tx error counters > - use spin lock instead of u64_stats* > > [...] Here is the summary with links: - [net-next,v8,1/2] net: dsa: add optional stats64 support https://git.kernel.org/netdev/net-next/c/c2ec5f2ecf6a - [net-next,v8,2/2] net: dsa: qca: ar9331: export stats64 https://git.kernel.org/netdev/net-next/c/bf9ce385932b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] hci: llc_shdlc: style: Simplify bool comparison
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 17:24:23 +0800 you wrote: > Fix the following coccicheck warning: > ./net/nfc/hci/llc_shdlc.c:239:5-21: WARNING: Comparison to bool > > Signed-off-by: YANG LI > Reported-by: Abaci Robot > --- > net/nfc/hci/llc_shdlc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - hci: llc_shdlc: style: Simplify bool comparison https://git.kernel.org/netdev/net-next/c/f50e2f9f7916 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] net: ipa: add config dependency on QCOM_SMEM
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 12 Jan 2021 13:21:34 -0600 you wrote: > The IPA driver depends on some SMEM functionality (qcom_smem_init(), > qcom_smem_alloc(), and qcom_smem_virt_to_phys()), but this is not > reflected in the configuration dependencies. Add a dependency on > QCOM_SMEM to avoid attempts to build the IPA driver without SMEM. > This avoids a link error for certain configurations. > > Reported-by: Randy Dunlap > Fixes: 38a4066f593c5 ("net: ipa: support COMPILE_TEST") > Signed-off-by: Alex Elder > > [...] Here is the summary with links: - [net-next] net: ipa: add config dependency on QCOM_SMEM https://git.kernel.org/netdev/net-next/c/46e05e1df628 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] rxrpc: Fix handling of an unsupported token type in rxrpc_read()
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 15:23:51 + you wrote: > Clang static analysis reports the following: > > net/rxrpc/key.c:657:11: warning: Assigned value is garbage or undefined > toksize = toksizes[tok++]; > ^ ~~~ > > rxrpc_read() contains two consecutive loops. The first loop calculates the > token sizes and stores the results in toksizes[] and the second one uses > the array. When there is an error in identifying the token in the first > loop, the token is skipped, no change is made to the toksizes[] array. > When the same error happens in the second loop, the token is not skipped. > This will cause the toksizes[] array to be out of step and will overrun > past the calculated sizes. > > [...] Here is the summary with links: - [net] rxrpc: Fix handling of an unsupported token type in rxrpc_read() https://git.kernel.org/netdev/net/c/d52e419ac8b5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [net 1/2] can: isotp: isotp_getname(): fix kernel information leak
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 22:21:57 +0100 you wrote: > From: Oliver Hartkopp > > Initialize the sockaddr_can structure to prevent a data leak to user space. > > Suggested-by: Cong Wang > Reported-by: syzbot+057884e2f453e8afe...@syzkaller.appspotmail.com > Fixes: e057dd3fc20f ("can: add ISO 15765-2:2016 transport protocol") > Signed-off-by: Oliver Hartkopp > Link: https://lore.kernel.org/r/20210112091643.11789-1-socket...@hartkopp.net > Signed-off-by: Marc Kleine-Budde > > [...] Here is the summary with links: - [net,1/2] can: isotp: isotp_getname(): fix kernel information leak https://git.kernel.org/netdev/net/c/b42b3a2744b3 - [net,2/2] can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check https://git.kernel.org/netdev/net/c/ca4c6ebeeb50 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH 1/2] bpf, libbpf: Avoid unused function warning on bpf_tail_call_static
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 13 Jan 2021 14:36:08 -0800 you wrote: > Add inline to __always_inline making it match the linux/compiler.h. > Adding this avoids an unused function warning on bpf_tail_call_static > when compining with -Wall. > > Signed-off-by: Ian Rogers > --- > tools/lib/bpf/bpf_helpers.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [1/2] bpf, libbpf: Avoid unused function warning on bpf_tail_call_static https://git.kernel.org/bpf/bpf-next/c/ce5a518e9de5 - [2/2] tools/bpftool: Add -Wall when building BPF programs https://git.kernel.org/bpf/bpf-next/c/bade5c554f1a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] octeontx2-pf: Add flow classification using IP next level protocol
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 16:55:37 +0530 you wrote: > This patch adds support to install flow rules using ipv4 proto or > ipv6 next header field to distinguish between tcp/udp/sctp/esp/ah > flows when user doesn't specify the other match creteria related to > the flow such as tcp/udp/sctp source port and destination port, ah/esp > spi value. This is achieved by matching the layer type extracted by > NPC HW into the search key. Modified the driver to use Ethertype as > match criteria when user doesn't specify source IP address and dest > IP address. The esp/ah flow rule matching using security parameter > index (spi) is not supported as of now since the field is not extracted > into MCAM search key. Modified npc_check_field function to return bool. > > [...] Here is the summary with links: - octeontx2-pf: Add flow classification using IP next level protocol https://git.kernel.org/netdev/net-next/c/b7cf966126eb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] net: core: use eth_type_vlan in __netif_receive_skb_core
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 02:42:21 -0800 you wrote: > From: Menglong Dong > > Replace the check for ETH_P_8021Q and ETH_P_8021AD in > __netif_receive_skb_core with eth_type_vlan. > > Signed-off-by: Menglong Dong > > [...] Here is the summary with links: - [net-next] net: core: use eth_type_vlan in __netif_receive_skb_core https://git.kernel.org/netdev/net-next/c/324cefaf1c72 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] dpaa2-eth: add support for Rx VLAN filtering
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 19:07:25 +0200 you wrote: > From: Ionut-robert Aron > > Declare Rx VLAN filtering as supported and user-changeable only when > there are VLAN filtering entries available on the DPNI object. Even > then, rx-vlan-filtering is by default disabled. > Also, populate the .ndo_vlan_rx_add_vid() and .ndo_vlan_rx_kill_vid() > callbacks for adding and removing a specific VLAN from the VLAN table. > > [...] Here is the summary with links: - [net-next] dpaa2-eth: add support for Rx VLAN filtering https://git.kernel.org/netdev/net-next/c/70b32d8276fe You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] dpaa2-mac: fix the remove path for non-MAC interfaces
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 19:18:02 +0200 you wrote: > From: Ioana Ciornei > > Check if the interface is indeed connected to a MAC before trying to > close the DPMAC object representing it. Without this check we end up > working with a NULL pointer. > > Fixes: d87e606373f6 ("dpaa2-mac: export MAC counters even when in TYPE_FIXED") > Signed-off-by: Ioana Ciornei > > [...] Here is the summary with links: - [net-next] dpaa2-mac: fix the remove path for non-MAC interfaces https://git.kernel.org/netdev/net-next/c/848c1903d35e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] i40e: fix potential NULL pointer dereferencing
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 18:11:38 + you wrote: > Currently, the function i40e_construct_skb_zc only frees the input xdp > buffer when the output skb is successfully built. On error, the > function i40e_clean_rx_irq_zc does not commit anything for the current > packet descriptor and simply exits the packet descriptor processing > loop, with the plan to restart the processing of this descriptor on > the next invocation. Therefore, on error the ring next-to-clean > pointer should not advance, the xdp i.e. *bi buffer should not be > freed and the current buffer info should not be invalidated by setting > *bi to NULL. Therefore, the *bi should only be set to NULL when the > function i40e_construct_skb_zc is successful, otherwise a NULL *bi > will be dereferenced when the work for the current descriptor is > eventually restarted. > > [...] Here is the summary with links: - [net] i40e: fix potential NULL pointer dereferencing https://git.kernel.org/netdev/net/c/7128c834d30e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net V3] cxgb4/chtls: Fix tid stuck due to wrong update of qid
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 12 Jan 2021 11:06:00 +0530 you wrote: > TID stuck is seen when there is a race in > CPL_PASS_ACCEPT_RPL/CPL_ABORT_REQ and abort is arriving > before the accept reply, which sets the queue number. > In this case HW ends up sending CPL_ABORT_RPL_RSS to an > incorrect ingress queue. > > V1->V2: > - Removed the unused variable len in chtls_set_quiesce_ctrl(). > > [...] Here is the summary with links: - [net,V3] cxgb4/chtls: Fix tid stuck due to wrong update of qid https://git.kernel.org/netdev/net/c/8ad2a970d201 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] tcp: assign skb hash after tcp_event_data_sent
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 11 Jan 2021 15:05:52 -0800 you wrote: > Move skb_set_hash_from_sk s.t. it's called after instead of before > tcp_event_data_sent is called. This enables congestion control > modules to change the socket hash right before restarting from > idle (via the TX_START congestion event). > > Signed-off-by: Yuchung Cheng > Signed-off-by: Eric Dumazet > Signed-off-by: Neal Cardwell > > [...] Here is the summary with links: - [net-next] tcp: assign skb hash after tcp_event_data_sent https://git.kernel.org/netdev/net-next/c/0ae5b43d6dde You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] nt: usb: USB_RTL8153_ECM should not default to y
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 15:43:09 +0100 you wrote: > In general, device drivers should not be enabled by default. > > Fixes: 657bc1d10bfc23ac ("r8153_ecm: avoid to be prior to r8152 driver") > Signed-off-by: Geert Uytterhoeven > --- > drivers/net/usb/Kconfig | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - nt: usb: USB_RTL8153_ECM should not default to y https://git.kernel.org/netdev/net/c/7da17624e794 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] net: avoid 32 x truesize under-estimation for tiny skbs
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 08:18:19 -0800 you wrote: > From: Eric Dumazet > > Both virtio net and napi_get_frags() allocate skbs > with a very small skb->head > > While using page fragments instead of a kmalloc backed skb->head might give > a small performance improvement in some cases, there is a huge risk of > under estimating memory usage. > > [...] Here is the summary with links: - [net] net: avoid 32 x truesize under-estimation for tiny skbs https://git.kernel.org/netdev/net/c/3226b158e67c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net v2 0/7] MAINTAINERS: remove inactive folks from networking
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 17:49:05 -0800 you wrote: > Hi! > > This series intends to remove some most evidently inactive maintainers. > > To make maintainers' lives easier we're trying to nudge people > towards CCing all the relevant folks on patches, in an attempt > to improve review rate. We have a check in patchwork which validates > the CC list against get_maintainers.pl. It's a little awkward, however, > to force people to CC maintainers who we haven't seen on the mailing > list for years. This series removes from maintainers folks who didn't > provide any tag (incl. authoring a patch) in the last 5 years. > To ensure reasonable signal to noise ratio we only considered > MAINTAINERS entries which had more than 100 patches fall under > them in that time period. > > [...] Here is the summary with links: - [net,v2,1/7] MAINTAINERS: altx: move Jay Cliburn to CREDITS https://git.kernel.org/netdev/net/c/93089de91e85 - [net,v2,2/7] MAINTAINERS: net: move Alexey Kuznetsov to CREDITS https://git.kernel.org/netdev/net/c/09cd3f4683a9 - [net,v2,3/7] MAINTAINERS: vrf: move Shrijeet to CREDITS https://git.kernel.org/netdev/net/c/5e62d124f75a - [net,v2,4/7] MAINTAINERS: ena: remove Zorik Machulsky from reviewers https://git.kernel.org/netdev/net/c/c41efbf2ad56 - [net,v2,5/7] MAINTAINERS: tls: move Aviad to CREDITS https://git.kernel.org/netdev/net/c/0e4ed0b62b5a - [net,v2,6/7] MAINTAINERS: ipvs: move Wensong Zhang to CREDITS https://git.kernel.org/netdev/net/c/4f3786e01194 - [net,v2,7/7] MAINTAINERS: dccp: move Gerrit Renker to CREDITS https://git.kernel.org/netdev/net/c/054c4610bd05 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net v2 1/2] net: stmmac: fix taprio schedule configuration
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 13 Jan 2021 14:15:56 +0100 you wrote: > From: Yannick Vignon > > When configuring a 802.1Qbv schedule through the tc taprio qdisc on an NXP > i.MX8MPlus device, the effective cycle time differed from the requested one > by N*96ns, with N number of entries in the Qbv Gate Control List. This is > because the driver was adding a 96ns margin to each interval of the GCL, > apparently to account for the IPG. The problem was observed on NXP > i.MX8MPlus devices but likely affected all devices relying on the same > configuration callback (dwmac 4.00, 4.10, 5.10 variants). > > [...] Here is the summary with links: - [net,v2,1/2] net: stmmac: fix taprio schedule configuration https://git.kernel.org/netdev/net/c/b76889ff51bf - [net,v2,2/2] net: stmmac: fix taprio configuration when base_time is in the past https://git.kernel.org/netdev/net/c/fe28c53ed71d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] mptcp: fix locking in mptcp_disconnect()
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 16:37:37 +0100 you wrote: > tcp_disconnect() expects the caller acquires the sock lock, > but mptcp_disconnect() is not doing that. Add the missing > required lock. > > Reported-by: Eric Dumazet > Fixes: 76e2a55d1625 ("mptcp: better msk-level shutdown.") > Signed-off-by: Paolo Abeni > > [...] Here is the summary with links: - [net] mptcp: fix locking in mptcp_disconnect() https://git.kernel.org/netdev/net/c/13a9499e8333 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 17:12:15 +0200 you wrote: > Cited patch below blocked the TLS TX device offload unless HW_CSUM > is set. This broke devices that use IP_CSUM && IP6_CSUM. > Here we fix it. > > Note that the single HW_TLS_TX feature flag indicates support for > both IPv4/6, hence it should still be disabled in case only one of > (IP_CSUM | IPV6_CSUM) is set. > > [...] Here is the summary with links: - [net] net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM https://git.kernel.org/netdev/net/c/25537d71e2d0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [GIT PULL] Networking for 5.11-rc4
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 12:05:51 -0800 you wrote: > Hi! > > We have a few fixes for long standing issues, in particular > Eric's fix to not underestimate the skb sizes, and my fix for > brokenness of register_netdevice() error path. They may uncover > other bugs so we will keep an eye on them. Also included are > Willem's fixes for kmap(_atomic). > > [...] Here is the summary with links: - [GIT,PULL] Networking for 5.11-rc4 https://git.kernel.org/netdev/net/c/e8c13a6bc8eb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v2 0/2] Add 100 base-x mode
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 12:56:24 +0100 you wrote: > Adding support for 100 base-x in phylink. > The Sparx5 switch supports 100 base-x pcs (IEEE 802.3 Clause 24) 4b5b encoded. > These patches adds phylink support for that mode. > > Tested in Sparx5, using sfp modules: > Axcen 100fx AXFE-1314-0521 (base-fx) > Axcen 100lx AXFE-1314-0551 (base-lx) > HP SFP 100FX J9054C (bx-10) > Excom SFP-SX-M1002 (base-lx) > > [...] Here is the summary with links: - [net-next,v2,1/2] net: phy: Add 100 base-x mode https://git.kernel.org/netdev/net-next/c/b1ae3587d16a - [net-next,v2,2/2] sfp: add support for 100 base-x SFPs https://git.kernel.org/netdev/net-next/c/6e12f35cef6b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v4 00/13] selftests: Updates to allow single instance of nettest for client and server
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 20:09:36 -0700 you wrote: > Update nettest to handle namespace change internally to allow a > single instance to run both client and server modes. Device validation > needs to be moved after the namespace change and a few run time > options need to be split to allow values for client and server. > > v4 > - really fix the memory leak with stdout/stderr buffers > > [...] Here is the summary with links: - [net-next,v4,01/13] selftests: Move device validation in nettest https://git.kernel.org/netdev/net-next/c/3a70a6451551 - [net-next,v4,02/13] selftests: Move convert_addr up in nettest https://git.kernel.org/netdev/net-next/c/6fc90e18994c - [net-next,v4,03/13] selftests: Move address validation in nettest https://git.kernel.org/netdev/net-next/c/f2f575840a59 - [net-next,v4,04/13] selftests: Add options to set network namespace to nettest https://git.kernel.org/netdev/net-next/c/092e0ceb12f2 - [net-next,v4,05/13] selftests: Add support to nettest to run both client and server https://git.kernel.org/netdev/net-next/c/6469403c97b4 - [net-next,v4,06/13] selftests: Use separate stdout and stderr buffers in nettest https://git.kernel.org/netdev/net-next/c/f222c37cf75a - [net-next,v4,07/13] selftests: Add missing newline in nettest error messages https://git.kernel.org/netdev/net-next/c/db9993359e58 - [net-next,v4,08/13] selftests: Make address validation apply only to client mode https://git.kernel.org/netdev/net-next/c/9a8d584964fc - [net-next,v4,09/13] selftests: Consistently specify address for MD5 protection https://git.kernel.org/netdev/net-next/c/a824e261d7cd - [net-next,v4,10/13] selftests: Add new option for client-side passwords https://git.kernel.org/netdev/net-next/c/d3857b8f0d19 - [net-next,v4,11/13] selftests: Add separate options for server device bindings https://git.kernel.org/netdev/net-next/c/8a909735fa29 - [net-next,v4,12/13] selftests: Remove exraneous newline in nettest https://git.kernel.org/netdev/net-next/c/f26a008c4512 - [net-next,v4,13/13] selftests: Add separate option to nettest for address binding https://git.kernel.org/netdev/net-next/c/5265a0142f57 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_add
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 10:35:56 +0200 you wrote: > From: Vladimir Oltean > > prestera_bridge_port_vlan_add should have been called with vlan->vid, > however this was masked by the presence of the local vid variable and I > did not notice the build warning. > > Reported-by: kernel test robot > Fixes: b7a9e0da2d1c ("net: switchdev: remove vid_begin -> vid_end range from > VLAN objects") > Signed-off-by: Vladimir Oltean > > [...] Here is the summary with links: - [net-next] net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_add https://git.kernel.org/netdev/net-next/c/c612fe780803 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] net: openvswitch: add log message for error case
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 14:50:00 +0100 you wrote: > As requested by upstream OVS, added some error messages in the > validate_and_copy_dec_ttl function. > > Includes a small cleanup, which removes an unnecessary parameter > from the dec_ttl_exception_handler() function. > > Reported-by: Flavio Leitner > Signed-off-by: Eelco Chaudron > > [...] Here is the summary with links: - [net-next] net: openvswitch: add log message for error case https://git.kernel.org/netdev/net-next/c/a5317f3b06b3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v5 net-next 0/5] net: dsa: Link aggregation support
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 09:42:50 +0100 you wrote: > Start of by adding an extra notification when adding a port to a bond, > this allows static LAGs to be offloaded using the bonding driver. > > Then add the generic support required to offload link aggregates to > drivers built on top of the DSA subsystem. > > Finally, implement offloading for the mv88e6xxx driver, i.e. Marvell's > LinkStreet family. > > [...] Here is the summary with links: - [v5,net-next,1/5] net: bonding: Notify ports about their initial state https://git.kernel.org/netdev/net-next/c/32d4c5647aad - [v5,net-next,2/5] net: dsa: Don't offload port attributes on standalone ports https://git.kernel.org/netdev/net-next/c/5696c8aedfcc - [v5,net-next,3/5] net: dsa: Link aggregation support https://git.kernel.org/netdev/net-next/c/058102a6e9eb - [v5,net-next,4/5] net: dsa: mv88e6xxx: Link aggregation support https://git.kernel.org/netdev/net-next/c/57e661aae6a8 - [v5,net-next,5/5] net: dsa: tag_dsa: Support reception of packets from LAG devices https://git.kernel.org/netdev/net-next/c/5b60dadb71db You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] mlxsw: pci: switch from 'pci_' to 'dma_' API
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 09:47:57 +0100 you wrote: > The wrappers in include/linux/pci-dma-compat.h should go away. > > The patch has been generated with the coccinelle script below and has been > hand modified to replace GFP_ with a correct flag. > It has been compile tested. > > When memory is allocated in 'mlxsw_pci_queue_init()' and > 'mlxsw_pci_fw_area_init()' GFP_KERNEL can be used because both functions > are already using this flag and no lock is acquired. > > [...] Here is the summary with links: - mlxsw: pci: switch from 'pci_' to 'dma_' API https://git.kernel.org/netdev/net-next/c/bb5c64c879e5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] ch_ipsec: Remove initialization of rxq related data
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 13 Jan 2021 10:13:02 +0530 you wrote: > Removing initialization of nrxq and rxq_size in uld_info. As > ipsec uses nic queues only, there is no need to create uld > rx queues for ipsec. > > Fixes: 1b77be463929e ("crypto/chcr: Moving chelsio's inline ipsec > functionality to /drivers/net") > Signed-off-by: Ayush Sawal > > [...] Here is the summary with links: - [net] ch_ipsec: Remove initialization of rxq related data https://git.kernel.org/netdev/net-next/c/e3a7670737ec You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v4 0/2] Dissect PTP L2 packet header
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 12 Jan 2021 21:07:11 +0200 you wrote: > Hi Jakub, Dave, > > This series adds support for dissecting PTP L2 packet > header (EtherType 0x88F7). > > For packet header dissecting, skb->protocol is needed. Add protocol > parsing operation to vlan ops, to guarantee skb->protocol is set, > as EtherType 0x88F7 occasionally follows a vlan header. > > [...] Here is the summary with links: - [net-next,v4,1/2] net: vlan: Add parse protocol header ops https://git.kernel.org/netdev/net-next/c/71854255820d - [net-next,v4,2/2] net: flow_dissector: Parse PTP L2 packet header https://git.kernel.org/netdev/net-next/c/4f1cc51f3488 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v3] octeontx2-af: Fix missing check bugs in rvu_cgx.c
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 should be checked before mapping, > so we add the is_cgx_config_permitted() in the functions. > > [...] Here is the summary with links: - [v3] octeontx2-af: Fix missing check bugs in rvu_cgx.c https://git.kernel.org/netdev/net/c/b7ba6cfabc42 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH bpf] MAINTAINERS: update my email address
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Fri, 15 Jan 2021 11:43:37 +0100 you wrote: > From: Björn Töpel > > My Intel email will stop working in a not too distant future. Move my > MAINTAINERS entries to my kernel.org address. > > Signed-off-by: Björn Töpel > > [...] Here is the summary with links: - [bpf] MAINTAINERS: update my email address https://git.kernel.org/bpf/bpf/c/235ecd36c7a9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next 0/2] Add further DT configuration for AT803x PHYs
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 10:44:56 + you wrote: > Hi, > > This patch series adds the ability to configure the SmartEEE feature > in AT803x PHYs. SmartEEE defaults to enabled on these PHYs, and has > a history of causing random sporadic link drops at Gigabit speeds. > > There appears to be two solutions to this. There is the approach that > Freescale adopted early on, which is to disable the SmartEEE feature. > However, this loses the power saving provided by EEE. Another solution > was found by Jon Nettleton is to increase the Tw parameter for Gigabit > links. > > [...] Here is the summary with links: - [net-next,1/2] dt: ar803x: document SmartEEE properties https://git.kernel.org/netdev/net-next/c/623c13295cf4 - [net-next,2/2] net: phy: at803x: add support for configuring SmartEEE https://git.kernel.org/netdev/net-next/c/390b4cad8148 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [Patch net v4] cls_flower: call nla_ok() before nla_next()
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 15 Jan 2021 10:50:24 -0800 you wrote: > From: Cong Wang > > fl_set_enc_opt() simply checks if there are still bytes left to parse, > but this is not sufficent as syzbot seems to be able to generate > malformatted netlink messages. nla_ok() is more strict so should be > used to validate the next nlattr here. > > [...] Here is the summary with links: - [net,v4] cls_flower: call nla_ok() before nla_next() https://git.kernel.org/netdev/net/c/c96adff95619 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] netxen_nic: switch from 'pci_' to 'dma_' API
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_ with a correct flag. > It has been compile tested. > > When memory is allocated in 'netxen_get_minidump_template()' GFP_KERNEL can > be used because its only caller, ' netxen_setup_minidump(()' already uses > it and no lock is acquired in the between. > > [...] Here is the summary with links: - netxen_nic: switch from 'pci_' to 'dma_' API https://git.kernel.org/netdev/net-next/c/297af515d75f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 net-next] net: dsa: set configure_vlan_while_not_filtering to true by default
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 01:19:19 +0200 you wrote: > As explained in commit 54a0ed0df496 ("net: dsa: provide an option for > drivers to always receive bridge VLANs"), DSA has historically been > skipping VLAN switchdev operations when the bridge wasn't in > vlan_filtering mode, but the reason why it was doing that has never been > clear. So the configure_vlan_while_not_filtering option is there merely > to preserve functionality for existing drivers. It isn't some behavior > that drivers should opt into. Ideally, when all drivers leave this flag > set, we can delete the dsa_port_skip_vlan_configuration() function. > > [...] Here is the summary with links: - [v2,net-next] net: dsa: set configure_vlan_while_not_filtering to true by default https://git.kernel.org/netdev/net-next/c/0ee2af4ebbe3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] gianfar: remove definition of DEBUG
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: remove definition of DEBUG https://git.kernel.org/netdev/net-next/c/2267c530f868 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] neighbor: remove definition of DEBUG
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: remove definition of DEBUG https://git.kernel.org/netdev/net-next/c/e794e7fa1963 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] net: ks8851: remove definition of DEBUG
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: ks8851: remove definition of DEBUG https://git.kernel.org/netdev/net-next/c/3ada665b8fab You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] net_sched: gen_estimator: support large ewma log
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 10:19:29 -0800 you wrote: > From: Eric Dumazet > > syzbot report reminded us that very big ewma_log were supported in the past, > even if they made litle sense. > > tc qdisc replace dev xxx root est 1sec 131072sec ... > > [...] Here is the summary with links: - [net] net_sched: gen_estimator: support large ewma log https://git.kernel.org/netdev/net/c/dd5e073381f2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 10:52:29 -0800 you wrote: > From: Eric Dumazet > > tc_index being 16bit wide, we need to check that TCA_TCINDEX_SHIFT > attribute is not silly. > > UBSAN: shift-out-of-bounds in net/sched/cls_tcindex.c:260:29 > shift exponent 255 is too large for 32-bit type 'int' > CPU: 0 PID: 8516 Comm: syz-executor228 Not tainted 5.10.0-syzkaller #0 > Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS > Google 01/01/2011 > Call Trace: > __dump_stack lib/dump_stack.c:79 [inline] > dump_stack+0x107/0x163 lib/dump_stack.c:120 > ubsan_epilogue+0xb/0x5a lib/ubsan.c:148 > __ubsan_handle_shift_out_of_bounds.cold+0xb1/0x181 lib/ubsan.c:395 > valid_perfect_hash net/sched/cls_tcindex.c:260 [inline] > tcindex_set_parms.cold+0x1b/0x215 net/sched/cls_tcindex.c:425 > tcindex_change+0x232/0x340 net/sched/cls_tcindex.c:546 > tc_new_tfilter+0x13fb/0x21b0 net/sched/cls_api.c:2127 > rtnetlink_rcv_msg+0x8b6/0xb80 net/core/rtnetlink.c: > netlink_rcv_skb+0x153/0x420 net/netlink/af_netlink.c:2494 > netlink_unicast_kernel net/netlink/af_netlink.c:1304 [inline] > netlink_unicast+0x533/0x7d0 net/netlink/af_netlink.c:1330 > netlink_sendmsg+0x907/0xe40 net/netlink/af_netlink.c:1919 > sock_sendmsg_nosec net/socket.c:652 [inline] > sock_sendmsg+0xcf/0x120 net/socket.c:672 > sys_sendmsg+0x6e8/0x810 net/socket.c:2336 > ___sys_sendmsg+0xf3/0x170 net/socket.c:2390 > __sys_sendmsg+0xe5/0x1b0 net/socket.c:2423 > do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46 > entry_SYSCALL_64_after_hwframe+0x44/0xa9 > > [...] Here is the summary with links: - [net] net_sched: avoid shift-out-of-bounds in tcindex_set_parms() https://git.kernel.org/netdev/net/c/bcd0cf19ef82 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v6 net-next 00/10] Configuring congestion watermarks on ocelot switch using devlink-sb
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 04:11:10 +0200 you wrote: > From: Vladimir Oltean > > In some applications, it is important to create resource reservations in > the Ethernet switches, to prevent background traffic, or deliberate > attacks, from inducing denial of service into the high-priority traffic. > > These patches give the user some knobs to turn. The ocelot switches > support per-port and per-port-tc reservations, on ingress and on egress. > The resources that are monitored are packet buffers (in cells of 60 > bytes each) and frame references. > > [...] Here is the summary with links: - [v6,net-next,01/10] net: mscc: ocelot: auto-detect packet buffer size and number of frame references https://git.kernel.org/netdev/net-next/c/f6fe01d6fa24 - [v6,net-next,02/10] net: mscc: ocelot: add ops for decoding watermark threshold and occupancy https://git.kernel.org/netdev/net-next/c/703b762190e6 - [v6,net-next,03/10] net: dsa: add ops for devlink-sb https://git.kernel.org/netdev/net-next/c/2a6ef7630372 - [v6,net-next,04/10] net: dsa: felix: reindent struct dsa_switch_ops https://git.kernel.org/netdev/net-next/c/a7096915e427 - [v6,net-next,05/10] net: dsa: felix: perform teardown in reverse order of setup https://git.kernel.org/netdev/net-next/c/d19741b0f544 - [v6,net-next,06/10] net: mscc: ocelot: export NUM_TC constant from felix to common switch lib https://git.kernel.org/netdev/net-next/c/70d39a6e62d3 - [v6,net-next,07/10] net: mscc: ocelot: delete unused ocelot_set_cpu_port prototype https://git.kernel.org/netdev/net-next/c/c6c65d47ddeb - [v6,net-next,08/10] net: mscc: ocelot: register devlink ports https://git.kernel.org/netdev/net-next/c/6c30384eb1de - [v6,net-next,09/10] net: mscc: ocelot: initialize watermarks to sane defaults https://git.kernel.org/netdev/net-next/c/a4ae997adcbd - [v6,net-next,10/10] net: mscc: ocelot: configure watermarks using devlink-sb https://git.kernel.org/netdev/net-next/c/f59fd9cab730 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 net-next] net: tap: check vlan with eth_type_vlan() method
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 is the summary with links: - [v2,net-next] net: tap: check vlan with eth_type_vlan() method https://git.kernel.org/netdev/net-next/c/b69df2608281 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] nfc: netlink: use &w->w in nfc_genl_rcv_nl_event
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, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [net-next] nfc: netlink: use &w->w in nfc_genl_rcv_nl_event https://git.kernel.org/netdev/net-next/c/32d91b4af353 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] tcp_cubic: use memset and offsetof init
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(+), 10 deletions(-) Here is the summary with links: - tcp_cubic: use memset and offsetof init https://git.kernel.org/netdev/net-next/c/f4d133d86af7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [RESEND v2 0/7] Rid W=1 warnings in Ethernet
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 little warnings. > > No changes since v2, just a rebase onto net-next. > > [...] Here is the summary with links: - [1/7] net: ethernet: smsc: smc91x: Fix function name in kernel-doc header https://git.kernel.org/netdev/net-next/c/7d2a92445e3f - [2/7] net: xen-netback: xenbus: Demote nonconformant kernel-doc headers https://git.kernel.org/netdev/net-next/c/090c7ae8e0d0 - [3/7] net: ethernet: ti: am65-cpsw-qos: Demote non-conformant function header https://git.kernel.org/netdev/net-next/c/935888cda820 - [4/7] net: ethernet: ti: am65-cpts: Document am65_cpts_rx_enable()'s 'en' parameter https://git.kernel.org/netdev/net-next/c/e49e4647f3e2 - [5/7] net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours https://git.kernel.org/netdev/net-next/c/807086021bf5 - [6/7] net: ethernet: toshiba: ps3_gelic_net: Fix some kernel-doc misdemeanours https://git.kernel.org/netdev/net-next/c/b51036321461 - [7/7] net: ethernet: toshiba: spider_net: Document a whole bunch of function parameters https://git.kernel.org/netdev/net-next/c/e242d5989965 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] cxgb4: enable interrupt based Tx completions for T5
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 15:50:59 +0530 you wrote: > Enable interrupt based Tx completions to improve latency for T5. > The consumer index (CIDX) will now come via interrupts so that Tx > SKBs can be freed up sooner in Rx path. Also, enforce CIDX flush > threshold override (CIDXFTHRESHO) to improve latency for slow > traffic. This ensures that the interrupt is generated immediately > whenever hardware catches up with driver (i.e. CIDX == PIDX is > reached), which is often the case for slow traffic. > > [...] Here is the summary with links: - [net-next] cxgb4: enable interrupt based Tx completions for T5 https://git.kernel.org/netdev/net-next/c/b660bccbc345 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 net] skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
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 page cache fragmentation and > memory consumption. > However, the fix adressed only __napi_alloc_skb() (primarily for > virtio_net and napi_get_frags()), but the issue can still be achieved > through __netdev_alloc_skb(), which is still used by several drivers. > Drivers often allocate a tiny skb for headers and place the rest of > the frame to frags (so-called copybreak). > Mirror the condition to __netdev_alloc_skb() to handle this case too. > > [...] Here is the summary with links: - [v2,net] skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too https://git.kernel.org/netdev/net/c/66c556025d68 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] net: mscc: ocelot: Remove unneeded semicolon
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 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - net: mscc: ocelot: Remove unneeded semicolon https://git.kernel.org/netdev/net-next/c/20efd2c79afb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] net: mscc: ocelot: allow offloading of bridge on top of LAG
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 15:52:10 +0200 you wrote: > From: Vladimir Oltean > > The blamed commit was too aggressive, and it made ocelot_netdevice_event > react only to network interface events emitted for the ocelot switch > ports. > > In fact, only the PRECHANGEUPPER should have had that check. > > [...] Here is the summary with links: - [net] net: mscc: ocelot: allow offloading of bridge on top of LAG https://git.kernel.org/netdev/net/c/79267ae22615 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 bpf-next 0/2] add xdp_build_skb_from_frame utility routine
Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 12 Jan 2021 19:26:11 +0100 you wrote: > Introduce __xdp_build_skb_from_frame and xdp_build_skb_from_frame routines > to build the skb from a xdp_frame. Respect to __xdp_build_skb_from_frame, > xdp_build_skb_from_frame will allocate the skb object. > Rely on __xdp_build_skb_from_frame/xdp_build_skb_from_frame in cpumap and > veth code. > > Changes since v1: > - fix a checkpatch warning > - improve commit log in patch 2/2 > > [...] Here is the summary with links: - [v2,bpf-next,1/2] net: xdp: introduce __xdp_build_skb_from_frame utility routine https://git.kernel.org/bpf/bpf-next/c/e753e92bbf33 - [v2,bpf-next,2/2] net: xdp: introduce xdp_build_skb_from_frame utility routine https://git.kernel.org/bpf/bpf-next/c/a2c2998d5c6b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: pull-request: mac80211 2021-01-18.2
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 21:47:49 +0100 you wrote: > Hi, > > New try, dropped the 160 MHz CSA patch for now that has the sparse > issue since people are waiting for the kernel-doc fixes. > > Please pull and let me know if there's any problem. > > [...] Here is the summary with links: - pull-request: mac80211 2021-01-18.2 https://git.kernel.org/netdev/net/c/bde2c0af6141 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH bpf-next] samples/bpf: add BPF_ATOMIC_OP macro for BPF samples
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 18 Jan 2021 10:17:53 +0100 you wrote: > From: Björn Töpel > > Brendan Jackman added extend atomic operations to the BPF instruction > set in commit 7064a7341a0d ("Merge branch 'Atomics for eBPF'"), which > introduces the BPF_ATOMIC_OP macro. However, that macro was missing > for the BPF samples. Fix that by adding it into bpf_insn.h. > > [...] Here is the summary with links: - [bpf-next] samples/bpf: add BPF_ATOMIC_OP macro for BPF samples https://git.kernel.org/bpf/bpf-next/c/af6953b633b3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH for bpf-next] docs: bpf: add minimal markup to address doc warning
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 18 Jan 2021 09:00:04 +0100 you wrote: > Commit 91c960b00566 ("bpf: Rename BPF_XADD and prepare to encode other > atomics in .imm") modified the BPF documentation, but missed some ReST > markup. > > Hence, make htmldocs warns on Documentation/networking/filter.rst:1053: > > WARNING: Inline emphasis start-string without end-string. > > [...] Here is the summary with links: - [for,bpf-next] docs: bpf: add minimal markup to address doc warning https://git.kernel.org/bpf/bpf-next/c/95204c9bfa48 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net 0/2] ipv6: fixes for the multicast routes
Hello: This series was applied to netdev/net.git (refs/heads/master): On Fri, 15 Jan 2021 19:42:07 +0100 you wrote: > From: Matteo Croce > > Fix two wrong flags in the IPv6 multicast routes created > by the autoconf code. > > Matteo Croce (2): > ipv6: create multicast route with RTPROT_KERNEL > ipv6: set multicast flag on the multicast route > > [...] Here is the summary with links: - [net,1/2] ipv6: create multicast route with RTPROT_KERNEL https://git.kernel.org/netdev/net/c/a826b04303a4 - [net,2/2] ipv6: set multicast flag on the multicast route https://git.kernel.org/netdev/net/c/ceed9038b278 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2] hv_netvsc: Add (more) validation for untrusted Hyper-V values
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 21:26:28 +0100 you wrote: > For additional robustness in the face of Hyper-V errors or malicious > behavior, validate all values that originate from packets that Hyper-V > has sent to the guest. Ensure that invalid values cannot cause indexing > off the end of an array, or subvert an existing validation via integer > overflow. Ensure that outgoing packets do not have any leftover guest > memory that has not been zeroed out. > > [...] Here is the summary with links: - [v2] hv_netvsc: Add (more) validation for untrusted Hyper-V values https://git.kernel.org/netdev/net-next/c/505e3f00c3f3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] net: phy: national: remove definition of DEBUG
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 15:53:46 -0800 you wrote: > From: Tom Rix > > Defining DEBUG should only be done in development. > So remove DEBUG. > > Signed-off-by: Tom Rix > > [...] Here is the summary with links: - net: phy: national: remove definition of DEBUG https://git.kernel.org/netdev/net-next/c/6ea9309acc28 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [Patch net-next] net_sched: fix RTNL deadlock again caused by request_module()
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 16:56:57 -0800 you wrote: > From: Cong Wang > > tcf_action_init_1() loads tc action modules automatically with > request_module() after parsing the tc action names, and it drops RTNL > lock and re-holds it before and after request_module(). This causes a > lot of troubles, as discovered by syzbot, because we can be in the > middle of batch initializations when we create an array of tc actions. > > [...] Here is the summary with links: - [net-next] net_sched: fix RTNL deadlock again caused by request_module() https://git.kernel.org/netdev/net-next/c/d349f9976868 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next 0/3] net: make udp tunnel devices support fraglist
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 17:47:44 +0800 you wrote: > Like GRE device, UDP tunnel devices should also support fraglist, so > that some protocol (like SCTP) HW GSO that requires NETIF_F_FRAGLIST > in the dev can work. Especially when the lower device support both > NETIF_F_GSO_UDP_TUNNEL and NETIF_F_GSO_SCTP. > > Xin Long (3): > vxlan: add NETIF_F_FRAGLIST flag for dev features > geneve: add NETIF_F_FRAGLIST flag for dev features > bareudp: add NETIF_F_FRAGLIST flag for dev features > > [...] Here is the summary with links: - [net-next,1/3] vxlan: add NETIF_F_FRAGLIST flag for dev features https://git.kernel.org/netdev/net-next/c/cb2c57112432 - [net-next,2/3] geneve: add NETIF_F_FRAGLIST flag for dev features https://git.kernel.org/netdev/net-next/c/18423e1a9d7d - [net-next,3/3] bareudp: add NETIF_F_FRAGLIST flag for dev features https://git.kernel.org/netdev/net-next/c/3224dcfd850f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] arcnet: fix macro name when DEBUG is defined
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 17 Jan 2021 10:15:19 -0800 you wrote: > From: Tom Rix > > When DEBUG is defined this error occurs > > drivers/net/arcnet/com20020_cs.c:70:15: error: ‘com20020_REG_W_ADDR_HI’ > undeclared (first use in this function); > did you mean ‘COM20020_REG_W_ADDR_HI’? >ioaddr, com20020_REG_W_ADDR_HI); >^~ > > [...] Here is the summary with links: - arcnet: fix macro name when DEBUG is defined https://git.kernel.org/netdev/net-next/c/7cfabe4f85a5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next V3 0/8] TLS device offload for Bond
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sun, 17 Jan 2021 16:59:41 +0200 you wrote: > Hi, > > This series opens TX and RX TLS device offload for bond interfaces. > This allows bond interfaces to benefit from capable lower devices. > > We add a new ndo_sk_get_lower_dev() to be used to get the lower dev that > corresponds to a given socket. > The TLS module uses it to interact directly with the lowest device in > chain, and invoke the control operations in tlsdev_ops. This means that the > bond interface doesn't have his own struct tlsdev_ops instance and > derived logic/callbacks. > > [...] Here is the summary with links: - [net-next,V3,1/8] net: netdevice: Add operation ndo_sk_get_lower_dev https://git.kernel.org/netdev/net-next/c/719a402cf603 - [net-next,V3,2/8] net/bonding: Take IP hash logic into a helper https://git.kernel.org/netdev/net-next/c/5b99854540e3 - [net-next,V3,3/8] net/bonding: Implement ndo_sk_get_lower_dev https://git.kernel.org/netdev/net-next/c/007feb87fb15 - [net-next,V3,4/8] net/bonding: Take update_features call out of XFRM funciton https://git.kernel.org/netdev/net-next/c/f45583de361d - [net-next,V3,5/8] net/bonding: Implement TLS TX device offload https://git.kernel.org/netdev/net-next/c/89df6a810470 - [net-next,V3,6/8] net/bonding: Declare TLS RX device offload support https://git.kernel.org/netdev/net-next/c/dc5809f9e2b6 - [net-next,V3,7/8] net/tls: Device offload to use lowest netdevice in chain https://git.kernel.org/netdev/net-next/c/153cbd137f0a - [net-next,V3,8/8] net/tls: Except bond interface from some TLS checks https://git.kernel.org/netdev/net-next/c/4e5a73329051 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] net: hns: fix variable used when DEBUG is defined
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 17 Jan 2021 11:10:44 -0800 you wrote: > From: Tom Rix > > When DEBUG is defined this error occurs > > drivers/net/ethernet/hisilicon/hns/hns_enet.c:1505:36: error: > ‘struct net_device’ has no member named ‘ae_handle’; > did you mean ‘rx_handler’? > assert(skb->queue_mapping < ndev->ae_handle->q_num); > ^ > > [...] Here is the summary with links: - net: hns: fix variable used when DEBUG is defined https://git.kernel.org/netdev/net-next/c/99d518970c5a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 net] net: core: devlink: use right genl user_ptr when handling port param get/set
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 10:53:33 +0200 you wrote: > From: Oleksandr Mazur > > Fix incorrect user_ptr dereferencing when handling port param get/set: > > idx [0] stores the 'struct devlink' pointer; > idx [1] stores the 'struct devlink_port' pointer; > > [...] Here is the summary with links: - [v2,net] net: core: devlink: use right genl user_ptr when handling port param get/set https://git.kernel.org/netdev/net/c/7e238de8283a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net v2 0/2] sh_eth: Fix reboot crash
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 16:06:54 +0100 you wrote: > Hi, > > This patch fixes a regression v5.11-rc1, where rebooting while a sh_eth > device is not opened will cause a crash. > > Changes compared to v1: > - Export mdiobb_{read,write}(), > - Call mdiobb_{read,write}() now they are exported, > - Use mii_bus.parent to avoid bb_info.dev copy, > - Drop RFC state. > > [...] Here is the summary with links: - [net,v2,1/2] mdio-bitbang: Export mdiobb_{read,write}() https://git.kernel.org/netdev/net/c/8eed01b5ca9c - [net,v2,2/2] sh_eth: Make PHY access aware of Runtime PM to fix reboot crash https://git.kernel.org/netdev/net/c/02cae02a7de1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH bpf] xsk: Clear pool even for inactive queues
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Mon, 18 Jan 2021 18:03:33 +0200 you wrote: > The number of queues can change by other means, rather than ethtool. For > example, attaching an mqprio qdisc with num_tc > 1 leads to creating > multiple sets of TX queues, which may be then destroyed when mqprio is > deleted. If an AF_XDP socket is created while mqprio is active, > dev->_tx[queue_id].pool will be filled, but then real_num_tx_queues may > decrease with deletion of mqprio, which will mean that the pool won't be > NULLed, and a further increase of the number of TX queues may expose a > dangling pointer. > > [...] Here is the summary with links: - [bpf] xsk: Clear pool even for inactive queues https://git.kernel.org/bpf/bpf/c/b425e24a934e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net 0/2] ipv4: Ensure ECN bits don't influence source address validation
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sat, 16 Jan 2021 11:44:18 +0100 you wrote: > Functions that end up calling fib_table_lookup() should clear the ECN > bits from the TOS, otherwise ECT(0) and ECT(1) packets can be treated > differently. > > Most functions already clear the ECN bits, but there are a few cases > where this is not done. This series only fixes the ones related to > source address validation. > > [...] Here is the summary with links: - [net,1/2] udp: mask TOS bits in udp_v4_early_demux() https://git.kernel.org/netdev/net/c/8d2b51b008c2 - [net,2/2] netfilter: rpfilter: mask ecn bits before fib lookup https://git.kernel.org/netdev/net/c/2e5a6266fbb1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next 0/6] net: support SCTP CRC csum offload for tunneling packets in some drivers
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 14:13:36 +0800 you wrote: > This patchset introduces inline function skb_csum_is_sctp(), and uses it > to validate it's a sctp CRC csum offload packet, to make SCTP CRC csum > offload for tunneling packets supported in some HW drivers. > > Xin Long (6): > net: add inline function skb_csum_is_sctp > net: igb: use skb_csum_is_sctp instead of protocol check > net: igbvf: use skb_csum_is_sctp instead of protocol check > net: igc: use skb_csum_is_sctp instead of protocol check > net: ixgbe: use skb_csum_is_sctp instead of protocol check > net: ixgbevf: use skb_csum_is_sctp instead of protocol check > > [...] Here is the summary with links: - [net-next,1/6] net: add inline function skb_csum_is_sctp https://git.kernel.org/netdev/net-next/c/fa8211701043 - [net-next,2/6] net: igb: use skb_csum_is_sctp instead of protocol check https://git.kernel.org/netdev/net-next/c/8bcf02035bd5 - [net-next,3/6] net: igbvf: use skb_csum_is_sctp instead of protocol check https://git.kernel.org/netdev/net-next/c/d2de3caf - [net-next,4/6] net: igc: use skb_csum_is_sctp instead of protocol check https://git.kernel.org/netdev/net-next/c/609d29a9d242 - [net-next,5/6] net: ixgbe: use skb_csum_is_sctp instead of protocol check https://git.kernel.org/netdev/net-next/c/f8c4b01d3a68 - [net-next,6/6] net: ixgbevf: use skb_csum_is_sctp instead of protocol check https://git.kernel.org/netdev/net-next/c/fc186d0a4ef8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] sh_eth: Fix power down vs. is_opened flag ordering
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 16:08:12 +0100 you wrote: > sh_eth_close() does a synchronous power down of the device before > marking it closed. Revert the order, to make sure the device is never > marked opened while suspended. > > While at it, use pm_runtime_put() instead of pm_runtime_put_sync(), as > there is no reason to do a synchronous power down. > > [...] Here is the summary with links: - sh_eth: Fix power down vs. is_opened flag ordering https://git.kernel.org/netdev/net/c/f6a2e94b3f9d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 05:55:22 +0900 you wrote: > From: Bongsu Jeon > > Fix the code because NCI_CORE_INIT_CMD includes two parameters in NCI2.0 > but there is no parameters in NCI1.x. > > Signed-off-by: Bongsu Jeon > > [...] Here is the summary with links: - [net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters https://git.kernel.org/netdev/net/c/4964e5a1e080 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] net: tun: fix misspellings using codespell tool
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 03:15:39 -0800 you wrote: > From: Menglong Dong > > Some typos are found out by codespell tool: > > $ codespell -w -i 3 ./drivers/net/tun.c > aovid ==> avoid > > [...] Here is the summary with links: - [net-next] net: tun: fix misspellings using codespell tool https://git.kernel.org/netdev/net-next/c/c2e315b8c399 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [net-next 0/6] net: ethernet: ti: am65-cpsw-nuss: introduce support for am64x cpsw3g
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 15 Jan 2021 21:28:47 +0200 you wrote: > Hi > > This series introduces basic support for recently introduced TI K3 AM642x SoC > [1] > which contains 3 port (2 external ports) CPSW3g module. The CPSW3g integrated > in MAIN domain and can be configured in multi port or switch modes. > In this series only multi port mode is enabled. The initial version of > switchdev > support was introduced by Vignesh Raghavendra [2] and work is in progress. > > [...] Here is the summary with links: - [net-next,1/6] dt-binding: ti: am65x-cpts: add assigned-clock and power-domains props https://git.kernel.org/netdev/net-next/c/b3228c74e0d2 - [net-next,2/6] dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3g https://git.kernel.org/netdev/net-next/c/19d9a846d9fc - [net-next,3/6] net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA API https://git.kernel.org/netdev/net-next/c/ed569ed9b30a - [net-next,4/6] net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handling https://git.kernel.org/netdev/net-next/c/39fd0547ee66 - [net-next,5/6] net: ti: cpsw_ale: add driver data for AM64 CPSW3g https://git.kernel.org/netdev/net-next/c/1dd3841033b3 - [net-next,6/6] net: ethernet: ti: am65-cpsw: add support for am64x cpsw3g https://git.kernel.org/netdev/net-next/c/4f7cce272403 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] net: smsc911x: Make Runtime PM handling more fine-grained
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 16:08:57 +0100 you wrote: > Currently the smsc911x driver has mininal power management: during > driver probe, the device is powered up, and during driver remove, it is > powered down. > > Improve power management by making it more fine-grained: > 1. Power the device down when driver probe is finished, > 2. Power the device (down) when it is opened (closed), > 3. Make sure the device is powered during PHY access. > > [...] Here is the summary with links: - net: smsc911x: Make Runtime PM handling more fine-grained https://git.kernel.org/netdev/net-next/c/1e30b8d755b8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH][next] selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 11:19:02 + you wrote: > From: Colin Ian King > > There are two spelling mistakes in check_fail messages. Fix them. > > Signed-off-by: Colin Ian King > --- > tools/testing/selftests/net/forwarding/tc_chains.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [next] selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded" https://git.kernel.org/netdev/net-next/c/eaaf61122865 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] taprio: boolean values to a bool variable
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 18 Jan 2021 16:31:02 +0800 you wrote: > Fix the following coccicheck warnings: > > ./net/sched/sch_taprio.c:393:3-16: WARNING: Assignment of 0/1 to bool > variable. > > ./net/sched/sch_taprio.c:375:2-15: WARNING: Assignment of 0/1 to bool > variable. > > [...] Here is the summary with links: - taprio: boolean values to a bool variable https://git.kernel.org/netdev/net-next/c/0deee7aa23a5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] tcp: do not mess with cloned skbs in tcp_add_backlog()
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 08:49:00 -0800 you wrote: > From: Eric Dumazet > > Heiner Kallweit reported that some skbs were sent with > the following invalid GSO properties : > - gso_size > 0 > - gso_type == 0 > > [...] Here is the summary with links: - [net] tcp: do not mess with cloned skbs in tcp_add_backlog() https://git.kernel.org/netdev/net/c/b160c28548bc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net] tcp: fix TCP socket rehash stats mis-accounting
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 11:26:19 -0800 you wrote: > The previous commit 32efcc06d2a1 ("tcp: export count for rehash attempts") > would mis-account rehashing SNMP and socket stats: > > a. During handshake of an active open, only counts the first > SYN timeout > > b. After handshake of passive and active open, stop updating > after (roughly) TCP_RETRIES1 recurring RTOs > > [...] Here is the summary with links: - [net] tcp: fix TCP socket rehash stats mis-accounting https://git.kernel.org/netdev/net/c/9c30ae8398b0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v4] bonding: add a vlan+srcmac tx hashing option
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 an option. They're currently running a proprietary > solution that effectively achieves load-balancing of VMs and bandwidth > utilization improvements with a similar form of transmission algorithm. > > Basically, each VM has it's own vlan, so it always sends its traffic out > the same interface, unless that interface fails. Traffic gets split > between the interfaces, maintaining a consistent path, with failover still > available if an interface goes down. > > [...] Here is the summary with links: - [net-next,v4] bonding: add a vlan+srcmac tx hashing option https://git.kernel.org/netdev/net-next/c/7b8fc0103bb5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v4 0/3] Fix several use after free bugs
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 20 Jan 2021 20:41:34 +0900 you wrote: > This series fix three bugs which all have the same root cause. > > When calling netif_rx(skb) and its variants, the skb will eventually > get consumed (or freed) and thus it is unsafe to dereference it after > the call returns. > > This remark especially applies to any variable with aliases the skb > memory which is the case of the can(fd)_frame. > > [...] Here is the summary with links: - [v4,1/3] can: dev: can_restart: fix use after free bug https://git.kernel.org/netdev/net/c/03f16c5075b2 - [v4,2/3] can: vxcan: vxcan_xmit: fix use after free bug https://git.kernel.org/netdev/net/c/75854cad5d80 - [v4,3/3] can: peak_usb: fix use after free bugs https://git.kernel.org/netdev/net/c/50aca891d7a5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: pull-request: can 2021-01-20
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 13:51:59 +0100 you wrote: > Hello Jakub, hello David, > > this is a pull request of 3 patches for net/master. > > All three patches are by Vincent Mailhol and fix a potential use after free > bug > in the CAN device infrastructure, the vxcan driver, and the peak_usk driver. > In > the TX-path the skb is used to read from after it was passed to the networking > stack with netif_rx_ni(). > > [...] Here is the summary with links: - pull-request: can 2021-01-20 https://git.kernel.org/netdev/net-next/c/535d31593f59 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [net 1/3] can: dev: can_restart: fix use after free bug
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 13:52:00 +0100 you wrote: > From: Vincent Mailhol > > After calling netif_rx_ni(skb), dereferencing skb is unsafe. > Especially, the can_frame cf which aliases skb memory is accessed > after the netif_rx_ni() in: > stats->rx_bytes += cf->len; > > [...] Here is the summary with links: - [net,1/3] can: dev: can_restart: fix use after free bug https://git.kernel.org/netdev/net-next/c/03f16c5075b2 - [net,2/3] can: vxcan: vxcan_xmit: fix use after free bug https://git.kernel.org/netdev/net-next/c/75854cad5d80 - [net,3/3] can: peak_usb: fix use after free bugs https://git.kernel.org/netdev/net-next/c/50aca891d7a5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] net: dsa: Fix off by one in dsa_loop_port_vlan_add()
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 17:53:35 +0300 you wrote: > The > comparison is intended to be >= to prevent reading beyond the > end of the ps->vlans[] array. It doesn't affect run time though because > the ps->vlans[] array has VLAN_N_VID (4096) elements and the vlan->vid > cannot be > 4094 because it is checked earlier. > > Fixes: 98cd1552ea27 ("net: dsa: Mock-up driver") > Signed-off-by: Dan Carpenter > > [...] Here is the summary with links: - [net-next] net: dsa: Fix off by one in dsa_loop_port_vlan_add() https://git.kernel.org/netdev/net-next/c/646188c9550f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v2 0/4] net: inline rollback_registered() functions
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 12:25:17 -0800 you wrote: > After recent changes to the error path of register_netdevice() > we no longer need a version of unregister_netdevice_many() which > does not set net_todo. We can inline the rollback_registered() > functions into respective unregister_netdevice() calls. > > v2: - add missing list_del() in the last patch > > [...] Here is the summary with links: - [net-next,v2,1/4] net: move net_set_todo inside rollback_registered() https://git.kernel.org/netdev/net-next/c/2014beea7eb1 - [net-next,v2,2/4] net: inline rollback_registered() https://git.kernel.org/netdev/net-next/c/037e56bd965e - [net-next,v2,3/4] net: move rollback_registered_many() https://git.kernel.org/netdev/net-next/c/bcfe2f1a3818 - [net-next,v2,4/4] net: inline rollback_registered_many() https://git.kernel.org/netdev/net-next/c/0cbe1e57a7b9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v2 0/3] nexthop: More fine-grained policies for netlink message validation
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 16:44:09 +0100 you wrote: > There is currently one policy that covers all attributes for next hop > object management. Actual validation is then done in code, which makes it > unobvious which attributes are acceptable when, and indeed that everything > is rejected as necessary. > > In this series, split rtm_nh_policy to several policies that cover various > aspects of the next hop object configuration, and instead of open-coding > the validation, defer to nlmsg_parse(). This should make extending the next > hop code simpler as well, which will be relevant in near future for > resilient hashing implementation. > > [...] Here is the summary with links: - [net-next,v2,1/3] nexthop: Use a dedicated policy for nh_valid_get_del_req() https://git.kernel.org/netdev/net-next/c/60f5ad5e19c0 - [net-next,v2,2/3] nexthop: Use a dedicated policy for nh_valid_dump_req() https://git.kernel.org/netdev/net-next/c/44551bff290d - [net-next,v2,3/3] nexthop: Specialize rtm_nh_policy https://git.kernel.org/netdev/net-next/c/643d0878e674 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 net-next ] net/sched: cls_flower add CT_FLAGS_INVALID flag support
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 16:31:50 +0800 you wrote: > From: wenxu > > This patch add the TCA_FLOWER_KEY_CT_FLAGS_INVALID flag to > match the ct_state with invalid for conntrack. > > Signed-off-by: wenxu > > [...] Here is the summary with links: - [v2,net-next] net/sched: cls_flower add CT_FLAGS_INVALID flag support https://git.kernel.org/netdev/net-next/c/7baf2429a1a9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] udp: not remove the CRC flag from dev features when need_csum is false
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 13:59:17 +0800 you wrote: > In __skb_udp_tunnel_segment(), when it's a SCTP over VxLAN/GENEVE > packet and need_csum is false, which means the outer udp checksum > doesn't need to be computed, csum_start and csum_offset could be > used by the inner SCTP CRC CSUM for SCTP HW CRC offload. > > So this patch is to not remove the CRC flag from dev features when > need_csum is false. > > [...] Here is the summary with links: - [net-next] udp: not remove the CRC flag from dev features when need_csum is false https://git.kernel.org/netdev/net-next/c/4eb5d4a5b4d6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] net: stmmac: dwmac-meson8b: fix the RX delay validation
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_rgmii_rx_delay flag so the 200ps check > is now applied correctly on G12A SoCs (instead of only allow 0ps or > 2000ps on G12A, but 0..3000ps in 200ps steps on older SoCs which don't > support that). > > [...] Here is the summary with links: - net: stmmac: dwmac-meson8b: fix the RX delay validation https://git.kernel.org/netdev/net-next/c/9e8789c85dee You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCHv3 net-next] ip_gre: remove CRC flag from dev features in gre_gso_segment
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 12:44:11 +0800 you wrote: > This patch is to let it always do CRC checksum in sctp_gso_segment() > by removing CRC flag from the dev features in gre_gso_segment() for > SCTP over GRE, just as it does in Commit 527beb8ef9c0 ("udp: support > sctp over udp in skb_udp_tunnel_segment") for SCTP over UDP. > > It could set csum/csum_start in GSO CB properly in sctp_gso_segment() > after that commit, so it would do checksum with gso_make_checksum() > in gre_gso_segment(), and Commit 622e32b7d4a6 ("net: gre: recompute > gre csum for sctp over gre tunnels") can be reverted now. > > [...] Here is the summary with links: - [PATCHv3,net-next] ip_gre: remove CRC flag from dev features in gre_gso_segment https://git.kernel.org/netdev/net-next/c/1a2367665ac2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: pull request (net): ipsec 2021-01-21
Hello: This pull request was applied to netdev/net.git (refs/heads/master): On Thu, 21 Jan 2021 13:15:53 +0100 you wrote: > 1) Fix a rare panic on SMP systems when packet reordering >happens between anti replay check and update. >From Shmulik Ladkani. > > 2) Fix disable_xfrm sysctl when used on xfrm interfaces. >From Eyal Birger. > > [...] Here is the summary with links: - pull request (net): ipsec 2021-01-21 https://git.kernel.org/netdev/net/c/35c715c30b95 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next 0/2] Add devlink health reporters for NIX block
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/msg670712.html > > This series is in continuation to > https://www.spinics.net/lists/netdev/msg707798.html > > [...] Here is the summary with links: - [net-next,1/2] octeontx2-af: Add devlink health reporters for NIX https://git.kernel.org/netdev/net-next/c/5ed66306eab6 - [net-next,2/2] docs: octeontx2: Add Documentation for NIX health reporters https://git.kernel.org/netdev/net-next/c/d41b3365bda7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v2 00/17] ucc_geth improvements
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 19 Jan 2021 16:07:45 +0100 you wrote: > This is a resend of some improvements to the ucc_geth driver that was > previously sent together with bug fixes, which have by now been > applied. > > Li Yang, if you don't speak up, I'm going to assume you're fine with > 2,3,4 being taken through the net tree? > > [...] Here is the summary with links: - [net-next,v2,01/17] ethernet: ucc_geth: remove unused read of temoder field https://git.kernel.org/netdev/net-next/c/0a950ce029c8 - [net-next,v2,02/17] soc: fsl: qe: make cpm_muram_offset take a const void* argument https://git.kernel.org/netdev/net-next/c/e8e507a8ac90 - [net-next,v2,03/17] soc: fsl: qe: store muram_vbase as a void pointer instead of u8 https://git.kernel.org/netdev/net-next/c/155ea0dc8dcb - [net-next,v2,04/17] soc: fsl: qe: add cpm_muram_free_addr() helper https://git.kernel.org/netdev/net-next/c/186b8daffb4e - [net-next,v2,05/17] ethernet: ucc_geth: use qe_muram_free_addr() https://git.kernel.org/netdev/net-next/c/03588e92c07f - [net-next,v2,06/17] ethernet: ucc_geth: remove unnecessary memset_io() calls https://git.kernel.org/netdev/net-next/c/0a71c415297f - [net-next,v2,07/17] ethernet: ucc_geth: replace kmalloc+memset by kzalloc https://git.kernel.org/netdev/net-next/c/830c8ddc66df - [net-next,v2,08/17] ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_private https://git.kernel.org/netdev/net-next/c/7d9fe90036f7 - [net-next,v2,09/17] ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} properties https://git.kernel.org/netdev/net-next/c/632e3f2d9922 - [net-next,v2,10/17] ethernet: ucc_geth: constify ugeth_primary_info https://git.kernel.org/netdev/net-next/c/b0292e086bee - [net-next,v2,11/17] ethernet: ucc_geth: don't statically allocate eight ucc_geth_info https://git.kernel.org/netdev/net-next/c/baff4311c40d - [net-next,v2,12/17] ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directly https://git.kernel.org/netdev/net-next/c/b29fafd3570b - [net-next,v2,13/17] ethernet: ucc_geth: remove bd_mem_part and all associated code https://git.kernel.org/netdev/net-next/c/64a99fe596f9 - [net-next,v2,14/17] ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc() https://git.kernel.org/netdev/net-next/c/33deb13c87e5 - [net-next,v2,15/17] ethernet: ucc_geth: add helper to replace repeated switch statements https://git.kernel.org/netdev/net-next/c/634b5bd73187 - [net-next,v2,16/17] ethernet: ucc_geth: inform the compiler that numQueues is always 1 https://git.kernel.org/netdev/net-next/c/53f49d86ea21 - [net-next,v2,17/17] ethernet: ucc_geth: simplify rx/tx allocations https://git.kernel.org/netdev/net-next/c/9b0dfef47553 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 net-next] cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constant
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 20 Jan 2021 08:27:14 +0100 you wrote: > The comment is quite weird, there is no such thing as a vendor-specific > VPD id. 0x82 is the value of PCI_VPD_LRDT_ID_STRING. So what we are > doing here is simply checking whether the byte at VPD address VPD_BASE > is a valid string LRDT, same as what is done a few lines later in > the code. > LRDT = Large Resource Data Tag, see PCI 2.2 spec, VPD chapter > > [...] Here is the summary with links: - [v2,net-next] cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constant https://git.kernel.org/netdev/net-next/c/05fcc25662a3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] cxgb4: Assign boolean values to a bool variable
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 Robot > Signed-off-by: Jiapeng Zhong > > [...] Here is the summary with links: - cxgb4: Assign boolean values to a bool variable https://git.kernel.org/netdev/net-next/c/fdb6b338d2e5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html