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 9A709C636D6 for ; Wed, 22 Feb 2023 21:34:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232097AbjBVVek (ORCPT ); Wed, 22 Feb 2023 16:34:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229504AbjBVVei (ORCPT ); Wed, 22 Feb 2023 16:34:38 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7DE32DE53; Wed, 22 Feb 2023 13:34:37 -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 A5860B818A2; Wed, 22 Feb 2023 21:34:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EED2C433D2; Wed, 22 Feb 2023 21:34:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677101675; bh=CsVy79cWb4ilZv2F3gdcYfg94pzPlq0ZjoazIarr1NQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=SnW0Ti6YhlWJWpdQgI5B51L/1/ih1y9iVA9WBcgW0RBVU8TNKw4LDphn+UxWpcjxe 1lhCMXV14eT/Cn1NMIHUYwQpg6kE07VUA7J6KPhxCtCSvIIoSI1Dofl2Tb1pZexOkB Wu81OPIIvrvf2FYSLVU3IQAcyA8+1yYeRC37fh5kwW4PQUGnUlG8V9q+jJsczGKE7b Gv0ahx8wGTYtdia5kLB/LvT0XrgYvbq9eELvOxO0TeeYnFZWy8cc8+pNJaTrCZZBTX 680VDdI3PH8+tsvFZPYqU7xqORGqtjdgtuE6rsNF93hSKpJsKnUuOYIznvgIYJJghE ADtix5Z/VNHlA== Date: Wed, 22 Feb 2023 13:34:33 -0800 From: Jakub Kicinski To: Bruno Goncalves Cc: Manish Chopra , Ariel Elior , LKML , Networking , CKI Project , Saurav Kashyap , Javed Hasan , Alok Prasad Subject: Re: [EXT] Re: RIP: 0010:qede_load+0x128d/0x13b0 [qede] - 5.19.0 Message-ID: <20230222133433.7b4b0e67@kernel.org> In-Reply-To: References: <20220802122356.6f163a79@kernel.org> <20220803083751.40b6ee93@kernel.org> <20220818085106.73aabac2@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 Aug 2022 09:36:54 +0200 Bruno Goncalves wrote: > We hit the panic by booting up the machine with a kernel 5.19.0 with > debug flags enabled. Hi Bruno, Was this ever fixed?