Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp1541716pxv; Fri, 2 Jul 2021 06:23:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw8+DgiJRK2QyTFiune/67oOHXRBtxUuWQBVWdiRVBZtyeoKQsqi71Bk87sBMv/FBrdxlsE X-Received: by 2002:a02:b60b:: with SMTP id h11mr4295467jam.46.1625232199861; Fri, 02 Jul 2021 06:23:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625232199; cv=none; d=google.com; s=arc-20160816; b=xgaDXNS2YdLqT2OkByXmL89popaxFmYDaAzODxHI4m6ckY5D/YB5wzIgpsScdkZZr5 8JzfH5onAFuRSmlhCkYrdycThi+J+PVecjhCnD1voq2wKMGlbtwjcsseW/bFQl5i8AWh oVUBp35zEaAgILpUypUhri0JQ945fd2bwNhIKbfc5ruMnhVIgT7vf07JJOctlZlzZ4oM pdsOHj7ja2uhGnJ2g3NRYWcLOF9Ec64pBzBwRTtpyMy8ctB97Gxx4h5cTSI1RBZsGDUc p0O/76XZMSegqROzaTo17prSNSMRyaUlFwXYVDlB6obvKN4pvPT0tsflDlZGe9gAbvD+ cn7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=vY8gbt8EYBsZ7Mek/FzfSqRDxsFSDaDx+na4SV9lyGw=; b=R/VaGfn3LVqRL9ytPPKHZbq255HxNqmdyE71g33tXyNjEtHLUldX31yBPkdfPFeuzn zM7NhFe5/K0/KrwWGL+TUYb9GN+AMXFo2DJOXYedZHV5Y1O5IAGFY0qU8HrBiivJ6xHD YqIsTQS4BLE94i6EAMoT+Clv8SnkD5RZifN+ghG24KbtnbYP41cKxSH39YettrSv//FQ VO4GQoF/Bn93byddwQkcrxCgjOvWp9fQ3JIfZrAMaoRMhZUjO+QJBVhItlIG8k6aoU0m T43OpzOrZiY7yNQBQkNauL868a0sHhzDCXkic4eQiYWYZYfgvenc8SxTH2Flu8t0TGHq ts8g== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l21si3574964ioh.12.2021.07.02.06.23.05; Fri, 02 Jul 2021 06:23:19 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232207AbhGBNRs (ORCPT + 99 others); Fri, 2 Jul 2021 09:17:48 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:40896 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231718AbhGBNRs (ORCPT ); Fri, 2 Jul 2021 09:17:48 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 162DF6gM002762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Jul 2021 09:15:06 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id EBA5F15C3CE4; Fri, 2 Jul 2021 09:15:05 -0400 (EDT) Date: Fri, 2 Jul 2021 09:15:05 -0400 From: "Theodore Ts'o" To: Jon Hunter Cc: Zhang Yi , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-tegra , Linus Torvalds Subject: Re: [GIT PULL] ext4 updates for v5.14 Message-ID: References: <87ade24e-08f2-5fb1-7616-e6032af399a3@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ade24e-08f2-5fb1-7616-e6032af399a3@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Fri, Jul 02, 2021 at 10:57:37AM +0100, Jon Hunter wrote: > > I have noticed that with next-20210701 that one of our eMMC tests > started failing on all our ARM and ARM64 platforms and bisect is > pointing to commit 4ba3fcdde7e3 ("jbd2,ext4: add a shrinker to > release checkpointed buffers"). Today I am seeing the same failure > on the mainline. Yes, this was noted as a problem on Power as well. I'll be sending a fix for this shortly... Apologies for not catching this, but for some reason it's not causing problems on x86_64. - Ted