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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDF90C433EF for ; Sat, 13 Nov 2021 13:36:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C98F761056 for ; Sat, 13 Nov 2021 13:36:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235785AbhKMNjS (ORCPT ); Sat, 13 Nov 2021 08:39:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:48678 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230021AbhKMNjR (ORCPT ); Sat, 13 Nov 2021 08:39:17 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1538A61051; Sat, 13 Nov 2021 13:36:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636810584; bh=gSETIOX28EOLQVh/kVpLdv0a8DgmohpdC3f5F32o1BE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=twfXlkhJKoHSFeFIrjgE8Bp3vioKfx6bZCF2G2sMLEyst2dChKi8J99YN8/3t7hRu 4I5yrw6kUmSVBb4cdIsemLhdtr7Ted4PxQuSczcSnBIlSzO9CbSL+LX3mb/1zZ2tey noFdsY+NTI4tzSMV5WTZWmnQiUhSvNpgQUPPAydg= Date: Sat, 13 Nov 2021 14:36:22 +0100 From: Greg Kroah-Hartman To: Tim Lewis Cc: Yang Shi , Naresh Kamboju , Sudip Mukherjee , f.fainelli@gmail.com, torvalds@linux-foundation.org, open list , lkft-triage@lists.linaro.org, patches@kernelci.org, stable@vger.kernel.org, pavel@denx.de, akpm@linux-foundation.org, jonathanh@nvidia.com, shuah@kernel.org, linux@roeck-us.net, Naoya Horiguchi , "Kirill A. Shutemov" , Hugh Dickins , Matthew Wilcox , Oscar Salvador , Peter Xu Subject: Re: [PATCH 5.10 00/21] 5.10.79-rc1 review Message-ID: 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-kernel@vger.kernel.org On Sat, Nov 13, 2021 at 08:19:12AM -0500, Tim Lewis wrote: > > commit 8615ff6dd1ac9e01b6fcf0fc0652353f79f524ed > > Author: Yang Shi > > Date: Thu Oct 28 14:36:11 2021 -0700 > > > > mm: filemap: check if THP has hwpoisoned subpage for PMD page fault > > > > commit eac96c3efdb593df1a57bb5b95dbe037bfa9a522 upstream. > > For the sake of testing, > other than this breaking systemd-journal, > postgresql is another service that would hang forever with 100% CPU, > on arm64 (odroid-c4) using Ubuntu 20.04. Thanks, this commit was dropped from this release. greg k-h