Total jobs: 174
Total errors: 13 (7.47%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 13 (7.47%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 74
Total errors: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 40
Total errors: 0 (0.00%)
Device type: synquacer
Total jobs: 29
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: 7 (43.75%)
IDs:
dragonboard-845c-02:
4031248 4031379
dragonboard-845c-06:
4031091
dragonboard-845c-08:
4031124 4031170 4031271 4031362
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 2 (12.50%)
IDs:
dragonboard-845c-06:
4031316 4031371
Error: No match for error type 'Job', message 'login-action timed out after 870 seconds'
Count: 2 (12.50%)
IDs:
dragonboard-845c-02:
4031135 4031348
Error: No match for error type 'Job', message 'login-action timed out after 873 seconds'
Count: 1 (6.25%)
IDs:
dragonboard-845c-06:
4031184
Error: No match for error type 'Job', message 'login-action timed out after 865 seconds'
Count: 1 (6.25%)
IDs:
dragonboard-845c-02:
4031084
Device type: qemu
Total jobs: 6
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: 3
Total errors: 0 (0.00%)
Device type: imx8mq-evk
Total jobs: 1
Total errors: 0 (0.00%)
This is the start of the stable review cycle for the 5.10.207 release.
There are 7 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, 13 Jan 2024 09:46:53 +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.207-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.207-rc1
Alexander Atanasov <alexander.atanasov(a)virtuozzo.com>
scsi: core: Always send batch on reset or error handling command
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "scsi: core: Add scsi_prot_ref_tag() helper"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "scsi: core: Introduce scsi_get_sector()"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "scsi: core: Make scsi_get_lba() return the LBA"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "scsi: core: Use a structure member to track the SCSI command submitter"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "scsi: core: Always send batch on reset or error handling command"
-------------
Diffstat:
Makefile | 4 ++--
drivers/scsi/scsi.c | 2 +-
drivers/scsi/scsi_error.c | 34 +++++++++++++++++++---------------
drivers/scsi/scsi_lib.c | 38 +++++++++++++-------------------------
drivers/scsi/scsi_logging.c | 18 ++++++++----------
drivers/scsi/scsi_priv.h | 1 -
include/scsi/scsi_cmnd.h | 29 +++--------------------------
include/scsi/scsi_device.h | 16 +++++++---------
8 files changed, 53 insertions(+), 89 deletions(-)
Following build failures noticed on i386 and x86 with clang builds on the
Linux next-20240111 tag.
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Build error:
----------
mm/vmalloc.c:4691:25: error: variable 'addr' is uninitialized when
used here [-Werror,-Wuninitialized]
4691 | va = __find_vmap_area(addr, &vn->busy.root);
| ^~~~
mm/vmalloc.c:4684:20: note: initialize the variable 'addr' to silence
this warning
4684 | unsigned long addr;
| ^
| = 0
1 error generated.
Links:
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240111/te…
--
Linaro LKFT
https://lkft.linaro.org
LTP ioprio_set03 failed for a while on all the architectures.
Anyone have noticed this failure ?
Am I missing something in Kconfig / userspace tools ?
tst_test.c:1690: TINFO: LTP version: 20230929
tst_test.c:1574: TINFO: Timeout per run is 0h 05m 00s
ioprio_set03.c:40: TFAIL: ioprio_set IOPRIO_CLASS_BE prio 8 should not work
ioprio_set03.c:48: TINFO: tested illegal priority with class NONE
ioprio_set03.c:51: TPASS: returned correct error for wrong prio: EINVAL (22)
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Links:
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240109/te…
- https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240110/te…
--
Linaro LKFT
https://lkft.linaro.org
This is the start of the stable review cycle for the 5.15.142 release.
There are 67 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Thu, 07 Dec 2023 03:14: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.142-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.142-rc1
Heiner Kallweit <hkallweit1(a)gmail.com>
r8169: fix deadlock on RTL8125 in jumbo mtu mode
Heiner Kallweit <hkallweit1(a)gmail.com>
r8169: disable ASPM in case of tx timeout
Wenchao Chen <wenchao.chen(a)unisoc.com>
mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulled
Heiner Kallweit <hkallweit1(a)gmail.com>
mmc: core: add helpers mmc_regulator_enable/disable_vqmmc
Lu Baolu <baolu.lu(a)linux.intel.com>
iommu/vt-d: Make context clearing consistent with context mapping
Lu Baolu <baolu.lu(a)linux.intel.com>
iommu/vt-d: Omit devTLB invalidation requests when TES=0
Christoph Niedermaier <cniedermaier(a)dh-electronics.com>
cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily
Christoph Niedermaier <cniedermaier(a)dh-electronics.com>
cpufreq: imx6q: don't warn for disabling a non-existing frequency
Steve French <stfrench(a)microsoft.com>
smb3: fix caching of ctime on setxattr
Jeff Layton <jlayton(a)kernel.org>
fs: add ctime accessors infrastructure
Helge Deller <deller(a)gmx.de>
fbdev: stifb: Make the STI next font pointer a 32-bit signed offset
Mark Hasemeyer <markhas(a)chromium.org>
ASoC: SOF: sof-pci-dev: Fix community key quirk detection
Pierre-Louis Bossart <pierre-louis.bossart(a)linux.intel.com>
ASoC: SOF: sof-pci-dev: don't use the community key on APL Chromebooks
Pierre-Louis Bossart <pierre-louis.bossart(a)linux.intel.com>
ASoC: SOF: sof-pci-dev: add parameter to override topology filename
Pierre-Louis Bossart <pierre-louis.bossart(a)linux.intel.com>
ASoC: SOF: sof-pci-dev: use community key on all Up boards
Hans de Goede <hdegoede(a)redhat.com>
ASoC: Intel: Move soc_intel_is_foo() helpers to a generic header
Steve French <stfrench(a)microsoft.com>
smb3: fix touch -h of symlink
Gaurav Batra <gbatra(a)linux.vnet.ibm.com>
powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-IOV device
Ilpo Järvinen <ilpo.jarvinen(a)linux.intel.com>
selftests/resctrl: Move _GNU_SOURCE define into Makefile
Shaopeng Tan <tan.shaopeng(a)jp.fujitsu.com>
selftests/resctrl: Add missing SPDX license to Makefile
Adrian Hunter <adrian.hunter(a)intel.com>
perf intel-pt: Fix async branch flags
Claudiu Beznea <claudiu.beznea.uj(a)bp.renesas.com>
net: ravb: Stop DMA in case of failures on ravb_open()
Phil Edworthy <phil.edworthy(a)renesas.com>
ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqs
Phil Edworthy <phil.edworthy(a)renesas.com>
ravb: Separate handling of irq enable/disable regs into feature
Claudiu Beznea <claudiu.beznea.uj(a)bp.renesas.com>
net: ravb: Start TX queues after HW initialization succeeded
Claudiu Beznea <claudiu.beznea.uj(a)bp.renesas.com>
net: ravb: Use pm_runtime_resume_and_get()
Claudiu Beznea <claudiu.beznea.uj(a)bp.renesas.com>
net: ravb: Check return value of reset_control_deassert()
Yoshihiro Shimoda <yoshihiro.shimoda.uh(a)renesas.com>
ravb: Fix races between ravb_tx_timeout_work() and net related ops
Heiner Kallweit <hkallweit1(a)gmail.com>
r8169: prevent potential deadlock in rtl8169_close
Andrey Grodzovsky <andrey.grodzovsky(a)amd.com>
Revert "workqueue: remove unused cancel_work()"
Geetha sowjanya <gakula(a)marvell.com>
octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64
Furong Xu <0x1207(a)gmail.com>
net: stmmac: xgmac: Disable FPE MMC interrupts
Elena Salomatkina <elena.salomatkina.cmc(a)gmail.com>
octeontx2-af: Fix possible buffer overflow
Willem de Bruijn <willemb(a)google.com>
selftests/net: ipsec: fix constant out of range
Dmitry Antipov <dmantipov(a)yandex.ru>
uapi: propagate __struct_group() attributes to the container union
Ioana Ciornei <ioana.ciornei(a)nxp.com>
dpaa2-eth: increase the needed headroom to account for alignment
Zhengchao Shao <shaozhengchao(a)huawei.com>
ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
Niklas Neronin <niklas.neronin(a)linux.intel.com>
usb: config: fix iteration issue in 'usb_get_bos_descriptor()'
Alan Stern <stern(a)rowland.harvard.edu>
USB: core: Change configuration warnings to notices
Haiyang Zhang <haiyangz(a)microsoft.com>
hv_netvsc: fix race of netvsc and VF register_netdevice
Patrick Wang <patrick.wang.shcn(a)gmail.com>
rcu: Avoid tracing a few functions executed in stop machine
Xin Long <lucien.xin(a)gmail.com>
vlan: move dev_put into vlan_dev_uninit
Xin Long <lucien.xin(a)gmail.com>
vlan: introduce vlan_dev_free_egress_priority
Max Nguyen <maxwell.nguyen(a)hp.com>
Input: xpad - add HyperX Clutch Gladiate Support
Filipe Manana <fdmanana(a)suse.com>
btrfs: make error messages more clear when getting a chunk map
Jann Horn <jannh(a)google.com>
btrfs: send: ensure send_fd is writable
Filipe Manana <fdmanana(a)suse.com>
btrfs: fix off-by-one when checking chunk map includes logical address
Bragatheswaran Manickavel <bragathemanick0908(a)gmail.com>
btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()
Qu Wenruo <wqu(a)suse.com>
btrfs: add dmesg output for first mount and last unmount of a filesystem
Helge Deller <deller(a)gmx.de>
parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
Timothy Pearson <tpearson(a)raptorengineering.com>
powerpc: Don't clobber f0/vs0 during fp|altivec register save
Abdul Halim, Mohd Syazwan <mohd.syazwan.abdul.halim(a)intel.com>
iommu/vt-d: Add MTL to quirk list to skip TE disabling
Markus Weippert <markus(a)gekmihesg.de>
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR
Wu Bo <bo.wu(a)vivo.com>
dm verity: don't perform FEC for failed readahead IO
Mikulas Patocka <mpatocka(a)redhat.com>
dm-verity: align struct dm_verity_fec_io properly
Kailang Yang <kailang(a)realtek.com>
ALSA: hda/realtek: Add supported ALC257 for ChromeOS
Kailang Yang <kailang(a)realtek.com>
ALSA: hda/realtek: Headset Mic VREF to 100%
Takashi Iwai <tiwai(a)suse.de>
ALSA: hda: Disable power-save on KONTRON SinglePC
Adrian Hunter <adrian.hunter(a)intel.com>
mmc: block: Be sure to wait while busy in CQE error recovery
Adrian Hunter <adrian.hunter(a)intel.com>
mmc: block: Do not lose cache flush during CQE error recovery
Adrian Hunter <adrian.hunter(a)intel.com>
mmc: block: Retry commands in CQE error recovery
Adrian Hunter <adrian.hunter(a)intel.com>
mmc: cqhci: Fix task clearing in CQE error recovery
Adrian Hunter <adrian.hunter(a)intel.com>
mmc: cqhci: Warn of halt or task clear failure
Adrian Hunter <adrian.hunter(a)intel.com>
mmc: cqhci: Increase recovery halt timeout
Yang Yingliang <yangyingliang(a)huawei.com>
firewire: core: fix possible memory leak in create_units()
Maria Yu <quic_aiquny(a)quicinc.com>
pinctrl: avoid reload of p state in list iteration
Adrian Hunter <adrian.hunter(a)intel.com>
perf inject: Fix GEN_ELF_TEXT_OFFSET for jit
-------------
Diffstat:
Makefile | 4 +-
arch/parisc/include/uapi/asm/errno.h | 2 -
arch/powerpc/kernel/fpu.S | 13 ++++
arch/powerpc/kernel/vector.S | 2 +
arch/powerpc/platforms/pseries/iommu.c | 8 +-
drivers/cpufreq/imx6q-cpufreq.c | 32 ++++----
drivers/firewire/core-device.c | 11 +--
drivers/input/joystick/xpad.c | 2 +
drivers/iommu/intel/dmar.c | 18 +++++
drivers/iommu/intel/iommu.c | 6 +-
drivers/md/bcache/btree.c | 2 +-
drivers/md/dm-verity-fec.c | 3 +-
drivers/md/dm-verity-target.c | 4 +-
drivers/md/dm-verity.h | 6 --
drivers/mmc/core/block.c | 2 +
drivers/mmc/core/core.c | 9 ++-
drivers/mmc/core/regulator.c | 41 ++++++++++
drivers/mmc/host/cqhci-core.c | 44 +++++------
drivers/mmc/host/sdhci-sprd.c | 25 ++++++
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 8 +-
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h | 2 +-
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 4 +-
.../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 7 +-
drivers/net/ethernet/realtek/r8169_main.c | 23 +++++-
drivers/net/ethernet/renesas/ravb.h | 4 +
drivers/net/ethernet/renesas/ravb_main.c | 91 ++++++++++++++++++----
drivers/net/ethernet/renesas/ravb_ptp.c | 6 +-
drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +
drivers/net/hyperv/netvsc_drv.c | 25 +++---
drivers/pinctrl/core.c | 6 +-
drivers/usb/core/config.c | 85 ++++++++++----------
drivers/video/fbdev/sticore.h | 2 +-
fs/btrfs/disk-io.c | 1 +
fs/btrfs/ref-verify.c | 2 +
fs/btrfs/send.c | 2 +-
fs/btrfs/super.c | 5 +-
fs/btrfs/volumes.c | 9 ++-
fs/cifs/cifsfs.c | 1 +
fs/cifs/xattr.c | 5 +-
fs/inode.c | 16 ++++
include/linux/fs.h | 45 ++++++++++-
include/linux/mmc/host.h | 3 +
include/linux/platform_data/x86/soc.h | 65 ++++++++++++++++
include/linux/workqueue.h | 1 +
include/uapi/linux/stddef.h | 2 +-
kernel/rcu/tree_plugin.h | 8 +-
kernel/workqueue.c | 9 +++
lib/errname.c | 6 --
net/8021q/vlan.h | 2 +-
net/8021q/vlan_dev.c | 15 +++-
net/8021q/vlan_netlink.c | 7 +-
net/ipv4/igmp.c | 6 +-
sound/pci/hda/hda_intel.c | 2 +
sound/pci/hda/patch_realtek.c | 12 +++
sound/soc/intel/common/soc-intel-quirks.h | 51 +-----------
sound/soc/sof/sof-pci-dev.c | 62 +++++++++++----
tools/arch/parisc/include/uapi/asm/errno.h | 2 -
tools/perf/util/genelf.h | 4 +-
tools/perf/util/intel-pt.c | 2 +
tools/testing/selftests/net/ipsec.c | 4 +-
tools/testing/selftests/resctrl/Makefile | 4 +-
tools/testing/selftests/resctrl/resctrl.h | 1 -
62 files changed, 606 insertions(+), 249 deletions(-)
Total jobs: 173
Total errors: 58 (33.53%)
LAVA errors: 0 (0.00%)
Test errors: 22 (12.72%)
Job errors: 32 (18.50%)
Infra errors: 4 (2.31%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 42
Total errors: 12 (28.57%)
Error type: Job
Error count: 9 (21.43%)
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 2 (4.76%)
IDs:
db845c-07:
7155521 7155551
Error: wait for prompt timed out
Count: 2 (4.76%)
IDs:
db845c-09:
7154995 7155545
Error: No match for error type 'Job', message 'login-action timed out after 872 seconds'
Count: 1 (2.38%)
IDs:
db845c-04:
7155542
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 3 (7.14%)
IDs:
db845c-02:
7155520
db845c-04:
7155523
db845c-06:
7154992
Error: No match for error type 'Job', message 'login-action timed out after 873 seconds'
Count: 1 (2.38%)
IDs:
db845c-01:
7154996
Error type: Test
Error count: 3 (7.14%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 590 seconds'
Count: 1 (2.38%)
IDs:
db845c-09:
7154923
Error: Device NOT found!
Count: 1 (2.38%)
IDs:
db845c-09:
7154922
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (2.38%)
IDs:
db845c-09:
7154902
Device type: qrb5165-rb5
Total jobs: 60
Total errors: 33 (55.00%)
Error type: Job
Error count: 22 (36.67%)
Error: wait for prompt timed out
Count: 6 (10.00%)
IDs:
rb5-03:
7157051 7157103
rb5-06:
7155024
rb5-07:
7154791 7155380 7157146
Error: No match for error type 'Job', message 'login-action timed out after 711 seconds'
Count: 2 (3.33%)
IDs:
rb5-03:
7155402
rb5-06:
7157142
Error: No match for error type 'Job', message 'login-action timed out after 876 seconds'
Count: 2 (3.33%)
IDs:
rb5-05:
7157141
rb5-07:
7154789
Error: No match for error type 'Job', message 'login-action timed out after 717 seconds'
Count: 1 (1.67%)
IDs:
rb5-06:
7157133
Error: No match for error type 'Job', message 'login-action timed out after 712 seconds'
Count: 1 (1.67%)
IDs:
rb5-05:
7157104
Error: No match for error type 'Job', message 'login-action timed out after 713 seconds'
Count: 3 (5.00%)
IDs:
rb5-05:
7155136 7155441
rb5-06:
7157048
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 1 (1.67%)
IDs:
rb5-03:
7157042
Error: No match for error type 'Job', message 'login-action timed out after 715 seconds'
Count: 1 (1.67%)
IDs:
rb5-03:
7157019
Error: No match for error type 'Job', message 'login-action timed out after 709 seconds'
Count: 1 (1.67%)
IDs:
rb5-06:
7157017
Error: No match for error type 'Job', message 'login-action timed out after 877 seconds'
Count: 1 (1.67%)
IDs:
rb5-03:
7157016
Error: No match for error type 'Job', message 'login-action timed out after 733 seconds'
Count: 1 (1.67%)
IDs:
rb5-07:
7155440
Error: No match for error type 'Job', message 'login-action timed out after 705 seconds'
Count: 1 (1.67%)
IDs:
rb5-03:
7155018
Error: No match for error type 'Job', message 'login-action timed out after 867 seconds'
Count: 1 (1.67%)
IDs:
rb5-03:
7154790
Error type: Test
Error count: 8 (13.33%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 2 (3.33%)
IDs:
rb5-05:
7154908 7155559
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (1.67%)
IDs:
rb5-03:
7154929
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 2 (3.33%)
IDs:
rb5-05:
7154917
rb5-06:
7154910
Error: Device NOT found!
Count: 1 (1.67%)
IDs:
rb5-07:
7154878
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 591 seconds'
Count: 1 (1.67%)
IDs:
rb5-03:
7154857
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 1 (1.67%)
IDs:
rb5-06:
7154777
Error type: Infrastructure
Error count: 3 (5.00%)
Error: Unable to fetch git repository
Count: 1 (1.67%)
IDs:
rb5-03:
7154928
Error: Connection closed
Count: 2 (3.33%)
IDs:
rb5-05:
7154860
rb5-07:
7154877
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Device type: bcm2711-rpi-4-b
Total jobs: 1
Total errors: 1 (100.00%)
Error type: Job
Error count: 1 (100.00%)
Error: No match for error type 'Job', message '[ 111.615557] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
[ 111.629938] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 6.7.0-next-20240110 #1
[ 111.637094] Hardware name: Raspberry Pi 4 Model B (DT)
[ 111.642306] Call trace:
[ 111.644783] dump_backtrace+0xf0/0x128
[ 111.648610] show_stack+0x18/0x24
[ 111.651979] dump_stack_lvl+0x50/0x68
[ 111.655701] dump_stack+0x18/0x24
[ 111.659065] panic+0x130/0x344
[ 111.662164] kernel_init+0x19c/0x1a0
[ 111.665798] ret_from_fork+0x10/0x20
[ 111.669429] SMP: stopping secondary CPUs
[ 111.673413] Kernel Offset: disabled
[ 111.676948] CPU features: 0x1,00000200,3c020000,0100421b
[ 111.682338] Memory Limit: none
[ 111.685437] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance. ]---'
Count: 1 (100.00%)
IDs:
rpi4-b-02:
7156128
Device type: hi6220-hikey-r2
Total jobs: 33
Total errors: 9 (27.27%)
Error type: Test
Error count: 8 (24.24%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[7B1579B5003E507A]'
Count: 3 (9.09%)
IDs:
hikey-6220-r2-05:
7154940 7154945 7155567
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (3.03%)
IDs:
hikey-6220-r2-02:
7155560
Error: No match for error type 'Test', message 'tradefed - adb device lost[2047EDF7003CEE68]'
Count: 2 (6.06%)
IDs:
hikey-6220-r2-01:
7154999 7155398
Error: No match for error type 'Test', message 'tradefed - adb device lost[4595FE84003F72FC]'
Count: 1 (3.03%)
IDs:
hikey-6220-r2-04:
7155390
Error: No match for error type 'Test', message 'tradefed - adb device lost[235D989C003B0752]'
Count: 1 (3.03%)
IDs:
hikey-6220-r2-03:
7154951
Error type: Infrastructure
Error count: 1 (3.03%)
Error: Unable to fetch git repository
Count: 1 (3.03%)
IDs:
hikey-6220-r2-02:
7154947
Device type: hi960-hikey
Total jobs: 36
Total errors: 3 (8.33%)
Error type: Test
Error count: 3 (8.33%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[47D27933024424E6]'
Count: 1 (2.78%)
IDs:
hi960-hikey-04:
7154964
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (2.78%)
IDs:
hi960-hikey-05:
7154838
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (2.78%)
IDs:
hi960-hikey-05:
7154837
-------------------------------
NOTE, this is the LAST 4.14.y-rc release cycle that is going to happen.
After this release, this branch will be end-of-life. You all should
have moved to the 4.19.y branch at the very least by now, as this is it,
time to stop using this one.
-------------------------------
This is the start of the stable review cycle for the 4.14.336 release.
There are 7 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, 10 Jan 2024 14:18:47 +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.336-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.336-rc1
Geert Uytterhoeven <geert+renesas(a)glider.be>
mmc: core: Cancel delayed work before releasing host
Jorge Ramirez-Ortiz <jorge(a)foundries.io>
mmc: rpmb: fixes pause retune on all RPMB partitions.
Takashi Sakamoto <o-takashi(a)sakamocchi.jp>
firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards
Ke Xiao <xiaoke(a)sangfor.com.cn>
i40e: fix use-after-free in i40e_aqc_add_filters()
Adrian Cinal <adriancinal(a)gmail.com>
net: bcmgenet: Fix FCS generation for fragmented skbuffs
Hangyu Hua <hbh25y(a)gmail.com>
net: sched: em_text: fix possible memory leak in em_text_destroy()
Siddh Raman Pant <code(a)siddh.me>
nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
-------------
Diffstat:
Makefile | 4 +-
drivers/firewire/ohci.c | 51 ++++++++++++++++++++++++++
drivers/mmc/core/block.c | 7 ++--
drivers/mmc/core/host.c | 1 +
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 4 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 8 +++-
net/nfc/llcp_core.c | 39 ++++++++++++++++++--
net/sched/em_text.c | 4 +-
8 files changed, 107 insertions(+), 11 deletions(-)