Total jobs: 57
Total errors: 11 (19.30%)
LAVA errors: 0 (0.00%)
Test errors: 9 (15.79%)
Job errors: 2 (3.51%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 27
Total errors: 7 (25.93%)
Error type: Test
Error count: 5 (18.52%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 4 (14.81%)
IDs:
db845c-02:
6940788
db845c-07:
6940790
db845c-08:
6938917
db845c-09:
6938924
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (3.70%)
IDs:
db845c-06:
6938928
Error type: Job
Error count: 2 (7.41%)
Error: wait for prompt timed out
Count: 1 (3.70%)
IDs:
db845c-02:
6940785
Error: No match for error type 'Job', message 'login-action timed out after 870 seconds'
Count: 1 (3.70%)
IDs:
db845c-09:
6938926
Device type: qrb5165-rb5
Total jobs: 26
Total errors: 4 (15.38%)
Error type: Test
Error count: 4 (15.38%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (3.85%)
IDs:
rb5-03:
6939013
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 3 (11.54%)
IDs:
rb5-03:
6937534 6937536 6937884
Device type: x15
Total jobs: 3
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
This is the start of the stable review cycle for the 6.1.58 release.
There are 6 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, 14 Oct 2023 18:00:23 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.58-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.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.1.58-rc1
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
lib/test_meminit: fix off-by-one error in test_pages()
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "NFS: Fix error handling for O_DIRECT write scheduling"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "NFS: Fix O_DIRECT locking issues"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "NFS: More O_DIRECT accounting fixes for error paths"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "NFS: Use the correct commit info in nfs_join_page_group()"
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "NFS: More fixes for nfs_direct_write_reschedule_io()"
-------------
Diffstat:
Makefile | 4 +-
fs/nfs/direct.c | 134 +++++++++++++++--------------------------------
fs/nfs/write.c | 23 ++++----
include/linux/nfs_page.h | 4 +-
lib/test_meminit.c | 2 +-
5 files changed, 56 insertions(+), 111 deletions(-)