Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp4095479pxb; Tue, 17 Nov 2020 11:07:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJx3BaGR+BNreFYL8pE6pDj0SQvJy5rzjCgwmuVGOT/VZMjA72Tx27oPUZbH4dZknjtyM3e1 X-Received: by 2002:aa7:cd41:: with SMTP id v1mr5790931edw.147.1605640066508; Tue, 17 Nov 2020 11:07:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605640066; cv=none; d=google.com; s=arc-20160816; b=WVO3TqEA4VB4FxeVORnoo8RMSoYG8CoyCSW++EtJaYdUs/SScwKpwg3kqUUhznYwIW 7kXOqk6M2Y/9yKR7s8hYwVtrR1SymJLEYQcPnx3yJoSc57B3+VD1FYRAJtJtyVMXEIok /yH/f9daS+zLEm5cpJmjudHxf34bZcahBYxi2PFsP08Y3AlbEykzfMNSqxg7GsdVh3BP jfQ4aWyo+/HeCmdz7wvP56FSxhuwro1dEfvcNvFyWy8a/8gmuI89TsC+nxPo8MztNc+1 onOlTyV+c0HbQWkAAdfiAUpfUplqifRAQIx9Nyv3o4HuQN1cTaEgG1YbdjedtJyJTHTQ g6dA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:auto-submitted :content-transfer-encoding:references:in-reply-to:message-id:date :subject:to:from; bh=WqObrfX93fARaeMzZhA5CGwQTLBtQb2NliZR99HBdeU=; b=VwF0JHuTfr1V9jijGOvv0j6s4LHOiCJy80XjjzwtGdZxSfOGJ+s6ewEcaYqr3Fz/0K Z3cu+j0yli/uxxLu91BhYR71e56bSinwprARicW0K0DYEVo3gPykxyVKDIDLqFTRx7a3 LG566ovS/KpCSTYKviFwf74LzgUSfEhEf14avhNlUJ0v4AHLON8LcUNaD/XIh4JF23+z Le5Z1UOoW+NW89EitJiOxHXLwnq9RiEhXn8fW4nhyYPiPXkIjq4jGdziwoSGfoEx/qlV HyX/tdgkgINUXIPWpO7WDHZh+txYpEinEn8KBtYmixMK3ZTihtkNMRy3L0NmY1oVRm0o wqmA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q5si13570330ejn.34.2020.11.17.11.07.12; Tue, 17 Nov 2020 11:07:46 -0800 (PST) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726296AbgKQTHI convert rfc822-to-8bit (ORCPT + 99 others); Tue, 17 Nov 2020 14:07:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:52480 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726295AbgKQTHH (ORCPT ); Tue, 17 Nov 2020 14:07:07 -0500 From: bugzilla-daemon@bugzilla.kernel.org Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: linux-ext4@vger.kernel.org Subject: [Bug 210185] kernel BUG at fs/ext4/page-io.c:126! Date: Tue, 17 Nov 2020 19:07:06 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo fs_ext4@kernel-bugs.osdl.org X-Bugzilla-Product: File System X-Bugzilla-Component: ext4 X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tytso@mit.edu X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: fs_ext4@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=210185 Theodore Tso (tytso@mit.edu) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tytso@mit.edu --- Comment #3 from Theodore Tso (tytso@mit.edu) --- How easily can you reproduce the problem? Can you give us instructions for a reliable repro (e.g., download AutoCtk, run it with these options and this input file, and it will crash in N minutes)? Thanks! -- You are receiving this mail because: You are watching the assignee of the bug.