This is the start of the stable review cycle for the 5.4.265 release.
There are 40 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, 20 Dec 2023 13:50:31 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.265-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.4.265-rc1
Naveen N Rao <naveen(a)kernel.org>
powerpc/ftrace: Fix stack teardown in ftrace_no_trace
Naveen N Rao <naveen(a)kernel.org>
powerpc/ftrace: Create a dummy stackframe to fix stack unwind
Adrian Hunter <adrian.hunter(a)intel.com>
mmc: block: Be sure to wait while busy in CQE error recovery
Steven Rostedt (Google) <rostedt(a)goodmis.org>
ring-buffer: Fix memory leak of free page
Florent Revest <revest(a)chromium.org>
team: Fix use-after-free when an option instance allocation fails
James Houghton <jthoughton(a)google.com>
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
Baokun Li <libaokun1(a)huawei.com>
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
Krzysztof Kozlowski <krzysztof.kozlowski(a)linaro.org>
soundwire: stream: fix NULL pointer dereference for multi_link
Mark Rutland <mark.rutland(a)arm.com>
perf: Fix perf_event_validate_size() lockdep splat
Denis Benato <benato.denis96(a)gmail.com>
HID: hid-asus: add const to read-only outgoing usb buffer
Lech Perczak <lech.perczak(a)gmail.com>
net: usb: qmi_wwan: claim interface 4 for ZTE MF290
Linus Torvalds <torvalds(a)linux-foundation.org>
asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation
Aoba K <nexp_0x17(a)outlook.com>
HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad
Denis Benato <benato.denis96(a)gmail.com>
HID: hid-asus: reset the backlight brightness level on resume
Oliver Neukum <oneukum(a)suse.com>
HID: add ALWAYS_POLL quirk for Apple kb
Andy Shevchenko <andriy.shevchenko(a)linux.intel.com>
platform/x86: intel_telemetry: Fix kernel doc descriptions
Coly Li <colyli(a)suse.de>
bcache: avoid NULL checking to c->root in run_cache_set()
Coly Li <colyli(a)suse.de>
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Coly Li <colyli(a)suse.de>
bcache: avoid oversize memory allocation by small stripe_size
Ming Lei <ming.lei(a)redhat.com>
blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
Oliver Neukum <oneukum(a)suse.com>
usb: aqc111: check packet for fixup for true limit
Bjorn Helgaas <bhelgaas(a)google.com>
Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
Kai Vehmanen <kai.vehmanen(a)linux.intel.com>
ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants
Jens Axboe <axboe(a)kernel.dk>
cred: switch to using atomic_long_t
Hyunwoo Kim <v4bel(a)theori.io>
appletalk: Fix Use-After-Free in atalk_ioctl
Andrew Halaney <ahalaney(a)redhat.com>
net: stmmac: Handle disabled MDIO busses from devicetree
Rasmus Villemoes <linux(a)rasmusvillemoes.dk>
net: stmmac: use dev_err_probe() for reporting mdio bus registration failure
Nikolay Kuratov <kniv(a)yandex-team.ru>
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
Yusong Gao <a869920004(a)gmail.com>
sign-file: Fix incorrect return values check
Dong Chenchen <dongchenchen2(a)huawei.com>
net: Remove acked SYN flag from packet in the transmit queue correctly
Dinghao Liu <dinghao.liu(a)zju.edu.cn>
qed: Fix a potential use-after-free in qed_cxt_tables_alloc
Hyunwoo Kim <v4bel(a)theori.io>
net/rose: Fix Use-After-Free in rose_ioctl
Hyunwoo Kim <v4bel(a)theori.io>
atm: Fix Use-After-Free in do_vcc_ioctl
Chengfeng Ye <dg573847474(a)gmail.com>
atm: solos-pci: Fix potential deadlock on &tx_queue_lock
Chengfeng Ye <dg573847474(a)gmail.com>
atm: solos-pci: Fix potential deadlock on &cli_queue_lock
Stefan Wahren <wahrenst(a)gmx.net>
qca_spi: Fix reset behavior
Stefan Wahren <wahrenst(a)gmx.net>
qca_debug: Fix ethtool -G iface tx behavior
Stefan Wahren <wahrenst(a)gmx.net>
qca_debug: Prevent crash on TX ring changes
Maciej Żenczykowski <maze(a)google.com>
net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
David Howells <dhowells(a)redhat.com>
afs: Fix refcount underflow from error handling race
-------------
Diffstat:
Makefile | 4 +-
arch/arm64/include/asm/pgtable.h | 6 +++
arch/powerpc/kernel/trace/ftrace_64_mprofile.S | 17 ++++--
block/blk-throttle.c | 2 +
drivers/atm/solos-pci.c | 8 +--
drivers/hid/hid-asus.c | 25 +++++++--
drivers/hid/hid-multitouch.c | 5 ++
drivers/hid/hid-quirks.c | 1 +
drivers/md/bcache/bcache.h | 1 +
drivers/md/bcache/btree.c | 7 +++
drivers/md/bcache/super.c | 4 +-
drivers/mmc/core/core.c | 2 +
drivers/mmc/core/mmc_ops.c | 5 +-
drivers/mmc/core/mmc_ops.h | 2 +
drivers/net/ethernet/qlogic/qed/qed_cxt.c | 1 +
drivers/net/ethernet/qualcomm/qca_debug.c | 17 +++---
drivers/net/ethernet/qualcomm/qca_spi.c | 20 ++++++-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 +--
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 8 ++-
drivers/net/team/team.c | 4 +-
drivers/net/usb/aqc111.c | 8 +--
drivers/net/usb/qmi_wwan.c | 1 +
drivers/pci/hotplug/acpiphp_glue.c | 9 ++--
drivers/platform/x86/intel_telemetry_core.c | 4 +-
drivers/soundwire/stream.c | 7 +--
fs/afs/rxrpc.c | 2 +-
fs/ext4/mballoc.c | 4 ++
include/asm-generic/qspinlock.h | 2 +-
include/linux/cred.h | 8 +--
include/net/addrconf.h | 12 ++++-
include/net/if_inet6.h | 4 --
kernel/cred.c | 64 +++++++++++------------
kernel/events/core.c | 10 ++++
kernel/trace/ring_buffer.c | 2 +
net/appletalk/ddp.c | 9 ++--
net/atm/ioctl.c | 7 ++-
net/ipv4/tcp_output.c | 6 +++
net/ipv6/addrconf.c | 6 +--
net/rose/af_rose.c | 4 +-
net/vmw_vsock/virtio_transport_common.c | 2 +-
scripts/sign-file.c | 12 ++---
sound/pci/hda/patch_hdmi.c | 2 +
42 files changed, 220 insertions(+), 110 deletions(-)
This is the start of the stable review cycle for the 4.19.303 release.
There are 36 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, 20 Dec 2023 13:50:31 +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/v4.x/stable-review/patch-4.19.303-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.19.303-rc1
Naveen N Rao <naveen(a)kernel.org>
powerpc/ftrace: Fix stack teardown in ftrace_no_trace
Naveen N Rao <naveen(a)kernel.org>
powerpc/ftrace: Create a dummy stackframe to fix stack unwind
Adrian Hunter <adrian.hunter(a)intel.com>
mmc: block: Be sure to wait while busy in CQE error recovery
Steven Rostedt (Google) <rostedt(a)goodmis.org>
ring-buffer: Fix memory leak of free page
Florent Revest <revest(a)chromium.org>
team: Fix use-after-free when an option instance allocation fails
James Houghton <jthoughton(a)google.com>
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
Baokun Li <libaokun1(a)huawei.com>
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
Mark Rutland <mark.rutland(a)arm.com>
perf: Fix perf_event_validate_size() lockdep splat
Denis Benato <benato.denis96(a)gmail.com>
HID: hid-asus: add const to read-only outgoing usb buffer
Lech Perczak <lech.perczak(a)gmail.com>
net: usb: qmi_wwan: claim interface 4 for ZTE MF290
Linus Torvalds <torvalds(a)linux-foundation.org>
asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation
Aoba K <nexp_0x17(a)outlook.com>
HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad
Denis Benato <benato.denis96(a)gmail.com>
HID: hid-asus: reset the backlight brightness level on resume
Oliver Neukum <oneukum(a)suse.com>
HID: add ALWAYS_POLL quirk for Apple kb
Andy Shevchenko <andriy.shevchenko(a)linux.intel.com>
platform/x86: intel_telemetry: Fix kernel doc descriptions
Coly Li <colyli(a)suse.de>
bcache: avoid NULL checking to c->root in run_cache_set()
Coly Li <colyli(a)suse.de>
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Coly Li <colyli(a)suse.de>
bcache: avoid oversize memory allocation by small stripe_size
Ming Lei <ming.lei(a)redhat.com>
blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
Jens Axboe <axboe(a)kernel.dk>
cred: switch to using atomic_long_t
Bjorn Helgaas <bhelgaas(a)google.com>
Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
Hyunwoo Kim <v4bel(a)theori.io>
appletalk: Fix Use-After-Free in atalk_ioctl
Andrew Halaney <ahalaney(a)redhat.com>
net: stmmac: Handle disabled MDIO busses from devicetree
Rasmus Villemoes <linux(a)rasmusvillemoes.dk>
net: stmmac: use dev_err_probe() for reporting mdio bus registration failure
Eric Dumazet <edumazet(a)google.com>
net: prevent mss overflow in skb_segment()
Nikolay Kuratov <kniv(a)yandex-team.ru>
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
Yusong Gao <a869920004(a)gmail.com>
sign-file: Fix incorrect return values check
Dong Chenchen <dongchenchen2(a)huawei.com>
net: Remove acked SYN flag from packet in the transmit queue correctly
Dinghao Liu <dinghao.liu(a)zju.edu.cn>
qed: Fix a potential use-after-free in qed_cxt_tables_alloc
Hyunwoo Kim <v4bel(a)theori.io>
net/rose: Fix Use-After-Free in rose_ioctl
Hyunwoo Kim <v4bel(a)theori.io>
atm: Fix Use-After-Free in do_vcc_ioctl
Chengfeng Ye <dg573847474(a)gmail.com>
atm: solos-pci: Fix potential deadlock on &tx_queue_lock
Chengfeng Ye <dg573847474(a)gmail.com>
atm: solos-pci: Fix potential deadlock on &cli_queue_lock
Stefan Wahren <wahrenst(a)gmx.net>
qca_spi: Fix reset behavior
Stefan Wahren <wahrenst(a)gmx.net>
qca_debug: Fix ethtool -G iface tx behavior
Stefan Wahren <wahrenst(a)gmx.net>
qca_debug: Prevent crash on TX ring changes
-------------
Diffstat:
Makefile | 4 +-
arch/arm64/include/asm/pgtable.h | 6 +++
arch/powerpc/kernel/trace/ftrace_64_mprofile.S | 17 ++++--
block/blk-throttle.c | 2 +
drivers/atm/solos-pci.c | 8 +--
drivers/hid/hid-asus.c | 25 +++++++--
drivers/hid/hid-multitouch.c | 5 ++
drivers/hid/hid-quirks.c | 1 +
drivers/md/bcache/bcache.h | 1 +
drivers/md/bcache/btree.c | 7 +++
drivers/md/bcache/super.c | 4 +-
drivers/mmc/core/core.c | 2 +
drivers/mmc/core/mmc_ops.c | 5 +-
drivers/mmc/core/mmc_ops.h | 2 +
drivers/net/ethernet/qlogic/qed/qed_cxt.c | 1 +
drivers/net/ethernet/qualcomm/qca_debug.c | 17 +++---
drivers/net/ethernet/qualcomm/qca_spi.c | 20 ++++++-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 6 ++-
drivers/net/team/team.c | 4 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/pci/hotplug/acpiphp_glue.c | 9 ++--
drivers/platform/x86/intel_telemetry_core.c | 4 +-
fs/ext4/mballoc.c | 4 ++
include/asm-generic/qspinlock.h | 2 +-
include/linux/cred.h | 6 +--
kernel/cred.c | 66 +++++++++++------------
kernel/events/core.c | 10 ++++
kernel/trace/ring_buffer.c | 2 +
net/appletalk/ddp.c | 9 ++--
net/atm/ioctl.c | 7 ++-
net/core/skbuff.c | 3 +-
net/ipv4/tcp_output.c | 6 +++
net/rose/af_rose.c | 4 +-
net/vmw_vsock/virtio_transport_common.c | 2 +-
scripts/sign-file.c | 12 ++---
36 files changed, 197 insertions(+), 89 deletions(-)
This is the start of the stable review cycle for the 4.14.334 release.
There are 26 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, 20 Dec 2023 13:50:31 +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/v4.x/stable-review/patch-4.14.334-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.14.334-rc1
Naveen N Rao <naveen(a)kernel.org>
powerpc/ftrace: Fix stack teardown in ftrace_no_trace
Naveen N Rao <naveen(a)kernel.org>
powerpc/ftrace: Create a dummy stackframe to fix stack unwind
Steven Rostedt (Google) <rostedt(a)goodmis.org>
ring-buffer: Fix memory leak of free page
Florent Revest <revest(a)chromium.org>
team: Fix use-after-free when an option instance allocation fails
Baokun Li <libaokun1(a)huawei.com>
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
Denis Benato <benato.denis96(a)gmail.com>
HID: hid-asus: add const to read-only outgoing usb buffer
Lech Perczak <lech.perczak(a)gmail.com>
net: usb: qmi_wwan: claim interface 4 for ZTE MF290
Linus Torvalds <torvalds(a)linux-foundation.org>
asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation
Aoba K <nexp_0x17(a)outlook.com>
HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad
Denis Benato <benato.denis96(a)gmail.com>
HID: hid-asus: reset the backlight brightness level on resume
Andy Shevchenko <andriy.shevchenko(a)linux.intel.com>
platform/x86: intel_telemetry: Fix kernel doc descriptions
Coly Li <colyli(a)suse.de>
bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()
Ming Lei <ming.lei(a)redhat.com>
blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
Jens Axboe <axboe(a)kernel.dk>
cred: switch to using atomic_long_t
Hyunwoo Kim <v4bel(a)theori.io>
appletalk: Fix Use-After-Free in atalk_ioctl
Nikolay Kuratov <kniv(a)yandex-team.ru>
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
Yusong Gao <a869920004(a)gmail.com>
sign-file: Fix incorrect return values check
Dong Chenchen <dongchenchen2(a)huawei.com>
net: Remove acked SYN flag from packet in the transmit queue correctly
Dinghao Liu <dinghao.liu(a)zju.edu.cn>
qed: Fix a potential use-after-free in qed_cxt_tables_alloc
Hyunwoo Kim <v4bel(a)theori.io>
net/rose: Fix Use-After-Free in rose_ioctl
Hyunwoo Kim <v4bel(a)theori.io>
atm: Fix Use-After-Free in do_vcc_ioctl
Chengfeng Ye <dg573847474(a)gmail.com>
atm: solos-pci: Fix potential deadlock on &tx_queue_lock
Chengfeng Ye <dg573847474(a)gmail.com>
atm: solos-pci: Fix potential deadlock on &cli_queue_lock
Stefan Wahren <wahrenst(a)gmx.net>
qca_spi: Fix reset behavior
Stefan Wahren <wahrenst(a)gmx.net>
qca_debug: Fix ethtool -G iface tx behavior
Stefan Wahren <wahrenst(a)gmx.net>
qca_debug: Prevent crash on TX ring changes
-------------
Diffstat:
Makefile | 4 +-
arch/powerpc/kernel/trace/ftrace_64_mprofile.S | 9 +++-
block/blk-throttle.c | 2 +
drivers/atm/solos-pci.c | 8 ++--
drivers/hid/hid-asus.c | 25 ++++++++--
drivers/hid/hid-multitouch.c | 5 ++
drivers/md/bcache/btree.c | 7 +++
drivers/net/ethernet/qlogic/qed/qed_cxt.c | 1 +
drivers/net/ethernet/qualcomm/qca_debug.c | 17 +++----
drivers/net/ethernet/qualcomm/qca_spi.c | 20 +++++++-
drivers/net/team/team.c | 4 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/platform/x86/intel_telemetry_core.c | 4 +-
fs/ext4/mballoc.c | 4 ++
include/asm-generic/qspinlock.h | 2 +-
include/linux/cred.h | 6 +--
kernel/cred.c | 66 +++++++++++++-------------
kernel/trace/ring_buffer.c | 2 +
net/appletalk/ddp.c | 9 ++--
net/atm/ioctl.c | 7 ++-
net/ipv4/tcp_output.c | 6 +++
net/rose/af_rose.c | 4 +-
net/vmw_vsock/virtio_transport_common.c | 2 +-
scripts/sign-file.c | 12 ++---
24 files changed, 152 insertions(+), 75 deletions(-)
Total jobs: 112
Total errors: 29 (25.89%)
LAVA errors: 0 (0.00%)
Test errors: 13 (11.61%)
Job errors: 0 (0.00%)
Infra errors: 16 (14.29%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 22
Total errors: 6 (27.27%)
Error type: Test
Error count: 6 (27.27%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 2 (9.09%)
IDs:
rb5-06:
7121880 7121942
Error: No match for error type 'Test', message 'tradefed - adb device lost[9496f60d]'
Count: 2 (9.09%)
IDs:
rb5-01:
7121857 7121888
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 1 (4.55%)
IDs:
rb5-05:
7121886
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (4.55%)
IDs:
rb5-03:
7121249
Device type: dragonboard-845c
Total jobs: 88
Total errors: 23 (26.14%)
Error type: Test
Error count: 7 (7.95%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.14%)
IDs:
db845c-04:
7121850
Error: Device NOT found!
Count: 1 (1.14%)
IDs:
db845c-02:
7121332
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (1.14%)
IDs:
db845c-10:
7119699
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (1.14%)
IDs:
db845c-10:
7118034
Error: No match for error type 'Test', message 'tradefed - adb device lost[d318b7d1]'
Count: 1 (1.14%)
IDs:
db845c-04:
7114917
Error: No match for error type 'Test', message 'tradefed - adb device lost[b6b742b9]'
Count: 1 (1.14%)
IDs:
db845c-01:
7110876
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 560 seconds'
Count: 1 (1.14%)
IDs:
db845c-09:
7110860
Error type: Infrastructure
Error count: 16 (18.18%)
Error: Unable to fetch git repository
Count: 16 (18.18%)
IDs:
db845c-02:
7110874
db845c-03:
7110861 7110864 7110868
db845c-04:
7110863 7110867 7110871
db845c-05:
7110866 7110869
db845c-06:
7110859 7110865 7110870 7110873
db845c-07:
7110862 7110872 7110875
Device type: hi960-hikey
Total jobs: 1
Total errors: 0 (0.00%)
Device type: juno-r2
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 100
Total errors: 14 (14.00%)
LAVA errors: 0 (0.00%)
Test errors: 11 (11.00%)
Job errors: 1 (1.00%)
Infra errors: 2 (2.00%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 5
Total errors: 1 (20.00%)
Error type: Test
Error count: 1 (20.00%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 1 (20.00%)
IDs:
rb5-05:
7117251
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 87
Total errors: 12 (13.79%)
Error type: Job
Error count: 1 (1.15%)
Error: wait for prompt timed out
Count: 1 (1.15%)
IDs:
db845c-03:
7110826
Error type: Test
Error count: 9 (10.34%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 2 (2.30%)
IDs:
db845c-02:
7110800
db845c-08:
7110818
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 282 seconds'
Count: 1 (1.15%)
IDs:
db845c-02:
7110803
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 2 (2.30%)
IDs:
db845c-03:
7110766
db845c-09:
7110778
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 583 seconds'
Count: 1 (1.15%)
IDs:
db845c-02:
7110769
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.15%)
IDs:
db845c-09:
7110765
Error: Device NOT found!
Count: 1 (1.15%)
IDs:
db845c-09:
7110759
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 297 seconds'
Count: 1 (1.15%)
IDs:
db845c-09:
7110751
Error type: Infrastructure
Error count: 2 (2.30%)
Error: Unable to fetch git repository
Count: 2 (2.30%)
IDs:
db845c-09:
7110772
db845c-10:
7110807
Device type: hi960-hikey
Total jobs: 7
Total errors: 1 (14.29%)
Error type: Test
Error count: 1 (14.29%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (14.29%)
IDs:
hi960-hikey-05:
7115214
Total jobs: 145
Total errors: 25 (17.24%)
LAVA errors: 0 (0.00%)
Test errors: 21 (14.48%)
Job errors: 0 (0.00%)
Infra errors: 4 (2.76%)
Canceled jobs: 0 (0.00%)
Device type: x86
Total jobs: 1
Total errors: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 18
Total errors: 6 (33.33%)
Error type: Infrastructure
Error count: 1 (5.56%)
Error: No match for error type 'Infrastructure', message 'Unable to run 'docker' 'stop' 'lava-7113962-2.10.3-6edc01ea-5990-407f-8412-e4f4bf71dcbc''
Count: 1 (5.56%)
IDs:
rb5-01:
7113962
Error type: Test
Error count: 5 (27.78%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 3 (16.67%)
IDs:
rb5-05:
7113899 7113904 7113938
Error: No match for error type 'Test', message 'tradefed - adb device lost[9496f60d]'
Count: 2 (11.11%)
IDs:
rb5-01:
7112772 7113924
Device type: dragonboard-845c
Total jobs: 93
Total errors: 15 (16.13%)
Error type: Infrastructure
Error count: 2 (2.15%)
Error: Unable to fetch git repository
Count: 2 (2.15%)
IDs:
db845c-02:
7113887
db845c-08:
7110679
Error type: Test
Error count: 13 (13.98%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 7 (7.53%)
IDs:
db845c-03:
7112792 7113803
db845c-05:
7112790
db845c-06:
7113805
db845c-09:
7112791 7113796
db845c-10:
7110705
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 593 seconds'
Count: 1 (1.08%)
IDs:
db845c-02:
7110726
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 2 (2.15%)
IDs:
db845c-02:
7110725
db845c-10:
7110715
Error: No match for error type 'Test', message 'tradefed - adb device lost[d318b7d1]'
Count: 1 (1.08%)
IDs:
db845c-04:
7110701
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 293 seconds'
Count: 1 (1.08%)
IDs:
db845c-03:
7110699
Error: No match for error type 'Test', message 'tradefed - adb device lost[1028094e]'
Count: 1 (1.08%)
IDs:
db845c-10:
7110692
Device type: hi960-hikey
Total jobs: 31
Total errors: 4 (12.90%)
Error type: Infrastructure
Error count: 1 (3.23%)
Error: Connection closed
Count: 1 (3.23%)
IDs:
hi960-hikey-03:
7110352
Error type: Test
Error count: 3 (9.68%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[57DD383701799F9A]'
Count: 2 (6.45%)
IDs:
hi960-hikey-05:
7110126 7110205
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (3.23%)
IDs:
hi960-hikey-04:
7110168
Device type: e850-96
Total jobs: 2
Total errors: 0 (0.00%)
Total jobs: 206
Total errors: 38 (18.45%)
LAVA errors: 1 (0.49%)
Test errors: 35 (16.99%)
Job errors: 0 (0.00%)
Infra errors: 2 (0.97%)
Canceled jobs: 0 (0.00%)
Device type: x15
Total jobs: 1
Total errors: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 75
Total errors: 22 (29.33%)
Error type: Test
Error count: 22 (29.33%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 5 (6.67%)
IDs:
rb5-05:
7108908 7108910 7112617 7112633 7112643
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 4 (5.33%)
IDs:
rb5-03:
7109821 7109981 7110392 7112618
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.33%)
IDs:
rb5-06:
7112465
Error: No match for error type 'Test', message 'tradefed - adb device lost[9496f60d]'
Count: 3 (4.00%)
IDs:
rb5-01:
7109980 7110420 7110907
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 569 seconds'
Count: 1 (1.33%)
IDs:
rb5-03:
7110595
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 591 seconds'
Count: 1 (1.33%)
IDs:
rb5-03:
7110411
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 592 seconds'
Count: 1 (1.33%)
IDs:
rb5-06:
7110388
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 3 (4.00%)
IDs:
rb5-06:
7110028 7110300 7110324
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 3 (4.00%)
IDs:
rb5-01:
7110223
rb5-03:
7110220
rb5-06:
7110222
Device type: dragonboard-845c
Total jobs: 92
Total errors: 12 (13.04%)
Error type: Infrastructure
Error count: 1 (1.09%)
Error: Connection closed
Count: 1 (1.09%)
IDs:
db845c-01:
7110632
Error type: Test
Error count: 11 (11.96%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 6 (6.52%)
IDs:
db845c-02:
7110139
db845c-03:
7110466
db845c-05:
7110470
db845c-09:
7110141
db845c-10:
7110135 7110463
Error: Device NOT found!
Count: 1 (1.09%)
IDs:
db845c-09:
7110404
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.09%)
IDs:
db845c-09:
7110398
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 3 (3.26%)
IDs:
db845c-03:
7110086
db845c-04:
7110088
db845c-10:
7110085
Device type: hi6220-hikey-r2
Total jobs: 19
Total errors: 2 (10.53%)
Error type: Test
Error count: 2 (10.53%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (5.26%)
IDs:
hikey-6220-r2-01:
7110343
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (5.26%)
IDs:
hikey-6220-r2-06:
7110332
Device type: hi960-hikey
Total jobs: 18
Total errors: 2 (11.11%)
Error type: Bug
Error count: 1 (5.56%)
Error: No match for error type 'Bug', message 'Could not terminate the child.'
Count: 1 (5.56%)
IDs:
hi960-hikey-05:
7110147
Error type: Infrastructure
Error count: 1 (5.56%)
Error: Connection closed
Count: 1 (5.56%)
IDs:
hi960-hikey-03:
7110146
Device type: juno-r2
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 253
Total errors: 16 (6.32%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 16 (6.32%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: qemu
Total jobs: 6
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 122
Total errors: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 40
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 29
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 27
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 16
Total errors: 13 (81.25%)
Error type: Job
Error count: 13 (81.25%)
Error: wait for prompt timed out
Count: 9 (56.25%)
IDs:
dragonboard-845c-02:
4025337 4025562 4025742
dragonboard-845c-06:
4025585
dragonboard-845c-08:
4025347 4025365 4025500 4025532 4025718
Error: No match for error type 'Job', message 'login-action timed out after 873 seconds'
Count: 1 (6.25%)
IDs:
dragonboard-845c-08:
4025418
Error: No match for error type 'Job', message 'login-action timed out after 872 seconds'
Count: 1 (6.25%)
IDs:
dragonboard-845c-02:
4025404
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 2 (12.50%)
IDs:
dragonboard-845c-06:
4025344 4025389
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Device type: stm32mp157c-dk2
Total jobs: 3
Total errors: 3 (100.00%)
Error type: Job
Error count: 3 (100.00%)
Error: No match for error type 'Job', message 'Unable to flash the device'
Count: 3 (100.00%)
IDs:
stm32mp157-01:
4025437 4025439 4025449
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: 3
Total errors: 0 (0.00%)
Device type: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 158
Total errors: 19 (12.03%)
LAVA errors: 0 (0.00%)
Test errors: 18 (11.39%)
Job errors: 0 (0.00%)
Infra errors: 1 (0.63%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 63
Total errors: 5 (7.94%)
Error type: Test
Error count: 5 (7.94%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[3419ccc6]'
Count: 1 (1.59%)
IDs:
db845c-06:
7108863
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.59%)
IDs:
db845c-09:
7108835
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 297 seconds'
Count: 1 (1.59%)
IDs:
db845c-09:
7108461
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 300 seconds'
Count: 1 (1.59%)
IDs:
db845c-07:
7108459
Error: No match for error type 'Test', message 'tradefed - adb device lost[b6b742b9]'
Count: 1 (1.59%)
IDs:
db845c-01:
7107783
Device type: qrb5165-rb5
Total jobs: 54
Total errors: 12 (22.22%)
Error type: Test
Error count: 12 (22.22%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 3 (5.56%)
IDs:
rb5-06:
7106625 7108880 7108882
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 5 (9.26%)
IDs:
rb5-03:
7106618 7106696 7107377 7107777 7108841
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 1 (1.85%)
IDs:
rb5-05:
7108474
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 300 seconds'
Count: 1 (1.85%)
IDs:
rb5-05:
7107780
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 588 seconds'
Count: 1 (1.85%)
IDs:
rb5-03:
7106801
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 591 seconds'
Count: 1 (1.85%)
IDs:
rb5-06:
7106617
Device type: hi6220-hikey-r2
Total jobs: 19
Total errors: 1 (5.26%)
Error type: Test
Error count: 1 (5.26%)
Error: Device NOT found!
Count: 1 (5.26%)
IDs:
hikey-6220-r2-01:
7107812
Device type: hi960-hikey
Total jobs: 21
Total errors: 1 (4.76%)
Error type: Infrastructure
Error count: 1 (4.76%)
Error: Unable to fetch git repository
Count: 1 (4.76%)
IDs:
hi960-hikey-04:
7107821
Device type: x15
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 89
Total errors: 9 (10.11%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 8 (8.99%)
Infra errors: 1 (1.12%)
Canceled jobs: 0 (0.00%)
Device type: qemu
Total jobs: 5
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 19
Total errors: 1 (5.26%)
Error type: Job
Error count: 1 (5.26%)
Error: compress-overlay timed out
Count: 1 (5.26%)
IDs:
rpi3-b-32-02:
4025247
Device type: x86
Total jobs: 13
Total errors: 0 (0.00%)
Device type: stm32mp157c-dk2
Total jobs: 1
Total errors: 1 (100.00%)
Error type: Job
Error count: 1 (100.00%)
Error: No match for error type 'Job', message 'Unable to flash the device'
Count: 1 (100.00%)
IDs:
stm32mp157-01:
4025297
Device type: hi6220-hikey-r2
Total jobs: 1
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: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 13
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 9
Total errors: 6 (66.67%)
Error type: Job
Error count: 6 (66.67%)
Error: No match for error type 'Job', message 'login-action timed out after 872 seconds'
Count: 2 (22.22%)
IDs:
dragonboard-845c-02:
4025185
dragonboard-845c-06:
4025262
Error: No match for error type 'Job', message 'login-action timed out after 873 seconds'
Count: 1 (11.11%)
IDs:
dragonboard-845c-08:
4025238
Error: No match for error type 'Job', message 'login-action timed out after 854 seconds'
Count: 1 (11.11%)
IDs:
dragonboard-845c-02:
4025230
Error: wait for prompt timed out
Count: 2 (22.22%)
IDs:
dragonboard-845c-06:
4025208
dragonboard-845c-08:
4025177
Device type: beaglebone-black
Total jobs: 20
Total errors: 1 (5.00%)
Error type: Infrastructure
Error count: 1 (5.00%)
Error: No match for error type 'Infrastructure', message '2 retries out of 5 failed for uboot-action'
Count: 1 (5.00%)
IDs:
beaglebone-black04:
4025217
Hi All,
I am also seeing similar issue[1] with below tool chain[2] on linux-next.
[1]
gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu
Looks like latest code in net/wireless is not buildable with older toolchain.
Can we revert the change to unblock build failure on next?
[1]
https://lore.kernel.org/all/CA+G9fYv9j08=+-CpJdtAV1z9-8KYbYcH8YOvWjbz4TgP7p…
Cheers,
Biju
Total jobs: 114
Total errors: 25 (21.93%)
LAVA errors: 0 (0.00%)
Test errors: 13 (11.40%)
Job errors: 9 (7.89%)
Infra errors: 3 (2.63%)
Canceled jobs: 0 (0.00%)
Device type: hi960-hikey
Total jobs: 7
Total errors: 4 (57.14%)
Error type: Job
Error count: 1 (14.29%)
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 3587 seconds'
Count: 1 (14.29%)
IDs:
hi960-hikey-04:
7105387
Error type: Test
Error count: 3 (42.86%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (14.29%)
IDs:
hi960-hikey-05:
7105231
Error: No match for error type 'Test', message 'tradefed - adb device lost[47D27933024424E6]'
Count: 1 (14.29%)
IDs:
hi960-hikey-04:
7105207
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (14.29%)
IDs:
hi960-hikey-05:
7105206
Device type: dragonboard-845c
Total jobs: 56
Total errors: 6 (10.71%)
Error type: Test
Error count: 1 (1.79%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[c7cf1849]'
Count: 1 (1.79%)
IDs:
db845c-03:
7106536
Error type: Job
Error count: 5 (8.93%)
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 2083 seconds'
Count: 1 (1.79%)
IDs:
db845c-10:
7105399
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 2085 seconds'
Count: 1 (1.79%)
IDs:
db845c-05:
7105396
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 2084 seconds'
Count: 1 (1.79%)
IDs:
db845c-08:
7105395
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 3886 seconds'
Count: 2 (3.57%)
IDs:
db845c-03:
7105221 7105281
Device type: qrb5165-rb5
Total jobs: 51
Total errors: 15 (29.41%)
Error type: Test
Error count: 9 (17.65%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 2 (3.92%)
IDs:
rb5-03:
7104035 7106577
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 5 (9.80%)
IDs:
rb5-05:
7103906 7105192 7106541 7106543 7106576
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 1 (1.96%)
IDs:
rb5-06:
7105165
Error: No match for error type 'Test', message 'tradefed - adb device lost[9496f60d]'
Count: 1 (1.96%)
IDs:
rb5-01:
7103916
Error type: Infrastructure
Error count: 3 (5.88%)
Error: fastboot-flash-action timed out
Count: 1 (1.96%)
IDs:
rb5-01:
7106555
Error: Unable to fetch git repository
Count: 1 (1.96%)
IDs:
rb5-01:
7103930
Error: Connection closed
Count: 1 (1.96%)
IDs:
rb5-05:
7103918
Error type: Job
Error count: 3 (5.88%)
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 2084 seconds'
Count: 1 (1.96%)
IDs:
rb5-03:
7105400
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 2083 seconds'
Count: 1 (1.96%)
IDs:
rb5-06:
7105398
Error: No match for error type 'Job', message 'download-postprocess-docker timed out after 2085 seconds'
Count: 1 (1.96%)
IDs:
rb5-05:
7105393
Total jobs: 123
Total errors: 26 (21.14%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 11 (8.94%)
Infra errors: 15 (12.20%)
Canceled jobs: 0 (0.00%)
Device type: qemu
Total jobs: 6
Total errors: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 16
Total errors: 0 (0.00%)
Device type: docker
Total jobs: 5
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 14
Total errors: 0 (0.00%)
Device type: x15
Total jobs: 42
Total errors: 20 (47.62%)
Error type: Job
Error count: 6 (14.29%)
Error: No match for error type 'Job', message 'uboot-enter-fastboot timed out after 899 seconds'
Count: 3 (7.14%)
IDs:
x15-01:
4025159 4025160 4025162
Error: wait for prompt timed out
Count: 3 (7.14%)
IDs:
x15-01:
4025071 4025116 4025140
Error type: Infrastructure
Error count: 14 (33.33%)
Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 286 seconds'
Count: 14 (33.33%)
IDs:
x15-01:
4025058 4025061 4025063 4025070 4025078
4025089 4025091 4025092 4025099 4025120
4025124 4025126 4025139 4025144
Device type: bcm2837-rpi-3-b-32
Total jobs: 14
Total errors: 1 (7.14%)
Error type: Infrastructure
Error count: 1 (7.14%)
Error: No match for error type 'Infrastructure', message 'extract-nfsrootfs timed out after 41 seconds'
Count: 1 (7.14%)
IDs:
rpi3-b-32-02:
4025057
Device type: hi6220-hikey-r2
Total jobs: 1
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: x15-bl
Total jobs: 1
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 11
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 8
Total errors: 5 (62.50%)
Error type: Job
Error count: 5 (62.50%)
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 2 (25.00%)
IDs:
dragonboard-845c-06:
4025032 4025106
Error: No match for error type 'Job', message 'login-action timed out after 873 seconds'
Count: 1 (12.50%)
IDs:
dragonboard-845c-06:
4025086
Error: wait for prompt timed out
Count: 1 (12.50%)
IDs:
dragonboard-845c-08:
4025046
Error: No match for error type 'Job', message 'login-action timed out after 833 seconds'
Count: 1 (12.50%)
IDs:
dragonboard-845c-02:
4025042