Total jobs: 182
Total errors: 51 (28.02%)
LAVA errors: 0 (0.00%)
Test errors: 42 (23.08%)
Job errors: 6 (3.30%)
Infra errors: 3 (1.65%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 77
Total errors: 24 (31.17%)
Error type: Job
Error count: 5 (6.49%)
Error: expect-shell-connection timed out
Count: 1 (1.30%)
IDs:
rb5-07:
7947741
Error: No match for error type 'Job', message 'login-action timed out after 713 seconds'
Count: 1 (1.30%)
IDs:
rb5-03:
7947663
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 1 (1.30%)
IDs:
rb5-05:
7947662
Error: No match for error type 'Job', message 'login-action timed out after 712 seconds'
Count: 1 (1.30%)
IDs:
rb5-03:
7947487
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 1 (1.30%)
IDs:
rb5-07:
7947486
Error type: Test
Error count: 17 (22.08%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 2 (2.60%)
IDs:
rb5-03:
7947700 7947737
Error: No match for error type 'Test', message 'tradefed - adb device lost[93dcfd96]'
Count: 1 (1.30%)
IDs:
rb5-01:
7947720
Error: Device NOT found!
Count: 5 (6.49%)
IDs:
rb5-03:
7947550 7947649 7947653 7947704 7947706
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 2 (2.60%)
IDs:
rb5-03:
7947672 7947697
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (1.30%)
IDs:
rb5-03:
7947694
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 3 (3.90%)
IDs:
rb5-06:
7947460 7947488 7947670
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 594 seconds'
Count: 1 (1.30%)
IDs:
rb5-03:
7947669
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 2 (2.60%)
IDs:
rb5-03:
7947423 7947484
Error type: Infrastructure
Error count: 2 (2.60%)
Error: Connection closed
Count: 2 (2.60%)
IDs:
rb5-05:
7947450 7947510
Device type: dragonboard-845c
Total jobs: 105
Total errors: 27 (25.71%)
Error type: Test
Error count: 25 (23.81%)
Error: Device NOT found!
Count: 5 (4.76%)
IDs:
db845c-02:
7931920 7947544
db845c-09:
7931918 7931951 7947903
Error: No match for error type 'Test', message 'tradefed - adb device lost[db2a494d]'
Count: 4 (3.81%)
IDs:
db845c-02:
7931911 7947634 7947689 7947857
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (0.95%)
IDs:
db845c-09:
7947802
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 7 (6.67%)
IDs:
db845c-02:
7931932 7947541
db845c-09:
7931950 7931953 7931972 7931975 7947801
Error: No match for error type 'Test', message 'tradefed - adb device lost[3419ccc6]'
Count: 1 (0.95%)
IDs:
db845c-06:
7947753
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 4 (3.81%)
IDs:
db845c-01:
7931913 7931934 7947680
db845c-02:
7931937
Error: No match for error type 'Test', message 'tradefed - adb device lost[fbf682a2]'
Count: 1 (0.95%)
IDs:
db845c-09:
7947543
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 53998 seconds'
Count: 1 (0.95%)
IDs:
db845c-06:
7946128
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 594 seconds'
Count: 1 (0.95%)
IDs:
db845c-09:
7931912
Error type: Job
Error count: 1 (0.95%)
Error: expect-shell-connection timed out
Count: 1 (0.95%)
IDs:
db845c-04:
7947752
Error type: Infrastructure
Error count: 1 (0.95%)
Error: Connection closed
Count: 1 (0.95%)
IDs:
db845c-07:
7931927
On Wed, 23 Oct 2024 at 20:47, Alex Bennée <alex.bennee(a)linaro.org> wrote:
> Agreed. However I think we were masking a calling issue that:
>
> /* Actual RAM size depends on initial RAM and device memory settings */
> [VIRT_MEM] = { GiB, LEGACY_RAMLIMIT_BYTES },
>
> And:
>
> -m 4G
>
> make no sense with no ARM_LPAE (which the kernel didn't have)
QEMU can't tell if the guest the user wants to boot
understands LPAE or not; it just provides the 4GB
of RAM, PCIe window above 4GB, etc, and describes them
in the dtb. It's up to the guest kernel to correctly
handle the >32bit addresses in the dtb, i.e. if it is
non-LPAE to ignore those resources it can't access
because they're out of range.
-- PMM
On Wed, Oct 23, 2024, at 19:47, Alex Bennée wrote:
>> On Sun, Oct 20, 2024, at 17:39, Naresh Kamboju wrote:
>> On non-LPAE arm32, this broke the existing behavior for
>> large 32-bit memory sizes. The obvious fix is to change
>> back the PAGE_MASK definition for 32-bit arm to a signed
>> number.
>
> Agreed. However I think we were masking a calling issue that:
>
> /* Actual RAM size depends on initial RAM and device memory settings */
> [VIRT_MEM] = { GiB, LEGACY_RAMLIMIT_BYTES },
>
> And:
>
> -m 4G
>
> make no sense with no ARM_LPAE (which the kernel didn't have) but if you
> pass -machine virt,gic-version=3,highmem=off (the default changed awhile
> back) you will get a warning:
>
> qemu-system-arm: Addressing limited to 32 bits, but memory exceeds it
> by 1073741824 bytes
>
> but I guess that didn't trigger for some reason before this patch?
I did not look at the full log, but I don't think there is a
problem between kernel and qemu, this is just a kernel regression
that can happen on any real or virtual platform with a lot of
memory.
I would guess that "highmem=off" was not even set here, so
there was probably no warning, and you would still see the
same kernel bug with qemu-system-aarch64 and its larger
limit for highmem=off.
Arnd
The following build regressions are noticed on x86 due to following
Warnings and errors with clang-19 and clang-nightly,
The builds with gcc-13 do PASS.
Started happening on next-20241023.
Good: next-20241022
Bad: next-20241023
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Build log:
—-------
drivers/acpi/prmt.c:156:29: error: passing 1-byte aligned argument to
4-byte aligned parameter 1 of 'efi_pa_va_lookup' may result in an
unaligned pointer access [-Werror,-Walign-mismatch]
156 | (void *)efi_pa_va_lookup(&th->guid,
handler_info->handler_address);
| ^
drivers/acpi/prmt.c:159:21: error: passing 1-byte aligned argument to
4-byte aligned parameter 1 of 'efi_pa_va_lookup' may result in an
unaligned pointer access [-Werror,-Walign-mismatch]
159 | efi_pa_va_lookup(&th->guid,
handler_info->static_data_buffer_address);
| ^
drivers/acpi/prmt.c:162:21: error: passing 1-byte aligned argument to
4-byte aligned parameter 1 of 'efi_pa_va_lookup' may result in an
unaligned pointer access [-Werror,-Walign-mismatch]
162 | efi_pa_va_lookup(&th->guid,
handler_info->acpi_param_buffer_address);
| ^
3 errors generated.
Suspecting commit:
ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context
Commit id: 088984c8d54c0053fc4ae606981291d741c5924b
Build Links:
—---
build error link:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2npIm4ZOkWenPJ71UOZG…
Metadata:
—----
Git_describe: next-20241023
Git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Git_sha: ceab669fdf7b7510b4e4997b33d6f66e433a96db
Build_name: clang-nightly-lkftconfig
Compiler: clang-nightly
Config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2npIm4ZOkWenPJ71UOZG…
Download_url:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2npIm4ZOkWenPJ71UOZG…
--
Linaro LKFT
https://lkft.linaro.org
This is the start of the stable review cycle for the 6.1.114 release.
There are 91 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, 23 Oct 2024 10:22:25 +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.114-rc…
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.114-rc1
Vasiliy Kovalev <kovalev(a)altlinux.org>
ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2
Nicholas Piggin <npiggin(a)gmail.com>
powerpc/64: Add big-endian ELFv2 flavour to crypto VMX asm generation
Ryusuke Konishi <konishi.ryusuke(a)gmail.com>
nilfs2: propagate directory read errors from nilfs_find_entry()
Paolo Abeni <pabeni(a)redhat.com>
mptcp: prevent MPC handshake on port-based signal endpoints
Paolo Abeni <pabeni(a)redhat.com>
tcp: fix mptcp DSS corruption due to large pmtu xmit
Nam Cao <namcao(a)linutronix.de>
irqchip/sifive-plic: Unmask interrupt in plic_irq_enable()
Marc Zyngier <maz(a)kernel.org>
irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
Ma Ke <make24(a)iscas.ac.cn>
pinctrl: apple: check devm_kasprintf() returned value
Sergey Matsievskiy <matsievskiysv(a)gmail.com>
pinctrl: ocelot: fix system hang on level based interrupts
Longlong Xia <xialonglong(a)kylinos.cn>
tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/entry_32: Clear CPU buffers after register restore in NMI return
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/entry_32: Do not clobber user EFLAGS.ZF
Zhang Rui <rui.zhang(a)intel.com>
x86/apic: Always explicitly disarm TSC-deadline timer
Nathan Chancellor <nathan(a)kernel.org>
x86/resctrl: Annotate get_mem_config() functions as __init
Takashi Iwai <tiwai(a)suse.de>
parport: Proper fix for array out-of-bounds access
Prashanth K <quic_prashk(a)quicinc.com>
usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
Daniele Palmas <dnlplm(a)gmail.com>
USB: serial: option: add Telit FN920C04 MBIM compositions
Benjamin B. Frost <benjamin(a)geanix.com>
USB: serial: option: add support for Quectel EG916Q-GL
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: Mitigate failed set dequeue pointer commands
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: Fix incorrect stream context type macro
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001
Aaron Thompson <dev(a)aaront.org>
Bluetooth: ISO: Fix multiple init when debugfs is disabled
Aaron Thompson <dev(a)aaront.org>
Bluetooth: Remove debugfs directory on module init failure
Aaron Thompson <dev(a)aaront.org>
Bluetooth: Call iso_exit() on module unload
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: amplifiers: ada4250: add missing select REGMAP_SPI in Kconfig
Emil Gedenryd <emil.gedenryd(a)axis.com>
iio: light: opt3001: add missing full-scale range value
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: light: veml6030: fix IIO device retrieval from embedded device
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: light: veml6030: fix ALS sensor resolution
Christophe JAILLET <christophe.jaillet(a)wanadoo.fr>
iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
Mohammed Anees <pvmohammedanees2003(a)gmail.com>
drm/amdgpu: prevent BO_HANDLES error from being overwritten
Alex Deucher <alexander.deucher(a)amd.com>
drm/amdgpu/swsmu: Only force workload setup on init
Nikolay Kuratov <kniv(a)yandex-team.ru>
drm/vmwgfx: Handle surface check failure correctly
Ville Syrjälä <ville.syrjala(a)linux.intel.com>
drm/radeon: Fix encoder->possible_clones
Seunghwan Baek <sh8267.baek(a)samsung.com>
scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
Jens Axboe <axboe(a)kernel.dk>
io_uring/sqpoll: close race on waiting for sqring entries
Omar Sandoval <osandov(a)fb.com>
blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
Johannes Wikner <kwikner(a)ethz.ch>
x86/bugs: Do not use UNTRAIN_RET with IBPB on entry
Johannes Wikner <kwikner(a)ethz.ch>
x86/bugs: Skip RSB fill at VMEXIT
Johannes Wikner <kwikner(a)ethz.ch>
x86/entry: Have entry_ibpb() invalidate return predictions
Johannes Wikner <kwikner(a)ethz.ch>
x86/cpufeatures: Add a IBPB_NO_RET BUG flag
Jim Mattson <jmattson(a)google.com>
x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
Michael Mueller <mimu(a)linux.ibm.com>
KVM: s390: Change virtual to physical address access in diag 0x258 handler
Nico Boehr <nrb(a)linux.ibm.com>
KVM: s390: gaccess: Check if guest address is in memslot
Thomas Weißschuh <thomas.weissschuh(a)linutronix.de>
s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
Thomas Weißschuh <thomas.weissschuh(a)linutronix.de>
s390/sclp: Deactivate sclp after all its users
Lu Baolu <baolu.lu(a)linux.intel.com>
iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
Wachowski, Karol <karol.wachowski(a)intel.com>
drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
Lorenzo Stoakes <lorenzo.stoakes(a)oracle.com>
maple_tree: correct tree corruption on spanning store
Jakub Kicinski <kuba(a)kernel.org>
devlink: bump the instance index directly when iterating
Jakub Kicinski <kuba(a)kernel.org>
devlink: drop the filter argument from devlinks_xa_find_get
Liu Shixin <liushixin2(a)huawei.com>
mm/swapfile: skip HugeTLB pages for unuse_vma
OGAWA Hirofumi <hirofumi(a)mail.parknet.co.jp>
fat: fix uninitialized variable
Nianyao Tang <tangnianyao(a)huawei.com>
irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
Oleksij Rempel <linux(a)rempel-privat.de>
net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY
Mark Rutland <mark.rutland(a)arm.com>
arm64: probes: Fix simulate_ldr*_literal()
Mark Rutland <mark.rutland(a)arm.com>
arm64: probes: Remove broken LDR (literal) uprobe support
Jinjie Ruan <ruanjinjie(a)huawei.com>
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Wei Fang <wei.fang(a)nxp.com>
net: enetc: add missing static descriptor and inline keyword
Wei Fang <wei.fang(a)nxp.com>
net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
Jan Kara <jack(a)suse.cz>
udf: Don't return bh from udf_expand_dir_adinicb()
Jan Kara <jack(a)suse.cz>
udf: Handle error when expanding directory
Jan Kara <jack(a)suse.cz>
udf: Remove old directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_link() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_mkdir() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_add_nondir() to new directory iteration
Jan Kara <jack(a)suse.cz>
udf: Implement adding of dir entries using new iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_unlink() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_rmdir() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert empty_dir() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_get_parent() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_lookup() to use new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_readdir() to new directory iteration
Jan Kara <jack(a)suse.cz>
udf: Convert udf_rename() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Provide function to mark entry as deleted using new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Implement searching for directory entry using new iteration code
Jan Kara <jack(a)suse.cz>
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara <jack(a)suse.cz>
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara <jack(a)suse.cz>
udf: New directory iteration code
Matthieu Baerts (NGI0) <matttbe(a)kernel.org>
mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
Vasiliy Kovalev <kovalev(a)altlinux.org>
ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
Namjae Jeon <linkinjeon(a)kernel.org>
ksmbd: fix user-after-free from session log off
Roi Martin <jroi.martin(a)gmail.com>
btrfs: fix uninitialized pointer free on read_alloc_one_name() error
Roi Martin <jroi.martin(a)gmail.com>
btrfs: fix uninitialized pointer free in add_inode_ref()
-------------
Diffstat:
Makefile | 4 +-
arch/arm64/kernel/probes/decode-insn.c | 16 +-
arch/arm64/kernel/probes/simulate-insn.c | 18 +-
arch/s390/kvm/diag.c | 2 +-
arch/s390/kvm/gaccess.c | 4 +
arch/s390/kvm/gaccess.h | 14 +-
arch/x86/entry/entry.S | 5 +
arch/x86/entry/entry_32.S | 6 +-
arch/x86/include/asm/cpufeatures.h | 4 +-
arch/x86/kernel/apic/apic.c | 14 +-
arch/x86/kernel/cpu/bugs.c | 32 +
arch/x86/kernel/cpu/common.c | 3 +
arch/x86/kernel/cpu/resctrl/core.c | 4 +-
block/blk-rq-qos.c | 2 +-
drivers/bluetooth/btusb.c | 13 +-
drivers/crypto/vmx/Makefile | 12 +-
drivers/crypto/vmx/ppc-xlate.pl | 10 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 6 +-
drivers/gpu/drm/drm_gem_shmem_helper.c | 3 +
drivers/gpu/drm/radeon/radeon_encoders.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 1 +
drivers/iio/adc/Kconfig | 4 +
drivers/iio/amplifiers/Kconfig | 1 +
.../iio/common/hid-sensors/hid-sensor-trigger.c | 2 +-
drivers/iio/dac/Kconfig | 7 +
drivers/iio/light/opt3001.c | 4 +
drivers/iio/light/veml6030.c | 5 +-
drivers/iio/proximity/Kconfig | 2 +
drivers/iommu/intel/iommu.c | 4 +-
drivers/irqchip/irq-gic-v3-its.c | 26 +-
drivers/irqchip/irq-sifive-plic.c | 21 +-
drivers/net/ethernet/cadence/macb_main.c | 14 +-
drivers/net/ethernet/freescale/enetc/enetc.c | 2 +-
drivers/parport/procfs.c | 22 +-
drivers/pinctrl/pinctrl-apple-gpio.c | 3 +
drivers/pinctrl/pinctrl-ocelot.c | 8 +-
drivers/s390/char/sclp.c | 3 +-
drivers/s390/char/sclp_vt220.c | 4 +-
drivers/tty/n_gsm.c | 2 +
drivers/ufs/core/ufshcd.c | 4 +-
drivers/usb/dwc3/gadget.c | 10 +-
drivers/usb/host/xhci-ring.c | 2 +-
drivers/usb/host/xhci.h | 2 +-
drivers/usb/serial/option.c | 8 +
fs/btrfs/tree-log.c | 6 +-
fs/fat/namei_vfat.c | 2 +-
fs/nilfs2/dir.c | 50 +-
fs/nilfs2/namei.c | 39 +-
fs/nilfs2/nilfs.h | 2 +-
fs/smb/server/mgmt/user_session.c | 26 +-
fs/smb/server/mgmt/user_session.h | 4 +
fs/smb/server/server.c | 2 +
fs/smb/server/smb2pdu.c | 8 +-
fs/udf/dir.c | 148 +--
fs/udf/directory.c | 594 ++++++++---
fs/udf/inode.c | 90 --
fs/udf/namei.c | 1037 +++++++-------------
fs/udf/udfdecl.h | 45 +-
include/linux/fsl/enetc_mdio.h | 3 +-
include/linux/irqchip/arm-gic-v4.h | 4 +-
io_uring/io_uring.h | 9 +-
kernel/time/posix-clock.c | 3 +
lib/maple_tree.c | 12 +-
mm/swapfile.c | 2 +-
net/bluetooth/af_bluetooth.c | 3 +
net/bluetooth/iso.c | 6 +-
net/devlink/leftover.c | 40 +-
net/ipv4/tcp_output.c | 4 +-
net/mptcp/mib.c | 1 +
net/mptcp/mib.h | 1 +
net/mptcp/pm_netlink.c | 3 +-
net/mptcp/protocol.h | 1 +
net/mptcp/subflow.c | 11 +
sound/pci/hda/patch_conexant.c | 19 +
75 files changed, 1237 insertions(+), 1275 deletions(-)
Total jobs: 156
Total errors: 30 (19.23%)
LAVA errors: 0 (0.00%)
Test errors: 27 (17.31%)
Job errors: 3 (1.92%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 88
Total errors: 17 (19.32%)
Error type: Job
Error count: 2 (2.27%)
Error: expect-shell-connection timed out
Count: 2 (2.27%)
IDs:
rb5-03:
7944007
rb5-06:
7942843
Error type: Test
Error count: 15 (17.05%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 4 (4.55%)
IDs:
rb5-03:
7942628 7942738 7943928 7944005
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.14%)
IDs:
rb5-03:
7943959
Error: No match for error type 'Test', message 'tradefed - adb device lost[d8a1879f]'
Count: 1 (1.14%)
IDs:
rb5-07:
7943955
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 591 seconds'
Count: 2 (2.27%)
IDs:
rb5-03:
7942656 7943953
Error: Device NOT found!
Count: 6 (6.82%)
IDs:
rb5-03:
7942681 7942690 7942713 7942715 7943741
7943930
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (1.14%)
IDs:
rb5-03:
7943752
Device type: dragonboard-845c
Total jobs: 61
Total errors: 11 (18.03%)
Error type: Test
Error count: 10 (16.39%)
Error: Device NOT found!
Count: 3 (4.92%)
IDs:
db845c-02:
7942602
db845c-04:
7942454
db845c-09:
7944002
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 4 (6.56%)
IDs:
db845c-02:
7943999
db845c-09:
7942426 7942455 7942636
Error: No match for error type 'Test', message 'tradefed - adb device lost[db2a494d]'
Count: 2 (3.28%)
IDs:
db845c-02:
7942453 7942605
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (1.64%)
IDs:
db845c-04:
7942368
Error type: Job
Error count: 1 (1.64%)
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 4486 seconds'
Count: 1 (1.64%)
IDs:
db845c-03:
7942372
Device type: hi960-hikey
Total jobs: 3
Total errors: 2 (66.67%)
Error type: Test
Error count: 2 (66.67%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[47D27933024424E6]'
Count: 1 (33.33%)
IDs:
hi960-hikey-04:
7942856
Error: No match for error type 'Test', message 'tradefed - adb device lost[7A25756801BA7C0B]'
Count: 1 (33.33%)
IDs:
hi960-hikey-02:
7942834
Device type: juno-r2
Total jobs: 2
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 2
Total errors: 0 (0.00%)
This is the start of the stable review cycle for the 5.15.169 release.
There are 82 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, 23 Oct 2024 10:22:25 +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.169-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.169-rc1
Vasiliy Kovalev <kovalev(a)altlinux.org>
ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2
Aneesh Kumar K.V <aneesh.kumar(a)linux.ibm.com>
powerpc/mm: Always update max/min_low_pfn in mem_topology_setup()
Ryusuke Konishi <konishi.ryusuke(a)gmail.com>
nilfs2: propagate directory read errors from nilfs_find_entry()
Paolo Abeni <pabeni(a)redhat.com>
mptcp: prevent MPC handshake on port-based signal endpoints
Matthieu Baerts (NGI0) <matttbe(a)kernel.org>
mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
Matthieu Baerts (NGI0) <matttbe(a)kernel.org>
mptcp: fallback when MPTCP opts are dropped after 1st data
Paolo Abeni <pabeni(a)redhat.com>
tcp: fix mptcp DSS corruption due to large pmtu xmit
Paolo Abeni <pabeni(a)redhat.com>
mptcp: handle consistently DSS corruption
Geliang Tang <geliang.tang(a)suse.com>
mptcp: track and update contiguous data status
Marc Zyngier <maz(a)kernel.org>
irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
Sergey Matsievskiy <matsievskiysv(a)gmail.com>
pinctrl: ocelot: fix system hang on level based interrupts
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/entry_32: Clear CPU buffers after register restore in NMI return
Pawan Gupta <pawan.kumar.gupta(a)linux.intel.com>
x86/entry_32: Do not clobber user EFLAGS.ZF
Zhang Rui <rui.zhang(a)intel.com>
x86/apic: Always explicitly disarm TSC-deadline timer
Nathan Chancellor <nathan(a)kernel.org>
x86/resctrl: Annotate get_mem_config() functions as __init
Takashi Iwai <tiwai(a)suse.de>
parport: Proper fix for array out-of-bounds access
Daniele Palmas <dnlplm(a)gmail.com>
USB: serial: option: add Telit FN920C04 MBIM compositions
Benjamin B. Frost <benjamin(a)geanix.com>
USB: serial: option: add support for Quectel EG916Q-GL
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: Mitigate failed set dequeue pointer commands
Mathias Nyman <mathias.nyman(a)linux.intel.com>
xhci: Fix incorrect stream context type macro
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001
Aaron Thompson <dev(a)aaront.org>
Bluetooth: Remove debugfs directory on module init failure
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Emil Gedenryd <emil.gedenryd(a)axis.com>
iio: light: opt3001: add missing full-scale range value
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: light: veml6030: fix IIO device retrieval from embedded device
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: light: veml6030: fix ALS sensor resolution
Christophe JAILLET <christophe.jaillet(a)wanadoo.fr>
iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
Nikolay Kuratov <kniv(a)yandex-team.ru>
drm/vmwgfx: Handle surface check failure correctly
Ville Syrjälä <ville.syrjala(a)linux.intel.com>
drm/radeon: Fix encoder->possible_clones
Jens Axboe <axboe(a)kernel.dk>
io_uring/sqpoll: close race on waiting for sqring entries
Omar Sandoval <osandov(a)fb.com>
blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
Johannes Wikner <kwikner(a)ethz.ch>
x86/bugs: Do not use UNTRAIN_RET with IBPB on entry
Johannes Wikner <kwikner(a)ethz.ch>
x86/bugs: Skip RSB fill at VMEXIT
Johannes Wikner <kwikner(a)ethz.ch>
x86/entry: Have entry_ibpb() invalidate return predictions
Johannes Wikner <kwikner(a)ethz.ch>
x86/cpufeatures: Add a IBPB_NO_RET BUG flag
Jim Mattson <jmattson(a)google.com>
x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
Michael Mueller <mimu(a)linux.ibm.com>
KVM: s390: Change virtual to physical address access in diag 0x258 handler
Thomas Weißschuh <thomas.weissschuh(a)linutronix.de>
s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
Lu Baolu <baolu.lu(a)linux.intel.com>
iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
Felix Moessbauer <felix.moessbauer(a)siemens.com>
io_uring/sqpoll: do not put cpumask on stack
Jens Axboe <axboe(a)kernel.dk>
io_uring/sqpoll: retain test for whether the CPU is valid
Felix Moessbauer <felix.moessbauer(a)siemens.com>
io_uring/sqpoll: do not allow pinning outside of cpuset
Wachowski, Karol <karol.wachowski(a)intel.com>
drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
Breno Leitao <leitao(a)debian.org>
KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
Mikulas Patocka <mpatocka(a)redhat.com>
dm-crypt, dm-verity: disable tasklets
Johannes Berg <johannes.berg(a)intel.com>
wifi: mac80211: fix potential key use-after-free
Patrick Roy <roypat(a)amazon.co.uk>
secretmem: disable memfd_secret() if arch cannot set direct map
Liu Shixin <liushixin2(a)huawei.com>
mm/swapfile: skip HugeTLB pages for unuse_vma
OGAWA Hirofumi <hirofumi(a)mail.parknet.co.jp>
fat: fix uninitialized variable
Nianyao Tang <tangnianyao(a)huawei.com>
irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
Oleksij Rempel <linux(a)rempel-privat.de>
net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY
Mark Rutland <mark.rutland(a)arm.com>
arm64: probes: Fix simulate_ldr*_literal()
Mark Rutland <mark.rutland(a)arm.com>
arm64: probes: Remove broken LDR (literal) uprobe support
Jinjie Ruan <ruanjinjie(a)huawei.com>
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Wei Fang <wei.fang(a)nxp.com>
net: enetc: add missing static descriptor and inline keyword
Wei Fang <wei.fang(a)nxp.com>
net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
Jan Kara <jack(a)suse.cz>
udf: Fix bogus checksum computation in udf_rename()
Jan Kara <jack(a)suse.cz>
udf: Don't return bh from udf_expand_dir_adinicb()
Jan Kara <jack(a)suse.cz>
udf: Handle error when expanding directory
Jan Kara <jack(a)suse.cz>
udf: Remove old directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_link() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_mkdir() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_add_nondir() to new directory iteration
Jan Kara <jack(a)suse.cz>
udf: Implement adding of dir entries using new iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_unlink() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_rmdir() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert empty_dir() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_get_parent() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_lookup() to use new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Convert udf_readdir() to new directory iteration
Jan Kara <jack(a)suse.cz>
udf: Convert udf_rename() to new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Provide function to mark entry as deleted using new directory iteration code
Jan Kara <jack(a)suse.cz>
udf: Implement searching for directory entry using new iteration code
Jan Kara <jack(a)suse.cz>
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara <jack(a)suse.cz>
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara <jack(a)suse.cz>
udf: New directory iteration code
Vasiliy Kovalev <kovalev(a)altlinux.org>
ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
-------------
Diffstat:
Makefile | 4 +-
arch/arm64/kernel/probes/decode-insn.c | 16 +-
arch/arm64/kernel/probes/simulate-insn.c | 18 +-
arch/powerpc/mm/numa.c | 6 +-
arch/s390/kvm/diag.c | 2 +-
arch/x86/entry/entry.S | 5 +
arch/x86/entry/entry_32.S | 6 +-
arch/x86/include/asm/cpufeatures.h | 4 +-
arch/x86/kernel/apic/apic.c | 14 +-
arch/x86/kernel/cpu/bugs.c | 32 +
arch/x86/kernel/cpu/common.c | 3 +
arch/x86/kernel/cpu/resctrl/core.c | 4 +-
block/blk-rq-qos.c | 2 +-
drivers/bluetooth/btusb.c | 13 +-
drivers/gpu/drm/drm_gem_shmem_helper.c | 3 +
drivers/gpu/drm/radeon/radeon_encoders.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 1 +
drivers/iio/adc/Kconfig | 4 +
.../iio/common/hid-sensors/hid-sensor-trigger.c | 2 +-
drivers/iio/dac/Kconfig | 3 +
drivers/iio/light/opt3001.c | 4 +
drivers/iio/light/veml6030.c | 5 +-
drivers/iio/proximity/Kconfig | 2 +
drivers/iommu/intel/iommu.c | 4 +-
drivers/irqchip/irq-gic-v3-its.c | 26 +-
drivers/md/dm-crypt.c | 37 +-
drivers/net/ethernet/cadence/macb_main.c | 14 +-
drivers/net/ethernet/freescale/enetc/enetc.c | 2 +-
drivers/parport/procfs.c | 22 +-
drivers/pinctrl/pinctrl-ocelot.c | 8 +-
drivers/s390/char/sclp_vt220.c | 4 +-
drivers/usb/host/xhci-ring.c | 2 +-
drivers/usb/host/xhci.h | 2 +-
drivers/usb/serial/option.c | 8 +
fs/fat/namei_vfat.c | 2 +-
fs/nilfs2/dir.c | 50 +-
fs/nilfs2/namei.c | 39 +-
fs/nilfs2/nilfs.h | 2 +-
fs/udf/dir.c | 148 +--
fs/udf/directory.c | 594 ++++++++---
fs/udf/inode.c | 90 --
fs/udf/namei.c | 1038 +++++++-------------
fs/udf/udfdecl.h | 45 +-
include/linux/fsl/enetc_mdio.h | 3 +-
include/linux/irqchip/arm-gic-v4.h | 4 +-
io_uring/io_uring.c | 21 +-
kernel/time/posix-clock.c | 3 +
mm/secretmem.c | 4 +-
mm/swapfile.c | 2 +-
net/bluetooth/af_bluetooth.c | 1 +
net/ipv4/tcp_output.c | 2 +-
net/mac80211/cfg.c | 3 +
net/mac80211/key.c | 2 +-
net/mptcp/mib.c | 3 +
net/mptcp/mib.h | 3 +
net/mptcp/pm_netlink.c | 3 +-
net/mptcp/protocol.c | 23 +-
net/mptcp/protocol.h | 2 +
net/mptcp/subflow.c | 19 +-
sound/pci/hda/patch_conexant.c | 19 +
virt/kvm/kvm_main.c | 5 +-
61 files changed, 1172 insertions(+), 1242 deletions(-)
Total jobs: 85
Total errors: 26 (30.59%)
LAVA errors: 0 (0.00%)
Test errors: 18 (21.18%)
Job errors: 8 (9.41%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 21
Total errors: 12 (57.14%)
Error type: Job
Error count: 8 (38.10%)
Error: expect-shell-connection timed out
Count: 8 (38.10%)
IDs:
rb5-03:
7937184
rb5-05:
7937193 7937211 7937214
rb5-06:
7937177 7937223
rb5-07:
7937178 7937194
Error type: Test
Error count: 4 (19.05%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 2 (9.52%)
IDs:
rb5-06:
7937210 7937222
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (4.76%)
IDs:
rb5-03:
7937212
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 594 seconds'
Count: 1 (4.76%)
IDs:
rb5-03:
7937208
Device type: dragonboard-845c
Total jobs: 64
Total errors: 14 (21.88%)
Error type: Test
Error count: 14 (21.88%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 4 (6.25%)
IDs:
db845c-02:
7931875 7931879 7931880 7937180
Error: No match for error type 'Test', message 'tradefed - adb device lost[db2a494d]'
Count: 4 (6.25%)
IDs:
db845c-02:
7922648 7931883 7931885 7936988
Error: Device NOT found!
Count: 2 (3.12%)
IDs:
db845c-02:
7931865 7931878
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 53998 seconds'
Count: 3 (4.69%)
IDs:
db845c-06:
7931851
db845c-08:
7923643
db845c-10:
7924488
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 53988 seconds'
Count: 1 (1.56%)
IDs:
db845c-09:
7922649
Total jobs: 527
Total errors: 129 (24.48%)
LAVA errors: 0 (0.00%)
Test errors: 9 (1.71%)
Job errors: 46 (8.73%)
Infra errors: 74 (14.04%)
Canceled jobs: 0 (0.00%)
Device type: x15
Total jobs: 288
Total errors: 101 (35.07%)
Error type: Infrastructure
Error count: 73 (25.35%)
Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 285 seconds'
Count: 4 (1.39%)
IDs:
x15-01:
4088957 4105613 4106085 4106533
Error: Connection closed
Count: 2 (0.69%)
IDs:
x15-01:
4090880 4106490
Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 286 seconds'
Count: 67 (23.26%)
IDs:
x15-01:
4088252 4088262 4088266 4088378 4088382
4088391 4088398 4088441 4088480 4088521
4088648 4088742 4088930 4088950 4088955
4088975 4090893 4090984 4090992 4091000
4091082 4091107 4091131 4091135 4091193
4091221 4091232 4091263 4091266 4091312
4091324 4091330 4091336 4091344 4091348
4091357 4091379 4091382 4091388 4091398
4105387 4105401 4105415 4105419 4105456
4105477 4105480 4105499 4105503 4105520
4105528 4105540 4105577 4105628 4105669
4105754 4105826 4105882 4105885 4106046
4106065 4106134 4106142 4106190 4106248
4106420 4106468
Error type: Test
Error count: 9 (3.12%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 594 seconds'
Count: 1 (0.35%)
IDs:
x15-01:
4106498
Error: No match for error type 'Test', message 'Network not able to ping; job exit'
Count: 3 (1.04%)
IDs:
x15-01:
4106360 4106402 4106496
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 590 seconds'
Count: 1 (0.35%)
IDs:
x15-01:
4106397
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 2 (0.69%)
IDs:
x15-01:
4106344 4106372
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 592 seconds'
Count: 1 (0.35%)
IDs:
x15-01:
4106341
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 595 seconds'
Count: 1 (0.35%)
IDs:
x15-01:
4106320
Error type: Job
Error count: 19 (6.60%)
Error: wait for prompt timed out
Count: 16 (5.56%)
IDs:
x15-01:
4088941 4088946 4090888 4090899 4091086
4091173 4091315 4091393 4105379 4105557
4105632 4105709 4105763 4105984 4106025
4106053
Error: No match for error type 'Job', message 'login-action timed out after 272 seconds'
Count: 1 (0.35%)
IDs:
x15-01:
4105618
Error: No match for error type 'Job', message 'login-action timed out after 273 seconds'
Count: 1 (0.35%)
IDs:
x15-01:
4105461
Error: No match for error type 'Job', message 'login-action timed out after 276 seconds'
Count: 1 (0.35%)
IDs:
x15-01:
4091355
Device type: bcm2837-rpi-3-b-32
Total jobs: 31
Total errors: 24 (77.42%)
Error type: Job
Error count: 24 (77.42%)
Error: No match for error type 'Job', message 'test-definition timed out after 41 seconds'
Count: 1 (3.23%)
IDs:
rpi3-b-32-02:
4106532
Error: compress-overlay timed out
Count: 2 (6.45%)
IDs:
rpi3-b-32-02:
4106422 4106471
Error: No match for error type 'Job', message 'No time left for remaining 4 retries. 1 retries out of 5 failed for uboot-action'
Count: 19 (61.29%)
IDs:
rpi3-b-32-02:
4106297 4106300 4106301 4106302 4106304
4106310 4106311 4106314 4106317 4106318
4106319 4106322 4106325 4106326 4106329
4106330 4106331 4106334 4106335
Error: No match for error type 'Job', message 'login-action timed out after 513 seconds'
Count: 2 (6.45%)
IDs:
rpi3-b-32-02:
4106307 4106324
Device type: dragonboard-845c
Total jobs: 5
Total errors: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 13
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 7
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 171
Total errors: 4 (2.34%)
Error type: Infrastructure
Error count: 1 (0.58%)
Error: Connection closed
Count: 1 (0.58%)
IDs:
synquacer-01:
4103957
Error type: Job
Error count: 3 (1.75%)
Error: No match for error type 'Job', message 'login-action timed out after 198 seconds'
Count: 1 (0.58%)
IDs:
synquacer-01:
4102975
Error: No match for error type 'Job', message 'login-action timed out after 190 seconds'
Count: 2 (1.17%)
IDs:
synquacer-01:
4102971 4102973
Device type: qemu
Total jobs: 4
Total errors: 0 (0.00%)
Device type: frdm-kw41z
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-k64f
Total jobs: 3
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 2
Total errors: 0 (0.00%)
Device type: imx93-11x11-evk
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 269
Total errors: 83 (30.86%)
LAVA errors: 0 (0.00%)
Test errors: 66 (24.54%)
Job errors: 16 (5.95%)
Infra errors: 1 (0.37%)
Canceled jobs: 0 (0.00%)
Device type: hi960-hikey
Total jobs: 37
Total errors: 14 (37.84%)
Error type: Test
Error count: 14 (37.84%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[279ABF68159019FF]'
Count: 1 (2.70%)
IDs:
hi960-hikey-03:
7936597
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 2 (5.41%)
IDs:
hi960-hikey-02:
7936355 7936591
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (8.11%)
IDs:
hi960-hikey-02:
7936305 7936520
hi960-hikey-03:
7936309
Error: No match for error type 'Test', message 'tradefed - adb device lost[47D27933024424E6]'
Count: 1 (2.70%)
IDs:
hi960-hikey-04:
7936501
Error: Device NOT found!
Count: 1 (2.70%)
IDs:
hi960-hikey-05:
7936303
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 587 seconds'
Count: 1 (2.70%)
IDs:
hi960-hikey-05:
7936292
Error: No match for error type 'Test', message 'tradefed - adb device lost[7A25756801BA7C0B]'
Count: 1 (2.70%)
IDs:
hi960-hikey-02:
7936287
Error: No match for error type 'Test', message 'tradefed - adb device lost[57DD383701799F9A]'
Count: 1 (2.70%)
IDs:
hi960-hikey-05:
7936282
Error: No match for error type 'Test', message 'tradefed - adb device lost[6A522E130177F475]'
Count: 1 (2.70%)
IDs:
hi960-hikey-01:
7936279
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (2.70%)
IDs:
hi960-hikey-05:
7936276
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 589 seconds'
Count: 1 (2.70%)
IDs:
hi960-hikey-05:
7936270
Device type: hi6220-hikey-r2
Total jobs: 17
Total errors: 11 (64.71%)
Error type: Job
Error count: 2 (11.76%)
Error: No match for error type 'Job', message 'login-action timed out after 879 seconds'
Count: 1 (5.88%)
IDs:
hikey-6220-r2-06:
7936587
Error: No match for error type 'Job', message 'login-action timed out after 880 seconds'
Count: 1 (5.88%)
IDs:
hikey-6220-r2-03:
7936237
Error type: Test
Error count: 9 (52.94%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 8 (47.06%)
IDs:
hikey-6220-r2-02:
7936235 7936298 7936346
hikey-6220-r2-05:
7936295 7936477 7936503 7936558 7936566
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 28797 seconds'
Count: 1 (5.88%)
IDs:
hikey-6220-r2-06:
7936236
Device type: qrb5165-rb5
Total jobs: 88
Total errors: 27 (30.68%)
Error type: Test
Error count: 18 (20.45%)
Error: Device NOT found!
Count: 7 (7.95%)
IDs:
rb5-01:
7935422
rb5-03:
7935420 7935423 7935461 7935580 7936359
rb5-05:
7936497
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 3 (3.41%)
IDs:
rb5-03:
7936397 7936424
rb5-06:
7935425
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 5 (5.68%)
IDs:
rb5-03:
7935370 7935401 7935469 7935558 7936389
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 588 seconds'
Count: 1 (1.14%)
IDs:
rb5-03:
7936154
Error: No match for error type 'Test', message 'tradefed - adb device lost[93dcfd96]'
Count: 1 (1.14%)
IDs:
rb5-01:
7935429
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (1.14%)
IDs:
rb5-03:
7935367
Error type: Job
Error count: 9 (10.23%)
Error: expect-shell-connection timed out
Count: 9 (10.23%)
IDs:
rb5-01:
7935559 7936213
rb5-03:
7935478 7935568 7935570
rb5-06:
7935480 7936496
rb5-07:
7935557 7936495
Device type: dragonboard-845c
Total jobs: 127
Total errors: 31 (24.41%)
Error type: Test
Error count: 25 (19.69%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[fbf682a2]'
Count: 3 (2.36%)
IDs:
db845c-09:
7935332 7936378 7936394
Error: No match for error type 'Test', message 'tradefed - adb device lost[db2a494d]'
Count: 3 (2.36%)
IDs:
db845c-02:
7935328 7936214 7936368
Error: Device NOT found!
Count: 10 (7.87%)
IDs:
db845c-01:
7936259
db845c-02:
7935393 7935572 7935581 7936321 7936326
7936339
db845c-09:
7935359 7935408 7936243
Error: No match for error type 'Test', message 'tradefed - adb device lost[b6b742b9]'
Count: 1 (0.79%)
IDs:
db845c-01:
7936320
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (2.36%)
IDs:
db845c-04:
7936263
db845c-08:
7936265
db845c-10:
7936266
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 2 (1.57%)
IDs:
db845c-09:
7936239 7936258
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (0.79%)
IDs:
db845c-09:
7936246
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (0.79%)
IDs:
db845c-09:
7935442
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 595 seconds'
Count: 1 (0.79%)
IDs:
db845c-09:
7935337
Error type: Job
Error count: 5 (3.94%)
Error: expect-shell-connection timed out
Count: 4 (3.15%)
IDs:
db845c-01:
7935502 7935662
db845c-04:
7935494
db845c-08:
7935394
Error: wait for prompt timed out
Count: 1 (0.79%)
IDs:
db845c-01:
7935306
Error type: Infrastructure
Error count: 1 (0.79%)
Error: No match for error type 'Infrastructure', message 'Failed to clean after job'
Count: 1 (0.79%)
IDs:
db845c-07:
7935318
Total jobs: 831
Total errors: 181 (21.78%)
LAVA errors: 0 (0.00%)
Test errors: 7 (0.84%)
Job errors: 92 (11.07%)
Infra errors: 82 (9.87%)
Canceled jobs: 0 (0.00%)
Device type: x15
Total jobs: 253
Total errors: 88 (34.78%)
Error type: Test
Error count: 7 (2.77%)
Error: Invalid TESTCASE signal
Count: 2 (0.79%)
IDs:
x15-01:
4105950 4106284
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 591 seconds'
Count: 1 (0.40%)
IDs:
x15-01:
4106271
Error: No match for error type 'Test', message 'Network not able to ping; job exit'
Count: 1 (0.40%)
IDs:
x15-01:
4106218
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 588 seconds'
Count: 1 (0.40%)
IDs:
x15-01:
4106162
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (0.40%)
IDs:
x15-01:
4105972
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (0.40%)
IDs:
x15-01:
4105958
Error type: Infrastructure
Error count: 67 (26.48%)
Error: fastboot-flash-action timed out
Count: 1 (0.40%)
IDs:
x15-01:
4106122
Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 286 seconds'
Count: 56 (22.13%)
IDs:
x15-01:
4102758 4102777 4102823 4102863 4102879
4102968 4103147 4103163 4103170 4103204
4103375 4103376 4103420 4103556 4103566
4103573 4103580 4103612 4103633 4103657
4103697 4103703 4103711 4103749 4103777
4103780 4103828 4103866 4103873 4103953
4104014 4104023 4104040 4104066 4104095
4104176 4104252 4104423 4104519 4104658
4104703 4104772 4104802 4104882 4104925
4104933 4104942 4105046 4105180 4105185
4105202 4105233 4105239 4105261 4105275
4105325
Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 285 seconds'
Count: 9 (3.56%)
IDs:
x15-01:
4102714 4103350 4103491 4103709 4104215
4104338 4104354 4104891 4105249
Error: Connection closed
Count: 1 (0.40%)
IDs:
x15-01:
4104094
Error type: Job
Error count: 14 (5.53%)
Error: No match for error type 'Job', message 'ipconfig: no devices to[ 204.099060] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200
configure
ipconfig: no devices to configure
ipconfig: no devi[ 204.110931] CPU: 1 PID: 1 Comm: init Not tainted 5.10.227-rc1-00519-g5807510dd577 #1
ces to configure
ipconfig: no devices to configure
ipconfig: n[ 204.124298] Hardware name: Generic DRA74X (Flattened Device Tree)
o devices to configure
ipconfig: no devices to configure
/init[ 204.136016] [<c031138c>] (unwind_backtrace) from [<c030be4c>] (show_stack+0x10/0x14)
: 384: .: Can't open /run/net-*.conf
[ 204.149353] [<c030be4c>] (show_stack) from [<c0ffa954>] (dump_stack+0xbc/0xd0)
[ 204.159942] [<c0ffa954>] (dump_stack) from [<c0ff66b0>] (panic+0x124/0x338)
[ 204.166931] [<c0ff66b0>] (panic) from [<c034b1cc>] (do_exit+0x918/0x990)
[ 204.173675] [<c034b1cc>] (do_exit) from [<c034c1d8>] (do_group_exit+0x0/0xb8)
[ 204.180847] [<c034c1d8>] (do_group_exit) from [<b6f09010>] (0xb6f09010)
[ 204.187499] CPU0: stopping
[ 204.190216] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.227-rc1-00519-g5807510dd577 #1
[ 204.198425] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 204.204559] [<c031138c>] (unwind_backtrace) from [<c030be4c>] (show_stack+0x10/0x14)
[ 204.212341] [<c030be4c>] (show_stack) from [<c0ffa954>] (dump_stack+0xbc/0xd0)
[ 204.219604] [<c0ffa954>] (dump_stack) from [<c030f188>] (do_handle_IPI+0x30c/0x344)
[ 204.227294] [<c030f188>] (do_handle_IPI) from [<c030f1d8>] (ipi_handler+0x18/0x20)
[ 204.234893] [<c030f1d8>] (ipi_handler) from [<c03a9200>] (handle_percpu_devid_fasteoi_ipi+0x80/0x148)
[ 204.244171] [<c03a9200>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2b80>] (__handle_domain_irq+0x74/0xcc)
[ 204.254028] [<c03a2b80>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4)
[ 204.262420] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90)
[ 204.269958] Exception stack(0xc1901f08 to 0xc1901f50)
[ 204.275024] 1f00: c1b21440 00000000 fe600000 00000000 c1b219e0 c1904d18
[ 204.283233] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000e102 c1901f58
[ 204.291442] 1f40: c0330c48 c0308718 60000013 ffffffff
[ 204.296539] [<c0300bcc>] (__irq_svc) from [<c0308718>] (arch_cpu_idle+0x20/0x3c)
[ 204.303955] [<c0308718>] (arch_cpu_idle) from [<c100fff4>] (default_idle_call+0x34/0xf4)
[ 204.312103] [<c100fff4>] (default_idle_call) from [<c037b2f0>] (do_idle+0x244/0x2e4)
[ 204.319885] [<c037b2f0>] (do_idle) from [<c037b64c>] (cpu_startup_entry+0x18/0x1c)
[ 204.327484] [<c037b64c>] (cpu_startup_entry) from [<c1701000>] (start_kernel+0x50c/0x544)
[ 204.335723] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---'
Count: 1 (0.40%)
IDs:
x15-01:
4105328
Error: wait for prompt timed out
Count: 10 (3.95%)
IDs:
x15-01:
4103483 4103562 4103621 4103766 4104000
4104346 4104512 4104745 4104766 4105264
Error: No match for error type 'Job', message 'login-action timed out after 277 seconds'
Count: 1 (0.40%)
IDs:
x15-01:
4103949
Error: No match for error type 'Job', message 'login-action timed out after 273 seconds'
Count: 2 (0.79%)
IDs:
x15-01:
4102960 4102969
Device type: bcm2837-rpi-3-b-32
Total jobs: 307
Total errors: 87 (28.34%)
Error type: Job
Error count: 76 (24.76%)
Error: No match for error type 'Job', message 'No time left for remaining 4 retries. 1 retries out of 5 failed for uboot-action'
Count: 52 (16.94%)
IDs:
rpi3-b-32-02:
4105573 4105852 4105855 4105856 4105859
4105861 4105864 4105865 4106111 4106114
4106115 4106116 4106119 4106120 4106121
4106171 4106173 4106176 4106177 4106180
4106182 4106185 4106212 4106213 4106216
4106217 4106220 4106222 4106223 4106228
4106231 4106232 4106235 4106236 4106237
4106244 4106262 4106265 4106266 4106269
4106270 4106273 4106274 4106278 4106281
4106282 4106283 4106286 4106288 4106289
4106293 4106296
Error: No match for error type 'Job', message 'login-action timed out after 514 seconds'
Count: 3 (0.98%)
IDs:
rpi3-b-32-02:
4105851 4106277 4106292
Error: No match for error type 'Job', message 'login-action timed out after 513 seconds'
Count: 2 (0.65%)
IDs:
rpi3-b-32-02:
4106110 4106227
Error: compress-overlay timed out
Count: 14 (4.56%)
IDs:
rpi3-b-32-02:
4103661 4103955 4104090 4104514 4104879
4105543 4105664 4105780 4105812 4105917
4105930 4105962 4106017 4106170
Error: No match for error type 'Job', message 'login-action timed out after 223 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4106157
Error: No match for error type 'Job', message 'test-definition timed out after 41 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4105827
Error: No match for error type 'Job', message 'lava-overlay timed out after 126 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4105459
Error: No match for error type 'Job', message 'lava-overlay timed out after 1 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4105203
Error: No match for error type 'Job', message 'test-install-overlay timed out after 1 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4104929
Error type: Infrastructure
Error count: 11 (3.58%)
Error: No match for error type 'Infrastructure', message 'compress-ramdisk timed out after 7 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4106257
Error: No match for error type 'Infrastructure', message 'prepare-tftp-overlay timed out after 156 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4106246
Error: No match for error type 'Infrastructure', message 'apply-overlay-tftp timed out after 1 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4106210
Error: No match for error type 'Infrastructure', message 'apply-overlay-tftp timed out after 4 seconds'
Count: 2 (0.65%)
IDs:
rpi3-b-32-02:
4105941 4106161
Error: No match for error type 'Infrastructure', message 'apply-overlay-tftp timed out after 23 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4105960
Error: No match for error type 'Infrastructure', message 'apply-overlay-tftp timed out after 34 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4105957
Error: No match for error type 'Infrastructure', message 'compress-ramdisk timed out after 4 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4105808
Error: No match for error type 'Infrastructure', message 'compress-ramdisk timed out after 3 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4104805
Error: No match for error type 'Infrastructure', message 'prepare-tftp-overlay timed out after 151 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4104706
Error: No match for error type 'Infrastructure', message 'compress-ramdisk timed out after 2 seconds'
Count: 1 (0.33%)
IDs:
rpi3-b-32-02:
4104024
Device type: dragonboard-845c
Total jobs: 12
Total errors: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 39
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 20
Total errors: 0 (0.00%)
Device type: qemu
Total jobs: 4
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 184
Total errors: 2 (1.09%)
Error type: Job
Error count: 1 (0.54%)
Error: wait for prompt timed out
Count: 1 (0.54%)
IDs:
synquacer-01:
4106123
Error type: Infrastructure
Error count: 1 (0.54%)
Error: Connection closed
Count: 1 (0.54%)
IDs:
synquacer-01:
4101986
Device type: frdm-kw41z
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-k64f
Total jobs: 3
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 2
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 4
Total errors: 4 (100.00%)
Error type: Infrastructure
Error count: 3 (75.00%)
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 2265 seconds'
Count: 1 (25.00%)
IDs:
dragonboard-410c-02:
4105996
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 2253 seconds'
Count: 1 (25.00%)
IDs:
dragonboard-410c-02:
4105974
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 2199 seconds'
Count: 1 (25.00%)
IDs:
dragonboard-410c-02:
4105968
Error type: Job
Error count: 1 (25.00%)
Error: No match for error type 'Job', message 'Unable to update image rootfs: 'mount: mount exited with status 32: mount: /sysroot: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.\n dmesg(1) may have more information after failed mount system call.''
Count: 1 (25.00%)
IDs:
dragonboard-410c-02:
4105898
Device type: imx93-11x11-evk
Total jobs: 1
Total errors: 0 (0.00%)
The QEMU-arm64 boot has failed with the Linux next-20241017 tag.
The boot log is incomplete, and no kernel crash was detected.
However, the system did not proceed far enough to reach the login prompt.
Please find the incomplete boot log links below for your reference.
The Qemu version is 9.0.2.
The arm64 devices boot pass.
This is always reproducible.
First seen on Linux next-20241017 tag.
Good: next-20241016
Bad: next-20241017
qemu-arm64-protected:
boot:
* clang-19-lkftconfig
* gcc-13-lkftconfig
* clang-nightly-lkftconfig
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Boot log:
---------
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x000f0510]
[ 0.000000] Linux version 6.12.0-rc3-next-20241017
(tuxmake@tuxmake) (Debian clang version 19.1.2
(++20241001023520+d5498c39fe6a-1~exp1~20241001143639.51), Debian LLD
19.1.2) #1 SMP PREEMPT @1729156545
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: linux,dummy-virt
[ 0.000000] efi: UEFI not found.
[ 0.000000] Capping linear region to 51 bits for KVM in nVHE mode
on LVA capable hardware.
...
[ 0.000000] Kernel command line: console=ttyAMA0,115200 rootwait
root=/dev/vda debug verbose console_msg_format=syslog
systemd.log_level=warning rw kvm-arm.mode=protected earlycon
...
<6>[ 0.305549] SME: maximum available vector length 256 bytes per vector
<6>[ 0.306214] SME: default vector length 32 bytes per vector
**
ERROR:target/arm/internals.h:923:regime_is_user: code should not be reached
Bail out! ERROR:target/arm/internals.h:923:regime_is_user: code should
not be reached
<nothing after this>
Boot failed log links,
-------------
dmesg log: https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20241017/te…
test details: https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20241017/te…
Build image:
-----------
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2nYi294C2rkwmj8hWZ0X…
Steps to reproduce:
------------
/usr/bin/qemu-system-aarch64 -cpu max,pauth-impdef=on \
-machine virt,virtualization=on,gic-version=3,mte=on \
-nographic -nic none -m 4G -monitor none -no-reboot -smp 2 \
-kernel Image -append \"console=ttyAMA0,115200 rootwait
root=/dev/vda debug verbose console_msg_format=syslog
systemd.log_level=warning rw kvm-arm.mode=protected earlycon\" \
-drive file=arm64_rootfs.ext4,if=none,format=raw,id=hd0 -device
virtio-blk-device,drive=hd0
metadata:
----
git describe: next-20241017
git repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git sha: 7df1e7189cecb6965ce672e820a5ec6cf499b65b
kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2nYi294C2rkwmj8hWZ0X…
build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2nYi294C2rkwmj8hWZ0X…
toolchain: clang-19, gcc-13 and clang-nightly
config: defconfig
arch: arm64
--
Linaro LKFT
https://lkft.linaro.org
Total jobs: 255
Total errors: 80 (31.37%)
LAVA errors: 0 (0.00%)
Test errors: 40 (15.69%)
Job errors: 35 (13.73%)
Infra errors: 5 (1.96%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 133
Total errors: 38 (28.57%)
Error type: Infrastructure
Error count: 3 (2.26%)
Error: Reboot failed
Count: 1 (0.75%)
IDs:
db845c-02:
7935577
Error: No match for error type 'Infrastructure', message 'Unable to run: ['docker', 'exec', 'lava-7933743-2.10.11-2ae88ff2-28fc-4ba1-b2ed-9950b8c63117', 'fastboot', '-s', '25564f71', 'flash', 'super', '/var/lib/lava/dispatcher/tmp/7933743/fastboot-deploy-m4jsls5r/super.img']'
Count: 1 (0.75%)
IDs:
db845c-08:
7933743
Error: fastboot-flash-action timed out
Count: 1 (0.75%)
IDs:
db845c-01:
7932407
Error type: Test
Error count: 28 (21.05%)
Error: Device NOT found!
Count: 8 (6.02%)
IDs:
db845c-02:
7933789 7933870 7934973
db845c-04:
7935534
db845c-06:
7933816
db845c-09:
7933815 7933846 7934995
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 9 (6.77%)
IDs:
db845c-02:
7932411 7933847 7933872 7933889 7934988
7935525
db845c-09:
7933793 7933850 7935530
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (0.75%)
IDs:
db845c-09:
7935120
Error: No match for error type 'Test', message 'tradefed - adb device lost[db2a494d]'
Count: 3 (2.26%)
IDs:
db845c-02:
7933579 7934977 7935037
Error: No match for error type 'Test', message 'tradefed - adb device lost[3419ccc6]'
Count: 1 (0.75%)
IDs:
db845c-06:
7934969
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (0.75%)
IDs:
db845c-02:
7933886
Error: No match for error type 'Test', message 'tradefed - adb device lost[fbf682a2]'
Count: 3 (2.26%)
IDs:
db845c-09:
7933745 7933811 7933833
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 290 seconds'
Count: 1 (0.75%)
IDs:
db845c-01:
7933713
Error: No match for error type 'Test', message 'tradefed - adb device lost[d966d3f5]'
Count: 1 (0.75%)
IDs:
db845c-03:
7933702
Error type: Job
Error count: 7 (5.26%)
Error: expect-shell-connection timed out
Count: 7 (5.26%)
IDs:
db845c-03:
7933607
db845c-04:
7932409 7932410 7935509
db845c-06:
7933829
db845c-09:
7933828 7933887
Device type: qrb5165-rb5
Total jobs: 116
Total errors: 38 (32.76%)
Error type: Job
Error count: 26 (22.41%)
Error: expect-shell-connection timed out
Count: 12 (10.34%)
IDs:
rb5-01:
7935020 7935264 7935533
rb5-03:
7935532
rb5-05:
7933836 7935022
rb5-06:
7933837 7935531 7935548
rb5-07:
7933819 7935262 7935307
Error: No match for error type 'Job', message 'login-action timed out after 711 seconds'
Count: 3 (2.59%)
IDs:
rb5-05:
7935034 7935299 7935308
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 1 (0.86%)
IDs:
rb5-01:
7935304
Error: No match for error type 'Job', message 'login-action timed out after 712 seconds'
Count: 2 (1.72%)
IDs:
rb5-03:
7935033 7935303
Error: No match for error type 'Job', message 'login-action timed out after 831 seconds'
Count: 1 (0.86%)
IDs:
rb5-07:
7935297
Error: No match for error type 'Job', message 'login-action timed out after 869 seconds'
Count: 1 (0.86%)
IDs:
rb5-03:
7935296
Error: No match for error type 'Job', message 'login-action timed out after 671 seconds'
Count: 1 (0.86%)
IDs:
rb5-06:
7935295
Error: No match for error type 'Job', message 'login-action timed out after 695 seconds'
Count: 1 (0.86%)
IDs:
rb5-03:
7935036
Error: No match for error type 'Job', message 'login-action timed out after 876 seconds'
Count: 1 (0.86%)
IDs:
rb5-01:
7935035
Error: No match for error type 'Job', message 'login-action timed out after 877 seconds'
Count: 2 (1.72%)
IDs:
rb5-01:
7935030 7935032
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 1 (0.86%)
IDs:
rb5-05:
7935031
Error type: Test
Error count: 10 (8.62%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (0.86%)
IDs:
rb5-03:
7935547
Error: Device NOT found!
Count: 3 (2.59%)
IDs:
rb5-03:
7933862 7935004
rb5-05:
7935019
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 2 (1.72%)
IDs:
rb5-06:
7933840 7934970
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (0.86%)
IDs:
rb5-03:
7933891
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 288 seconds'
Count: 1 (0.86%)
IDs:
rb5-07:
7933861
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (0.86%)
IDs:
rb5-03:
7933824
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 7198 seconds'
Count: 1 (0.86%)
IDs:
rb5-07:
7933821
Error type: Infrastructure
Error count: 2 (1.72%)
Error: Connection closed
Count: 1 (0.86%)
IDs:
rb5-05:
7935018
Error: Reboot failed
Count: 1 (0.86%)
IDs:
rb5-07:
7933876
Device type: sm8550-hdk
Total jobs: 4
Total errors: 4 (100.00%)
Error type: Test
Error count: 2 (50.00%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 2 (50.00%)
IDs:
sm8550-hdk-01:
7935512 7935513
Error type: Job
Error count: 2 (50.00%)
Error: expect-shell-connection timed out
Count: 2 (50.00%)
IDs:
sm8550-hdk-01:
7935103 7935129
Device type: dragonboard-410c
Total jobs: 2
Total errors: 0 (0.00%)
Hello lkft-triage,
How are you?
My name is Noel Dosi, I have a profitable business proposal which I
would love to discuss with you. Please get back to me if you are
interested, so that I would give you the full details.
Regards,
Noel Dosi
Total jobs: 128
Total errors: 27 (21.09%)
LAVA errors: 0 (0.00%)
Test errors: 23 (17.97%)
Job errors: 4 (3.12%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 72
Total errors: 10 (13.89%)
Error type: Test
Error count: 7 (9.72%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 591 seconds'
Count: 1 (1.39%)
IDs:
db845c-01:
7933556
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (1.39%)
IDs:
db845c-04:
7932470
Error: No match for error type 'Test', message 'tradefed - adb device lost[c7cf1849]'
Count: 1 (1.39%)
IDs:
db845c-07:
7932355
Error: No match for error type 'Test', message 'tradefed - adb device lost[b6b742b9]'
Count: 1 (1.39%)
IDs:
db845c-01:
7931393
Error: Device NOT found!
Count: 1 (1.39%)
IDs:
db845c-01:
7927712
Error: No match for error type 'Test', message 'tradefed - adb device lost[d966d3f5]'
Count: 1 (1.39%)
IDs:
db845c-03:
7926675
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 593 seconds'
Count: 1 (1.39%)
IDs:
db845c-03:
7926673
Error type: Job
Error count: 3 (4.17%)
Error: expect-shell-connection timed out
Count: 2 (2.78%)
IDs:
db845c-01:
7931389 7932356
Error: wait for prompt timed out
Count: 1 (1.39%)
IDs:
db845c-03:
7932333
Device type: qrb5165-rb5
Total jobs: 55
Total errors: 17 (30.91%)
Error type: Test
Error count: 16 (29.09%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 3 (5.45%)
IDs:
rb5-03:
7932472 7933773 7933905
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 3 (5.45%)
IDs:
rb5-03:
7932465 7933600 7933786
Error: Device NOT found!
Count: 5 (9.09%)
IDs:
rb5-03:
7932403 7933611 7933735 7933755 7933777
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (1.82%)
IDs:
rb5-03:
7933719
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 1 (1.82%)
IDs:
rb5-06:
7933597
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 1 (1.82%)
IDs:
rb5-05:
7933475
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 293 seconds'
Count: 1 (1.82%)
IDs:
rb5-06:
7932396
Error: No match for error type 'Test', message 'tradefed - adb device lost[93dcfd96]'
Count: 1 (1.82%)
IDs:
rb5-01:
7932387
Error type: Job
Error count: 1 (1.82%)
Error: expect-shell-connection timed out
Count: 1 (1.82%)
IDs:
rb5-01:
7932429
Device type: juno-r2
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 38
Total errors: 2 (5.26%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 2 (5.26%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 8
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 3
Total errors: 2 (66.67%)
Error type: Job
Error count: 2 (66.67%)
Error: No match for error type 'Job', message 'Unable to update image rootfs: 'mount: mount exited with status 32: mount: /sysroot: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.\n dmesg(1) may have more information after failed mount system call.''
Count: 2 (66.67%)
IDs:
dragonboard-410c-02:
4105427 4105464
Device type: dragonboard-845c
Total jobs: 11
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 5
Total errors: 0 (0.00%)
Device type: qemu
Total jobs: 4
Total errors: 0 (0.00%)
Device type: frdm-kw41z
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-k64f
Total jobs: 3
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 2
Total errors: 0 (0.00%)
Total jobs: 132
Total errors: 33 (25.00%)
LAVA errors: 0 (0.00%)
Test errors: 22 (16.67%)
Job errors: 5 (3.79%)
Infra errors: 6 (4.55%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 74
Total errors: 29 (39.19%)
Error type: Test
Error count: 20 (27.03%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[93dcfd96]'
Count: 3 (4.05%)
IDs:
rb5-01:
7931659 7931702 7932385
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 2 (2.70%)
IDs:
rb5-03:
7926649 7932361
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 2 (2.70%)
IDs:
rb5-03:
7932330 7932358
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 595 seconds'
Count: 1 (1.35%)
IDs:
rb5-03:
7932345
Error: Device NOT found!
Count: 5 (6.76%)
IDs:
rb5-01:
7927726
rb5-03:
7926677 7927725 7931385 7932313
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 281 seconds'
Count: 1 (1.35%)
IDs:
rb5-06:
7931384
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 287 seconds'
Count: 1 (1.35%)
IDs:
rb5-06:
7931373
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 298 seconds'
Count: 1 (1.35%)
IDs:
rb5-07:
7931371
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 1 (1.35%)
IDs:
rb5-05:
7927744
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 583 seconds'
Count: 1 (1.35%)
IDs:
rb5-03:
7927669
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 590 seconds'
Count: 1 (1.35%)
IDs:
rb5-03:
7926696
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 592 seconds'
Count: 1 (1.35%)
IDs:
rb5-03:
7926665
Error type: Job
Error count: 4 (5.41%)
Error: expect-shell-connection timed out
Count: 3 (4.05%)
IDs:
rb5-03:
7932342
rb5-07:
7931828 7932346
Error: No match for error type 'Job', message 'login-action timed out after 764 seconds'
Count: 1 (1.35%)
IDs:
rb5-03:
7931387
Error type: Infrastructure
Error count: 5 (6.76%)
Error: Reboot failed
Count: 1 (1.35%)
IDs:
rb5-07:
7932311
Error: fastboot-flash-action timed out
Count: 4 (5.41%)
IDs:
rb5-07:
7927745 7931374 7931660 7931744
Device type: rk3399-rock-pi-4b
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 53
Total errors: 4 (7.55%)
Error type: Test
Error count: 2 (3.77%)
Error: Device NOT found!
Count: 1 (1.89%)
IDs:
db845c-03:
7926659
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 282 seconds'
Count: 1 (1.89%)
IDs:
db845c-07:
7926596
Error type: Job
Error count: 1 (1.89%)
Error: expect-shell-connection timed out
Count: 1 (1.89%)
IDs:
db845c-04:
7926654
Error type: Infrastructure
Error count: 1 (1.89%)
Error: fastboot-flash-action timed out
Count: 1 (1.89%)
IDs:
db845c-01:
7926303
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Device type: juno-r2
Total jobs: 2
Total errors: 0 (0.00%)
Total jobs: 285
Total errors: 71 (24.91%)
LAVA errors: 0 (0.00%)
Test errors: 8 (2.81%)
Job errors: 19 (6.67%)
Infra errors: 44 (15.44%)
Canceled jobs: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 43
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 15
Total errors: 1 (6.67%)
Error type: Infrastructure
Error count: 1 (6.67%)
Error: Reboot failed
Count: 1 (6.67%)
IDs:
dragonboard-845c-02:
4105290
Device type: dragonboard-410c
Total jobs: 11
Total errors: 10 (90.91%)
Error type: Job
Error count: 10 (90.91%)
Error: No match for error type 'Job', message 'Unable to update image rootfs: 'mount: mount exited with status 32: mount: /sysroot: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.\n dmesg(1) may have more information after failed mount system call.''
Count: 10 (90.91%)
IDs:
dragonboard-410c-02:
4105188 4105196 4105279 4105283 4105289
4105296 4105299 4105330 4105392 4105408
Device type: x86
Total jobs: 27
Total errors: 6 (22.22%)
Error type: Test
Error count: 6 (22.22%)
Error: lava-test-shell timed out
Count: 6 (22.22%)
IDs:
x86-01:
4105217 4105303 4105318 4105320 4105339
4105344
Device type: qemu
Total jobs: 4
Total errors: 0 (0.00%)
Device type: x15
Total jobs: 178
Total errors: 54 (30.34%)
Error type: Test
Error count: 2 (1.12%)
Error: No match for error type 'Test', message 'Network not able to ping; job exit'
Count: 2 (1.12%)
IDs:
x15-01:
4105270 4105378
Error type: Infrastructure
Error count: 43 (24.16%)
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 858 seconds'
Count: 1 (0.56%)
IDs:
x15-01:
4105370
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 821 seconds'
Count: 1 (0.56%)
IDs:
x15-01:
4105368
Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 285 seconds'
Count: 3 (1.69%)
IDs:
x15-01:
4100468 4101294 4101580
Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 286 seconds'
Count: 37 (20.79%)
IDs:
x15-01:
4100414 4100432 4100480 4100605 4100622
4100744 4100786 4100796 4100820 4100866
4100886 4100894 4100902 4100921 4100953
4100985 4100997 4101011 4101078 4101100
4101138 4101150 4101172 4101198 4101219
4101229 4101261 4101273 4101374 4101377
4101404 4101436 4101451 4101499 4101532
4101538 4101560
Error: Connection closed
Count: 1 (0.56%)
IDs:
x15-01:
4100780
Error type: Job
Error count: 9 (5.06%)
Error: No match for error type 'Job', message 'login-action timed out after 275 seconds'
Count: 1 (0.56%)
IDs:
x15-01:
4101527
Error: No match for error type 'Job', message 'login-action timed out after 262 seconds'
Count: 1 (0.56%)
IDs:
x15-01:
4101401
Error: wait for prompt timed out
Count: 6 (3.37%)
IDs:
x15-01:
4100423 4100459 4100475 4101106 4101342
4101397
Error: No match for error type 'Job', message 'login-action timed out after 271 seconds'
Count: 1 (0.56%)
IDs:
x15-01:
4101097
Device type: frdm-kw41z
Total jobs: 2
Total errors: 0 (0.00%)
Device type: frdm-k64f
Total jobs: 3
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 2
Total errors: 0 (0.00%)
Hello lkft-triage,
How are you?
My name is Noel Dosi, I have a profitable business proposal which I
would love to discuss with you. Please get back to me if you are
interested, so that I would give you the full details.
Regards,
Noel Dosi