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 37313C43334 for ; Mon, 13 Jun 2022 09:30:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230213AbiFMJaU (ORCPT ); Mon, 13 Jun 2022 05:30:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230266AbiFMJaT (ORCPT ); Mon, 13 Jun 2022 05:30:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B33A91838E for ; Mon, 13 Jun 2022 02:30:18 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 4FFAB61361 for ; Mon, 13 Jun 2022 09:30:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D22FC34114; Mon, 13 Jun 2022 09:30:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655112617; bh=Ks10NwWQsD2lF2HjxHpwmCsX4YYlOZ6KZXK3H5Nq+2Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WXQQfuBMYYsCLG4O6Eyc5SrX92YlqQD3xzwLaUweJiXyrICQV1P9dc1BPm6d7nLZ8 HjM3c3h9jHTIi8N36xngivZTbDddVXXOWa76A4jC3k+JagDdgXTxl5Vi29uCW2nEgo HOe5u8N30nEiKbX0oz5azME4JU99VV+JGwQCcocY= Date: Mon, 13 Jun 2022 11:30:14 +0200 From: Greg Kroah-Hartman To: Eric Dumazet Cc: Guenter Roeck , linux-stable , Sasha Levin Subject: Re: Boot stalls in v4.9.y to v5.4.y stable queues Message-ID: References: <20220610000555.GA2492906@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jun 09, 2022 at 06:59:59PM -0700, Eric Dumazet wrote: > On Thu, Jun 9, 2022 at 5:05 PM Guenter Roeck wrote: > > > > Hi, > > > > all stable release queues from v4.9.y up to v5.4.y have boot stall > > problems. The culprit is the backport of commit d7ea0d9df2a6 ("net: > > remove two BUG() from skb_checksum_help()"), specifically the following > > code. > > > > Not sure why this patch has been backported. > > It had no Fixes: tag, and was not a stable candidate. Now dropped thanks. greg k-h