Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1073943pxb; Thu, 19 Nov 2020 23:49:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJy4HI13gwrwEiVnGErvidBWkQa6rXAkLvozAYT/0WluoRAKxhFrb+gGBzI8fBYri8U4VEeZ X-Received: by 2002:a17:906:5052:: with SMTP id e18mr30601586ejk.530.1605858582882; Thu, 19 Nov 2020 23:49:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605858582; cv=none; d=google.com; s=arc-20160816; b=RHRGS5XqvDly3Ap6BMOKKEQNPV/l39keZ2mkJeAU+0sKJxVanL+490LSo0LTrBHx7W DUQOykwAZnCmvmUabFw1ebJrixwMN7kn3Uci34HwuL5bqO2nK//U+Q/wapjHF2MdA3FE SQ56jP7N8BLJqX15u2ThNd/fqQ2Zlq6hU98BSJYN/UtTOcIYXBDOHmxvcIlmyd2je6Er FNy7g/R0KEM1UeCimO2xziCG9sTUNadYa0kelg3Jqyf0u/ArvcEaMkoZXVG5tfLt4J9q tf8k9hsQ7LvK4TLblWft4yvo4TFSQO4tfG6bLUAV9qiAKNBszDpoXxQxLB4by2iZQlkV FvLQ== 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=kf1SBpgQs45h/b1uJB0msXMCcULA91nJAhyTJ1x+1h4=; b=R7dTOdM4FeI1tNgjdaoBM5i80d+jJVuG0bfLtcWgIt5t6ZFL0iXqiea5Gn3ltkyM2G yCJf0m+Fe88YhtEWOSw8UefYDPmCpKfWQfO2dz7XzmVcsQ73xFZujkdUVgO8v7YULKyq gYIcUGqkfxhVlvnStOuBePbAq1OMv+20Iwhql5wVgKEyRq2IyAQyUPKX6kKK2aWzUTvq B70Fi2raf1iVHWgJA2WeNaXA/83oFPWM93UpAReJQqDOqk2CmTo977T/2ca6oolJBljM 8qHxoen3NEFnBVM7/rkQa+WVs3kZqE/Bk0Ph2ksC1/0RBjUtNrFS+LW8HI6BePeGThz/ KaYw== 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 s18si1467550eji.422.2020.11.19.23.49.12; Thu, 19 Nov 2020 23:49:42 -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 S1726724AbgKTHtL convert rfc822-to-8bit (ORCPT + 99 others); Fri, 20 Nov 2020 02:49:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:43598 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726575AbgKTHtL (ORCPT ); Fri, 20 Nov 2020 02:49:11 -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: Fri, 20 Nov 2020 07:49:10 +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: emchroma@gmail.com 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: 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 --- Comment #10 from emchroma@gmail.com --- I've made some more tests with different kernels and it looks like the the bug was introduced with kernel 5.9.0. Kernel 5.8.18 and below (5.8.0 and 5.8.16) runs fine, kernel 5.9.0 shows the bug. Today I've tried kernel 5.9.9, which also crashes. I've also made the test on a different machine with different hardware and different setup - there, all kernels seems to run fine. At least program ran for a few hours before I stopped it. -- You are receiving this mail because: You are watching the assignee of the bug.