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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E392EC001B0 for ; Mon, 17 Jul 2023 04:31:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230213AbjGQEbk (ORCPT ); Mon, 17 Jul 2023 00:31:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbjGQEbj (ORCPT ); Mon, 17 Jul 2023 00:31:39 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EABDBE45 for ; Sun, 16 Jul 2023 21:31:37 -0700 (PDT) Received: from cwcc.thunk.org (pool-173-48-116-181.bstnma.fios.verizon.net [173.48.116.181]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 36H4VBcW032431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 17 Jul 2023 00:31:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1689568277; bh=DX2FGsc/zuGqEoYRVwpitWL4pzdwOUkjpH+YNkuzp2Y=; h=Date:From:Subject:Message-ID:MIME-Version:Content-Type; b=RCVa30gNl9kM4D6VozHZDx8G+qwpIjmtX8cKPRiR6JHO3z3W3J0EtDhaj2LLCrDRD oWyiYVWAcW2y5/laImvSaxU87lBLs8X0tfgmKxOnAje0UwHB2eJc8NVxYKhgnG/WXL zPQ5Nu5zqPTRqYKwmxgMedqTYfbbEQL4BopvEyhmNT8LabWSYXc1u2F41Z3cZA9WmR U6wHj/lr5VHsJy4zJUO6UdYB2PdHGdSOHDZ7JNhExI1tYt0bCBrF8Xnd2InF34l2GJ 4iM+9XdU88C45cRmSogzUJKXy+SSptbk25t4okb7dXiUNuB1dzMlOjwWTNTMm6vlQm 9ubmeTTdfvQxg== Received: by cwcc.thunk.org (Postfix, from userid 15806) id 7CB0315C0280; Mon, 17 Jul 2023 00:31:11 -0400 (EDT) Date: Mon, 17 Jul 2023 00:31:11 -0400 From: "Theodore Ts'o" To: Naresh Kamboju Cc: open list , linux-mm , lkft-triage@lists.linaro.org, linux-ext4 , LTP List , Andrew Morton , Arnd Bergmann , Dan Carpenter , Andreas Dilger , Ojaswin Mujoo Subject: Re: next: kernel BUG at fs/ext4/mballoc.c:4369! Message-ID: <20230717043111.GA3842864@mit.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sun, Jul 16, 2023 at 11:32:51AM +0530, Naresh Kamboju wrote: > Following kernel BUG noticed while testing LTP fs testing on x86_64 > arch x86_64 on the Linux next-20230716 built with clang toolchain. Hmm, I'm not seeing the next-20230716 tag at: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/ or https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git/ I see a tag for next-20230717 and for next-20230714, but not next-20230716. Was this a typo? Does it reproduce on the next-20230717 tree? Also, since I don't use LTP, can you give me a trimmed-down reproducer, to save me some time? Thanks!! - Ted