This is the start of the stable review cycle for the 6.4.2 release.
There are 15 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 Thu, 06 Jul 2023 08:46:01 +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/v6.x/stable-review/patch-6.4.2-rc2.…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.4.2-rc2
Linus Torvalds <torvalds(a)linux-foundation.org>
gup: avoid stack expansion warning for known-good case
SeongJae Park <sj(a)kernel.org>
arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()
Bas Nieuwenhuizen <bas(a)basnieuwenhuizen.nl>
drm/amdgpu: Validate VM ioctl flags.
Demi Marie Obenour <demi(a)invisiblethingslab.com>
dm ioctl: Avoid double-fetch of version
Ahmed S. Darwish <darwi(a)linutronix.de>
docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
Ahmed S. Darwish <darwi(a)linutronix.de>
scripts/tags.sh: Resolve gtags empty index generation
Mike Kravetz <mike.kravetz(a)oracle.com>
hugetlb: revert use of page_cache_next_miss()
Finn Thain <fthain(a)linux-m68k.org>
nubus: Partially revert proc_create_single_data() conversion
Dan Williams <dan.j.williams(a)intel.com>
Revert "cxl/port: Enable the HDM decoder capability for switch ports"
Jeff Layton <jlayton(a)kernel.org>
nfs: don't report STATX_BTIME in ->getattr
Linus Torvalds <torvalds(a)linux-foundation.org>
execve: always mark stack as growing down during early stack setup
Mario Limonciello <mario.limonciello(a)amd.com>
PCI/ACPI: Call _REG when transitioning D-states
Bjorn Helgaas <bhelgaas(a)google.com>
PCI/ACPI: Validate acpi_pci_set_power_state() parameter
Thomas Weißschuh <linux(a)weissschuh.net>
tools/nolibc: x86_64: disable stack protector for _start
Max Filippov <jcmvbkbc(a)gmail.com>
xtensa: fix lock_mm_and_find_vma in case VMA not found
-------------
Diffstat:
Documentation/process/changes.rst | 7 +++++
Makefile | 4 +--
arch/arm64/mm/fault.c | 2 --
drivers/cxl/core/pci.c | 27 +++--------------
drivers/cxl/cxl.h | 1 -
drivers/cxl/port.c | 14 ++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++
drivers/md/dm-ioctl.c | 33 +++++++++++++--------
drivers/nubus/proc.c | 22 ++++++++++----
drivers/pci/pci-acpi.c | 53 +++++++++++++++++++++++++---------
fs/hugetlbfs/inode.c | 8 ++---
fs/nfs/inode.c | 2 +-
include/linux/mm.h | 4 ++-
mm/hugetlb.c | 12 ++++----
mm/memory.c | 4 +++
mm/nommu.c | 7 ++++-
scripts/tags.sh | 9 +++++-
tools/include/nolibc/arch-x86_64.h | 2 +-
tools/testing/cxl/Kbuild | 1 -
tools/testing/cxl/test/mock.c | 15 ----------
20 files changed, 132 insertions(+), 99 deletions(-)
Following build regressions found on Linux next-20230706.
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Regressions found on s390:
- build/gcc-8-tinyconfig
- build/clang-nightly-allnoconfig
- build/gcc-12-allnoconfig
- build/gcc-12-tinyconfig
- build/clang-nightly-tinyconfig
- build/clang-16-allnoconfig
- build/clang-16-tinyconfig
- build/gcc-8-allnoconfig
Build error:
====
arch/s390/kernel/machine_kexec.c:120:37: warning: 'struct kimage'
declared inside parameter list will not be visible outside of this
definition or declaration
120 | static bool kdump_csum_valid(struct kimage *image)
| ^~~~~~
arch/s390/kernel/machine_kexec.c:188:34: warning: 'struct kimage'
declared inside parameter list will not be visible outside of this
definition or declaration
188 | int machine_kexec_prepare(struct kimage *image)
| ^~~~~~
arch/s390/kernel/machine_kexec.c: In function 'machine_kexec_prepare':
arch/s390/kernel/machine_kexec.c:192:18: error: invalid use of
undefined type 'struct kimage'
192 | if (image->type == KEXEC_TYPE_CRASH)
| ^~
arch/s390/kernel/machine_kexec.c:192:28: error: 'KEXEC_TYPE_CRASH'
undeclared (first use in this function); did you mean
'KEXEC_ON_CRASH'?
192 | if (image->type == KEXEC_TYPE_CRASH)
| ^~~~~~~~~~~~~~~~
| KEXEC_ON_CRASH
arch/s390/kernel/machine_kexec.c:192:28: note: each undeclared
identifier is reported only once for each function it appears in
arch/s390/kernel/machine_kexec.c:196:18: error: invalid use of
undefined type 'struct kimage'
196 | if (image->type != KEXEC_TYPE_DEFAULT)
| ^~
arch/s390/kernel/machine_kexec.c:196:28: error: 'KEXEC_TYPE_DEFAULT'
undeclared (first use in this function); did you mean
'KEXEC_ARCH_DEFAULT'?
196 | if (image->type != KEXEC_TYPE_DEFAULT)
| ^~~~~~~~~~~~~~~~~~
| KEXEC_ARCH_DEFAULT
In file included from arch/s390/include/asm/thread_info.h:31,
from include/linux/thread_info.h:60,
from arch/s390/include/asm/preempt.h:6,
from include/linux/preempt.h:79,
from arch/s390/include/asm/percpu.h:5,
from include/linux/irqflags.h:18,
from include/linux/rcupdate.h:26,
from include/linux/rculist.h:11,
from include/linux/pid.h:5,
from include/linux/sched.h:14,
from include/linux/ratelimit.h:6,
from include/linux/dev_printk.h:16,
from include/linux/device.h:15,
from arch/s390/kernel/machine_kexec.c:9:
arch/s390/kernel/machine_kexec.c:200:48: error: invalid use of
undefined type 'struct kimage'
200 | reboot_code_buffer = page_to_virt(image->control_code_page);
| ^~
Links:
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230706/te…
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230706/te…
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2SBB5EGvx1egXcvg0fwo…
--
Linaro LKFT
https://lkft.linaro.org
This is the start of the stable review cycle for the 6.3.12 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 Thu, 06 Jul 2023 08:46:01 +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/v6.x/stable-review/patch-6.3.12-rc2…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.3.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.3.12-rc2
Linus Torvalds <torvalds(a)linux-foundation.org>
gup: avoid stack expansion warning for known-good case
Rodrigo Siqueira <Rodrigo.Siqueira(a)amd.com>
drm/amd/display: Ensure vmin and vmax adjust for DCE
Bas Nieuwenhuizen <bas(a)basnieuwenhuizen.nl>
drm/amdgpu: Validate VM ioctl flags.
Demi Marie Obenour <demi(a)invisiblethingslab.com>
dm ioctl: Avoid double-fetch of version
Ahmed S. Darwish <darwi(a)linutronix.de>
docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
Ahmed S. Darwish <darwi(a)linutronix.de>
scripts/tags.sh: Resolve gtags empty index generation
Finn Thain <fthain(a)linux-m68k.org>
nubus: Partially revert proc_create_single_data() conversion
Dan Williams <dan.j.williams(a)intel.com>
Revert "cxl/port: Enable the HDM decoder capability for switch ports"
Jeff Layton <jlayton(a)kernel.org>
nfs: don't report STATX_BTIME in ->getattr
Linus Torvalds <torvalds(a)linux-foundation.org>
execve: always mark stack as growing down during early stack setup
Mario Limonciello <mario.limonciello(a)amd.com>
PCI/ACPI: Call _REG when transitioning D-states
Bjorn Helgaas <bhelgaas(a)google.com>
PCI/ACPI: Validate acpi_pci_set_power_state() parameter
Aric Cyr <aric.cyr(a)amd.com>
drm/amd/display: Do not update DRR while BW optimizations pending
Max Filippov <jcmvbkbc(a)gmail.com>
xtensa: fix lock_mm_and_find_vma in case VMA not found
-------------
Diffstat:
Documentation/process/changes.rst | 7 +++++
Makefile | 4 +--
drivers/cxl/core/pci.c | 27 +++-------------
drivers/cxl/cxl.h | 1 -
drivers/cxl/port.c | 14 +++------
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++
drivers/gpu/drm/amd/display/dc/core/dc.c | 49 +++++++++++++++++------------
drivers/md/dm-ioctl.c | 33 ++++++++++++--------
drivers/nubus/proc.c | 22 ++++++++++---
drivers/pci/pci-acpi.c | 53 ++++++++++++++++++++++++--------
fs/nfs/inode.c | 2 +-
include/linux/mm.h | 4 ++-
mm/memory.c | 4 +++
mm/nommu.c | 7 ++++-
scripts/tags.sh | 9 +++++-
tools/testing/cxl/Kbuild | 1 -
tools/testing/cxl/test/mock.c | 15 ---------
17 files changed, 152 insertions(+), 104 deletions(-)
Total jobs: 37
Total errors: 11 (29.73%)
LAVA errors: 0 (0.00%)
Test errors: 9 (24.32%)
Job errors: 2 (5.41%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 35
Total errors: 10 (28.57%)
Error type: Test
Error count: 8 (22.86%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 585 seconds'
Count: 1 (2.86%)
IDs:
db845c-04:
6573962
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 4 (11.43%)
IDs:
db845c-02:
6573954 6573959
db845c-04:
6565811 6565813
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 300 seconds'
Count: 1 (2.86%)
IDs:
db845c-04:
6565818
Error: No match for error type 'Test', message 'tradefed - adb device lost[c7cf1849]'
Count: 1 (2.86%)
IDs:
db845c-03:
6565814
Error: Device NOT found!
Count: 1 (2.86%)
IDs:
db845c-04:
6565810
Error type: Job
Error count: 2 (5.71%)
Error: No match for error type 'Job', message 'login-action timed out after 858 seconds'
Count: 1 (2.86%)
IDs:
db845c-02:
6573960
Error: wait for prompt timed out
Count: 1 (2.86%)
IDs:
db845c-04:
6565809
Device type: x15
Total jobs: 2
Total errors: 1 (50.00%)
Error type: Test
Error count: 1 (50.00%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 583 seconds'
Count: 1 (50.00%)
IDs:
x15-04:
6573450
Total jobs: 215
Total errors: 43 (20.00%)
LAVA errors: 0 (0.00%)
Test errors: 9 (4.19%)
Job errors: 25 (11.63%)
Infra errors: 9 (4.19%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 61
Total errors: 14 (22.95%)
Error type: Test
Error count: 4 (6.56%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (1.64%)
IDs:
rb5-06:
3967874
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 1 (1.64%)
IDs:
rb5-05:
3967817
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (1.64%)
IDs:
rb5-03:
3967786
Error: Device NOT found!
Count: 1 (1.64%)
IDs:
rb5-06:
3967654
Error type: Job
Error count: 10 (16.39%)
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967846/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-01:
3967846
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967845/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-03:
3967845
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967844/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-01:
3967844
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967843/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-03:
3967843
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967842/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-01:
3967842
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967799/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-03:
3967799
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967798/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-03:
3967798
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967797/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-03:
3967797
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967796/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-03:
3967796
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967795/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.64%)
IDs:
rb5-03:
3967795
Device type: qemu
Total jobs: 7
Total errors: 0 (0.00%)
Device type: hi960-hikey
Total jobs: 34
Total errors: 4 (11.76%)
Error type: Test
Error count: 4 (11.76%)
Error: Device NOT found!
Count: 2 (5.88%)
IDs:
hi960-hikey-02:
3967857 3967883
Error: No match for error type 'Test', message 'tradefed - adb device lost[279ABF68159019FF]'
Count: 1 (2.94%)
IDs:
hi960-hikey-03:
3967822
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 28785 seconds'
Count: 1 (2.94%)
IDs:
hi960-hikey-02:
3967698
Device type: disco-l475-iot1
Total jobs: 3
Total errors: 1 (33.33%)
Error type: Job
Error count: 1 (33.33%)
Error: wait for prompt timed out
Count: 1 (33.33%)
IDs:
lite-disco-l475-iot1-03:
3967768
Device type: frdm-k64f
Total jobs: 4
Total errors: 0 (0.00%)
Device type: frdm-kw41z
Total jobs: 3
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 50
Total errors: 11 (22.00%)
Error type: Test
Error count: 1 (2.00%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[fd0d22f9]'
Count: 1 (2.00%)
IDs:
dragonboard-845c-07:
3967861
Error type: Job
Error count: 10 (20.00%)
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967841/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-08:
3967841
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967840/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-01:
3967840
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967839/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-01:
3967839
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967838/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-08:
3967838
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967837/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-01:
3967837
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967794/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-07:
3967794
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967793/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-07:
3967793
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967792/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-07:
3967792
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967791/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-07:
3967791
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967790/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (2.00%)
IDs:
dragonboard-845c-07:
3967790
Device type: hi6220-hikey-r2
Total jobs: 4
Total errors: 1 (25.00%)
Error type: Infrastructure
Error count: 1 (25.00%)
Error: Connection closed
Count: 1 (25.00%)
IDs:
hi6220-hikey-r2-04:
3967774
Device type: bcm2837-rpi-3-b-32
Total jobs: 10
Total errors: 2 (20.00%)
Error type: Job
Error count: 2 (20.00%)
Error: No match for error type 'Job', message '1 retries out of 5 failed for uboot-action'
Count: 1 (10.00%)
IDs:
rpi3-b-32-03:
3967749
Error: wait for prompt timed out
Count: 1 (10.00%)
IDs:
rpi3-b-32-03:
3967729
Device type: dragonboard-820c
Total jobs: 2
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 3
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 5
Total errors: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 11
Total errors: 0 (0.00%)
Device type: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: soca9
Total jobs: 2
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 5
Total errors: 2 (40.00%)
Error type: Job
Error count: 2 (40.00%)
Error: No match for error type 'Job', message 'login-action timed out after 194 seconds'
Count: 2 (40.00%)
IDs:
synquacer-01:
3967724 3967742
Device type: ds-rk3399-rock-pi-4b
Total jobs: 8
Total errors: 8 (100.00%)
Error type: Infrastructure
Error count: 8 (100.00%)
Error: Connection closed
Count: 8 (100.00%)
IDs:
rockpi-ds-02:
3967719
rockpi-ds-03:
3967735
rockpi-ds-07:
3967736 3967740
rockpi-ds-10:
3967718
rockpi-ds-11:
3967722
rockpi-ds-16:
3967723
rockpi-ds-19:
3967741
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Device type: x15
Total jobs: 1
Total errors: 0 (0.00%)
This is the start of the stable review cycle for the 6.3.12 release.
There are 13 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 Wed, 05 Jul 2023 18:45:08 +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/v6.x/stable-review/patch-6.3.12-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.3.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.3.12-rc1
Bas Nieuwenhuizen <bas(a)basnieuwenhuizen.nl>
drm/amdgpu: Validate VM ioctl flags.
Demi Marie Obenour <demi(a)invisiblethingslab.com>
dm ioctl: Avoid double-fetch of version
Ahmed S. Darwish <darwi(a)linutronix.de>
docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
Ahmed S. Darwish <darwi(a)linutronix.de>
scripts/tags.sh: Resolve gtags empty index generation
Mike Kravetz <mike.kravetz(a)oracle.com>
hugetlb: revert use of page_cache_next_miss()
Finn Thain <fthain(a)linux-m68k.org>
nubus: Partially revert proc_create_single_data() conversion
Dan Williams <dan.j.williams(a)intel.com>
Revert "cxl/port: Enable the HDM decoder capability for switch ports"
Jeff Layton <jlayton(a)kernel.org>
nfs: don't report STATX_BTIME in ->getattr
Linus Torvalds <torvalds(a)linux-foundation.org>
execve: always mark stack as growing down during early stack setup
Mario Limonciello <mario.limonciello(a)amd.com>
PCI/ACPI: Call _REG when transitioning D-states
Bjorn Helgaas <bhelgaas(a)google.com>
PCI/ACPI: Validate acpi_pci_set_power_state() parameter
Aric Cyr <aric.cyr(a)amd.com>
drm/amd/display: Do not update DRR while BW optimizations pending
Max Filippov <jcmvbkbc(a)gmail.com>
xtensa: fix lock_mm_and_find_vma in case VMA not found
-------------
Diffstat:
Documentation/process/changes.rst | 7 +++++
Makefile | 4 +--
drivers/cxl/core/pci.c | 27 +++-------------
drivers/cxl/cxl.h | 1 -
drivers/cxl/port.c | 14 +++------
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++
drivers/gpu/drm/amd/display/dc/core/dc.c | 48 +++++++++++++++++------------
drivers/md/dm-ioctl.c | 33 ++++++++++++--------
drivers/nubus/proc.c | 22 ++++++++++---
drivers/pci/pci-acpi.c | 53 ++++++++++++++++++++++++--------
fs/hugetlbfs/inode.c | 8 ++---
fs/nfs/inode.c | 2 +-
include/linux/mm.h | 4 ++-
mm/hugetlb.c | 12 ++++----
mm/nommu.c | 7 ++++-
scripts/tags.sh | 9 +++++-
tools/testing/cxl/Kbuild | 1 -
tools/testing/cxl/test/mock.c | 15 ---------
18 files changed, 156 insertions(+), 115 deletions(-)
Total jobs: 35
Total errors: 8 (22.86%)
LAVA errors: 0 (0.00%)
Test errors: 8 (22.86%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: x15
Total jobs: 3
Total errors: 2 (66.67%)
Error type: Test
Error count: 2 (66.67%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 577 seconds'
Count: 1 (33.33%)
IDs:
x15-10:
6573338
Error: Device NOT found!
Count: 1 (33.33%)
IDs:
x15-06:
6573148
Device type: dragonboard-845c
Total jobs: 32
Total errors: 6 (18.75%)
Error type: Test
Error count: 6 (18.75%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (9.38%)
IDs:
db845c-02:
6572760
db845c-04:
6565799
db845c-09:
6565781
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 300 seconds'
Count: 1 (3.12%)
IDs:
db845c-04:
6570321
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 586 seconds'
Count: 1 (3.12%)
IDs:
db845c-04:
6569747
Error: No match for error type 'Test', message 'tradefed - adb device lost[d318b7d1]'
Count: 1 (3.12%)
IDs:
db845c-04:
6565801
Total jobs: 299
Total errors: 75 (25.08%)
LAVA errors: 1 (0.33%)
Test errors: 12 (4.01%)
Job errors: 55 (18.39%)
Infra errors: 7 (2.34%)
Canceled jobs: 0 (0.00%)
Device type: qemu
Total jobs: 7
Total errors: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 95
Total errors: 36 (37.89%)
Error type: Job
Error count: 30 (31.58%)
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967636/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967636
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967635/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-03:
3967635
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967634/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967634
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967633/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-03:
3967633
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967631/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967631
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967595/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967595
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967594/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967594
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967593/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967593
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967592/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967592
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967591/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967591
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967481/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967481
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967480/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-03:
3967480
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967479/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967479
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967478/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967478
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967477/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967477
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967426/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967426
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967425/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-03:
3967425
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967424/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-05:
3967424
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967423/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967423
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967422/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-06:
3967422
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967392/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967392
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967391/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967391
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967390/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967390
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967389/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967389
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967388/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967388
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967372/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967372
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967371/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967371
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967370/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967370
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967369/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967369
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967368/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.05%)
IDs:
rb5-01:
3967368
Error type: Test
Error count: 4 (4.21%)
Error: Device NOT found!
Count: 2 (2.11%)
IDs:
rb5-06:
3967550 3967625
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (1.05%)
IDs:
rb5-03:
3967581
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 1 (1.05%)
IDs:
rb5-05:
3967437
Error type: Infrastructure
Error count: 2 (2.11%)
Error: Unable to fetch git repository
Count: 1 (1.05%)
IDs:
rb5-03:
3967470
Error: No match for error type 'Infrastructure', message 'Command '['lxc-attach', '-n', 'lxc-target-3967399', '--', 'fastboot', '-s', '4fc7b22', 'boot', '/lava-lxc/boot-linux-release-5.13.9-708-qrb5165-rb5.img']' returned non-zero exit status 1.'
Count: 1 (1.05%)
IDs:
rb5-06:
3967399
Device type: dragonboard-845c
Total jobs: 94
Total errors: 25 (26.60%)
Error type: Bug
Error count: 1 (1.06%)
Error: No match for error type 'Bug', message 'Command '['docker', 'stop', 'lava-3967675-2.10.9-395c4178-3a96-4c2e-bea0-16ed5bc461ee']' returned non-zero exit status 1.'
Count: 1 (1.06%)
IDs:
dragonboard-845c-04:
3967675
Error type: Test
Error count: 2 (2.13%)
Error: Device NOT found!
Count: 1 (1.06%)
IDs:
dragonboard-845c-01:
3967656
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 2 seconds'
Count: 1 (1.06%)
IDs:
dragonboard-845c-06:
3967411
Error type: Job
Error count: 22 (23.40%)
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967630/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-07:
3967630
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967629/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-06:
3967629
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967628/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-07:
3967628
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967627/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-07:
3967627
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967626/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-07:
3967626
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967590/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-06:
3967590
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967589/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-06:
3967589
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967588/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-08:
3967588
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967587/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-06:
3967587
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967586/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-06:
3967586
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967476/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-03:
3967476
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967475/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-08:
3967475
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967474/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-01:
3967474
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967473/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-03:
3967473
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967472/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-08:
3967472
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967421/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-04:
3967421
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967420/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-04:
3967420
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967419/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-04:
3967419
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967418/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-04:
3967418
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967417/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-04:
3967417
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967404/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-01:
3967404
Error: No match for error type 'Job', message 'Unable to run 'nice' 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/3967403/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.06%)
IDs:
dragonboard-845c-06:
3967403
Device type: hi960-hikey
Total jobs: 52
Total errors: 6 (11.54%)
Error type: Test
Error count: 5 (9.62%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[6A522E130177F475]'
Count: 1 (1.92%)
IDs:
hi960-hikey-01:
3967535
Error: Device NOT found!
Count: 1 (1.92%)
IDs:
hi960-hikey-02:
3967531
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 456 seconds'
Count: 1 (1.92%)
IDs:
hi960-hikey-02:
3967529
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 2 (3.85%)
IDs:
hi960-hikey-02:
3967428
hi960-hikey-03:
3967509
Error type: Infrastructure
Error count: 1 (1.92%)
Error: No match for error type 'Infrastructure', message 'Unable to run 'nice' 'docker' 'pull' 'linaro/lava-android-test:latest''
Count: 1 (1.92%)
IDs:
hi960-hikey-02:
3967444
Device type: frdm-k64f
Total jobs: 4
Total errors: 0 (0.00%)
Device type: disco-l475-iot1
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-kw41z
Total jobs: 3
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 7
Total errors: 1 (14.29%)
Error type: Job
Error count: 1 (14.29%)
Error: No match for error type 'Job', message '1 retries out of 5 failed for uboot-action'
Count: 1 (14.29%)
IDs:
rpi3-b-32-03:
3967492
Device type: hi6220-hikey-r2
Total jobs: 4
Total errors: 1 (25.00%)
Error type: Test
Error count: 1 (25.00%)
Error: No match for error type 'Test', message 'Network not able to ping; job exit'
Count: 1 (25.00%)
IDs:
hi6220-hikey-r2-01:
3967525
Device type: dragonboard-820c
Total jobs: 2
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 3
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 5
Total errors: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 7
Total errors: 0 (0.00%)
Device type: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: soca9
Total jobs: 2
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 5
Total errors: 2 (40.00%)
Error type: Job
Error count: 2 (40.00%)
Error: No match for error type 'Job', message 'login-action timed out after 194 seconds'
Count: 2 (40.00%)
IDs:
synquacer-01:
3967491 3967498
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Device type: ds-rk3399-rock-pi-4b
Total jobs: 4
Total errors: 4 (100.00%)
Error type: Infrastructure
Error count: 4 (100.00%)
Error: Connection closed
Count: 4 (100.00%)
IDs:
rockpi-ds-03:
3967496
rockpi-ds-05:
3967489
rockpi-ds-11:
3967497
rockpi-ds-13:
3967488
Device type: x15
Total jobs: 1
Total errors: 0 (0.00%)
This is the start of the stable review cycle for the 5.15.120 release.
There are 15 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 Wed, 05 Jul 2023 18:45:08 +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.15.120-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.15.120-rc1
Bas Nieuwenhuizen <bas(a)basnieuwenhuizen.nl>
drm/amdgpu: Validate VM ioctl flags.
Ahmed S. Darwish <darwi(a)linutronix.de>
scripts/tags.sh: Resolve gtags empty index generation
Krister Johansen <kjlx(a)templeofstupid.com>
perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
Ricardo Cañuelo <ricardo.canuelo(a)collabora.com>
Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"
Mike Hommey <mh(a)glandium.org>
HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.
Jason Gerecke <jason.gerecke(a)wacom.com>
HID: wacom: Use ktime_t rather than int when dealing with timestamps
Krister Johansen <kjlx(a)templeofstupid.com>
bpf: ensure main program has an extable
Oliver Hartkopp <socketcan(a)hartkopp.net>
can: isotp: isotp_sendmsg(): fix return error fix on TX path
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Use dedicated cache-line for mwait_play_dead()
Borislav Petkov (AMD) <bp(a)alien8.de>
x86/microcode/AMD: Load late on both threads too
Philip Yang <Philip.Yang(a)amd.com>
drm/amdgpu: Set vmbo destroy after pt bo is created
Jane Chu <jane.chu(a)oracle.com>
mm, hwpoison: when copy-on-write hits poison, take page offline
Tony Luck <tony.luck(a)intel.com>
mm, hwpoison: try to recover from copy-on write faults
Paolo Abeni <pabeni(a)redhat.com>
mptcp: consolidate fallback and non fallback state machine
Paolo Abeni <pabeni(a)redhat.com>
mptcp: fix possible divide by zero in recvmsg()
-------------
Diffstat:
Makefile | 4 +--
arch/x86/kernel/cpu/microcode/amd.c | 2 +-
arch/x86/kernel/smpboot.c | 24 +++++++++-------
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++
drivers/hid/hid-logitech-hidpp.c | 2 +-
drivers/hid/wacom_wac.c | 6 ++--
drivers/hid/wacom_wac.h | 2 +-
drivers/thermal/mtk_thermal.c | 14 ++-------
include/linux/highmem.h | 24 ++++++++++++++++
include/linux/mm.h | 5 +++-
kernel/bpf/verifier.c | 7 +++--
mm/memory.c | 33 ++++++++++++++-------
net/can/isotp.c | 5 ++--
net/mptcp/protocol.c | 46 ++++++++++++++----------------
net/mptcp/subflow.c | 17 ++++++-----
scripts/tags.sh | 9 +++++-
tools/perf/util/symbol.c | 17 +++++++++--
18 files changed, 142 insertions(+), 80 deletions(-)
Total jobs: 25
Total errors: 4 (16.00%)
LAVA errors: 0 (0.00%)
Test errors: 4 (16.00%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 25
Total errors: 4 (16.00%)
Error type: Test
Error count: 4 (16.00%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (12.00%)
IDs:
db845c-02:
6565774 6565775
db845c-09:
6565761
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 586 seconds'
Count: 1 (4.00%)
IDs:
db845c-03:
6565768
This is the start of the stable review cycle for the 6.1.38 release.
There are 11 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 Wed, 05 Jul 2023 18:45:08 +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/v6.x/stable-review/patch-6.1.38-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.1.38-rc1
Bas Nieuwenhuizen <bas(a)basnieuwenhuizen.nl>
drm/amdgpu: Validate VM ioctl flags.
Ahmed S. Darwish <darwi(a)linutronix.de>
docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
Ahmed S. Darwish <darwi(a)linutronix.de>
scripts/tags.sh: Resolve gtags empty index generation
Krister Johansen <kjlx(a)templeofstupid.com>
perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
Finn Thain <fthain(a)linux-m68k.org>
nubus: Partially revert proc_create_single_data() conversion
Linus Torvalds <torvalds(a)linux-foundation.org>
execve: always mark stack as growing down during early stack setup
Mario Limonciello <mario.limonciello(a)amd.com>
PCI/ACPI: Call _REG when transitioning D-states
Bjorn Helgaas <bhelgaas(a)google.com>
PCI/ACPI: Validate acpi_pci_set_power_state() parameter
Aric Cyr <aric.cyr(a)amd.com>
drm/amd/display: Do not update DRR while BW optimizations pending
Alvin Lee <Alvin.Lee2(a)amd.com>
drm/amd/display: Remove optimization for VRR updates
Max Filippov <jcmvbkbc(a)gmail.com>
xtensa: fix lock_mm_and_find_vma in case VMA not found
-------------
Diffstat:
Documentation/process/changes.rst | 7 +++++
Makefile | 4 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++
drivers/gpu/drm/amd/display/dc/core/dc.c | 49 ++++++++++++++++-------------
drivers/nubus/proc.c | 22 ++++++++++---
drivers/pci/pci-acpi.c | 53 ++++++++++++++++++++++++--------
include/linux/mm.h | 4 ++-
mm/nommu.c | 7 ++++-
scripts/tags.sh | 9 +++++-
tools/perf/util/symbol.c | 17 ++++++++--
10 files changed, 130 insertions(+), 46 deletions(-)
The .adjphase operation is an operation that is implemented only by certain
PHCs. The sysfs device attribute node for querying the maximum phase
adjustment supported should not be exposed on devices that do not support
.adjphase.
Fixes: c3b60ab7a4df ("ptp: Add .getmaxphase callback to ptp_clock_info")
Signed-off-by: Rahul Rameshbabu <rrameshbabu(a)nvidia.com>
Reported-by: Nathan Chancellor <nathan(a)kernel.org>
Reported-by: Naresh Kamboju <naresh.kamboju(a)linaro.org>
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Link: https://lore.kernel.org/netdev/20230627162146.GA114473@dev-arch.thelio-3990…
Link: https://lore.kernel.org/all/CA+G9fYtKCZeAUTtwe69iK8Xcz1mOKQzwcy49wd+imZrfj6…
---
drivers/ptp/ptp_sysfs.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/ptp/ptp_sysfs.c b/drivers/ptp/ptp_sysfs.c
index 77219cdcd683..6e4d5456a885 100644
--- a/drivers/ptp/ptp_sysfs.c
+++ b/drivers/ptp/ptp_sysfs.c
@@ -358,6 +358,9 @@ static umode_t ptp_is_attribute_visible(struct kobject *kobj,
attr == &dev_attr_max_vclocks.attr) {
if (ptp->is_virtual_clock)
mode = 0;
+ } else if (attr == &dev_attr_max_phase_adjustment.attr) {
+ if (!info->adjphase || !info->getmaxphase)
+ mode = 0;
}
return mode;
--
2.40.1
This is the start of the stable review cycle for the 6.4.2 release.
There are 13 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 Wed, 05 Jul 2023 18:45:08 +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/v6.x/stable-review/patch-6.4.2-rc1.…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.4.2-rc1
Bas Nieuwenhuizen <bas(a)basnieuwenhuizen.nl>
drm/amdgpu: Validate VM ioctl flags.
Demi Marie Obenour <demi(a)invisiblethingslab.com>
dm ioctl: Avoid double-fetch of version
Ahmed S. Darwish <darwi(a)linutronix.de>
docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
Ahmed S. Darwish <darwi(a)linutronix.de>
scripts/tags.sh: Resolve gtags empty index generation
Mike Kravetz <mike.kravetz(a)oracle.com>
hugetlb: revert use of page_cache_next_miss()
Finn Thain <fthain(a)linux-m68k.org>
nubus: Partially revert proc_create_single_data() conversion
Dan Williams <dan.j.williams(a)intel.com>
Revert "cxl/port: Enable the HDM decoder capability for switch ports"
Jeff Layton <jlayton(a)kernel.org>
nfs: don't report STATX_BTIME in ->getattr
Linus Torvalds <torvalds(a)linux-foundation.org>
execve: always mark stack as growing down during early stack setup
Mario Limonciello <mario.limonciello(a)amd.com>
PCI/ACPI: Call _REG when transitioning D-states
Bjorn Helgaas <bhelgaas(a)google.com>
PCI/ACPI: Validate acpi_pci_set_power_state() parameter
Thomas Weißschuh <linux(a)weissschuh.net>
tools/nolibc: x86_64: disable stack protector for _start
Max Filippov <jcmvbkbc(a)gmail.com>
xtensa: fix lock_mm_and_find_vma in case VMA not found
-------------
Diffstat:
Documentation/process/changes.rst | 7 +++++
Makefile | 4 +--
drivers/cxl/core/pci.c | 27 +++--------------
drivers/cxl/cxl.h | 1 -
drivers/cxl/port.c | 14 ++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++
drivers/md/dm-ioctl.c | 33 +++++++++++++--------
drivers/nubus/proc.c | 22 ++++++++++----
drivers/pci/pci-acpi.c | 53 +++++++++++++++++++++++++---------
fs/hugetlbfs/inode.c | 8 ++---
fs/nfs/inode.c | 2 +-
include/linux/mm.h | 4 ++-
mm/hugetlb.c | 12 ++++----
mm/nommu.c | 7 ++++-
scripts/tags.sh | 9 +++++-
tools/include/nolibc/arch-x86_64.h | 2 +-
tools/testing/cxl/Kbuild | 1 -
tools/testing/cxl/test/mock.c | 15 ----------
18 files changed, 128 insertions(+), 97 deletions(-)
Total jobs: 25
Total errors: 10 (40.00%)
LAVA errors: 0 (0.00%)
Test errors: 10 (40.00%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 25
Total errors: 10 (40.00%)
Error type: Test
Error count: 10 (40.00%)
Error: Device NOT found!
Count: 2 (8.00%)
IDs:
db845c-04:
6565729
db845c-09:
6565739
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 586 seconds'
Count: 1 (4.00%)
IDs:
db845c-04:
6565730
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 5 (20.00%)
IDs:
db845c-03:
6565706 6565707 6565708
db845c-04:
6565710 6565711
Error: No match for error type 'Test', message 'tradefed - adb device lost[c7cf1849]'
Count: 1 (4.00%)
IDs:
db845c-03:
6565709
Error: No match for error type 'Test', message 'tradefed - adb device lost[c9fcbffe]'
Count: 1 (4.00%)
IDs:
db845c-09:
6565700
Total jobs: 13
Total errors: 6 (46.15%)
LAVA errors: 0 (0.00%)
Test errors: 6 (46.15%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 13
Total errors: 6 (46.15%)
Error type: Test
Error count: 6 (46.15%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (23.08%)
IDs:
db845c-03:
6565704 6565705
db845c-09:
6565692
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 586 seconds'
Count: 2 (15.38%)
IDs:
db845c-04:
6565701 6565702
Error: Device NOT found!
Count: 1 (7.69%)
IDs:
db845c-04:
6565699
Total jobs: 108
Total errors: 45 (41.67%)
LAVA errors: 0 (0.00%)
Test errors: 41 (37.96%)
Job errors: 3 (2.78%)
Infra errors: 1 (0.93%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 54
Total errors: 16 (29.63%)
Error type: Test
Error count: 13 (24.07%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 8 (14.81%)
IDs:
db845c-03:
6561386
db845c-04:
6560861
db845c-06:
6561316 6561320 6561321
db845c-07:
6560865
db845c-08:
6560897
db845c-09:
6561442
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 300 seconds'
Count: 1 (1.85%)
IDs:
db845c-03:
6561429
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 582 seconds'
Count: 1 (1.85%)
IDs:
db845c-09:
6561379
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 283 seconds'
Count: 1 (1.85%)
IDs:
db845c-02:
6561260
Error: No match for error type 'Test', message 'tradefed - adb device lost[1028094e]'
Count: 1 (1.85%)
IDs:
db845c-10:
6560914
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 578 seconds'
Count: 1 (1.85%)
IDs:
db845c-05:
6560898
Error type: Job
Error count: 3 (5.56%)
Error: No match for error type 'Job', message 'Unable to run 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/6561377/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.85%)
IDs:
db845c-09:
6561377
Error: No match for error type 'Job', message 'Unable to run 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/6561376/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.85%)
IDs:
db845c-09:
6561376
Error: No match for error type 'Job', message 'Unable to run 'docker' 'run' '--rm' '--init' '--workdir=/lava-downloads' '--device=/dev/kvm' '--mount=type=bind,source=/var/lib/lava/dispatcher/tmp/6561375/downloads/common,destination=/lava-downloads' 'linaro/lava-android-postprocess:latest' '/lava-downloads/postprocess.sh''
Count: 1 (1.85%)
IDs:
db845c-09:
6561375
Device type: x15
Total jobs: 11
Total errors: 2 (18.18%)
Error type: Infrastructure
Error count: 1 (9.09%)
Error: fastboot-flash-action timed out
Count: 1 (9.09%)
IDs:
x15-02:
6561381
Error type: Test
Error count: 1 (9.09%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[0401001449a80802]'
Count: 1 (9.09%)
IDs:
x15-06:
6561310
Device type: hi6220-hikey-r2
Total jobs: 43
Total errors: 27 (62.79%)
Error type: Test
Error count: 27 (62.79%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[4595FE84003F72FC]'
Count: 1 (2.33%)
IDs:
hikey-6220-r2-04:
6561388
Error: No match for error type 'Test', message 'tradefed - adb device lost[191FC75C003312EE]'
Count: 1 (2.33%)
IDs:
hikey-6220-r2-16:
6561382
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (6.98%)
IDs:
hikey-6220-r2-14:
6561266 6561277 6561339
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 300 seconds'
Count: 19 (44.19%)
IDs:
hikey-6220-r2-02:
6561290 6561297
hikey-6220-r2-03:
6561288 6561293 6561299
hikey-6220-r2-04:
6561302
hikey-6220-r2-05:
6561285 6561289 6561294
hikey-6220-r2-08:
6561284 6561287 6561292 6561298
hikey-6220-r2-09:
6561291 6561295 6561303
hikey-6220-r2-14:
6561274 6561296
hikey-6220-r2-16:
6561301
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 583 seconds'
Count: 1 (2.33%)
IDs:
hikey-6220-r2-02:
6561281
Error: No match for error type 'Test', message 'tradefed - adb device lost[2047EDF7003CEE68]'
Count: 1 (2.33%)
IDs:
hikey-6220-r2-01:
6561279
Error: No match for error type 'Test', message 'tradefed - adb device lost[311A0E78003D2FFF]'
Count: 1 (2.33%)
IDs:
hikey-6220-r2-09:
6561273
Total jobs: 30
Total errors: 3 (10.00%)
LAVA errors: 0 (0.00%)
Test errors: 3 (10.00%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 24
Total errors: 3 (12.50%)
Error type: Test
Error count: 3 (12.50%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (12.50%)
IDs:
db845c-04:
6553063
db845c-05:
6553064
db845c-10:
6553072
Device type: x15
Total jobs: 6
Total errors: 0 (0.00%)
This is the start of the stable review cycle for the 6.1.37 release.
There are 31 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, 02 Jul 2023 05:56:20 +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/v6.x/stable-review/patch-6.1.37-rc2…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.1.37-rc2
Linus Torvalds <torvalds(a)linux-foundation.org>
sparc32: fix lock_mm_and_find_vma() conversion
Ricardo Cañuelo <ricardo.canuelo(a)collabora.com>
Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"
Mike Hommey <mh(a)glandium.org>
HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.
Jason Gerecke <jason.gerecke(a)wacom.com>
HID: wacom: Use ktime_t rather than int when dealing with timestamps
Ludvig Michaelsson <ludvig.michaelsson(a)yubico.com>
HID: hidraw: fix data race on device refcount
Zhang Shurong <zhang_shurong(a)foxmail.com>
fbdev: fix potential OOB read in fast_imageblit()
Linus Torvalds <torvalds(a)linux-foundation.org>
mm: always expand the stack with the mmap write lock held
Linus Torvalds <torvalds(a)linux-foundation.org>
execve: expand new process stack manually ahead of time
Liam R. Howlett <Liam.Howlett(a)oracle.com>
mm: make find_extend_vma() fail if write lock not held
Linus Torvalds <torvalds(a)linux-foundation.org>
powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()
Linus Torvalds <torvalds(a)linux-foundation.org>
mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
Ben Hutchings <ben(a)decadent.org.uk>
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings <ben(a)decadent.org.uk>
riscv/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings <ben(a)decadent.org.uk>
mips/mm: Convert to using lock_mm_and_find_vma()
Michael Ellerman <mpe(a)ellerman.id.au>
powerpc/mm: Convert to using lock_mm_and_find_vma()
Linus Torvalds <torvalds(a)linux-foundation.org>
arm64/mm: Convert to using lock_mm_and_find_vma()
Linus Torvalds <torvalds(a)linux-foundation.org>
mm: make the page fault mmap locking killable
Linus Torvalds <torvalds(a)linux-foundation.org>
mm: introduce new 'lock_mm_and_find_vma()' page fault helper
Peng Zhang <zhangpeng.00(a)bytedance.com>
maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()
Oliver Hartkopp <socketcan(a)hartkopp.net>
can: isotp: isotp_sendmsg(): fix return error fix on TX path
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Cure kexec() vs. mwait_play_dead() breakage
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Use dedicated cache-line for mwait_play_dead()
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Remove pointless wmb()s from native_stop_other_cpus()
Tony Battersby <tonyb(a)cybernetics.com>
x86/smp: Dont access non-existing CPUID leaf
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Make stop_other_cpus() more robust
Borislav Petkov (AMD) <bp(a)alien8.de>
x86/microcode/AMD: Load late on both threads too
Tony Luck <tony.luck(a)intel.com>
mm, hwpoison: when copy-on-write hits poison, take page offline
Tony Luck <tony.luck(a)intel.com>
mm, hwpoison: try to recover from copy-on write faults
Paolo Abeni <pabeni(a)redhat.com>
mptcp: ensure listener is unhashed before updating the sk status
David Woodhouse <dwmw(a)amazon.co.uk>
mm/mmap: Fix error return in do_vmi_align_munmap()
Liam R. Howlett <Liam.Howlett(a)oracle.com>
mm/mmap: Fix error path in do_vmi_align_munmap()
-------------
Diffstat:
Makefile | 4 +-
arch/alpha/Kconfig | 1 +
arch/alpha/mm/fault.c | 13 +--
arch/arc/Kconfig | 1 +
arch/arc/mm/fault.c | 11 +--
arch/arm/Kconfig | 1 +
arch/arm/mm/fault.c | 63 +++-----------
arch/arm64/Kconfig | 1 +
arch/arm64/mm/fault.c | 46 ++--------
arch/csky/Kconfig | 1 +
arch/csky/mm/fault.c | 22 ++---
arch/hexagon/Kconfig | 1 +
arch/hexagon/mm/vm_fault.c | 18 +---
arch/ia64/mm/fault.c | 36 ++------
arch/loongarch/Kconfig | 1 +
arch/loongarch/mm/fault.c | 16 ++--
arch/m68k/mm/fault.c | 9 +-
arch/microblaze/mm/fault.c | 5 +-
arch/mips/Kconfig | 1 +
arch/mips/mm/fault.c | 12 +--
arch/nios2/Kconfig | 1 +
arch/nios2/mm/fault.c | 17 +---
arch/openrisc/mm/fault.c | 5 +-
arch/parisc/mm/fault.c | 23 +++--
arch/powerpc/Kconfig | 1 +
arch/powerpc/mm/copro_fault.c | 14 +--
arch/powerpc/mm/fault.c | 39 +--------
arch/riscv/Kconfig | 1 +
arch/riscv/mm/fault.c | 31 +++----
arch/s390/mm/fault.c | 5 +-
arch/sh/Kconfig | 1 +
arch/sh/mm/fault.c | 17 +---
arch/sparc/Kconfig | 1 +
arch/sparc/mm/fault_32.c | 32 ++-----
arch/sparc/mm/fault_64.c | 8 +-
arch/um/kernel/trap.c | 11 +--
arch/x86/Kconfig | 1 +
arch/x86/include/asm/cpu.h | 2 +
arch/x86/include/asm/smp.h | 2 +
arch/x86/kernel/cpu/microcode/amd.c | 2 +-
arch/x86/kernel/process.c | 28 +++++-
arch/x86/kernel/smp.c | 73 ++++++++++------
arch/x86/kernel/smpboot.c | 81 ++++++++++++++++--
arch/x86/mm/fault.c | 52 +-----------
arch/xtensa/Kconfig | 1 +
arch/xtensa/mm/fault.c | 14 +--
drivers/hid/hid-logitech-hidpp.c | 2 +-
drivers/hid/hidraw.c | 9 +-
drivers/hid/wacom_wac.c | 6 +-
drivers/hid/wacom_wac.h | 2 +-
drivers/iommu/amd/iommu_v2.c | 4 +-
drivers/iommu/io-pgfault.c | 2 +-
drivers/thermal/mtk_thermal.c | 14 +--
drivers/video/fbdev/core/sysimgblt.c | 2 +-
fs/binfmt_elf.c | 6 +-
fs/exec.c | 38 +++++----
include/linux/highmem.h | 26 ++++++
include/linux/mm.h | 21 ++---
lib/maple_tree.c | 11 +--
mm/Kconfig | 4 +
mm/gup.c | 6 +-
mm/memory.c | 159 ++++++++++++++++++++++++++++++++---
mm/mmap.c | 154 +++++++++++++++++++++++++--------
mm/nommu.c | 17 ++--
net/can/isotp.c | 5 +-
net/mptcp/pm_netlink.c | 1 +
net/mptcp/protocol.c | 26 ++++--
67 files changed, 682 insertions(+), 559 deletions(-)
This is the start of the stable review cycle for the 6.1.37 release.
There are 30 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 Jul 2023 18:41:39 +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/v6.x/stable-review/patch-6.1.37-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.1.37-rc1
Ricardo Cañuelo <ricardo.canuelo(a)collabora.com>
Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"
Mike Hommey <mh(a)glandium.org>
HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.
Jason Gerecke <jason.gerecke(a)wacom.com>
HID: wacom: Use ktime_t rather than int when dealing with timestamps
Ludvig Michaelsson <ludvig.michaelsson(a)yubico.com>
HID: hidraw: fix data race on device refcount
Zhang Shurong <zhang_shurong(a)foxmail.com>
fbdev: fix potential OOB read in fast_imageblit()
Linus Torvalds <torvalds(a)linux-foundation.org>
mm: always expand the stack with the mmap write lock held
Linus Torvalds <torvalds(a)linux-foundation.org>
execve: expand new process stack manually ahead of time
Liam R. Howlett <Liam.Howlett(a)oracle.com>
mm: make find_extend_vma() fail if write lock not held
Linus Torvalds <torvalds(a)linux-foundation.org>
powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()
Linus Torvalds <torvalds(a)linux-foundation.org>
mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
Ben Hutchings <ben(a)decadent.org.uk>
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings <ben(a)decadent.org.uk>
riscv/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings <ben(a)decadent.org.uk>
mips/mm: Convert to using lock_mm_and_find_vma()
Michael Ellerman <mpe(a)ellerman.id.au>
powerpc/mm: Convert to using lock_mm_and_find_vma()
Linus Torvalds <torvalds(a)linux-foundation.org>
arm64/mm: Convert to using lock_mm_and_find_vma()
Linus Torvalds <torvalds(a)linux-foundation.org>
mm: make the page fault mmap locking killable
Linus Torvalds <torvalds(a)linux-foundation.org>
mm: introduce new 'lock_mm_and_find_vma()' page fault helper
Peng Zhang <zhangpeng.00(a)bytedance.com>
maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()
Oliver Hartkopp <socketcan(a)hartkopp.net>
can: isotp: isotp_sendmsg(): fix return error fix on TX path
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Cure kexec() vs. mwait_play_dead() breakage
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Use dedicated cache-line for mwait_play_dead()
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Remove pointless wmb()s from native_stop_other_cpus()
Tony Battersby <tonyb(a)cybernetics.com>
x86/smp: Dont access non-existing CPUID leaf
Thomas Gleixner <tglx(a)linutronix.de>
x86/smp: Make stop_other_cpus() more robust
Borislav Petkov (AMD) <bp(a)alien8.de>
x86/microcode/AMD: Load late on both threads too
Tony Luck <tony.luck(a)intel.com>
mm, hwpoison: when copy-on-write hits poison, take page offline
Tony Luck <tony.luck(a)intel.com>
mm, hwpoison: try to recover from copy-on write faults
Paolo Abeni <pabeni(a)redhat.com>
mptcp: ensure listener is unhashed before updating the sk status
David Woodhouse <dwmw(a)amazon.co.uk>
mm/mmap: Fix error return in do_vmi_align_munmap()
Liam R. Howlett <Liam.Howlett(a)oracle.com>
mm/mmap: Fix error path in do_vmi_align_munmap()
-------------
Diffstat:
Makefile | 4 +-
arch/alpha/Kconfig | 1 +
arch/alpha/mm/fault.c | 13 +--
arch/arc/Kconfig | 1 +
arch/arc/mm/fault.c | 11 +--
arch/arm/Kconfig | 1 +
arch/arm/mm/fault.c | 63 +++-----------
arch/arm64/Kconfig | 1 +
arch/arm64/mm/fault.c | 46 ++--------
arch/csky/Kconfig | 1 +
arch/csky/mm/fault.c | 22 ++---
arch/hexagon/Kconfig | 1 +
arch/hexagon/mm/vm_fault.c | 18 +---
arch/ia64/mm/fault.c | 36 ++------
arch/loongarch/Kconfig | 1 +
arch/loongarch/mm/fault.c | 16 ++--
arch/m68k/mm/fault.c | 9 +-
arch/microblaze/mm/fault.c | 5 +-
arch/mips/Kconfig | 1 +
arch/mips/mm/fault.c | 12 +--
arch/nios2/Kconfig | 1 +
arch/nios2/mm/fault.c | 17 +---
arch/openrisc/mm/fault.c | 5 +-
arch/parisc/mm/fault.c | 23 +++--
arch/powerpc/Kconfig | 1 +
arch/powerpc/mm/copro_fault.c | 14 +--
arch/powerpc/mm/fault.c | 39 +--------
arch/riscv/Kconfig | 1 +
arch/riscv/mm/fault.c | 31 +++----
arch/s390/mm/fault.c | 5 +-
arch/sh/Kconfig | 1 +
arch/sh/mm/fault.c | 17 +---
arch/sparc/Kconfig | 1 +
arch/sparc/mm/fault_32.c | 32 ++-----
arch/sparc/mm/fault_64.c | 8 +-
arch/um/kernel/trap.c | 11 +--
arch/x86/Kconfig | 1 +
arch/x86/include/asm/cpu.h | 2 +
arch/x86/include/asm/smp.h | 2 +
arch/x86/kernel/cpu/microcode/amd.c | 2 +-
arch/x86/kernel/process.c | 28 +++++-
arch/x86/kernel/smp.c | 73 ++++++++++------
arch/x86/kernel/smpboot.c | 81 ++++++++++++++++--
arch/x86/mm/fault.c | 52 +-----------
arch/xtensa/Kconfig | 1 +
arch/xtensa/mm/fault.c | 14 +--
drivers/hid/hid-logitech-hidpp.c | 2 +-
drivers/hid/hidraw.c | 9 +-
drivers/hid/wacom_wac.c | 6 +-
drivers/hid/wacom_wac.h | 2 +-
drivers/iommu/amd/iommu_v2.c | 4 +-
drivers/iommu/io-pgfault.c | 2 +-
drivers/thermal/mtk_thermal.c | 14 +--
drivers/video/fbdev/core/sysimgblt.c | 2 +-
fs/binfmt_elf.c | 6 +-
fs/exec.c | 38 +++++----
include/linux/highmem.h | 26 ++++++
include/linux/mm.h | 21 ++---
lib/maple_tree.c | 11 +--
mm/Kconfig | 4 +
mm/gup.c | 6 +-
mm/memory.c | 159 ++++++++++++++++++++++++++++++++---
mm/mmap.c | 154 +++++++++++++++++++++++++--------
mm/nommu.c | 17 ++--
net/can/isotp.c | 5 +-
net/mptcp/pm_netlink.c | 1 +
net/mptcp/protocol.c | 26 ++++--
67 files changed, 682 insertions(+), 559 deletions(-)