From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC943C43381 for ; Sun, 24 Mar 2019 00:51:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD03521741 for ; Sun, 24 Mar 2019 00:51:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727713AbfCXArc (ORCPT ); Sat, 23 Mar 2019 20:47:32 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:34832 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727546AbfCXArc (ORCPT ); Sat, 23 Mar 2019 20:47:32 -0400 Received: from localhost (unknown [50.233.106.125]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id D4D1914B475A1; Sat, 23 Mar 2019 17:47:31 -0700 (PDT) Date: Sat, 23 Mar 2019 20:47:29 -0400 (EDT) Message-Id: <20190323.204729.1480728626422978875.davem@davemloft.net> To: bvanassche@acm.org Cc: netdev@vger.kernel.org Subject: Re: [PATCH 0/7] net/core patches for kernel v5.2 From: David Miller In-Reply-To: <20190321221946.163803-1-bvanassche@acm.org> References: <20190321221946.163803-1-bvanassche@acm.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 23 Mar 2019 17:47:31 -0700 (PDT) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 > when building the code in net/core with W=1. Please consider this patch > series for kernel v5.2. Please drop patch #6 and respond to the feedback for patch #7. Thanks.