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 4ADCDC43334 for ; Mon, 20 Jun 2022 10:11:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240912AbiFTKLn (ORCPT ); Mon, 20 Jun 2022 06:11:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240916AbiFTKLk (ORCPT ); Mon, 20 Jun 2022 06:11:40 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47E12A19B; Mon, 20 Jun 2022 03:11:38 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 2639ECE115D; Mon, 20 Jun 2022 10:11:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 009CAC341C4; Mon, 20 Jun 2022 10:11:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655719895; bh=NycXRGtWzRHMAKOaSFn4Y7wy/Pe7R05IJTr1+bbd6wY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nD5iFamu9CMt0ZPhWlLPV37Zv37vTeRlCApGx4IWqy0k2SY32DaZNPaNHlaa9b4Ci fdjel+34lG/EP1LqcIarf2Mn0PFmHLnO+EK0MbsMJnA2XlXoyI6y+yN2zZfXQbYu+d l12NU6O73zsZkJ7TH8sti6XQqoooBB9POVngkP4g= Date: Mon, 20 Jun 2022 12:11:32 +0200 From: Greg KH To: Maciej =?utf-8?Q?=C5=BBenczykowski?= Cc: patchwork-bot+netdevbpf@kernel.org, stable@vger.kernel.org, Riccardo Paolo Bestetti , Carlos Llamas , "David S. Miller" , Hideaki YOSHIFUJI , David Ahern , Eric Dumazet , Jakub Kicinski , Paolo Abeni , kernel-team@android.com, Kernel hackers , Linux NetDev , Miaohe Lin Subject: Re: [PATCH v2] ipv4: ping: fix bind address validity check Message-ID: References: <20220617085435.193319-1-pbl@bestov.io> <165546541315.12170.9716012665055247467.git-patchwork-notify@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 17, 2022 at 04:45:52PM -0700, Maciej Żenczykowski wrote: > On Fri, Jun 17, 2022 at 4:30 AM wrote: > > > > Hello: > > > > This patch was applied to netdev/net.git (master) > > by David S. Miller : > > > > On Fri, 17 Jun 2022 10:54:35 +0200 you wrote: > > > Commit 8ff978b8b222 ("ipv4/raw: support binding to nonlocal addresses") > > > introduced a helper function to fold duplicated validity checks of bind > > > addresses into inet_addr_valid_or_nonlocal(). However, this caused an > > > unintended regression in ping_check_bind_addr(), which previously would > > > reject binding to multicast and broadcast addresses, but now these are > > > both incorrectly allowed as reported in [1]. > > > > > > [...] > > > > Here is the summary with links: > > - [v2] ipv4: ping: fix bind address validity check > > https://git.kernel.org/netdev/net/c/b4a028c4d031 > > > > You are awesome, thank you! > > -- > > Deet-doot-dot, I am a bot. > > https://korg.docs.kernel.org/patchwork/pwbot.html > > I believe this [ > https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=b4a028c4d031 > ] needs to end up in 5.17+ LTS (though I guess 5.17 is eol, so > probably just 5.18) 5.17 is end-of-life, sorry. And this needs to hit Linus's tree first. thanks, greg k-h