This is the start of the stable review cycle for the 5.15.85 release.
There are 17 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, 21 Dec 2022 18:29: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.15.85-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.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.85-rc1
Rasmus Villemoes <linux(a)rasmusvillemoes.dk>
net: loopback: use NET_NAME_PREDICTABLE for name_assign_type
Tiezhu Yang <yangtiezhu(a)loongson.cn>
selftests: net: Use "grep -E" instead of "egrep"
Sungwoo Kim <iam(a)sung-woo.kim>
Bluetooth: L2CAP: Fix u8 overflow
José Expósito <jose.exposito89(a)gmail.com>
HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
Ferry Toth <ftoth(a)exalondelft.nl>
usb: ulpi: defer ulpi_register on ulpi_read_id timeout
Shruthi Sanil <shruthi.sanil(a)intel.com>
usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system for Raptor Lake
Tony Nguyen <anthony.l.nguyen(a)intel.com>
igb: Initialize mailbox message for VF reset
Reka Norman <rekanorman(a)chromium.org>
xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
Johan Hovold <johan(a)kernel.org>
USB: serial: f81534: fix division by zero on line-speed change
Johan Hovold <johan(a)kernel.org>
USB: serial: f81232: fix division by zero on line-speed change
Bruno Thomsen <bruno.thomsen(a)gmail.com>
USB: serial: cp210x: add Kamstrup RF sniffer PIDs
Duke Xin <duke_xinanwen(a)163.com>
USB: serial: option: add Quectel EM05-G modem
Szymon Heidrich <szymon.heidrich(a)gmail.com>
usb: gadget: uvc: Prevent buffer overflow in setup handler
Jan Kara <jack(a)suse.cz>
udf: Fix extending file within last block
Jan Kara <jack(a)suse.cz>
udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
Jan Kara <jack(a)suse.cz>
udf: Fix preallocation discarding at indirect extent boundary
Jan Kara <jack(a)suse.cz>
udf: Discard preallocation before extending file with a hole
-------------
Diffstat:
Makefile | 4 +-
drivers/hid/hid-uclogic-core.c | 1 +
drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
drivers/net/loopback.c | 2 +-
drivers/usb/common/ulpi.c | 2 +-
drivers/usb/dwc3/dwc3-pci.c | 2 +-
drivers/usb/gadget/function/f_uvc.c | 5 +-
drivers/usb/host/xhci-pci.c | 4 +-
drivers/usb/serial/cp210x.c | 2 +
drivers/usb/serial/f81232.c | 12 +++--
drivers/usb/serial/f81534.c | 12 +++--
drivers/usb/serial/option.c | 3 ++
fs/udf/inode.c | 76 ++++++++++++++-----------------
fs/udf/truncate.c | 48 ++++++-------------
net/bluetooth/l2cap_core.c | 3 +-
tools/testing/selftests/net/toeplitz.sh | 2 +-
16 files changed, 84 insertions(+), 96 deletions(-)
This is the start of the stable review cycle for the 5.10.161 release.
There are 18 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, 21 Dec 2022 18:29: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.10.161-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.10.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.10.161-rc1
Rasmus Villemoes <linux(a)rasmusvillemoes.dk>
net: loopback: use NET_NAME_PREDICTABLE for name_assign_type
Sungwoo Kim <iam(a)sung-woo.kim>
Bluetooth: L2CAP: Fix u8 overflow
José Expósito <jose.exposito89(a)gmail.com>
HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
Hans de Goede <hdegoede(a)redhat.com>
HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch V 10
Hans de Goede <hdegoede(a)redhat.com>
HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch 10E
Hans de Goede <hdegoede(a)redhat.com>
HID: ite: Add support for Acer S1002 keyboard-dock
Ferry Toth <ftoth(a)exalondelft.nl>
usb: ulpi: defer ulpi_register on ulpi_read_id timeout
Tony Nguyen <anthony.l.nguyen(a)intel.com>
igb: Initialize mailbox message for VF reset
Reka Norman <rekanorman(a)chromium.org>
xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N
Johan Hovold <johan(a)kernel.org>
USB: serial: f81534: fix division by zero on line-speed change
Johan Hovold <johan(a)kernel.org>
USB: serial: f81232: fix division by zero on line-speed change
Bruno Thomsen <bruno.thomsen(a)gmail.com>
USB: serial: cp210x: add Kamstrup RF sniffer PIDs
Duke Xin <duke_xinanwen(a)163.com>
USB: serial: option: add Quectel EM05-G modem
Szymon Heidrich <szymon.heidrich(a)gmail.com>
usb: gadget: uvc: Prevent buffer overflow in setup handler
Jan Kara <jack(a)suse.cz>
udf: Fix extending file within last block
Jan Kara <jack(a)suse.cz>
udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
Jan Kara <jack(a)suse.cz>
udf: Fix preallocation discarding at indirect extent boundary
Jan Kara <jack(a)suse.cz>
udf: Discard preallocation before extending file with a hole
-------------
Diffstat:
Makefile | 4 +-
drivers/hid/hid-ids.h | 2 +
drivers/hid/hid-ite.c | 26 ++++++++++-
drivers/hid/hid-uclogic-core.c | 1 +
drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
drivers/net/loopback.c | 2 +-
drivers/usb/common/ulpi.c | 2 +-
drivers/usb/gadget/function/f_uvc.c | 5 +-
drivers/usb/host/xhci-pci.c | 4 +-
drivers/usb/serial/cp210x.c | 2 +
drivers/usb/serial/f81232.c | 12 +++--
drivers/usb/serial/f81534.c | 12 +++--
drivers/usb/serial/option.c | 3 ++
fs/udf/inode.c | 76 ++++++++++++++-----------------
fs/udf/truncate.c | 48 ++++++-------------
net/bluetooth/l2cap_core.c | 3 +-
16 files changed, 108 insertions(+), 96 deletions(-)
This is the start of the stable review cycle for the 5.4.228 release.
There are 9 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat, 17 Dec 2022 17:28:57 +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.228-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.228-rc1
Yasushi SHOJI <yasushi.shoji(a)gmail.com>
can: mcba_usb: Fix termination command argument
Heiko Schocher <hs(a)denx.de>
can: sja1000: fix size of OCR_MODE_MASK define
Ricardo Ribalda <ribalda(a)chromium.org>
pinctrl: meditatek: Startup with the IRQs disabled
Mark Brown <broonie(a)kernel.org>
ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
Jialiang Wang <wangjialiang0806(a)163.com>
nfp: fix use-after-free in area_cache_get()
Ming Lei <ming.lei(a)redhat.com>
block: unhash blkdev part inode when the part is deleted
Baolin Wang <baolin.wang(a)linux.alibaba.com>
mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
Paul E. McKenney <paulmck(a)kernel.org>
x86/smpboot: Move rcu_cpu_starting() earlier
Lorenzo Colitti <lorenzo(a)google.com>
net: bpf: Allow TC programs to call BPF_FUNC_skb_change_head
-------------
Diffstat:
Makefile | 4 +--
arch/x86/kernel/cpu/mtrr/mtrr.c | 2 --
arch/x86/kernel/smpboot.c | 1 +
block/partition-generic.c | 7 +++++
drivers/net/can/usb/mcba_usb.c | 10 +++++---
.../ethernet/netronome/nfp/nfpcore/nfp_cppcore.c | 3 ++-
drivers/pinctrl/mediatek/mtk-eint.c | 9 ++++---
include/linux/can/platform/sja1000.h | 2 +-
include/linux/hugetlb.h | 6 ++---
mm/gup.c | 13 +++++++++-
mm/hugetlb.c | 30 +++++++++++-----------
net/core/filter.c | 2 ++
sound/soc/soc-ops.c | 6 +++++
13 files changed, 64 insertions(+), 31 deletions(-)
This is the start of the stable review cycle for the 5.10.160 release.
There are 15 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat, 17 Dec 2022 17:28:57 +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.10.160-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.10.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.10.160-rc1
Lei Rao <lei.rao(a)intel.com>
nvme-pci: clear the prp2 field when not used
Charles Keepax <ckeepax(a)opensource.cirrus.com>
ASoC: cs42l51: Correct PGA Volume minimum value
Yasushi SHOJI <yasushi.shoji(a)gmail.com>
can: mcba_usb: Fix termination command argument
Heiko Schocher <hs(a)denx.de>
can: sja1000: fix size of OCR_MODE_MASK define
Ricardo Ribalda <ribalda(a)chromium.org>
pinctrl: meditatek: Startup with the IRQs disabled
Hou Tao <houtao1(a)huawei.com>
libbpf: Use page size as max_entries when probing ring buffer map
Mark Brown <broonie(a)kernel.org>
ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
Shengjiu Wang <shengjiu.wang(a)nxp.com>
ASoC: fsl_micfil: explicitly clear CHnF flags
Shengjiu Wang <shengjiu.wang(a)nxp.com>
ASoC: fsl_micfil: explicitly clear software reset bit
Bing-Jhong Billy Jheng <billy(a)starlabs.sg>
io_uring: add missing item types for splice request
Miklos Szeredi <mszeredi(a)redhat.com>
fuse: always revalidate if exclusive create
Jialiang Wang <wangjialiang0806(a)163.com>
nfp: fix use-after-free in area_cache_get()
Amir Goldstein <amir73il(a)gmail.com>
vfs: fix copy_file_range() averts filesystem freeze protection
Amir Goldstein <amir73il(a)gmail.com>
vfs: fix copy_file_range() regression in cross-fs copies
Paul E. McKenney <paulmck(a)kernel.org>
x86/smpboot: Move rcu_cpu_starting() earlier
-------------
Diffstat:
Makefile | 4 +-
arch/x86/kernel/cpu/mtrr/mtrr.c | 2 -
arch/x86/kernel/smpboot.c | 1 +
drivers/net/can/usb/mcba_usb.c | 10 ++-
.../ethernet/netronome/nfp/nfpcore/nfp_cppcore.c | 3 +-
drivers/nvme/host/pci.c | 2 +
drivers/pinctrl/mediatek/mtk-eint.c | 9 ++-
fs/fuse/dir.c | 2 +-
fs/io_uring.c | 2 +-
fs/nfsd/vfs.c | 8 +-
fs/read_write.c | 90 +++++++++++++---------
include/linux/can/platform/sja1000.h | 2 +-
include/linux/fs.h | 8 ++
sound/soc/codecs/cs42l51.c | 2 +-
sound/soc/fsl/fsl_micfil.c | 19 +++++
sound/soc/soc-ops.c | 6 ++
tools/lib/bpf/libbpf_probes.c | 2 +-
17 files changed, 120 insertions(+), 52 deletions(-)
This is the start of the stable review cycle for the 5.15.84 release.
There are 14 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat, 17 Dec 2022 17:28:57 +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.84-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.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.84-rc1
Lei Rao <lei.rao(a)intel.com>
nvme-pci: clear the prp2 field when not used
Peter Zijlstra <peterz(a)infradead.org>
perf: Fix perf_pending_task() UaF
Charles Keepax <ckeepax(a)opensource.cirrus.com>
ASoC: cs42l51: Correct PGA Volume minimum value
Rasmus Villemoes <linux(a)rasmusvillemoes.dk>
net: fec: don't reset irq coalesce settings to defaults on "ip link up"
Yasushi SHOJI <yasushi.shoji(a)gmail.com>
can: mcba_usb: Fix termination command argument
Heiko Schocher <hs(a)denx.de>
can: sja1000: fix size of OCR_MODE_MASK define
Ricardo Ribalda <ribalda(a)chromium.org>
pinctrl: meditatek: Startup with the IRQs disabled
Hou Tao <houtao1(a)huawei.com>
libbpf: Use page size as max_entries when probing ring buffer map
Mark Brown <broonie(a)kernel.org>
ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
Shengjiu Wang <shengjiu.wang(a)nxp.com>
ASoC: fsl_micfil: explicitly clear CHnF flags
Shengjiu Wang <shengjiu.wang(a)nxp.com>
ASoC: fsl_micfil: explicitly clear software reset bit
Jialiang Wang <wangjialiang0806(a)163.com>
nfp: fix use-after-free in area_cache_get()
Amir Goldstein <amir73il(a)gmail.com>
vfs: fix copy_file_range() averts filesystem freeze protection
Nathan Chancellor <nathan(a)kernel.org>
x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
-------------
Diffstat:
Makefile | 4 ++--
arch/x86/entry/vdso/vdso.lds.S | 2 ++
drivers/net/can/usb/mcba_usb.c | 10 +++++++---
drivers/net/ethernet/freescale/fec_main.c | 22 ++++++----------------
.../ethernet/netronome/nfp/nfpcore/nfp_cppcore.c | 3 ++-
drivers/nvme/host/pci.c | 2 ++
drivers/pinctrl/mediatek/mtk-eint.c | 9 ++++++---
fs/ksmbd/vfs.c | 6 +++---
fs/nfsd/vfs.c | 4 ++--
fs/read_write.c | 17 +++++++++++++----
include/linux/can/platform/sja1000.h | 2 +-
include/linux/fs.h | 8 ++++++++
kernel/events/core.c | 17 +++++++++++++----
sound/soc/codecs/cs42l51.c | 2 +-
sound/soc/fsl/fsl_micfil.c | 19 +++++++++++++++++++
sound/soc/soc-ops.c | 6 ++++++
tools/lib/bpf/libbpf_probes.c | 2 +-
17 files changed, 94 insertions(+), 41 deletions(-)
This is the start of the stable review cycle for the 6.0.14 release.
There are 16 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat, 17 Dec 2022 17:28:57 +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.0.14-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.0.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.0.14-rc1
Lei Rao <lei.rao(a)intel.com>
nvme-pci: clear the prp2 field when not used
Peter Zijlstra <peterz(a)infradead.org>
perf: Fix perf_pending_task() UaF
Charles Keepax <ckeepax(a)opensource.cirrus.com>
ASoC: cs42l51: Correct PGA Volume minimum value
Rasmus Villemoes <linux(a)rasmusvillemoes.dk>
net: fec: don't reset irq coalesce settings to defaults on "ip link up"
Yasushi SHOJI <yasushi.shoji(a)gmail.com>
can: mcba_usb: Fix termination command argument
Heiko Schocher <hs(a)denx.de>
can: sja1000: fix size of OCR_MODE_MASK define
Ricardo Ribalda <ribalda(a)chromium.org>
pinctrl: meditatek: Startup with the IRQs disabled
Hou Tao <houtao1(a)huawei.com>
libbpf: Use page size as max_entries when probing ring buffer map
Mark Brown <broonie(a)kernel.org>
ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
Shengjiu Wang <shengjiu.wang(a)nxp.com>
ASoC: fsl_micfil: explicitly clear CHnF flags
Shengjiu Wang <shengjiu.wang(a)nxp.com>
ASoC: fsl_micfil: explicitly clear software reset bit
Alexandre Belloni <alexandre.belloni(a)bootlin.com>
rtc: cmos: fix build on non-ACPI platforms
David Michael <fedora.dm0(a)gmail.com>
libbpf: Fix uninitialized warning in btf_dump_dump_type_data
Nathan Chancellor <nathan(a)kernel.org>
x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
Rafael J. Wysocki <rafael.j.wysocki(a)intel.com>
rtc: cmos: Fix wake alarm breakage
Rafael J. Wysocki <rafael.j.wysocki(a)intel.com>
rtc: cmos: Fix event handler registration ordering issue
-------------
Diffstat:
Makefile | 4 ++--
arch/x86/entry/vdso/vdso.lds.S | 2 ++
drivers/net/can/usb/mcba_usb.c | 10 ++++++---
drivers/net/ethernet/freescale/fec_main.c | 22 ++++++-------------
drivers/nvme/host/pci.c | 2 ++
drivers/pinctrl/mediatek/mtk-eint.c | 9 +++++---
drivers/rtc/rtc-cmos.c | 35 +++++++++++++++++++++++--------
include/linux/can/platform/sja1000.h | 2 +-
kernel/events/core.c | 17 +++++++++++----
sound/soc/codecs/cs42l51.c | 2 +-
sound/soc/fsl/fsl_micfil.c | 19 +++++++++++++++++
sound/soc/soc-ops.c | 6 ++++++
tools/lib/bpf/btf_dump.c | 2 +-
tools/lib/bpf/libbpf_probes.c | 2 +-
14 files changed, 93 insertions(+), 41 deletions(-)
Total jobs: 24
Total errors: 3 (12.50%)
LAVA errors: 0 (0.00%)
Test errors: 3 (12.50%)
Job errors: 0 (0.00%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 6
Total errors: 2 (33.33%)
Error type: Test
Error count: 2 (33.33%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[311A0E78003D2FFF]'
Count: 1 (16.67%)
IDs:
hikey-6220-r2-09:
5951583
Error: No match for error type 'Test', message 'tradefed - adb device lost[4766BBA4003D86F3]'
Count: 1 (16.67%)
IDs:
hikey-6220-r2-12:
5951581
Device type: dragonboard-845c
Total jobs: 16
Total errors: 1 (6.25%)
Error type: Test
Error count: 1 (6.25%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 587 seconds'
Count: 1 (6.25%)
IDs:
db845c-03:
5949912
Device type: x15
Total jobs: 2
Total errors: 0 (0.00%)
On Tue, Dec 13, 2022, at 08:48, Naresh Kamboju wrote:
> On Mon, 12 Dec 2022 at 18:43, Greg Kroah-Hartman
> <gregkh(a)linuxfoundation.org> wrote:
>
> Regression detected on arm64 Raspberry Pi 4 Model B the NFS mount failed.
>
> Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
>
> Following changes have been noticed in the Kconfig file between good and bad.
> The config files attached to this email.
>
> -CONFIG_BCMGENET=y
> -CONFIG_BROADCOM_PHY=y
> +# CONFIG_BROADCOM_PHY is not set
> -CONFIG_BCM7XXX_PHY=y
> +# CONFIG_BCM7XXX_PHY is not set
> -CONFIG_BCM_NET_PHYLIB=y
> Full test log details,
> - https://lkft.validation.linaro.org/scheduler/job/5946533#L392
> -
> https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10…
> -
> https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.10.y/build/v5.10…
Where does the kernel configuration come from? Is this
a plain defconfig that used to work, or do you have
a board specific config file?
This is most likely caused by the added dependency on
CONFIG_PTP_1588_CLOCK that would lead to the BCMGENET
driver not being built-in if PTP support is in a module.
Arnd
Total jobs: 55
Total errors: 15 (27.27%)
LAVA errors: 0 (0.00%)
Test errors: 9 (16.36%)
Job errors: 0 (0.00%)
Infra errors: 6 (10.91%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 43
Total errors: 9 (20.93%)
Error type: Test
Error count: 3 (6.98%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 586 seconds'
Count: 1 (2.33%)
IDs:
db845c-01:
5939438
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 587 seconds'
Count: 1 (2.33%)
IDs:
db845c-04:
5939161
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 585 seconds'
Count: 1 (2.33%)
IDs:
db845c-04:
5939159
Error type: Infrastructure
Error count: 6 (13.95%)
Error: Connection closed
Count: 6 (13.95%)
IDs:
db845c-03:
5939422 5939425 5939435
db845c-04:
5939390 5939399 5939415
Device type: hi6220-hikey-r2
Total jobs: 8
Total errors: 6 (75.00%)
Error type: Test
Error count: 6 (75.00%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[35FE0622003F362E]'
Count: 1 (12.50%)
IDs:
hikey-6220-r2-10:
5939411
Error: No match for error type 'Test', message 'tradefed - adb device lost[311A0E78003D2FFF]'
Count: 1 (12.50%)
IDs:
hikey-6220-r2-09:
5939383
Error: No match for error type 'Test', message 'tradefed - adb device lost[2047EDF7003CEE68]'
Count: 2 (25.00%)
IDs:
hikey-6220-r2-01:
5938478 5939185
Error: No match for error type 'Test', message 'tradefed - adb device lost[4766BBA4003D86F3]'
Count: 1 (12.50%)
IDs:
hikey-6220-r2-12:
5939157
Error: No match for error type 'Test', message 'tradefed - adb device lost[3F939C43003B7553]'
Count: 1 (12.50%)
IDs:
hikey-6220-r2-14:
5938313
Device type: x15
Total jobs: 4
Total errors: 0 (0.00%)
Total jobs: 67
Total errors: 20 (29.85%)
LAVA errors: 1 (1.49%)
Test errors: 14 (20.90%)
Job errors: 0 (0.00%)
Infra errors: 5 (7.46%)
Canceled jobs: 0 (0.00%)
Device type: x15
Total jobs: 6
Total errors: 2 (33.33%)
Error type: Test
Error count: 2 (33.33%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[1501400f28760922]'
Count: 1 (16.67%)
IDs:
x15-11:
5938319
Error: No match for error type 'Test', message 'tradefed - adb device lost[0a00900a7dc28922]'
Count: 1 (16.67%)
IDs:
x15-13:
5937731
Device type: hi6220-hikey-r2
Total jobs: 32
Total errors: 12 (37.50%)
Error type: Test
Error count: 11 (34.38%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[4766BBA4003D86F3]'
Count: 3 (9.38%)
IDs:
hikey-6220-r2-12:
5937737 5937767 5938350
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 586 seconds'
Count: 2 (6.25%)
IDs:
hikey-6220-r2-02:
5937771
hikey-6220-r2-10:
5937766
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 580 seconds'
Count: 1 (3.12%)
IDs:
hikey-6220-r2-01:
5937770
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 587 seconds'
Count: 1 (3.12%)
IDs:
hikey-6220-r2-09:
5937758
Error: No match for error type 'Test', message 'tradefed - adb device lost[3F939C43003B7553]'
Count: 1 (3.12%)
IDs:
hikey-6220-r2-14:
5937755
Error: No match for error type 'Test', message 'tradefed - adb device lost[2047EDF7003CEE68]'
Count: 1 (3.12%)
IDs:
hikey-6220-r2-01:
5937743
Error: No match for error type 'Test', message 'tradefed - adb device lost[7C74A5EC003A6F99]'
Count: 2 (6.25%)
IDs:
hikey-6220-r2-06:
5937396 5937646
Error type: Infrastructure
Error count: 1 (3.12%)
Error: No match for error type 'Infrastructure', message 'wait-device-boardid timed out after 889 seconds'
Count: 1 (3.12%)
IDs:
hikey-6220-r2-16:
5937832
Device type: dragonboard-845c
Total jobs: 29
Total errors: 6 (20.69%)
Error type: Infrastructure
Error count: 4 (13.79%)
Error: Connection closed
Count: 4 (13.79%)
IDs:
db845c-03:
5937154 5937158
db845c-05:
5932014
db845c-07:
5937159
Error type: Test
Error count: 1 (3.45%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 285 seconds'
Count: 1 (3.45%)
IDs:
db845c-03:
5932020
Error type: Bug
Error count: 1 (3.45%)
Error: No match for error type 'Bug', message 'Command '['docker', 'pull', 'linaro/lava-android-test:latest']' returned non-zero exit status 1.'
Count: 1 (3.45%)
IDs:
db845c-04:
5932007
Dear Friend,
Shenzhen LICHELE Opto Co. Ltd, Our company is specializing in the
manufacture of backlight. We have supplied products to more than dozen
companies around the world. Our company will provide a full range of
improvement services. If you have interested and determined to
corperate with me. For example, quoto and detail requirements. Please
contect to us if you have free time.
Thanks&Best regards
SHENZHEN LIGHTELF OPTO CO., LTD
IRIS LIU
MOB: +86 13243723927 (Whatsapp/Wechat)
EMAIL: iris(a)light-elf.com
Website: [1]www.light-elf.com
OFFICE: 2-602, Lane 8, Nanzhuang New Village, Matian Street,
Guangming District, Shenzhen city, Guangdong Province(518107)
Factory: Nanhai District,Foshan,Guangdong
References
1. http://www.light-elf.com/