This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from f41445645ab5 Merge tag 'hwmon-fixes-for-v6.0-rc1' of git://git.kernel.o [...]
new 4b8dbdfbc5f6 SUNRPC: Fix an RPC/RDMA performance regression
new 9597152d9884 Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"
new 7836d75467e9 pNFS/flexfiles: Report RDMA connection errors to the server
new 431794e67e23 pNFS/files: Handle RDMA connection errors correctly
new 6ca0a6f834ed NFS: Fix case insensitive renames
new f07a5d2427fc NFSv4.1: Don't decrease the value of seq_nr_highest_sent
new 7ccafd4b2b9f NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly
new f931d8374cad nfs/blocklayout: refactor block device opening
new 064109db53ec NFS: remove redundant code in nfs_file_write()
new c77c738c37d0 nfs: Replace kmap() with kmap_local_page()
new 8b4e87a1d68f nfs: fix port value parsing
new f1bafa7375c0 sunrpc: fix expiry of auth creds
new 940261a19508 NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE
new 51fd2eb52c0c NFSv4: Fix races in the legacy idmapper upcall
new ba8ec7a607e9 SUNRPC: Shrink size of struct rpc_task
new 8efc4bbe84a8 nfs: add new nfs_direct_req tracepoint events
new 55051c0ced7d nfs: always check dreq->error after a commit
new 69d966510d9f nfs: only issue commit in DIO codepath if we have uncommit [...]
new 0701214cd6e6 SUNRPC: Fail faster on bad verifier
new f67939e4b045 SUNRPC: Replace dprintk() call site in xs_data_ready
new 33ce83ef0bb0 NFS: Replace fs_context-related dprintk() call sites with [...]
new 4f5f3b602834 SUNRPC: Introduce xdr_stream_move_subsegment()
new 7c4cd5f4d2dd SUNRPC: Add a function for directly setting the xdr page len
new e1bd87608d4b SUNRPC: Add a function for zeroing out a portion of an xdr_stream
new d3b00a802c84 NFS: Replace the READ_PLUS decoding code
new 29946fbcb2c3 SUNRPC: Remove xdr_align_data() and xdr_expand_hole()
new 7ffcdaa67016 SUNRPC expose functions for offline remote xprt functionality
new 895245ccea25 SUNRPC add function to offline remove trunkable transports
new 88363d3e9db6 NFSv4.1 offline trunkable transports on DESTROY_SESSION
new 95d0d30c66b8 SUNRPC create an iterator to list only OFFLINE xprts
new 9368fd6c7505 SUNRPC enable back offline transports in trunking discovery
new 497e6464d6ad SUNRPC create an rpc function that allows xprt removal fro [...]
new e818bd085baf NFSv4.1 remove xprt from xprt_switch if session trunking t [...]
new 7960aa9e4d09 SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
new 273d6aed9e5a SUNRPC export xprt_iter_rewind function
new 92cc04f60ab4 SUNRPC create a function that probes only offline transports
new f201bdfd7c87 NFSv4.1 probe offline transports for trunking on session creation
new e35a5e782f67 NFSv4.1: RECLAIM_COMPLETE must handle EACCES
new 6622e3a73112 SUNRPC: Reinitialise the backchannel request buffers before reuse
new 72691a269f0b SUNRPC: Don't reuse bvec on retransmission of the request
new b1a28f2eb9ea NFS: nfs_async_write_reschedule_io must not recurse into t [...]
new 2135e5d56278 NFSv4/pnfs: Fix a use-after-free bug in open
new 3c59366c207e NFS: don't unhash dentry during unlink/rename
new af887e437bb2 NFS: Improve write error tracing
new b313eb915218 NFS: Improve O_DIRECT tracing
new 3fa5cbdc44de NFS: Improve readpage/writepage tracing
new aeb6e6ac18c7 Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/proj [...]
The 47 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
fs/nfs/blocklayout/dev.c | 42 ++----
fs/nfs/client.c | 13 +-
fs/nfs/dir.c | 80 ++++++++---
fs/nfs/direct.c | 50 +++----
fs/nfs/file.c | 2 -
fs/nfs/filelayout/filelayout.c | 2 +
fs/nfs/flexfilelayout/flexfilelayout.c | 4 +
fs/nfs/flexfilelayout/flexfilelayoutdev.c | 6 +-
fs/nfs/fs_context.c | 26 ++--
fs/nfs/internal.h | 51 +++++++
fs/nfs/nfs3client.c | 1 -
fs/nfs/nfs42xdr.c | 170 +++++++++++------------
fs/nfs/nfs4client.c | 4 +-
fs/nfs/nfs4idmap.c | 46 ++++---
fs/nfs/nfs4proc.c | 32 +++--
fs/nfs/nfstrace.h | 215 ++++++++++++++++++++++++------
fs/nfs/write.c | 58 ++++----
include/linux/nfs_fs.h | 9 ++
include/linux/nfs_page.h | 3 +-
include/linux/nfs_xdr.h | 1 +
include/linux/sunrpc/clnt.h | 5 +
include/linux/sunrpc/sched.h | 4 +-
include/linux/sunrpc/xdr.h | 7 +-
include/linux/sunrpc/xprt.h | 6 +-
include/linux/sunrpc/xprtmultipath.h | 7 +-
include/trace/events/sunrpc.h | 20 +++
net/sunrpc/auth.c | 2 +-
net/sunrpc/auth_gss/auth_gss.c | 11 +-
net/sunrpc/backchannel_rqst.c | 14 ++
net/sunrpc/clnt.c | 207 ++++++++++++++++++++++++----
net/sunrpc/sched.c | 1 +
net/sunrpc/sysfs.c | 28 +---
net/sunrpc/xdr.c | 168 ++++++++++++++---------
net/sunrpc/xprt.c | 59 ++++++--
net/sunrpc/xprtmultipath.c | 111 ++++++++++++---
net/sunrpc/xprtrdma/transport.c | 6 +-
net/sunrpc/xprtsock.c | 18 +--
37 files changed, 1032 insertions(+), 457 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from c66e448c7 4: update: binutils-llvm-linux-qemu: 23330
new 8ba10c547 5: onsuccess: binutils-llvm-linux-qemu: 23332
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1716 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30724 -> 30664 bytes
04-build_kernel_llvm/console.log.xz | Bin 64320 -> 66404 bytes
05-build_abe-qemu/console.log.xz | Bin 31588 -> 30640 bytes
06-build_linux/console.log.xz | Bin 4624 -> 4000 bytes
08-check_regression/console.log.xz | Bin 480 -> 476 bytes
09-update_baseline/console.log | 114 ++-------------------------------
09-update_baseline/results.regressions | 2 -
jenkins/manifest.sh | 22 -------
manifest.sh | 28 ++++++++
results | 2 +-
12 files changed, 36 insertions(+), 132 deletions(-)
delete mode 100644 09-update_baseline/results.regressions
delete mode 100644 jenkins/manifest.sh
create mode 100644 manifest.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
from ca4a33c15 5: onsuccess: binutils-gcc-linux-glibc-gdb-qemu: 1
new 8bd5de076 6: onsuccess: binutils-gcc-linux-glibc-gdb-qemu: 1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1648 -> 1652 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30440 -> 30548 bytes
04-build_abe-stage1/console.log.xz | Bin 91160 -> 91472 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9200 -> 9060 bytes
07-build_abe-glibc/console.log.xz | Bin 232992 -> 233984 bytes
08-build_abe-stage2/console.log.xz | Bin 223016 -> 222772 bytes
09-build_abe-gdb/console.log.xz | Bin 37692 -> 37788 bytes
10-build_abe-qemu/console.log.xz | Bin 30492 -> 30456 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3852 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2700 -> 2612 bytes
13-check_regression/console.log.xz | Bin 2468 -> 2828 bytes
13-check_regression/results.compare | 36 +-
13-check_regression/results.compare2 | 57 +-
14-update_baseline/console.log | 2 +-
manifest.sh | 36 +-
sumfiles/g++.log.xz | Bin 2686372 -> 2701444 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 2205804 -> 2198424 bytes
sumfiles/gcc.sum | 2714 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 886640 -> 881428 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2264 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 199200 -> 199236 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2664 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 428496 -> 420640 bytes
sumfiles/libstdc++.sum | 18 +-
31 files changed, 1552 insertions(+), 1503 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
from 496684319 5: onsuccess: binutils-gcc: 2
new 4325612c6 6: onsuccess: binutils-gcc: 2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1644 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38224 -> 38712 bytes
05-build_abe-bootstrap/console.log.xz | Bin 270412 -> 267560 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
manifest.sh | 16 ++++++++--------
6 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
from 274ec917c 0: update: binutils-llvm-linux-qemu: boot
new 88c7cb346 1: onsuccess: binutils-llvm-linux-qemu: boot
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1628 -> 1944 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30084 -> 31248 bytes
04-build_kernel_llvm/console.log.xz | Bin 63392 -> 63832 bytes
05-build_abe-qemu/console.log.xz | Bin 31092 -> 31348 bytes
06-build_linux/console.log.xz | Bin 4604 -> 4668 bytes
07-boot_linux/console.log.xz | Bin 5868 -> 5868 bytes
08-check_regression/console.log.xz | Bin 412 -> 408 bytes
09-update_baseline/console.log | 38 +++++++----------------------------
jenkins/manifest.sh | 22 --------------------
manifest.sh | 28 ++++++++++++++++++++++++++
11 files changed, 35 insertions(+), 53 deletions(-)
delete mode 100644 jenkins/manifest.sh
create mode 100644 manifest.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
from 65b15b23f 0: update: binutils-llvm-linux-qemu: boot
new b1d2da84a 1: onsuccess: binutils-llvm-linux-qemu: boot
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1648 -> 1656 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30532 -> 31224 bytes
04-build_kernel_llvm/console.log.xz | Bin 65924 -> 65084 bytes
05-build_abe-qemu/console.log.xz | Bin 32456 -> 31444 bytes
06-build_linux/console.log.xz | Bin 4220 -> 3648 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 408 bytes
09-update_baseline/console.log | 36 ++++++-----------------------------
jenkins/manifest.sh | 22 ---------------------
manifest.sh | 28 +++++++++++++++++++++++++++
11 files changed, 34 insertions(+), 52 deletions(-)
delete mode 100644 jenkins/manifest.sh
create mode 100644 manifest.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
from 34e1a2fd6 5: onsuccess: binutils-gcc-linux-glibc-gdb-qemu: 7
new a47245443 6: onsuccess: binutils-gcc-linux-glibc-gdb-qemu: 7
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1644 -> 1616 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 30624 -> 30388 bytes
05-build_abe-stage1/console.log.xz | Bin 91480 -> 91244 bytes
07-build_abe-linux/console.log.xz | Bin 9212 -> 9040 bytes
08-build_abe-glibc/console.log.xz | Bin 234068 -> 233808 bytes
09-build_abe-stage2/console.log.xz | Bin 223176 -> 223016 bytes
10-build_abe-gdb/console.log.xz | Bin 37804 -> 37672 bytes
11-build_abe-qemu/console.log.xz | Bin 30332 -> 31672 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
manifest.sh | 40 +++++++++++++++++------------------
11 files changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 9650b288d 0: update: binutils-gcc-linux-qemu: boot
new 8512cddc1 1: onsuccess: binutils-gcc-linux-qemu: boot
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1644 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30536 -> 30736 bytes
04-build_abe-stage1/console.log.xz | Bin 72828 -> 73020 bytes
05-build_abe-qemu/console.log.xz | Bin 31640 -> 31716 bytes
06-build_linux/console.log.xz | Bin 5776 -> 5824 bytes
07-boot_linux/console.log.xz | Bin 6124 -> 6120 bytes
08-check_regression/console.log.xz | Bin 412 -> 408 bytes
09-update_baseline/console.log | 36 ++++++-----------------------------
jenkins/manifest.sh | 22 ---------------------
manifest.sh | 28 +++++++++++++++++++++++++++
11 files changed, 34 insertions(+), 52 deletions(-)
delete mode 100644 jenkins/manifest.sh
create mode 100644 manifest.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.