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 85080C0015E for ; Thu, 3 Aug 2023 07:37:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229818AbjHCHhd (ORCPT ); Thu, 3 Aug 2023 03:37:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232593AbjHCHgT (ORCPT ); Thu, 3 Aug 2023 03:36:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6141235B7; Thu, 3 Aug 2023 00:32:48 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F228961C43; Thu, 3 Aug 2023 07:32:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3E0FC433C8; Thu, 3 Aug 2023 07:32:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691047967; bh=L26Jabm/XZ5nSH+ICAegBePuqyUpEFwDLG3L+XJ3gu4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g98pF1V6lUZZPKqTJXT/+1pBe2AlSCWIF74BMqblS7n4lZxR+FoHBcffEEcO1qTSb zL8Wa42huBw8hNwc0jnmAn5yM45RimOLVBZ3uBnfR4kfXygU7FbSHuQQrZ+kNK3dF2 DETmaAOvs21fcIHhkeHInYb/YiPof4S61uT+FsFE= Date: Thu, 3 Aug 2023 09:32:44 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, 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, rwarsow@gmx.de, conor@kernel.org Subject: Re: [PATCH 6.1 000/225] 6.1.43-rc2 review Message-ID: <2023080308-mountain-gyration-06ff@gregkh> References: <20230802065510.869511253@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: stable@vger.kernel.org On Wed, Aug 02, 2023 at 04:18:19PM -0700, Guenter Roeck wrote: > On Wed, Aug 02, 2023 at 09:41:55AM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.1.43 release. > > There are 225 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Fri, 04 Aug 2023 06:54:28 +0000. > > Anything received after that time might be too late. > > > > Build results: > total: 157 pass: 157 fail: 0 > Qemu test results: > total: 521 pass: 519 fail: 2 > Failed tests: > arm:fuji-bmc:aspeed_g5_defconfig:notests:mem1G:mtd128,0,8,1:net,nic:aspeed-bmc-facebook-fuji:rootfs > arm:bletchley-bmc,fmc-model=mt25qu02g,spi-model=mt25qu02g:aspeed_g5_defconfig:notests:mem1G:mtd256:net,nic:aspeed-bmc-facebook-bletchley:rootfs > > The failed tests crash while attempting to boot from a f2fs root file > system, suggesting that f2fs support may be broken. Thanks for letting me know. I've now dropped the f2fs patches from this queue. greg k-h