From patchwork Wed May 4 09:07:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dichtel X-Patchwork-Id: 12837430 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 5479FC433FE for ; Wed, 4 May 2022 09:08:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346837AbiEDJLl (ORCPT ); Wed, 4 May 2022 05:11:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233660AbiEDJLi (ORCPT ); Wed, 4 May 2022 05:11:38 -0400 Received: from smtpservice.6wind.com (unknown [185.13.181.2]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CBBE61A824 for ; Wed, 4 May 2022 02:08:03 -0700 (PDT) Received: from bretzel (bretzel.dev.6wind.com [10.17.1.57]) by smtpservice.6wind.com (Postfix) with ESMTPS id 76950600D8; Wed, 4 May 2022 11:08:02 +0200 (CEST) Received: from dichtel by bretzel with local (Exim 4.92) (envelope-from ) id 1nmAzK-0005gH-Cn; Wed, 04 May 2022 11:08:02 +0200 From: Nicolas Dichtel To: David Miller , Jakub Kicinski , Paolo Abeni , Eric Dumazet Cc: David Ahern , netdev@vger.kernel.org Subject: [PATCH net v3 0/2] vrf: fix address binding with icmp socket Date: Wed, 4 May 2022 11:07:37 +0200 Message-Id: <20220504090739.21821-1-nicolas.dichtel@6wind.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <1238b102-f491-a917-3708-0df344015a5b@kernel.org> References: <1238b102-f491-a917-3708-0df344015a5b@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org The first patch fixes the issue. The second patch adds related tests in selftests. v2 -> v3: update seltests fix ipv6 v1 -> v2: add the tag "Cc: stable@vger.kernel.org" for correct stable submission net/ipv4/ping.c | 12 +++++++++++- tools/testing/selftests/net/fcnal-test.sh | 12 ++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) Comments are welcome, Nicolas