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.g... 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
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.7.1-rc1
Dan Carpenter dan.carpenter@oracle.com airo: Fix read overflows sending packets
DENG Qingfang dqfext@gmail.com net: dsa: mt7530: set CPU port to fallback mode
Sakari Ailus sakari.ailus@linux.intel.com media: staging: ipu3-imgu: Move alignment attribute to field
Sakari Ailus sakari.ailus@linux.intel.com media: Revert "staging: imgu: Address a compiler warning on alignment"
Jérôme Pouiller jerome.pouiller@silabs.com mmc: fix compilation of user API
Daniel Axtens dja@axtens.net kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Herbert Xu herbert@gondor.apana.org.au crypto: api - Fix use-after-free and race in crypto_spawn_alg
Matthew Garrett matthewgarrett@google.com mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapter
Giuseppe Marco Randazzo gmrandazzo@gmail.com p54usb: add AirVasT USB stick device-id
Julian Sax jsbc@gmx.de HID: i2c-hid: add Schneider SCL142ALM to descriptor override
Benjamin Tissoires benjamin.tissoires@redhat.com HID: multitouch: enable multi-input as a quirk for some devices
Scott Shumate scott.shumate@gmail.com HID: sony: Fix for broken buttons on DS3 USB dongles
Fan Yang Fan_Yang@sjtu.edu.cn mm: Fix mremap not considering huge pmd devmap
Brad Love brad@nextdimension.cc media: dvbdev: Fix tuner->demod media controller link
-------------
Diffstat:
Makefile | 4 ++-- arch/x86/include/asm/pgtable.h | 1 + crypto/algapi.c | 22 +++++++++++++++------ crypto/api.c | 3 ++- crypto/internal.h | 1 + drivers/hid/hid-multitouch.c | 26 +++++++++++++++++++++++++ drivers/hid/hid-sony.c | 17 ++++++++++++++++ drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 ++++++++ drivers/media/dvb-core/dvbdev.c | 5 +++-- drivers/net/dsa/mt7530.c | 11 ++++++++--- drivers/net/dsa/mt7530.h | 6 ++++++ drivers/net/wireless/cisco/airo.c | 12 ++++++++++++ drivers/net/wireless/intersil/p54/p54usb.c | 1 + drivers/net/wireless/mediatek/mt76/mt76x02.h | 1 + drivers/net/wireless/mediatek/mt76/mt76x2/usb.c | 1 + drivers/staging/media/ipu3/include/intel-ipu3.h | 7 ++++--- include/uapi/linux/mmc/ioctl.h | 1 + kernel/relay.c | 5 +++++ mm/mremap.c | 2 +- 19 files changed, 116 insertions(+), 18 deletions(-)
On 6/5/20 8:14 AM, Greg Kroah-Hartman 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.g... 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
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah
On Fri, Jun 05, 2020 at 04:11:49PM -0600, Shuah Khan wrote:
On 6/5/20 8:14 AM, Greg Kroah-Hartman 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.g... 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
Compiled and booted on my test system. No dmesg regressions.
Thanks for testing all of these and letting me know.
greg k-h
On 05/06/2020 15:14, Greg Kroah-Hartman 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.g... 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
All tests are passing for Tegra ...
Test results for stable-5.7: 11 builds: 11 pass, 0 fail 26 boots: 26 pass, 0 fail 50 tests: 50 pass, 0 fail
Linux version: 5.7.1-rc1-g3defbfe4b0cc Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04
Cheers Jon
On 6/5/20 7:14 AM, Greg Kroah-Hartman 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.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 431 pass: 431 fail: 0
Guenter
On Sat, Jun 06, 2020 at 06:34:48AM -0700, Guenter Roeck wrote:
On 6/5/20 7:14 AM, Greg Kroah-Hartman 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.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 431 pass: 431 fail: 0
Great, thanks for testing all of these and letting me know.
greg k-h
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.g... 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 ]---
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+tjeg5m5F1rEgEt...
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.g... 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+tjeg5m5F1rEgEt...
Thanks for testing all of these.
greg k-h
On Sun, 7 Jun 2020 at 16:50, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
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.g... 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?
Yes. I have noticed 4 out of 10 kselftest full runs.
Is it a regression from 5.7.0?
It is a regression on Linus 's tree and the same problem was noticed on stable-rc 5.7 branch.
- Naresh