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 13FDAC38A2D for ; Wed, 26 Oct 2022 06:58:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232963AbiJZG6e (ORCPT ); Wed, 26 Oct 2022 02:58:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230134AbiJZG6c (ORCPT ); Wed, 26 Oct 2022 02:58:32 -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 2710972EE5; Tue, 25 Oct 2022 23:58:32 -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 ACB4661AB3; Wed, 26 Oct 2022 06:58:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70CD7C433D6; Wed, 26 Oct 2022 06:58:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666767511; bh=UCpThysZO4vGCokU5Eu4C2W0+9CY4DujSYSPpQw0s98=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yZnyXXwIRwC51t6Y7i0EPmt+vkupR/q/AZ0uJ8GH/EgqMHg9tZs+GB+fBK2AJTHz5 Z/2xb3lZ9VrrBNMIc1w5wELCO9dKQ75YmrL5iVTwmVrK5R8ryUfmmDtP9UqnwP3oi+ sjJIpQpxoKZDoSFu1+e774jl0m3g0WBzoU0uiTxA= Date: Wed, 26 Oct 2022 08:59:24 +0200 From: Greg Kroah-Hartman To: Ernst Herzberg Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net Subject: Re: [PATCH 6.0 00/20] 6.0.4-rc1 review Message-ID: References: <20221024112934.415391158@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 26, 2022 at 08:36:55AM +0200, Ernst Herzberg wrote: > Missed a patch? > > Problematic patch in v6.0.3 : > > > commit 3ea7c50339859394dd667184b5b16eee1ebb53bc > > Author: Josef Bacik > > Date: Mon Aug 8 16:10:26 2022 -0400 > > > > btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure > > [ Upstream commit 8a1ae2781dee9fc21ca82db682d37bea4bd074ad ] > > Now that lockdep is staying enabled through our entire CI runs I started > > seeing the following stack in generic/475 > > > See: > > https://lore.kernel.org/stable/Y1aeWdHd4%2FluzhAu@localhost.localdomain/ That will be resolved in the next release, give us a chance to get this one out first... thanks, greg k-h