All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] net/core patches for kernel v5.2
@ 2019-03-21 22:19 Bart Van Assche
  2019-03-21 22:19 ` [PATCH 1/7] net/core: Document reuseport_add_sock() bind_inany argument Bart Van Assche
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Bart Van Assche @ 2019-03-21 22:19 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Bart Van Assche

Hi Dave,

While inspecting the code of inet6_pton() I found an open-coded strlcpy()
implementation in that function. The last patch in this series simplifies
inet6_pton() and the first six patches address the compiler warnings reported
when building the code in net/core with W=1. Please consider this patch
series for kernel v5.2.

Thanks,

Bart.

Bart Van Assche (7):
  net/core: Document reuseport_add_sock() bind_inany argument
  net/core: Document all dev_ioctl() arguments
  net/core: Document __skb_flow_dissect() flags argument
  net/core: Fix rtnetlink kernel-doc headers
  net/core: Allow the compiler to verify declaration and definition
    consistency
  net/core: Declare a local function 'static'
  net/utils: Use strlcpy() instead of open-coding it

 net/core/datagram.c       |  3 +++
 net/core/datagram.h       | 13 +++++++++++++
 net/core/dev_ioctl.c      |  3 ++-
 net/core/flow_dissector.c |  2 ++
 net/core/rtnetlink.c      |  9 ++++++---
 net/core/skbuff.c         |  5 ++---
 net/core/sock_reuseport.c |  2 ++
 net/core/utils.c          |  6 +-----
 8 files changed, 31 insertions(+), 12 deletions(-)
 create mode 100644 net/core/datagram.h

-- 
2.21.0.155.ge902e9bcae20


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-03-25 15:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-21 22:19 [PATCH 0/7] net/core patches for kernel v5.2 Bart Van Assche
2019-03-21 22:19 ` [PATCH 1/7] net/core: Document reuseport_add_sock() bind_inany argument Bart Van Assche
2019-03-21 22:19 ` [PATCH 2/7] net/core: Document all dev_ioctl() arguments Bart Van Assche
2019-03-21 22:19 ` [PATCH 3/7] net/core: Document __skb_flow_dissect() flags argument Bart Van Assche
2019-03-21 22:19 ` [PATCH 4/7] net/core: Fix rtnetlink kernel-doc headers Bart Van Assche
2019-03-21 22:19 ` [PATCH 5/7] net/core: Allow the compiler to verify declaration and definition consistency Bart Van Assche
2019-03-21 22:19 ` [PATCH 6/7] net/core: Declare a local function 'static' Bart Van Assche
2019-03-21 22:25   ` Sagi Grimberg
2019-03-21 22:19 ` [PATCH 7/7] net/utils: Use strlcpy() instead of open-coding it Bart Van Assche
2019-03-21 22:24   ` Sagi Grimberg
2019-03-22 18:46   ` Rustad, Mark D
2019-03-25 15:55     ` Bart Van Assche
2019-03-24  0:47 ` [PATCH 0/7] net/core patches for kernel v5.2 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.