This is the start of the stable review cycle for the 6.7.10 release.
There are 61 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 Fri Mar 15 04:32:27 PM UTC 2024.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
and the diffstat can be found below.
Thanks,
Sasha
-------------
Pseudo-Shortlog of commits:
Aya Levin (1):
net/mlx5: Fix fw reporter diagnose output
Daniel Borkmann (2):
xdp, bonding: Fix feature flags when there are no slave devs anymore
selftests/bpf: Fix up xdp bonding test wrt feature flags
Eduard Zingerman (1):
bpf: check bpf_func_state->callback_depth when pruning states
Edward Adam Davis (1):
net/rds: fix WARNING in rds_conn_connect_if_down
Emeel Hakim (1):
net/mlx5e: Fix MACsec state loss upon state update in offload path
Emil Tantilov (1):
idpf: disable local BH when scheduling napi for marker packets
Eric Dumazet (2):
geneve: make sure to pull inner header in geneve_rx()
net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
Florian Kauer (1):
igc: avoid returning frame twice in XDP_REDIRECT
Florian Westphal (1):
netfilter: nft_ct: fix l3num expectations with inet pseudo family
Frank Li (3):
dt-bindings: dma: fsl-edma: Add fsl-edma.h to prevent hardcoding in
dts
dmaengine: fsl-edma: utilize common dt-binding header file
dmaengine: fsl-edma: correct max_segment_size setting
Gao Xiang (1):
erofs: apply proper VMA alignment for memory mapped files on THP
Gavin Li (1):
Revert "net/mlx5: Block entering switchdev mode with ns inconsistency"
Guillaume Nault (1):
xfrm: Clear low order bits of ->flowi4_tos in decode_session4().
Horatiu Vultur (1):
net: sparx5: Fix use after free inside sparx5_del_mact_entry
Jacob Keller (2):
ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()
ice: virtchnl: stop pretending to support RSS over AQ or registers
Jan Kara (1):
readahead: avoid multiple marked readahead pages
Jason Xing (12):
netrom: Fix a data-race around sysctl_netrom_default_path_quality
netrom: Fix a data-race around
sysctl_netrom_obsolescence_count_initialiser
netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
netrom: Fix a data-race around sysctl_netrom_transport_timeout
netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
netrom: Fix a data-race around
sysctl_netrom_transport_acknowledge_delay
netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
netrom: Fix a data-race around
sysctl_netrom_transport_requested_window_size
netrom: Fix a data-race around
sysctl_netrom_transport_no_activity_timeout
netrom: Fix a data-race around sysctl_netrom_routing_control
netrom: Fix a data-race around sysctl_netrom_link_fails_count
netrom: Fix data-races around sysctl_net_busy_read
Jianbo Liu (2):
net/mlx5: E-switch, Change flow rule destination checking
net/mlx5e: Change the warning when ignore_flow_level is not supported
Lena Wang (1):
netfilter: nf_conntrack_h323: Add protection for bmp length out of
range
Leon Romanovsky (1):
xfrm: Pass UDP encapsulation in TX packet offload
Maciej Fijalkowski (3):
ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
i40e: disable NAPI right after disabling irqs when handling xsk_pool
ice: reorder disabling IRQ and NAPI in ice_qp_dis
Matthieu Baerts (NGI0) (1):
selftests: mptcp: decrease BW in simult flows
Michal Schmidt (1):
ice: fix uninitialized dplls mutex usage
Michal Swiatkowski (1):
ice: reconfig host after changing MSI-X on VF
Moshe Shemesh (1):
net/mlx5: Check capability for fw_reset
Oleg Nesterov (1):
exit: wait_task_zombie: kill the no longer necessary
spin_lock_irq(siglock)
Oleksij Rempel (1):
net: lan78xx: fix runtime PM count underflow on link stop
Pawan Gupta (4):
x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
Documentation/hw-vuln: Add documentation for RFDS
x86/rfds: Mitigate Register File Data Sampling (RFDS)
KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests
Rahul Rameshbabu (2):
net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission
tracking occurs after populating the metadata_map
net/mlx5e: Switch to using _bh variant of of spinlock API in port
timestamping NAPI poll context
Rand Deeb (1):
net: ice: Fix potential NULL pointer dereference in
ice_bridge_setlink()
Saeed Mahameed (1):
Revert "net/mlx5e: Check the number of elements before walk TC
rhashtable"
Sasha Levin (1):
Linux 6.7.10-rc1
Steven Rostedt (Google) (1):
tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string
Suren Baghdasaryan (1):
arch/arm/mm: fix major fault accounting when retrying under per-VMA
lock
Tobias Jakobi (Compleo) (1):
net: dsa: microchip: fix register write order in ksz8_ind_write8()
Toke Høiland-Jørgensen (1):
cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
Wang Kefeng (1):
ARM: 9328/1: mm: try VMA lock-based page fault handling first
Yongzhi Liu (1):
net: pds_core: Fix possible double free in error handling path
.../ABI/testing/sysfs-devices-system-cpu | 1 +
Documentation/admin-guide/hw-vuln/index.rst | 1 +
.../hw-vuln/reg-file-data-sampling.rst | 104 ++++++++++++++++++
.../admin-guide/kernel-parameters.txt | 21 ++++
Makefile | 4 +-
arch/arm/Kconfig | 1 +
arch/arm/mm/fault.c | 32 ++++++
arch/x86/Kconfig | 11 ++
arch/x86/include/asm/cpufeatures.h | 1 +
arch/x86/include/asm/msr-index.h | 8 ++
arch/x86/kernel/cpu/bugs.c | 92 +++++++++++++++-
arch/x86/kernel/cpu/common.c | 38 ++++++-
arch/x86/kvm/x86.c | 5 +-
drivers/base/cpu.c | 3 +
drivers/dma/fsl-edma-common.h | 5 +-
drivers/dma/fsl-edma-main.c | 21 ++--
drivers/net/bonding/bond_main.c | 2 +-
drivers/net/dsa/microchip/ksz8795.c | 4 +-
drivers/net/ethernet/amd/pds_core/auxbus.c | 12 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 2 +-
drivers/net/ethernet/intel/ice/ice_dpll.c | 2 +-
drivers/net/ethernet/intel/ice/ice_main.c | 2 +
drivers/net/ethernet/intel/ice/ice_sriov.c | 33 ++----
drivers/net/ethernet/intel/ice/ice_vf_lib.c | 35 ++++--
drivers/net/ethernet/intel/ice/ice_vf_lib.h | 1 -
.../ethernet/intel/ice/ice_vf_lib_private.h | 1 +
drivers/net/ethernet/intel/ice/ice_virtchnl.c | 9 +-
.../intel/ice/ice_virtchnl_allowlist.c | 2 -
drivers/net/ethernet/intel/ice/ice_xsk.c | 9 +-
.../net/ethernet/intel/idpf/idpf_virtchnl.c | 2 +
drivers/net/ethernet/intel/igc/igc_main.c | 13 +--
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 56 ++++++++--
.../net/ethernet/mellanox/mlx5/core/devlink.c | 6 +
.../net/ethernet/mellanox/mlx5/core/en/ptp.c | 12 +-
.../mellanox/mlx5/core/en/tc/post_act.c | 2 +-
.../mellanox/mlx5/core/en_accel/macsec.c | 82 ++++++++------
.../net/ethernet/mellanox/mlx5/core/en_tx.c | 2 +
.../mellanox/mlx5/core/esw/ipsec_fs.c | 2 +-
.../mellanox/mlx5/core/eswitch_offloads.c | 46 +++-----
.../ethernet/mellanox/mlx5/core/fw_reset.c | 22 +++-
.../net/ethernet/mellanox/mlx5/core/health.c | 2 +-
.../microchip/sparx5/sparx5_mactable.c | 4 +-
drivers/net/geneve.c | 18 ++-
drivers/net/usb/lan78xx.c | 3 +-
fs/erofs/data.c | 1 +
include/dt-bindings/dma/fsl-edma.h | 21 ++++
include/linux/cpu.h | 2 +
include/linux/mlx5/mlx5_ifc.h | 4 +-
include/trace/events/qdisc.h | 20 ++--
kernel/bpf/cpumap.c | 2 +-
kernel/bpf/verifier.c | 3 +
kernel/exit.c | 10 +-
mm/readahead.c | 4 +-
net/ipv6/route.c | 21 ++--
net/netfilter/nf_conntrack_h323_asn1.c | 4 +
net/netfilter/nft_ct.c | 11 +-
net/netrom/af_netrom.c | 14 +--
net/netrom/nr_dev.c | 2 +-
net/netrom/nr_in.c | 6 +-
net/netrom/nr_out.c | 2 +-
net/netrom/nr_route.c | 8 +-
net/netrom/nr_subr.c | 5 +-
net/rds/rdma.c | 3 +
net/rds/send.c | 6 +-
net/xfrm/xfrm_device.c | 2 +-
net/xfrm/xfrm_policy.c | 2 +-
.../selftests/bpf/prog_tests/xdp_bonding.c | 4 +-
.../selftests/net/mptcp/simult_flows.sh | 8 +-
68 files changed, 648 insertions(+), 251 deletions(-)
create mode 100644 Documentation/admin-guide/hw-vuln/reg-file-data-sampling.rst
create mode 100644 include/dt-bindings/dma/fsl-edma.h
--
2.43.0
Total jobs: 180
Total errors: 30 (16.67%)
LAVA errors: 0 (0.00%)
Test errors: 24 (13.33%)
Job errors: 0 (0.00%)
Infra errors: 6 (3.33%)
Canceled jobs: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 41
Total errors: 9 (21.95%)
Error type: Test
Error count: 9 (21.95%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 6 (14.63%)
IDs:
hikey-6220-r2-01:
7358078
hikey-6220-r2-05:
7358074 7358077 7358079 7358082 7358277
Error: No match for error type 'Test', message 'tradefed - adb device lost[4595FE84003F72FC]'
Count: 1 (2.44%)
IDs:
hikey-6220-r2-04:
7358095
Error: Device NOT found!
Count: 1 (2.44%)
IDs:
hikey-6220-r2-01:
7358065
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 28783 seconds'
Count: 1 (2.44%)
IDs:
hikey-6220-r2-01:
7356801
Device type: qrb5165-rb5
Total jobs: 61
Total errors: 13 (21.31%)
Error type: Infrastructure
Error count: 4 (6.56%)
Error: Reboot failed
Count: 1 (1.64%)
IDs:
rb5-01:
7358386
Error: Connection closed
Count: 3 (4.92%)
IDs:
rb5-05:
7356781 7356855 7358373
Error type: Test
Error count: 9 (14.75%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 593 seconds'
Count: 1 (1.64%)
IDs:
rb5-03:
7358372
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (1.64%)
IDs:
rb5-01:
7358371
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 3 (4.92%)
IDs:
rb5-06:
7356782 7358018 7358197
Error: Device NOT found!
Count: 2 (3.28%)
IDs:
rb5-03:
7358101
rb5-06:
7356779
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (1.64%)
IDs:
rb5-03:
7356768
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.64%)
IDs:
rb5-03:
7356763
Device type: hi960-hikey
Total jobs: 24
Total errors: 3 (12.50%)
Error type: Test
Error count: 3 (12.50%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 298 seconds'
Count: 1 (4.17%)
IDs:
hi960-hikey-05:
7358128
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (4.17%)
IDs:
hi960-hikey-05:
7358121
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 297 seconds'
Count: 1 (4.17%)
IDs:
hi960-hikey-01:
7358108
Device type: dragonboard-845c
Total jobs: 53
Total errors: 5 (9.43%)
Error type: Test
Error count: 3 (5.66%)
Error: Device NOT found!
Count: 1 (1.89%)
IDs:
db845c-03:
7358145
Error: No match for error type 'Test', message 'tradefed - adb device lost[c7cf1849]'
Count: 1 (1.89%)
IDs:
db845c-03:
7356715
Error: No match for error type 'Test', message 'tradefed - adb device lost[d966d3f5]'
Count: 1 (1.89%)
IDs:
db845c-07:
7356702
Error type: Infrastructure
Error count: 2 (3.77%)
Error: fastboot-flash-action timed out
Count: 2 (3.77%)
IDs:
db845c-01:
7356691 7356713
Device type: rk3399-rock-pi-4b
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 97
Total errors: 32 (32.99%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 32 (32.99%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 17
Total errors: 1 (5.88%)
Error type: Job
Error count: 1 (5.88%)
Error: compress-overlay timed out
Count: 1 (5.88%)
IDs:
rpi3-b-32-02:
4049515
Device type: synquacer
Total jobs: 71
Total errors: 31 (43.66%)
Error type: Job
Error count: 31 (43.66%)
Error: No match for error type 'Job', message 'login-action timed out after 199 seconds'
Count: 7 (9.86%)
IDs:
synquacer-01:
4049341 4049343 4049344 4049407 4049408
4049459 4049460
Error: No match for error type 'Job', message 'login-action timed out after 198 seconds'
Count: 4 (5.63%)
IDs:
synquacer-01:
4049397 4049398 4049405 4049406
Error: No match for error type 'Job', message 'login-action timed out after 197 seconds'
Count: 6 (8.45%)
IDs:
synquacer-01:
4049391 4049392 4049399 4049400 4049403
4049404
Error: No match for error type 'Job', message 'login-action timed out after 194 seconds'
Count: 4 (5.63%)
IDs:
synquacer-01:
4049383 4049384 4049401 4049402
Error: No match for error type 'Job', message 'login-action timed out after 200 seconds'
Count: 4 (5.63%)
IDs:
synquacer-01:
4049057 4049081 4049395 4049396
Error: No match for error type 'Job', message 'login-action timed out after 196 seconds'
Count: 4 (5.63%)
IDs:
synquacer-01:
4049389 4049390 4049393 4049394
Error: No match for error type 'Job', message 'login-action timed out after 195 seconds'
Count: 2 (2.82%)
IDs:
synquacer-01:
4049364 4049382
Device type: docker
Total jobs: 3
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%)
This is the start of the stable review cycle for the 5.4.272 release.
There are 51 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 Fri Mar 15 05:02:10 PM UTC 2024.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/…
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,
Sasha
-------------
Pseudo-Shortlog of commits:
Andy Shevchenko (4):
serial: max310x: Use devm_clk_get_optional() to get the input clock
serial: max310x: Try to get crystal clock rate from property
serial: max310x: Make use of device properties
serial: max310x: Unprepare and disable clock in error path
Ansuel Smith (1):
regmap: allow to define reg_update_bits for no bus configuration
Arnd Bergmann (1):
y2038: rusage: use __kernel_old_timeval
Cosmin Tanislav (4):
serial: max310x: use regmap methods for SPI batch operations
serial: max310x: use a separate regmap for each port
serial: max310x: make accessing revision id interface-agnostic
serial: max310x: implement I2C support
Dexuan Cui (1):
hv_netvsc: Make netvsc/VF binding check both MAC and serial number
Edward Adam Davis (1):
net/rds: fix WARNING in rds_conn_connect_if_down
Eric Dumazet (2):
geneve: make sure to pull inner header in geneve_rx()
net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
Florian Westphal (1):
netfilter: nft_ct: fix l3num expectations with inet pseudo family
Hugo Villeneuve (2):
serial: max310x: fail probe if clock crystal is unstable
serial: max310x: prevent infinite while() loop in port startup
Ingo Molnar (1):
exit: Fix typo in comment: s/sub-theads/sub-threads
Jan Kundrát (1):
serial: max310x: fix IO data corruption in batched operations
Jason Xing (12):
netrom: Fix a data-race around sysctl_netrom_default_path_quality
netrom: Fix a data-race around
sysctl_netrom_obsolescence_count_initialiser
netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
netrom: Fix a data-race around sysctl_netrom_transport_timeout
netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
netrom: Fix a data-race around
sysctl_netrom_transport_acknowledge_delay
netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
netrom: Fix a data-race around
sysctl_netrom_transport_requested_window_size
netrom: Fix a data-race around
sysctl_netrom_transport_no_activity_timeout
netrom: Fix a data-race around sysctl_netrom_routing_control
netrom: Fix a data-race around sysctl_netrom_link_fails_count
netrom: Fix data-races around sysctl_net_busy_read
Johannes Berg (1):
um: allow not setting extra rpaths in the linux binary
John Efstathiades (4):
lan78xx: Fix white space and style issues
lan78xx: Add missing return code checks
lan78xx: Fix partial packet errors on suspend/resume
lan78xx: Fix race conditions in suspend/resume handling
Juhee Kang (1):
hv_netvsc: use netif_is_bond_master() instead of open code
Lena Wang (1):
netfilter: nf_conntrack_h323: Add protection for bmp length out of
range
Maciej Fijalkowski (1):
ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
Marek Vasut (1):
regmap: Add bulk read/write callbacks into regmap_config
Nico Pache (1):
selftests: mm: fix map_hugetlb failure on 64K page size systems
Oleg Nesterov (5):
getrusage: add the "signal_struct *sig" local variable
getrusage: move thread_group_cputime_adjusted() outside of
lock_task_sighand()
getrusage: use __for_each_thread()
getrusage: use sig->stats_lock rather than lock_task_sighand()
exit: wait_task_zombie: kill the no longer necessary
spin_lock_irq(siglock)
Oleksij Rempel (1):
net: lan78xx: fix runtime PM count underflow on link stop
Rand Deeb (1):
net: ice: Fix potential NULL pointer dereference in
ice_bridge_setlink()
Sasha Levin (1):
Linux 5.4.272-rc1
Shradha Gupta (1):
hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
Werner Sembach (1):
Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU
Makefile | 4 +-
arch/alpha/kernel/osf_sys.c | 2 +-
arch/um/Kconfig | 13 +
arch/um/Makefile | 3 +-
arch/x86/Makefile.um | 2 +-
drivers/base/regmap/internal.h | 4 +
drivers/base/regmap/regmap.c | 77 +-
drivers/input/serio/i8042-x86ia64io.h | 6 +
drivers/net/ethernet/intel/ice/ice_main.c | 2 +
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 56 +-
drivers/net/geneve.c | 18 +-
drivers/net/hyperv/netvsc_drv.c | 96 +-
drivers/net/usb/lan78xx.c | 910 ++++++++++++++----
drivers/tty/serial/Kconfig | 1 +
drivers/tty/serial/max310x.c | 378 ++++++--
include/linux/regmap.h | 19 +
include/uapi/linux/resource.h | 4 +-
kernel/exit.c | 12 +-
kernel/sys.c | 91 +-
net/ipv6/route.c | 21 +-
net/netfilter/nf_conntrack_h323_asn1.c | 4 +
net/netfilter/nft_ct.c | 11 +-
net/netrom/af_netrom.c | 14 +-
net/netrom/nr_dev.c | 2 +-
net/netrom/nr_in.c | 6 +-
net/netrom/nr_out.c | 2 +-
net/netrom/nr_route.c | 8 +-
net/netrom/nr_subr.c | 5 +-
net/rds/rdma.c | 3 +
net/rds/send.c | 6 +-
tools/testing/selftests/vm/map_hugetlb.c | 7 +
31 files changed, 1322 insertions(+), 465 deletions(-)
--
2.43.0
Hello,
I hope this message finds you well. i am reaching out to you from our
ebike factory, where we have established ourselves as a leading
manufacturer
in the ebike industry with a robust production capability and a
commitment to quality. our factory is equipped with state-of-the-art
machinery and
a dedicated workforce that specializes in the design and assembly of
premium electric bicycles.
I am particularly excited to introduce you to our latest mountain
ebike. this model is a testament to our innovation and attention to
detail,
showcasing features that cater to the needs of the modern rider. We
have a warehouse in Europe, which allows us to ensure that,
you can expect to receive your ebike within 3-7 days in all European
countries.
Adjustable stem upgrade: with the adjustable stem, riders can tailor
the angle to their height and riding preferences, offering an optimized
and comfortable experience.
Fast charge technology: our 3a fast charger significantly reduces the
battery recharge time to just 2-3 hours, making it an efficient choice
for those on the move.
Enhanced battery capacity: we have upgraded the battery to a 36v/13ah
unit, which is still removable for convenience. this powerful battery
allows for extended ranges of 20-40 miles and maintains the fast
charging capability. Motor power is 350w.
21-speed shimano gearset: the professional shimano 21-speed gear system
adapts to various terrains, providing a smooth and responsive riding
experience.
It arrives most parts assembled. with the included instruction manual
and installation tools, final assembly is straightforward and hassle.
We have a warehouse in Europe, which allows us to ensure that, you can
expect to receive your ebike within 3-7 days.
[SP2_L_500.jpg] [11.jpg]
Should you decide to proceed with a purchase of our ebike, we kindly
ask you to provide us with your detailed address.
This will enable us to arrange for the shipment and ensure that your
order is delivered to you promptly and efficiently.
Please note that every purchase of a totem electric bike includes the
battery and charger. we also offer additional batteries and chargers to
help ensure that your adventures are never cut short due to charging
needs.
We are confident that this mountain ebike will be an excellent addition
to your product offerings,
and we are eager to support you in bringing this exceptional bike to
your customers.
Should you decide to proceed with a purchase of our ebike, we kindly
ask you to provide us with your detailed address.
This will enable us to arrange for the shipment and ensure that your
order is delivered to you promptly and efficiently.
We are committed to providing you with a seamless and satisfying
purchasing experience, and timely delivery is a crucial part of that
promise.
Thank you once again for your interest in our products. We are looking
forward to the possibility of serving you and meeting your ebike needs.
Best Regards,
Darren Zhao
The mountain ebike manufacture
If you don't want to receive our email, please send address to unlist.
Total jobs: 131
Total errors: 33 (25.19%)
LAVA errors: 0 (0.00%)
Test errors: 29 (22.14%)
Job errors: 1 (0.76%)
Infra errors: 3 (2.29%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 84
Total errors: 18 (21.43%)
Error type: Infrastructure
Error count: 1 (1.19%)
Error: fastboot-flash-action timed out
Count: 1 (1.19%)
IDs:
db845c-07:
7349585
Error type: Test
Error count: 17 (20.24%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 6 (7.14%)
IDs:
db845c-02:
7347970 7348018 7349566
db845c-03:
7348071
db845c-06:
7348086
db845c-08:
7348065
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 35998 seconds'
Count: 2 (2.38%)
IDs:
db845c-01:
7349457
db845c-05:
7348095
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 4 (4.76%)
IDs:
db845c-02:
7348084
db845c-04:
7348063
db845c-07:
7348091
db845c-10:
7348066
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (3.57%)
IDs:
db845c-04:
7348083
db845c-06:
7348079
db845c-10:
7348080
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 2 (2.38%)
IDs:
db845c-07:
7348070
db845c-08:
7348062
Device type: qrb5165-rb5
Total jobs: 44
Total errors: 12 (27.27%)
Error type: Infrastructure
Error count: 2 (4.55%)
Error: fastboot-flash-action timed out
Count: 2 (4.55%)
IDs:
rb5-01:
7349367 7349581
Error type: Test
Error count: 10 (22.73%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (2.27%)
IDs:
rb5-03:
7349571
Error: No match for error type 'Test', message 'tradefed - adb device lost[9496f60d]'
Count: 2 (4.55%)
IDs:
rb5-01:
7349497 7349563
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (2.27%)
IDs:
rb5-03:
7349465
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 5 (11.36%)
IDs:
rb5-05:
7348026 7349310 7349314 7349316 7349459
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (2.27%)
IDs:
rb5-03:
7349382
Device type: hi6220-hikey-r2
Total jobs: 2
Total errors: 2 (100.00%)
Error type: Test
Error count: 2 (100.00%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[235D989C003B0752]'
Count: 1 (50.00%)
IDs:
hikey-6220-r2-03:
7349227
Error: No match for error type 'Test', message 'tradefed - adb device lost[2047EDF7003CEE68]'
Count: 1 (50.00%)
IDs:
hikey-6220-r2-01:
7348089
Device type: x86
Total jobs: 1
Total errors: 1 (100.00%)
Error type: Job
Error count: 1 (100.00%)
Error: finalize timed out
Count: 1 (100.00%)
IDs:
x86-04:
7348103