Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp1271339ybg; Wed, 23 Oct 2019 13:05:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqzfuJgqWEr0SkIF5hm+Ao2Kw4HOuOCb+Gs9//VUj+WT6M24OC1/W3YCcpbRMkfWO6vutMze X-Received: by 2002:a50:91c4:: with SMTP id h4mr27023073eda.36.1571861137433; Wed, 23 Oct 2019 13:05:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571861137; cv=none; d=google.com; s=arc-20160816; b=o1uGLt+O0GkzaIsLsGaCyXw5S++cqjxPHbomwWW0lNOOfIqjFvWlI/zj4ewo4zmtIT YqoW3dGh5i8yb3h70w8lfM3vym/DTVTb24ZXAJGwNjPF8vHtFKlgeRP+uA0gaNtTtt9A Bby1cZsHb9wJyIG79nrkEqbRvW0SdmKm9P76ZszMkJtrhipnMaEEZ5Mj6YP9uh0yttCk hAHtchUFe1UZOu477y5b/Rs1BCYpKFmQeLrRjy8qK5cDWADnUn5x0zEc8GmmQN7sSzIT c3IdGMPMbQn5TaY9WEV+ub25pF5tT0TOfmNto7Ytmfp+U06fX84ztnNrUSDR7f/eEgZ/ 3xBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:auto-submitted :content-transfer-encoding:references:in-reply-to:message-id:date :subject:to:from; bh=pVNHBI3c2dqCMzHiSZyyS6x4sOHzC1DzTU25D3nJt3g=; b=XRnz71Pvr96zjU/GbAO1Zjke/LEJjdsjnALgVQDm0LXN873BN75Oiv1pGp6IF+4BpI S/gV9il3UN6VtBvvwDG/TfX1kULkuaLSkbPoIuUZr5DD6UbUEQqBvh885EbL0kWLjkSz DB3TPsgmU1jbKLuxYKMYoTZT1cZp969VNvSWwWnuEeEbhoIHJ8TRwMDu4XsR8umFeFcJ f+TNyIkekuwFi+R8ExXzH+L5zmzvOA2mT87DMuSWZ40YUS4qAHm5uv7/zfmkNP2+7LaE oiVk4O+Aofg7blkY/dVtmc3Tdv2FNbmgfyaRJsvwXu1sbDfupMbZkiAKbzGseazG8yZJ UjyQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id hh9si12686312ejb.313.2019.10.23.13.05.11; Wed, 23 Oct 2019 13:05:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405701AbfJWNNN convert rfc822-to-8bit (ORCPT + 99 others); Wed, 23 Oct 2019 09:13:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:48242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732284AbfJWNNN (ORCPT ); Wed, 23 Oct 2019 09:13:13 -0400 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 205197] kernel BUG at fs/ext4/extents_status.c:884 Date: Wed, 23 Oct 2019 13:13:12 +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: 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 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=205197 --- Comment #3 from Theodore Tso (tytso@mit.edu) --- It's been pointed out to me that the patch in #1 should have been a no-op, since a signed integer gets converted to be unsigned before it is added to an unsigned int. Can you confirm that without the patch, you can still reliably reproduce the failure? -- You are receiving this mail because: You are watching the assignee of the bug.