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 9ED49C6FA99 for ; Fri, 10 Mar 2023 12:03:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229636AbjCJMD5 (ORCPT ); Fri, 10 Mar 2023 07:03:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229654AbjCJMDz (ORCPT ); Fri, 10 Mar 2023 07:03:55 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA29A80925 for ; Fri, 10 Mar 2023 04:03:52 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 93183B82285 for ; Fri, 10 Mar 2023 12:03:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2E1CC433EF; Fri, 10 Mar 2023 12:03:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678449830; bh=dxSE/QUP8quHyZb5MHgddYnWQuli4oIrINIzjRgn2fQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a6qYH/EWSjvEOSVCBSabKTohj+0xQKnxN5bUlvxLpFCxD4vO8lf8b/x8H6w0rDDY2 xX54rVBTfbPYrLWNQSrgr6o9WYbNKqDL+lO1PmolMArXl7C2UlOsaFYYj9V7WhA92l 9QPOlIRcVY6x2WAvIvMTPJsg0x2MZ+0a4d6+uyCM= Date: Fri, 10 Mar 2023 13:03:47 +0100 From: Greg KH To: Kuniyuki Iwashima Cc: stable@vger.kernel.org, liujian , Jakub Kicinski Subject: Re: [4.19/5.4/5.10] Please backport fdaf88531cfd. Message-ID: References: <20230308012905.10857-1-kuniyu@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308012905.10857-1-kuniyu@amazon.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Mar 07, 2023 at 05:29:05PM -0800, Kuniyuki Iwashima wrote: > Hi, > > On 4.14, 4.19, 5.4, and 5.10, listen() does not return -EADDRINUSE when > it fails to reserve a port. > > The same issue happend on 5.15.88 and fdaf88531cfd ("tcp: Fix listen() > regression in 5.15.88.") in the 5.15.y branch fixed it. > > The commit can be applied cleanly to 4.19, 5.4, and 5.10. > Could you backport the commit to these branch ? > > For 4.14.y, I'll post another patch. All now queued up, thanks! greg k-h