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 1CFB1C433EF for ; Fri, 12 Nov 2021 13:46:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EF7B661054 for ; Fri, 12 Nov 2021 13:46:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235029AbhKLNta (ORCPT ); Fri, 12 Nov 2021 08:49:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:43942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231553AbhKLNt3 (ORCPT ); Fri, 12 Nov 2021 08:49:29 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id B49F360F46; Fri, 12 Nov 2021 13:46:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636724798; bh=If+yLx16hBSvgYnFe0fN1smVDPIuVy19acYEmHHmsrk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JyfLGsIPmLsWVUaGCv4KUG+kUfGT4m4UB1jxs6WnjUvrB/PL7no1vIYkx66PF2Pxm w3AdYUIPO2MFFGFhpv4Z7PEkckOC413DVUAV8pQBavGOf59Bu1uttoqtL7TMCmOTnC ZcFGplOwoZ1jsWNP3EI+U53lK7btuYdANsTaVgm4= Date: Fri, 12 Nov 2021 14:46:35 +0100 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: linux-kernel , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jonathan Hunter , Florian Fainelli , Stable Subject: Re: [PATCH 5.10 00/21] 5.10.79-rc1 review Message-ID: References: <20211110182002.964190708@linuxfoundation.org> 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 Thu, Nov 11, 2021 at 07:45:09PM +0000, Sudip Mukherjee wrote: > On Thu, Nov 11, 2021 at 1:01 PM Sudip Mukherjee > wrote: > > > > Hi Greg, > > > > On Wed, Nov 10, 2021 at 07:43:46PM +0100, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 5.10.79 release. > > > There are 21 patches in this series, all will be posted as a response > > > to this one. If anyone has any issues with these being applied, please > > > let me know. > > > > > > Responses should be made by Fri, 12 Nov 2021 18:19:54 +0000. > > > Anything received after that time might be too late. > > > > systemd-journal-flush.service failed due to a timeout resulting in a very very > > slow boot on my test laptop. qemu test on openqa failed due to the same problem. > > Build test: > mips (gcc version 11.2.1 20211104): 63 configs -> no new failure > arm (gcc version 11.2.1 20211104): 105 configs -> no new failure > arm64 (gcc version 11.2.1 20211104): 3 configs -> no failure > x86_64 (gcc version 11.2.1 20211104): 4 configs -> no failure > > Boot test: > x86_64: Regression mail sent earlier. Caused by 8615ff6dd1ac ("mm: > filemap: check if THP has > hwpoisoned subpage for PMD page fault"). > > arm64: Booted on rpi4b (4GB model). No regression. [1] > > [1]. https://openqa.qa.codethink.co.uk/tests/362 > > > Tested-by: Sudip Mukherjee Will go drop the offending patch, thanks. greg k-h