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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61DD5C04E84 for ; Tue, 28 May 2019 13:23:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3B5FC20883 for ; Tue, 28 May 2019 13:23:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727485AbfE1NXd (ORCPT ); Tue, 28 May 2019 09:23:33 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:49784 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726924AbfE1NXd (ORCPT ); Tue, 28 May 2019 09:23:33 -0400 Received: from callcc.thunk.org ([66.31.38.53]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x4SDNRUl004130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 28 May 2019 09:23:28 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 8A8C1420481; Tue, 28 May 2019 09:23:27 -0400 (EDT) Date: Tue, 28 May 2019 09:23:27 -0400 From: "Theodore Ts'o" To: Mikhail Gavrilov Cc: Linux List Kernel Mailing , linux-ext4@vger.kernel.org Subject: Re: [bugreport] kernel 5.2 pblk bad header/extent: invalid extent entries Message-ID: <20190528132327.GC19149@mit.edu> Mail-Followup-To: Theodore Ts'o , Mikhail Gavrilov , Linux List Kernel Mailing , linux-ext4@vger.kernel.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 28, 2019 at 10:58:03AM +0500, Mikhail Gavrilov wrote: > On Mon, 27 May 2019 at 21:16, Mikhail Gavrilov > wrote: > > > > I am bisected issue. I hope it help understand what is happened on my computer. > > > > Why no one answers? > Even if the problem is known and already fixed, I would be nice to > know that I spent 10 days for searching a problem commit not in vain > and someone reads my messages. Sorry, I didn't see your earlier messages; I'm not sure why. In any case, yes, it's a known issue, and it's fixed in 5.2-rc2. This fix was commit 0a944e8a6c66. - Ted