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 DF282C7EE2A for ; Thu, 1 Jun 2023 17:20:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231304AbjFARU6 (ORCPT ); Thu, 1 Jun 2023 13:20:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231947AbjFARU5 (ORCPT ); Thu, 1 Jun 2023 13:20:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0973B136; Thu, 1 Jun 2023 10:20:57 -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 9B96664835; Thu, 1 Jun 2023 17:20:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81995C433D2; Thu, 1 Jun 2023 17:20:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685640056; bh=9EaqC1DnJMuk4AMWEh9JBON4F0FRodQtCo6RrSC2wsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lZdpfz5JapOz2Y0YELeTlVq+OU8fVjl+6hfGwZNBz3pxMSdwsyuN1PoPIxtCi6WhT Nq9efP1eCyxIOXD3HPrwhWWvJiIOlgH6Sqk4XYk5YEaEmSXVpz6CenikE5KiEmiP89 6SYgjpMPdkF9aCLQsMnNr/htH5TflxeDBbVKGAOo= Date: Thu, 1 Jun 2023 18:20:53 +0100 From: Greg Kroah-Hartman To: Danila Chernetsov Cc: stable@vger.kernel.org, Amir Goldstein , "Darrick J. Wong" , linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org, Dave Chinner , Dave Chinner Subject: Re: [PATCH 5.10 1/1] xfs: verify buffer contents when we skip log replay Message-ID: <2023060127-flick-velcro-ca45@gregkh> References: <20230601164439.15404-1-listdansp@mail.ru> <20230601164439.15404-2-listdansp@mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230601164439.15404-2-listdansp@mail.ru> Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Thu, Jun 01, 2023 at 04:44:39PM +0000, Danila Chernetsov wrote: > From: "Darrick J. Wong" > > commit 22ed903eee23a5b174e240f1cdfa9acf393a5210 upstream. > > syzbot detected a crash during log recovery: XFS patches for stable come from the XFS maintainers, so please work with them if you feel any specific patch is missing from a stable tree. thanks, greg k-h