Re: [PATCH] net: mdio-octeon: Fix build error and Kconfig warning

2019-07-31 Thread Randy Dunlap
9bae68c7 ("staging/octeon: > Allow test build on !MIPS") in these files. > > Fixes: 171a9bae68c7 ("staging/octeon: Allow test build on !MIPS") > Reported-by: kbuild test robot > Reported-by: Mark Brown > Reported-by: Randy Dunlap > Signed-off-by: Nathan Cha

Re: [PATCH] net: mdio-octeon: Fix build error and Kconfig warning

2019-07-31 Thread Randy Dunlap
On 7/31/19 2:55 PM, Randy Dunlap wrote: > On 7/31/19 11:50 AM, Nathan Chancellor wrote: >> arm allyesconfig warns: >> >> WARNING: unmet direct dependencies detected for MDIO_OCTEON >> Depends on [n]: NETDEVICES [=y] && MDIO_DEVICE [=y] && MDIO_BUS [=

Re: [PATCH v2] net: mdio-octeon: Fix Kconfig warnings and build errors

2019-08-03 Thread Randy Dunlap
/mdio: Add dummy functions in of_mdio.h."). > > Fixes: 171a9bae68c7 ("staging/octeon: Allow test build on !MIPS") > Reported-by: kbuild test robot > Reported-by: Mark Brown > Reported-by: Randy Dunlap > Signed-off-by: Nathan Chancellor Works for me. Fixes the

Re: [PATCH net-next] net: ipa: add config dependency on QCOM_SMEM

2021-01-12 Thread Randy Dunlap
uild 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 Acked-by: Randy Dunlap # build-tested Thanks. > --- > drivers/

Re: [PATCH] kernel: trace: uprobe: Fix word to the correct spelling

2021-01-12 Thread Randy Dunlap
On 1/11/21 8:50 PM, Bhaskar Chowdhury wrote: > s/controling/controlling/p > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Thanks. > --- > kernel/trace/trace_uprobe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/trace

Re: [net-next PATCH v3 01/15] Documentation: ACPI: DSD: Document MDIO PHY

2021-01-18 Thread Randy Dunlap
Hi, On 1/12/21 5:40 AM, Calvin Johnson wrote: > Introduce ACPI mechanism to get PHYs registered on a MDIO bus and > provide them to be connected to MAC. > > Describe properties "phy-handle" and "phy-mode". > > Signed-off-by: Calvin Johnson > --- > > Changes in v3: None > Changes in v2: > - Upd

Re: [RFC v3 08/11] vduse: Introduce VDUSE - vDPA Device in Userspace

2021-01-19 Thread Randy Dunlap
Hi, Documentation comments only: On 1/18/21 9:07 PM, Xie Yongji wrote: > > Signed-off-by: Xie Yongji > --- > Documentation/driver-api/vduse.rst | 85 ++ > > diff --git a/Documentation/driver-api/vduse.rst > b/Documentation/driver-api/vduse.rst > new file mode 100644 > index

Re: [net:master 1/3] ERROR: modpost: "__uio_register_device" undefined!

2020-12-01 Thread Randy Dunlap
On 12/1/20 8:01 PM, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git master > head: 2867e1eac61016f59b3d730e3f7aa488e186e917 > commit: 14483cbf040fcb38113497161088a1ce8ce5d713 [1/3] net: broadcom CNIC: > requires MMU > config: microblaze-randconfig

Re: [PATCH v2 2/2] x86: make Hyper-V support optional

2020-12-02 Thread Randy Dunlap
On 12/2/20 1:19 PM, Enrico Weigelt, metux IT consult wrote: > Make it possible to opt-out from Hyper-V support, for minimized kernels > that never will by run under Hyper-V. (eg. high-density virtualization > or embedded systems) > > Average distro kernel will leave it on, therefore default to y.

Re: [PATCH v2 1/2] x86: make VMware support optional

2020-12-02 Thread Randy Dunlap
On 12/2/20 1:19 PM, Enrico Weigelt, metux IT consult wrote: > Make it possible to opt-out from VMware support, for minimized kernels > that never will be run under Vmware (eg. high-density virtualization > or embedded systems). > > Average distro kernel will leave it on, therefore default to y. >

Re: [PATCH net-next v3] devlink: Add devlink port documentation

2020-12-02 Thread Randy Dunlap
Hi-- On 12/2/20 5:53 AM, Parav Pandit wrote: > Added documentation for devlink port and port function related commands. > > Signed-off-by: Parav Pandit > Reviewed-by: Jiri Pirko > Reviewed-by: Jacob Keller > --- > Changelog: > v2->v3: > - rephased many lines rephrased > - first paragr

Re: [PATCH net-next v4] devlink: Add devlink port documentation

2020-12-03 Thread Randy Dunlap
devlink-port.rst > b/Documentation/networking/devlink/devlink-port.rst > new file mode 100644 > index ..ac18cb8041dc > --- /dev/null > +++ b/Documentation/networking/devlink/devlink-port.rst > @@ -0,0 +1,111 @@ I find that this doc is now readable. :) Other people can comment on the technical details. thanks. -- ~Randy Acked-by: Randy Dunlap

Re: [PATCH] net/mlx5e: fix non-IPV6 build

2020-12-03 Thread Randy Dunlap
On 12/3/20 3:12 PM, Arnd Bergmann wrote: > From: Arnd Bergmann > > When IPv6 is disabled, the flow steering code causes a build failure: > > drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c:55:14: error: no > member named 'skc_v6_daddr' in 'struct sock_common'; did you mean 'skc_daddr'

Re: [PATCH net-next v5] devlink: Add devlink port documentation

2020-12-07 Thread Randy Dunlap
Hi-- On 12/7/20 2:13 PM, Parav Pandit wrote: > Added documentation for devlink port and port function related commands. > > Signed-off-by: Parav Pandit > Reviewed-by: Jiri Pirko > Reviewed-by: Jacob Keller > --- > Changelog: > v4->v5: > - described logically ingress and egress point of devlin

Re: linux-next: Tree for Dec 9 (ethernet/mellanox/mlx5)

2020-12-09 Thread Randy Dunlap
^~~ -- ~Randy Reported-by: Randy Dunlap

[PATCH net-next] net: stream: fix TCP references when INET is not enabled

2020-11-18 Thread Randy Dunlap
d136a ("tcp: avoid indirect call to tcp_stream_memory_free()") Signed-off-by: Randy Dunlap Reported-by: Randy Dunlap Cc: Eric Dumazet Cc: Jakub Kicinski --- include/net/sock.h |5 + 1 file changed, 5 insertions(+) --- linux-next-20201118.orig/include/net/sock.h +++ linux

Re: [PATCH net-next v3 2/5] net: add sysfs attribute to control napi threaded mode

2020-11-18 Thread Randy Dunlap
On 11/18/20 11:10 AM, Wei Wang wrote: > From: Paolo Abeni > > this patch adds a new sysfs attribute to the network > device class. Said attribute is a bitmask that allows controlling > the threaded mode for all the napi instances of the given > network device. > > The threaded mode can be switc

Re: [PATCH net] ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module

2020-11-18 Thread Randy Dunlap
t; commit 70b095c843266 ("ipv6: remove dependency of nf_defrag_ipv6 on ipv6 > module") > > Reported-by: Randy Dunlap > Reported-by: kernel test robot > Signed-off-by: Georg Kohmann > --- > include/net/ipv6.h | 2 -- > include/net/ipv6_frag.h

Re: [PATCH net v2] ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module

2020-11-19 Thread Randy Dunlap
pv6: remove dependency of nf_defrag_ipv6 on ipv6 > module") > > Fixes: 9d9e937b1c8b ("ipv6/netfilter: Discard first fragment not including > all headers") > Reported-by: Randy Dunlap > Reported-by: kernel test robot > Signed-off-by: Georg Kohmann > --- > &g

[PATCH] net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled

2020-11-22 Thread Randy Dunlap
ccel_fs_tcp_set_ipv6_flow(struct mlx5_flow_spec *spec, struct sock *sk) Fixes: 5229a96e59ec ("net/mlx5e: Accel, Expose flow steering API for rules add/del") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Saeed Mahameed Cc: Boris Pismenny Cc: Tariq Toukan Cc: "

[PATCH 00/10 net-next] net/tipc: fix all kernel-doc and add TIPC networking chapter

2020-11-24 Thread Randy Dunlap
Fix lots of net/tipc/ kernel-doc warnings. Add many struct field and function parameter descriptions. Then add a TIPC chapter to the networking documentation book. Note: some of the struct members and function parameters are marked with "FIXME". They could use some additional descriptions if som

[PATCH 01/10 net-next] net/tipc: fix tipc header files for kernel-doc

2020-11-24 Thread Randy Dunlap
c_subscription' ../net/tipc/subscr.h:67: warning: Function parameter or member 'conid' not described in 'tipc_subscription' ../net/tipc/subscr.h:67: warning: Function parameter or member 'inactive' not described in 'tipc_subscription' ../net/tipc/subscr.h

[PATCH 10/10 net-next] net/tipc: add TIPC chapter to networking Documentation

2020-11-24 Thread Randy Dunlap
Add a TIPC chapter to the networking docbook. Signed-off-by: Randy Dunlap Cc: Jon Maloy Cc: Ying Xue Cc: netdev@vger.kernel.org Cc: tipc-discuss...@lists.sourceforge.net Cc: "David S. Miller" Cc: Jakub Kicinski --- Documentation/networking/index.rst |1 Documentation/

[PATCH 03/10 net-next] net/tipc: fix bearer.c for kernel-doc

2020-11-24 Thread Randy Dunlap
27; not described in 'tipc_reset_bearer' ../net/tipc/bearer.c:374: warning: Function parameter or member 'net' not described in 'bearer_disable' ../net/tipc/bearer.c:374: warning: Function parameter or member 'b' not described in 'bearer_disable&#x

[PATCH 04/10 net-next] net/tipc: fix link.c kernel-doc

2020-11-24 Thread Randy Dunlap
#x27; description in 'tipc_link_create' ../net/tipc/link.c:544: warning: Function parameter or member 'ownnode' not described in 'tipc_link_bc_create' ../net/tipc/link.c:544: warning: Function parameter or member 'peer' not described in 'tipc_link_

[PATCH 05/10 net-next] net/tipc: fix name_distr.c kernel-doc

2020-11-24 Thread Randy Dunlap
nametbl' ../net/tipc/name_distr.c:353: warning: Function parameter or member 'net' not described in 'tipc_named_rcv' ../net/tipc/name_distr.c:353: warning: Function parameter or member 'namedq' not described in 'tipc_named_rcv' ../net/tipc/name_distr.c:353: warn

[PATCH 06/10 net-next] net/tipc: fix name_table.c kernel-doc

2020-11-24 Thread Randy Dunlap
_nametbl_withdraw' ../net/tipc/name_table.c:762: warning: Function parameter or member 'lower' not described in 'tipc_nametbl_withdraw' ../net/tipc/name_table.c:762: warning: Function parameter or member 'upper' not described in 'tipc_nametbl_withdraw'

[PATCH 08/10 net-next] net/tipc: fix socket.c kernel-doc

2020-11-24 Thread Randy Dunlap
t.c:1993: warning: Function parameter or member 'sock' not described in 'tipc_recvstream' ../net/tipc/socket.c:2313: warning: Function parameter or member 'xmitq' not described in 'tipc_sk_filter_rcv' ../net/tipc/socket.c:2404: warning: Function parameter or me

[PATCH 02/10 net-next] net/tipc: fix various kernel-doc warnings

2020-11-24 Thread Randy Dunlap
meter or member 'proto' not described in 'udp_media_addr' ../net/tipc/udp_media.c:75: warning: Function parameter or member 'port' not described in 'udp_media_addr' ../net/tipc/udp_media.c:75: warning: Function parameter or member 'i

[PATCH 09/10 net-next] net/tipc: fix all function Return: notation

2020-11-24 Thread Randy Dunlap
Fix Return: kernel-doc notation in all net/tipc/ source files. Also keep ReST list notation intact for output formatting. Fix a few typos in comments. Signed-off-by: Randy Dunlap Cc: Jon Maloy Cc: Ying Xue Cc: netdev@vger.kernel.org Cc: tipc-discuss...@lists.sourceforge.net Cc: "Da

[PATCH 07/10 net-next] net/tipc: fix node.c kernel-doc

2020-11-24 Thread Randy Dunlap
maddr' not described in '__tipc_node_link_down' ../net/tipc/node.c:1537: warning: Function parameter or member 'net' not described in 'tipc_node_get_linkname' ../net/tipc/node.c:1537: warning: Function parameter or member 'len' not describe

[PATCH v4] vdpa: mlx5: fix vdpa/vhost dependencies

2020-11-28 Thread Randy Dunlap
x5_vdpa.ko] undefined! Fixes: 29064bfdabd5 ("vdpa/mlx5: Add support library for mlx5 VDPA implementation") Fixes: aff90770e54c ("vdpa/mlx5: Fix dependency on MLX5_CORE") Reported-by: kernel test robot Signed-off-by: Randy Dunlap Cc: Eli Cohen Cc: Parav Pandit Cc: "Michael S. T

[PATCH] net: broadcom CNIC: requires MMU

2020-11-28 Thread Randy Dunlap
- CNIC [=m] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_BROADCOM [=y] && PCI [=y] && (IPV6 [=m] || IPV6 [=m]=n) Fixes: adfc5217e9db ("broadcom: Move the Broadcom drivers") Signed-off-by: Randy Dunlap Cc: Jeff Kirsher Cc: Rasesh Mody Cc: gr-linux-n

Re: [PATCH 00/10 net-next] net/tipc: fix all kernel-doc and add TIPC networking chapter

2020-11-29 Thread Randy Dunlap
On 11/28/20 11:37 PM, Ying Xue wrote: > On 11/25/20 12:20 PM, Randy Dunlap wrote: >> >> Question: is net/tipc/discover.c, in tipc_disc_delete() kernel-doc, >> what is the word "duest"? Should it be changed? > > The "duest" is a typo, and

[PATCH 00/10 net-next v2] net/tipc: fix all kernel-doc and add TIPC networking chapter

2020-11-29 Thread Randy Dunlap
Fix lots of net/tipc/ kernel-doc warnings. Add many struct field and function parameter descriptions. Then add a TIPC chapter to the networking documentation book. All patches have been rebased to current net-next. Note: some of the struct members and function parameters are marked with "FIXME"

[PATCH 01/10 net-next v2] net/tipc: fix tipc header files for kernel-doc

2020-11-29 Thread Randy Dunlap
cr.h:67: warning: Function parameter or member 'service_list' not described in 'tipc_subscription' ../net/tipc/subscr.h:67: warning: Function parameter or member 'conid' not described in 'tipc_subscription' ../net/tipc/subscr.h:67: warning: Function par

[PATCH 03/10 net-next v2] net/tipc: fix bearer.c for kernel-doc

2020-11-29 Thread Randy Dunlap
27; not described in 'tipc_reset_bearer' ../net/tipc/bearer.c:374: warning: Function parameter or member 'net' not described in 'bearer_disable' ../net/tipc/bearer.c:374: warning: Function parameter or member 'b' not described in 'bearer_disable

[PATCH 04/10 net-next v2] net/tipc: fix link.c kernel-doc

2020-11-29 Thread Randy Dunlap
#x27; description in 'tipc_link_create' ../net/tipc/link.c:544: warning: Function parameter or member 'ownnode' not described in 'tipc_link_bc_create' ../net/tipc/link.c:544: warning: Function parameter or member 'peer' not described in 'tipc_lin

[PATCH 05/10 net-next v2] net/tipc: fix name_distr.c kernel-doc

2020-11-29 Thread Randy Dunlap
nametbl' ../net/tipc/name_distr.c:353: warning: Function parameter or member 'net' not described in 'tipc_named_rcv' ../net/tipc/name_distr.c:353: warning: Function parameter or member 'namedq' not described in 'tipc_named_rcv' ../net/tipc/name_distr.c:353: war

[PATCH 06/10 net-next v2] net/tipc: fix name_table.c kernel-doc

2020-11-29 Thread Randy Dunlap
_nametbl_withdraw' ../net/tipc/name_table.c:762: warning: Function parameter or member 'lower' not described in 'tipc_nametbl_withdraw' ../net/tipc/name_table.c:762: warning: Function parameter or member 'upper' not described in 'tipc_nametbl_withdraw'

[PATCH 07/10 net-next v2] net/tipc: fix node.c kernel-doc

2020-11-29 Thread Randy Dunlap
maddr' not described in '__tipc_node_link_down' ../net/tipc/node.c:1537: warning: Function parameter or member 'net' not described in 'tipc_node_get_linkname' ../net/tipc/node.c:1537: warning: Function parameter or member 'len' not described in

[PATCH 09/10 net-next v2] net/tipc: fix all function Return: notation

2020-11-29 Thread Randy Dunlap
Fix Return: kernel-doc notation in all net/tipc/ source files. Also keep ReST list notation intact for output formatting. Fix a few typos in comments. Signed-off-by: Randy Dunlap Cc: Jon Maloy Cc: Ying Xue Cc: tipc-discuss...@lists.sourceforge.net Cc: "David S. Miller" Cc: Jaku

[PATCH 10/10 net-next v2] net/tipc: add TIPC chapter to networking Documentation

2020-11-29 Thread Randy Dunlap
Add a TIPC chapter to the networking docbook. Signed-off-by: Randy Dunlap Cc: Jon Maloy Cc: Ying Xue Cc: tipc-discuss...@lists.sourceforge.net Cc: "David S. Miller" Cc: Jakub Kicinski --- v2: rebase to current net-next Documentation/networking/index.rst |1 Documentation/

[PATCH 02/10 net-next v2] net/tipc: fix various kernel-doc warnings

2020-11-29 Thread Randy Dunlap
meter or member 'proto' not described in 'udp_media_addr' ../net/tipc/udp_media.c:75: warning: Function parameter or member 'port' not described in 'udp_media_addr' ../net/tipc/udp_media.c:75: warning: Function parameter or member 'ipv4' not

[PATCH 08/10 net-next v2] net/tipc: fix socket.c kernel-doc

2020-11-29 Thread Randy Dunlap
t.c:1993: warning: Function parameter or member 'sock' not described in 'tipc_recvstream' ../net/tipc/socket.c:2313: warning: Function parameter or member 'xmitq' not described in 'tipc_sk_filter_rcv' ../net/tipc/socket.c:2404: warning: Function parameter or mem

[PATCH net-next] net: kcov: don't select SKB_EXTENSIONS when there is no NET

2020-11-10 Thread Randy Dunlap
("net: add kcov handle to skb extensions") Signed-off-by: Randy Dunlap Cc: Aleksandr Nogikh Cc: Willem de Bruijn Cc: Jakub Kicinski Cc: linux-n...@vger.kernel.org Cc: netdev@vger.kernel.org --- This is from linux-next. I'm only guessing that it is in net-next. lib/Kconfig.deb

Re: Duplicated ABI entries - Was: Re: [PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output

2020-11-10 Thread Randy Dunlap
On 11/9/20 11:26 PM, Mauro Carvalho Chehab wrote: > Hi Jonathan, > > Let's view ABI from the PoV of a system admin that doesn't know > yet about a certain ABI symbol. > > He'll try to seek for the symbol, more likely using the HTML > documentation. Only very senior system admins might try to tak

[PATCH net-next] net: linux/skbuff.h: combine NET + KCOV handling

2020-11-13 Thread Randy Dunlap
le to skb extensions") Fixes: 85ce50d337d1 ("net: kcov: don't select SKB_EXTENSIONS when there is no NET") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Aleksandr Nogikh Cc: Willem de Bruijn Cc: Jakub Kicinski Cc: linux-n...@vger.kernel.org Cc: netdev@vge

Re: [PATCH net-next] net: linux/skbuff.h: combine NET + KCOV handling

2020-11-14 Thread Randy Dunlap
On 11/14/20 12:01 AM, Matthieu Baerts wrote: > Hi Randy, > > On 14/11/2020 02:11, Randy Dunlap wrote: >> The previous Kconfig patch led to some other build errors as >> reported by the 0day bot and my own overnight build testing. > > Thank you for looking at that! >

[PATCH net-next v2] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-14 Thread Randy Dunlap
kcov handle to skb extensions") Fixes: 85ce50d337d1 ("net: kcov: don't select SKB_EXTENSIONS when there is no NET") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Aleksandr Nogikh Cc: Willem de Bruijn Cc: Jakub Kicinski Cc: linux-n...@vger.kernel.org Cc: netd

Re: [PATCH net-next v2] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-14 Thread Randy Dunlap
On 11/14/20 11:54 AM, Jakub Kicinski wrote: > On Sat, 14 Nov 2020 09:46:18 -0800 Randy Dunlap wrote: >> The previous Kconfig patch led to some other build errors as >> reported by the 0day bot and my own overnight build testing. >> >> These are all in when KCOV is enabl

[PATCH net-next v3] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-14 Thread Randy Dunlap
skb_ext_find() to reduce the amount of ifdef-ery. (Jakub) Fixes: 6370cc3bbd8a ("net: add kcov handle to skb extensions") Fixes: 85ce50d337d1 ("net: kcov: don't select SKB_EXTENSIONS when there is no NET") Signed-off-by: Randy Dunlap Reported-by: kernel test robot

[PATCH net-next v4] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-15 Thread Randy Dunlap
skb_ext_find() to reduce the amount of ifdef-ery. (Jakub) Fixes: 6370cc3bbd8a ("net: add kcov handle to skb extensions") Fixes: 85ce50d337d1 ("net: kcov: don't select SKB_EXTENSIONS when there is no NET") Signed-off-by: Randy Dunlap Reported-by: kernel test robot

[PATCH net-next] netfilter: nf_reject: bridge: fix build errors due to code movement

2020-11-15 Thread Randy Dunlap
net/bridge/netfilter/nft_reject_bridge.ko] undefined! Fixes: fa538f7cf05a ("netfilter: nf_reject: add reject skbuff creation helpers") Reported-by: kernel test robot Signed-off-by: Randy Dunlap Cc: kernel test robot Cc: Jose M. Guisado Gomez Cc: Pablo Neira Ayuso Cc: Jozsef Kadle

Re: [PATCH net-next] netfilter: nf_reject: bridge: fix build errors due to code movement

2020-11-16 Thread Randy Dunlap
On 11/16/20 1:26 AM, Pablo Neira Ayuso wrote: > Hi, > > Thanks for catching up this. > > On Sun, Nov 15, 2020 at 07:42:03PM -0800, Randy Dunlap wrote: >> Fix build errors in net/bridge/netfilter/nft_reject_bridge.ko >> by selecting NF_REJECT_IPV4, which provides the m

Re: [PATCH net-next v4] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-16 Thread Randy Dunlap
On 11/16/20 7:30 AM, Jakub Kicinski wrote: > On Mon, 16 Nov 2020 15:31:21 +0100 Florian Westphal wrote: @@ -4151,12 +4150,11 @@ enum skb_ext_id { #if IS_ENABLED(CONFIG_MPTCP) SKB_EXT_MPTCP, #endif -#if IS_ENABLED(CONFIG_KCOV) SKB_EXT_KCOV_HANDLE, -#endif

Re: linux-next: Tree for Nov 16 (net/core/stream.o)

2020-11-16 Thread Randy Dunlap
am.c:(.text+0x6f8): undefined reference to `tcp_stream_memory_free' ld: net/core/stream.o:stream.c:(.text+0x70d): more undefined references to `tcp_stream_memory_free' follow -- ~Randy Reported-by: Randy Dunlap

[PATCH net-next v5] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-16 Thread Randy Dunlap
kcov handle to skb extensions") Fixes: 85ce50d337d1 ("net: kcov: don't select SKB_EXTENSIONS when there is no NET") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Aleksandr Nogikh Cc: Willem de Bruijn Cc: Jakub Kicinski Cc: linux-n...@vger.kernel.org Cc:

Re: [PATCH] ipv4: use IS_ENABLED instead of ifdef

2020-11-17 Thread Randy Dunlap
On 11/17/20 5:07 PM, Jakub Kicinski wrote: > On Tue, 17 Nov 2020 17:55:54 -0700 David Ahern wrote: >> On 11/17/20 5:01 PM, Jakub Kicinski wrote: >>> On Sun, 15 Nov 2020 23:45:09 +0100 Florian Klink wrote: Checking for ifdef CONFIG_x fails if CONFIG_x=m. Use IS_ENABLED instead, whic

[PATCH -net] net: sched: prevent invalid Scell_log shift count

2020-12-24 Thread Randy Dunlap
27; Fixes: 8afa10cbe281 ("net_sched: red: Avoid illegal values") Signed-off-by: Randy Dunlap Reported-by: syzbot+97c5bd9cc81eca63d...@syzkaller.appspotmail.com Cc: Nogah Frankel Cc: Jamal Hadi Salim Cc: Cong Wang Cc: Jiri Pirko Cc: netdev@vger.kernel.org Cc: "David S. Miller" Cc

Re: UBSAN: shift-out-of-bounds in choke_change

2020-12-29 Thread Randy Dunlap
Hi bot, On 12/29/20 10:58 AM, syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit:71c5f031 Merge tag 'docs-5.11-2' of git://git.lwn.net/linux > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=1510369350 > kernel config: ht

Re: [PATCH] drivers: net: wireless: realtek: Fix the word association defautly de-faulty

2021-01-05 Thread Randy Dunlap
On 1/5/21 2:17 AM, Bhaskar Chowdhury wrote: > s/defautly/de-faulty/p > > > Signed-off-by: Bhaskar Chowdhury > --- > drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.c

Re: [PATCH] net-next: docs: Fix typos in snmp_counter.rst

2021-01-05 Thread Randy Dunlap
On 1/5/21 6:40 AM, Masanari Iida wrote: > This patch fixes some spelling typos in snmp_counter.rst > > Signed-off-by: Masanari Iida > --- > Documentation/networking/snmp_counter.rst | 28 +++ > 1 file changed, 14 insertions(+), 14 deletions(-) > Revi

Re: [PATCH] docs: octeontx2: tune rst markup

2021-01-05 Thread Randy Dunlap
Hi Lukas, On 1/5/21 1:35 AM, Lukas Bulwahn wrote: > Commit 80b9414832a1 ("docs: octeontx2: Add Documentation for NPA health > reporters") added new documentation with improper formatting for rst, and > caused a few new warnings for make htmldocs in octeontx2.rst:169--202. > > Tune markup and form

Re: UBSAN: shift-out-of-bounds in gred_change

2021-01-05 Thread Randy Dunlap
On 12/31/20 1:09 PM, syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit:3db1a3fa Merge tag 'staging-5.11-rc1' of git://git.kernel... > git tree: net-next > console output: https://syzkaller.appspot.com/x/log.txt?x=155708db50 > kernel config: https://syz

[PATCH] net: dsa: fix led_classdev build errors

2021-01-05 Thread Randy Dunlap
024): undefined reference to `led_classdev_unregister' Signed-off-by: Randy Dunlap Reported-by: kernel test robot Link: lore.kernel.org/r/202101060655.iuvmjqs2-...@intel.com Cc: Kurt Kanzenbach Cc: netdev@vger.kernel.org Cc: "David S. Miller" Cc: Jakub Kicinski --- drivers/net

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

2021-01-05 Thread Randy Dunlap
.text+0x17e6): undefined reference to `devm_platform_ioremap_resource' Prevent builds of ptp_ines.c when HAS_IOMEM is not set. Fixes: bad1eaa6ac31 ("ptp: Add a driver for InES time stamping IP core.") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Link: lore.kernel.org/r/2

Re: [PATCH v2] docs: octeontx2: tune rst markup

2021-01-06 Thread Randy Dunlap
cumentation/networking/device_drivers/ethernet/marvell/octeontx2.rst > index d3fcf536d14e..61e850460e18 100644 > --- a/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst > +++ b/Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst Acked-by: Randy Dunlap Thanks. -- ~Randy

Re: [PATCH net-next] net: broadcom: Drop OF dependency from BGMAC_PLATFORM

2021-01-06 Thread Randy Dunlap
On 1/6/21 11:15 AM, Florian Fainelli wrote: > All of the OF code that is used has stubbed and will compile and link > just fine, keeping COMPILE_TEST is enough. Yes, that matches my understanding. I wish we had a list of which API families have full stub support... Acked-by: Randy

Re: [PATCH net-next] net/bridge: fix misspellings using codespell tool

2021-01-07 Thread Randy Dunlap
Fix typos found by codespell. > > Signed-off-by: Menglong Dong LGTM. Thanks. Acked-by: Randy Dunlap > --- > net/bridge/br.c | 2 +- > net/bridge/br_input.c | 2 +- > net/bridge/br_mrp.c | 6 +++--- > net/bridge/br_stp.c | 4 ++-- > 4 files changed, 7 in

Re: [PATCH] Incorrect filename in drivers/net/phy/Makefile

2021-01-09 Thread Randy Dunlap
On 1/9/21 11:48 AM, Andrew Lunn wrote: > On Sat, Jan 09, 2021 at 10:17:38AM +0100, Zhi Han wrote: >> Thanks a lot for the .config file. >> I also tested it, with mdio-bus.o in the Makefile, glad to got that there is >> no problem of that, although I don't know the reason/trick yet. > > I'm not 100

Re: linux-next: Tree for Jan 11 (drivers/net/ipa/ipa_main.o)

2021-01-11 Thread Randy Dunlap
nit': ipa_mem.c:(.text+0x59f): undefined reference to `qcom_smem_alloc' ld: ipa_mem.c:(.text+0x66e): undefined reference to `qcom_smem_get' ld: ipa_mem.c:(.text+0x6cc): undefined reference to `qcom_smem_virt_to_phys' Full randconfig file is attached. Reported-by: Randy Dunlap

Re: [PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one

2021-01-12 Thread Randy Dunlap
On 1/12/21 2:31 AM, Bhaskar Chowdhury wrote: > s/oen/one/ > s/controling/controlling/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Thanks. > --- > Changes from V2 : Correct the versioning,mentioned both the changes > > drivers/net/ethernet/marve

[PATCH] net: chelsio: inline_crypto: fix Kconfig and build errors

2020-10-19 Thread Randy Dunlap
ver") Reported-by: kernel test robot Signed-off-by: Randy Dunlap Cc: Vinay Kumar Yadav Cc: netdev@vger.kernel.org Cc: Ayush Sawal Cc: Rohit Maheshwari Cc: "David S. Miller" Cc: Jakub Kicinski --- drivers/net/ethernet/chelsio/inline_crypto/Kconfig |1 + 1 file changed, 1 in

Re: linux-next: Tree for Oct 22 (mlx5)

2020-10-22 Thread Randy Dunlap
nused-function] static void accel_fs_tcp_set_ipv6_flow(struct mlx5_flow_spec *spec, struct sock *sk) -- ~Randy Reported-by: Randy Dunlap

Re: [PATCH v10 3/4] docs: Add documentation for userspace client interface

2020-10-29 Thread Randy Dunlap
Hi, On 10/29/20 2:40 PM, Hemant Kumar wrote: > MHI userspace client driver is creating device file node > for user application to perform file operations. File > operations are handled by MHI core driver. Currently > Loopback MHI channel is supported by this driver. > > Signed-off-by: Hemant Kuma

Re: [PATCH v11 4/4] bus: mhi: Add userspace client interface driver

2020-10-29 Thread Randy Dunlap
On 10/29/20 7:45 PM, Hemant Kumar wrote: > diff --git a/drivers/bus/mhi/Kconfig b/drivers/bus/mhi/Kconfig > index e841c10..476cc55 100644 > --- a/drivers/bus/mhi/Kconfig > +++ b/drivers/bus/mhi/Kconfig > @@ -20,3 +20,16 @@ config MHI_BUS_DEBUG > Enable debugfs support for use with the MHI t

[PATCH] staging: wimax: depends on NET

2020-11-01 Thread Randy Dunlap
x27; ld: drivers/staging/wimax/stack.o: in function `wimax_subsys_init': stack.c:(.init.text+0x1a): undefined reference to `genl_register_family' Signed-off-by: Randy Dunlap Cc: Greg Kroah-Hartman Cc: Jakub Kicinski Cc: Arnd Bergmann Cc: netdev@vger.kernel.org --- drivers/staging/wi

Re: [PATCH] staging: wimax: depends on NET

2020-11-02 Thread Randy Dunlap
On 11/1/20 11:57 PM, Arnd Bergmann wrote: > On Mon, Nov 2, 2020 at 8:25 AM Randy Dunlap wrote: >> >> Fix build errors when CONFIG_NET is not enabled. E.g. (trimmed): >> >> ld: drivers/staging/wimax/op-msg.o: in function `wimax_msg_alloc': >> op-msg.

Re: linux-next: Tree for Nov 3 (drivers/net/ethernet/marvell/prestera/prestera_switchdev.o)

2020-11-03 Thread Randy Dunlap
ined reference to `br_vlan_enabled' Also please add drivers/net/ethernet/marvell/prestera/ to the MAINTAINERS file. thanks. -- ~Randy Reported-by: Randy Dunlap

[PATCH] bpf: BPF_PRELOAD depends on BPF_SYSCALL

2020-11-05 Thread Randy Dunlap
Fix build error when BPF_SYSCALL is not set/enabled but BPF_PRELOAD is by making BPF_PRELOAD depend on BPF_SYSCALL. ERROR: modpost: "bpf_preload_ops" [kernel/bpf/preload/bpf_preload.ko] undefined! Signed-off-by: Randy Dunlap Reported-by: kernel test robot Reported-by: Randy Dunlap

Re: linux-next: Tree for Nov 5 [drivers/net/ethernet/stmicro/stmmac/dwmac-thead.ko]

2020-11-05 Thread Randy Dunlap
urrent merge release). > > Stats about the size of the tree over time can be seen at > http://neuling.org/linux-next-size.html . > > Status of my local build tests will be at > http://kisskb.ellerman.id.au/linux-next . If maintainers want to give > advice about cross compi

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

2020-11-06 Thread Randy Dunlap
r_vlan_enabled' > > in case the driver is statically enabled. > > Fix it by adding 'BRIDGE || BRIDGE=n' dependency. > > Fixes: e1189d9a5fbe ("net: marvell: prestera: Add Switchdev driver > implementation") > Reported-by: Randy Dunlap > Si

Re: [PATCH V2 16/16] net: iosm: infrastructure

2021-04-20 Thread Randy Dunlap
Hi-- On 4/20/21 9:13 AM, M Chetan Kumar wrote: > diff --git a/drivers/net/wwan/Kconfig b/drivers/net/wwan/Kconfig > new file mode 100644 > index ..6507970653d2 > --- /dev/null > +++ b/drivers/net/wwan/Kconfig > @@ -0,0 +1,19 @@ > +# SPDX-License-Identifier: GPL-2.0-only > +# > +# Wire

Re: [PATCH v4 net-next 00/21] nvme-tcp receive offloads

2021-02-11 Thread Randy Dunlap
On 2/11/21 1:10 PM, Boris Pismenny wrote: > Changes since v3: > = > * Use DDP_TCP ifdefs in iov_iter and skb iterators to minimize impact > when compiled out (Christoph) > * Simplify netdev references and reduce the use of > get_netdev_for_sock (Sagi) > * Avo

Re: [PATCH] init: Kconfig: Fix a spelling compier to compiler in the file init/Kconfig

2021-02-24 Thread Randy Dunlap
On 2/24/21 12:14 AM, Bhaskar Chowdhury wrote: > > s/compier/compiler/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap in Subject:, "Fix a spelling" is whacked. Maybe "Fix a spello" or "Fix typo". > --- > init/Kconfig | 2

Re: [PATCH V2] init/Kconfig: Fix a typo in CC_VERSION_TEXT help text

2021-02-24 Thread Randy Dunlap
On 2/24/21 2:33 PM, Bhaskar Chowdhury wrote: > > s/compier/compiler/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > Changes from V1: > Nathan and Randy, suggested better subject line texts,so incorporated. > > init/Kconfig | 2 +- > 1 f

Re: [RESEND net-next 1/4] net: i40e: remove repeated words

2021-03-30 Thread Randy Dunlap
On 3/30/21 12:27 AM, Huazhong Tan wrote: > From: Peng Li > > Remove repeated words "to" and "try". > > Signed-off-by: Peng Li > Signed-off-by: Huazhong Tan \ Hi, > --- > drivers/net/ethernet/intel/i40e/i40e_main.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/

Re: linux-next: Tree for Mar 31 (drivers/phy/marvell/phy-mvebu-cp110-utmi.o)

2021-03-31 Thread Randy Dunlap
> http://neuling.org/linux-next-size.html . > > Status of my local build tests will be at > http://kisskb.ellerman.id.au/linux-next . If maintainers want to give > advice about cross compilers/configs that work, we are always open to add > more builds. > > Thanks to Rand

Re: linux-next: Tree for Mar 31 (drivers/phy/marvell/phy-mvebu-cp110-utmi.o)

2021-04-01 Thread Randy Dunlap
On 4/1/21 5:33 AM, Kostya Porotchkin wrote: > Hi, Randy, > >> -Original Message----- >> From: Randy Dunlap >> Sent: Wednesday, March 31, 2021 18:28 >> To: Stephen Rothwell ; Linux Next Mailing List > n...@vger.kernel.org> >> Cc: Linux Kernel Ma

Re: linux-next: Tree for Mar 31 (drivers/phy/marvell/phy-mvebu-cp110-utmi.o)

2021-04-01 Thread Randy Dunlap
On 4/1/21 9:29 AM, Randy Dunlap wrote: > On 4/1/21 5:33 AM, Kostya Porotchkin wrote: >> Hi, Randy, >> >>> -Original Message- >>> From: Randy Dunlap >>> Sent: Wednesday, March 31, 2021 18:28 >>> To: Stephen Rothwell ; Linux Next Maili

Re: [PATCH v2 net-next] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)

2021-04-08 Thread Randy Dunlap
On 4/8/21 2:15 AM, Dexuan Cui wrote: > diff --git a/drivers/net/ethernet/microsoft/Kconfig > b/drivers/net/ethernet/microsoft/Kconfig > new file mode 100644 > index ..12ef6b581566 > --- /dev/null > +++ b/drivers/net/ethernet/microsoft/Kconfig > @@ -0,0 +1,30 @@ > +# > +# Microsoft Azur

Re: [PATCH v3 net-next] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)

2021-04-08 Thread Randy Dunlap
On 4/8/21 3:58 PM, Dexuan Cui wrote: > Changes in v3: > Changed the Kconfig file: > Microsoft Azure Network Device ==> Microsoft Network Devices > Drop the default m > validated ==> supported Hi, I am satisfied with the Kconfig changes. thanks. -- ~Randy

[PATCH] lib: remove "expecting prototype" kernel-doc warnings

2021-04-11 Thread Randy Dunlap
ext_bit' radix-tree.c:931: warning: Function parameter or member 'iter' not described in 'radix_tree_iter_replace' Signed-off-by: Randy Dunlap Cc: Andrew Morton Cc: Philipp Reisner Cc: Lars Ellenberg Cc: drbd-...@lists.linbit.com Cc: Jiri Pirko Cc: netdev@vger.kernel.o

Re: mmotm 2021-04-11-20-47 uploaded (bpf: xsk.c)

2021-04-12 Thread Randy Dunlap
alse; ^ xsk.c:1028:30: error: redefinition of ‘tx_setup_done’ bool rx_setup_done = false, tx_setup_done = false; ^ xsk.c:1020:37: note: previous definition of ‘tx_setup_done’ was here bool unmap, rx_setup_done = false, tx_setup_done = false;

Re: [PATCH] lib: remove "expecting prototype" kernel-doc warnings

2021-04-13 Thread Randy Dunlap
On 4/13/21 11:18 AM, Andrew Morton wrote: > On Sun, 11 Apr 2021 15:17:56 -0700 Randy Dunlap wrote: > >> Fix various kernel-doc warnings in lib/ due to missing or >> erroneous function names. >> Add kernel-doc for some function parameters that was missing. >> Use ke

Re: mmotm 2021-04-11-20-47 uploaded (bpf: xsk.c)

2021-04-13 Thread Randy Dunlap
On 4/13/21 3:18 PM, Andrii Nakryiko wrote: > On Mon, Apr 12, 2021 at 9:38 AM Randy Dunlap wrote: >> >> On 4/11/21 8:48 PM, a...@linux-foundation.org wrote: >>> The mm-of-the-moment snapshot 2021-04-11-20-47 has been uploaded to >>> >>>https:/

[PATCH net-next] net: xilinx: drivers need/depend on HAS_IOMEM

2021-04-16 Thread Randy Dunlap
ext+0x162e): undefined reference to `devm_platform_ioremap_resource' Fixes: 8a3b7a252dca ("drivers/net/ethernet/xilinx: added Xilinx AXI Ethernet driver") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Radhey Shyam Pandey Cc: Gary Guo Cc: Zhang Changzhong Cc: And

Re: linux-next: Tree for Jan 28 [drivers/net/dsa/hirschmann/hellcreek_sw]

2021-01-28 Thread Randy Dunlap
ellcreek_sw.ko] undefined! Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap config-r7455.gz Description: application/gzip

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

2021-01-28 Thread Randy Dunlap
uot; > [drivers/net/dsa/hirschmann/hellcreek_sw.ko] undefined! > > Fixes: 24dfc6eb39b2 ("net: dsa: hellcreek: Add TAPRIO offloading support") > Reported-by: Randy Dunlap > Signed-off-by: Kurt Kanzenbach > --- > drivers/net/dsa/hirschmann/Kconfig | 1 + > 1 file changed, 1 i

  1   2   3   4   5   6   7   >