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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71550CCA47F for ; Fri, 17 Jun 2022 18:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231294AbiFQS0R convert rfc822-to-8bit (ORCPT ); Fri, 17 Jun 2022 14:26:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230122AbiFQS0Q (ORCPT ); Fri, 17 Jun 2022 14:26:16 -0400 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A75C730F7A; Fri, 17 Jun 2022 11:26:14 -0700 (PDT) Received: (Authenticated sender: pbl@bestov.io) by mail.gandi.net (Postfix) with ESMTPSA id 78C13240005; Fri, 17 Jun 2022 18:26:08 +0000 (UTC) Mime-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset=UTF-8 Date: Fri, 17 Jun 2022 20:26:07 +0200 Message-Id: Cc: "David S . Miller" , "Hideaki YOSHIFUJI" , "David Ahern" , "Eric Dumazet" , "Jakub Kicinski" , "Paolo Abeni" , , , , "Miaohe Lin" , =?utf-8?q?Maciej_=C5=BBenczykowski?= Subject: Re: [PATCH v2] ipv4: ping: fix bind address validity check From: "Riccardo Paolo Bestetti" To: "Carlos Llamas" X-Mailer: aerc 0.9.0 References: <20220617085435.193319-1-pbl@bestov.io> In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri Jun 17, 2022 at 6:39 PM CEST, Carlos Llamas wrote: > Thanks Riccardo for adding the test cases. I would appreciate it if next > time you add a co-developed tag or maybe a separate commit as opposed to > overriding the original author. This is fine though. For context, I had the whole patch ready since a few days ago. This morning I woke up to the v1, so I decided to just apply my tests and send it off as a v2. I evidently forgot to add the Co-developed-by in the process, for which I apologize. I wish that could be fixed, but the patch was almost immediately applied to the tree. (I stand by the choice of having a single commit for the fix, however.) Riccardo P. Bestetti