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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9302AC433DF for ; Fri, 31 Jul 2020 17:16:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6CCFE22B3F for ; Fri, 31 Jul 2020 17:16:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596215763; bh=9bNhpovPSTGi6X3LF9twzY/MMA9zySnTVDjOd55Ntxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZJF+rcq66+BJViOJh6n4QHDpjtX4q29ymDD1NW98Mcly+1sarEu5m9YKbcSrAEHMg nyKlVKaEkZFPqkrQ1K0fAC87DGixbN+Ms7gDfewOsuy91N5iEpw9irL6nNzxuQdtWj tz8gIM4gSBaG36R98TSUhjN2bzSvN81W4nB7F1pg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733284AbgGaRQC (ORCPT ); Fri, 31 Jul 2020 13:16:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:34172 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732973AbgGaRQC (ORCPT ); Fri, 31 Jul 2020 13:16:02 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9BDB62074B; Fri, 31 Jul 2020 17:16:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596215761; bh=9bNhpovPSTGi6X3LF9twzY/MMA9zySnTVDjOd55Ntxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2dlBa5GvxepmB1bZWS6B4sDbxrGegsTyQ4h4AQ1rmaWhT1WYYuPVBcjLzEYBROrYs eI8bf1euA96BCgOWN+O8i/1WbCxMhrQb/d5IwLpc+PWlibzAt7QRE5yyqaBRBahQpf HKwa1SAokQSMNQqWrUcwplngTMoq0no3Ux2vRfxc= Date: Fri, 31 Jul 2020 19:15:47 +0200 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: open list , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, linux- stable , Arnd Bergmann , Basil Eljuse , Shakeel Butt , Hugh Dickins , Christoph Lameter , Roman Gushchin , Joonsoo Kim , linux-mm , Pekka Enberg , David Rientjes , Vlastimil Babka , Muchun Song , Cgroups , Vincent Guittot , Peter Zijlstra , LTP List Subject: Re: [PATCH 5.4 00/19] 5.4.55-rc1 review Message-ID: <20200731171547.GC2012979@kroah.com> References: <20200730074420.502923740@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 31, 2020 at 04:02:16PM +0530, Naresh Kamboju wrote: > On Thu, 30 Jul 2020 at 13:36, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.4.55 release. > > There are 19 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 Sat, 01 Aug 2020 07:44:05 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.55-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > Results from Linaro’s test farm. > Regressions on arm64 Juno-r2 device running LTP controllers-tests > > CONFIG_ARM64_64K_PAGES=y > > Unable to handle kernel paging request at virtual address dead000000000108 > [dead000000000108] address between user and kernel address ranges > Internal error: Oops: 96000044 [#1] PREEMPT SMP > > pc : get_page_from_freelist+0xa64/0x1030 > lr : get_page_from_freelist+0x9c4/0x1030 > > We are trying to reproduce this kernel panic and trying to narrow down to > specific test cases. If you come up with something that needs to be reverted, please let me know. Otherwise, thanks for testing all of these. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Fri, 31 Jul 2020 19:15:47 +0200 Subject: [LTP] [PATCH 5.4 00/19] 5.4.55-rc1 review In-Reply-To: References: <20200730074420.502923740@linuxfoundation.org> Message-ID: <20200731171547.GC2012979@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On Fri, Jul 31, 2020 at 04:02:16PM +0530, Naresh Kamboju wrote: > On Thu, 30 Jul 2020 at 13:36, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.4.55 release. > > There are 19 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 Sat, 01 Aug 2020 07:44:05 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.55-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > Results from Linaro?s test farm. > Regressions on arm64 Juno-r2 device running LTP controllers-tests > > CONFIG_ARM64_64K_PAGES=y > > Unable to handle kernel paging request at virtual address dead000000000108 > [dead000000000108] address between user and kernel address ranges > Internal error: Oops: 96000044 [#1] PREEMPT SMP > > pc : get_page_from_freelist+0xa64/0x1030 > lr : get_page_from_freelist+0x9c4/0x1030 > > We are trying to reproduce this kernel panic and trying to narrow down to > specific test cases. If you come up with something that needs to be reverted, please let me know. Otherwise, thanks for testing all of these. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 5.4 00/19] 5.4.55-rc1 review Date: Fri, 31 Jul 2020 19:15:47 +0200 Message-ID: <20200731171547.GC2012979@kroah.com> References: <20200730074420.502923740@linuxfoundation.org> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596215761; bh=9bNhpovPSTGi6X3LF9twzY/MMA9zySnTVDjOd55Ntxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2dlBa5GvxepmB1bZWS6B4sDbxrGegsTyQ4h4AQ1rmaWhT1WYYuPVBcjLzEYBROrYs eI8bf1euA96BCgOWN+O8i/1WbCxMhrQb/d5IwLpc+PWlibzAt7QRE5yyqaBRBahQpf HKwa1SAokQSMNQqWrUcwplngTMoq0no3Ux2vRfxc= Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="windows-1252" To: Naresh Kamboju Cc: open list , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, linux- stable , Arnd Bergmann , Basil Eljuse , Shakeel Butt , Hugh Dickins , Christoph Lameter , Roman Gushchin , Joonsoo Kim , linux-mm , Pekka Enberg , David Rientjes , Vlastimil Babka , Muchun Song On Fri, Jul 31, 2020 at 04:02:16PM +0530, Naresh Kamboju wrote: > On Thu, 30 Jul 2020 at 13:36, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.4.55 release. > > There are 19 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 Sat, 01 Aug 2020 07:44:05 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patc= h-5.4.55-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stab= le-rc.git linux-5.4.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h >=20 > Results from Linaro=E2=80=99s test farm. > Regressions on arm64 Juno-r2 device running LTP controllers-tests >=20 > CONFIG_ARM64_64K_PAGES=3Dy >=20 > Unable to handle kernel paging request at virtual address dead000000000108 > [dead000000000108] address between user and kernel address ranges > Internal error: Oops: 96000044 [#1] PREEMPT SMP >=20 > pc : get_page_from_freelist+0xa64/0x1030 > lr : get_page_from_freelist+0x9c4/0x1030 >=20 > We are trying to reproduce this kernel panic and trying to narrow down to > specific test cases. If you come up with something that needs to be reverted, please let me know. Otherwise, thanks for testing all of these. greg k-h