Re: [PATCH 0/7] net/core patches for kernel v5.2

2019-03-23 Thread David Miller
From: Bart Van Assche Date: Thu, 21 Mar 2019 15:19:39 -0700 > 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 > whe

[PATCH 0/7] net/core patches for kernel v5.2

2019-03-21 Thread 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 th