linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: open list <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Guenter Roeck <linux@roeck-us.net>, Shuah Khan <shuah@kernel.org>,
	patches@kernelci.org,
	Ben Hutchings <ben.hutchings@codethink.co.uk>,
	lkft-triage@lists.linaro.org,
	linux- stable <stable@vger.kernel.org>
Subject: Re: [PATCH 5.7 00/14] 5.7.1-rc1 review
Date: Sun, 7 Jun 2020 13:20:26 +0200	[thread overview]
Message-ID: <20200607112026.GD47740@kroah.com> (raw)
In-Reply-To: <CA+G9fYsuzQ1BiAx74K2VGK4enUoNLe=jzpT-+AX2NB=wd4PHPw@mail.gmail.com>

On Sat, Jun 06, 2020 at 09:19:53PM +0530, Naresh Kamboju wrote:
> On Fri, 5 Jun 2020 at 19:46, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 5.7.1 release.
> > There are 14 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 Sun, 07 Jun 2020 13:54:56 +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.7.1-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.7.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
> 
> Results from Linaro’s test farm.
> 
> While running kselftest memfd_test case the kernel panic noticed on i386
> which started with kernel BUG and followed by kernel panic.
> 
> steps to reproduce: (Not always reproducible)
>           - cd /opt/kselftests/mainline/memfd/
>           - ./run_fuse_test.sh || true
>           - ./run_hugetlbfs_test.sh || true
> 
> [  417.473220] run_hugetlbfs_t (10826): drop_caches: 3
> [  417.491120] audit: type=1701 audit(1591388532.357:87503):
> auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=10829
> comm=\"memfd_test\" exe=\"/opt/kselftests/mainline/memfd/memfd_test\"
> sig=6 res=1
> [  417.511294] BUG: kernel NULL pointer dereference, address: 00000043
> [  417.517569] #PF: supervisor read access in kernel mode
> [  417.522699] #PF: error_code(0x0000) - not-present page
> [  417.527830] *pde = 00000000
> [  417.530707] Oops: 0000 [#2] SMP
> [  417.533846] CPU: 3 PID: 10829 Comm: memfd_test Tainted: G      D W
>        5.7.1-rc1 #1
> [  417.541845] Hardware name: Supermicro SYS-5019S-ML/X11SSH-F, BIOS
> 2.0b 07/27/2017
> [  417.549327] EIP: kmem_cache_alloc_trace+0x81/0x2b0
> <>
> [  931.776242] Kernel panic - not syncing: Attempted to kill init!
> exitcode=0x00000009
> [  931.783933] Kernel Offset: 0x1ce00000 from 0xc1000000 (relocation
> range: 0xc0000000-0xf77fdfff)
> [  931.792627] ---[ end Kernel panic - not syncing: Attempted to kill
> init! exitcode=0x00000009 ]---

Did you see this on Linus's tree too?

Is it a regression from 5.7.0?

> software_node_release bug on stable-rc 5.7 noticed which is a known
> issue on Linus's tree.
> [  400.320910] BUG: kernel NULL pointer dereference, address: 0000000000000000
> [  400.328959] #PF: supervisor read access in kernel mode
> [  400.334097] #PF: error_code(0x0000) - not-present page
> [  400.339226] PGD 800000022880d067 P4D 800000022880d067 PUD 21f410067 PMD 0
> [  400.346093] Oops: 0000 [#1] SMP PTI
> [  400.349586] CPU: 2 PID: 8865 Comm: modprobe Tainted: G        W
>     5.7.1-rc1 #1
> [  400.357322] Hardware name: Supermicro SYS-5019S-ML/X11SSH-F, BIOS
> 2.2 05/23/2018
> [  400.364711] RIP: 0010:ida_free+0x76/0x140
> 
> Full test log link,
> https://lkft.validation.linaro.org/scheduler/job/1477323#L11575
> 
> 
> Kernel BUG on arm64 dragonboard 410c which is reported upstream but
> did not get reply.
> BUG: spinlock bad magic on CPU#1, swapper/0/1
> lock: msm_uart_ports
> Upstream issue reported link,
> https://lore.kernel.org/lkml/CA+G9fYsDgghO+4zMY-AF2RgUmAfjZyA+tjeg5m5F1rEgEtw5fg@mail.gmail.com/


Thanks for testing all of these.

greg k-h

  reply	other threads:[~2020-06-07 11:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-05 14:14 [PATCH 5.7 00/14] 5.7.1-rc1 review Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 01/14] media: dvbdev: Fix tuner->demod media controller link Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 02/14] mm: Fix mremap not considering huge pmd devmap Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 03/14] HID: sony: Fix for broken buttons on DS3 USB dongles Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 04/14] HID: multitouch: enable multi-input as a quirk for some devices Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 05/14] HID: i2c-hid: add Schneider SCL142ALM to descriptor override Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 06/14] p54usb: add AirVasT USB stick device-id Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 07/14] mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapter Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 08/14] crypto: api - Fix use-after-free and race in crypto_spawn_alg Greg Kroah-Hartman
2020-06-05 14:14 ` [PATCH 5.7 09/14] kernel/relay.c: handle alloc_percpu returning NULL in relay_open Greg Kroah-Hartman
2020-06-05 14:15 ` [PATCH 5.7 10/14] mmc: fix compilation of user API Greg Kroah-Hartman
2020-06-05 14:15 ` [PATCH 5.7 11/14] media: Revert "staging: imgu: Address a compiler warning on alignment" Greg Kroah-Hartman
2020-06-05 14:15 ` [PATCH 5.7 12/14] media: staging: ipu3-imgu: Move alignment attribute to field Greg Kroah-Hartman
2020-06-05 14:15 ` [PATCH 5.7 13/14] net: dsa: mt7530: set CPU port to fallback mode Greg Kroah-Hartman
2020-06-05 14:15 ` [PATCH 5.7 14/14] airo: Fix read overflows sending packets Greg Kroah-Hartman
2020-06-05 22:11 ` [PATCH 5.7 00/14] 5.7.1-rc1 review Shuah Khan
2020-06-07 11:18   ` Greg Kroah-Hartman
2020-06-06  6:28 ` Jon Hunter
2020-06-06 13:34 ` Guenter Roeck
2020-06-07 11:19   ` Greg Kroah-Hartman
2020-06-06 15:49 ` Naresh Kamboju
2020-06-07 11:20   ` Greg Kroah-Hartman [this message]
2020-06-07 20:21     ` Naresh Kamboju

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200607112026.GD47740@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=ben.hutchings@codethink.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=naresh.kamboju@linaro.org \
    --cc=patches@kernelci.org \
    --cc=shuah@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).