From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f194.google.com ([209.85.210.194]:32904 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727603AbfGSVXD (ORCPT ); Fri, 19 Jul 2019 17:23:03 -0400 Date: Fri, 19 Jul 2019 21:23:00 +0000 From: Luis Chamberlain Subject: Re: [PATCH] xfs: don't trip over uninitialized buffer on extent read of corrupted inode Message-ID: <20190719212300.GQ30113@42.do-not-panic.com> References: <20190718230617.7439-1-mcgrof> <20190719193032.11096-1-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190719193032.11096-1-mcgrof@kernel.org> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: linux-xfs@vger.kernel.org, gregkh@linuxfoundation.org, Alexander.Levin@microsoft.com Cc: stable@vger.kernel.org, amir73il@gmail.com, hch@infradead.org, zlang@redhat.com, Brian Foster , "Darrick J . Wong" On Fri, Jul 19, 2019 at 07:30:32PM +0000, Luis Chamberlain wrote: > From: Brian Foster > [mcgrof: fixes kz#204223 ] Sorry, spoke too soon, although it helps... it actually still does not fix that exact issue. Fixing this will require a bit more work. You can ignore this patch for stable for now. Luis