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 2BA53C433EF for ; Thu, 14 Jul 2022 08:22:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229693AbiGNIWT (ORCPT ); Thu, 14 Jul 2022 04:22:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229506AbiGNIWS (ORCPT ); Thu, 14 Jul 2022 04:22:18 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 513402CDD0; Thu, 14 Jul 2022 01:22:17 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 3917168AA6; Thu, 14 Jul 2022 10:22:12 +0200 (CEST) Date: Thu, 14 Jul 2022 10:22:12 +0200 From: Christoph Hellwig To: Anshuman Khandual Cc: Naresh Kamboju , Linux-Next Mailing List , open list , lkft-triage@lists.linaro.org, regressions@lists.linux.dev, linux-mm , Andrew Morton , Stephen Rothwell , Christoph Hellwig , "open list:IOMMU DRIVERS" , Tom Lendacky , conor@kernel.org, Marek Szyprowski , Robin Murphy Subject: Re: [next] Kernel panic - not syncing: swiotlb_init_remap: nslabs = 0 too small Message-ID: <20220714082212.GA30886@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Jul 14, 2022 at 01:50:02PM +0530, Anshuman Khandual wrote: > 26ffb91fa5e0fb282e8 ("swiotlb: split up the global swiotlb lock") This has been replace with 20347fca71a387a3751f7bb270062616ddc5317a that should fix the issue.