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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 07bb1227 0: update: binutils-gcc-linux: all
new cc2c7d29 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (07bb1227)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 88 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11412 +++++++-------
04-build_abe-stage1/console.log | 15758 +++++++++----------
05-build_linux/console.log | 1720 +--
06-boot_linux/console.log | 8 +-
console.log | 29416 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 29443 insertions(+), 29407 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.
unknown user pushed a change to branch master
in repository linux.
from 8f744bdee4fe Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/ [...]
new 64a38e840ce5 SUNRPC: Track writers of the 'channel' file to improve cac [...]
new 4f375483559c Merge nfsd bugfixes
new 10fa8acf0fa6 nfsd: Remove unnecessary NULL checks
new d6dfe43ec606 svcrdma: Remove svc_rdma_wq
new 4866073e6ddf svcrdma: Use llist for managing cache of recv_ctxts
new f69d6d8eef78 sunrpc: add a new cache_detail operation for when a cache [...]
new 18f6622ebbde locks: create a new notifier chain for lease attempts
new b72679ee89a0 notify: export symbols for use by the knfsd file cache
new 7239a40ca8bf vfs: Export flush_delayed_fput for use by knfsd.
new 65294c1f2c5e nfsd: add a new struct file caching facility to nfsd
new b493523926f9 nfsd: hook up nfsd_write to the new nfsd_file cache
new 48cd7b51258c nfsd: hook up nfsd_read to the nfsd_file cache
new 5920afa3c85f nfsd: hook nfsd_commit up to the nfsd_file cache
new fd4f83fd7dfb nfsd: convert nfs4_file->fi_fds array to use nfsd_files
new eb82dd393744 nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
new 5c4583b2b78e nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
new 6b556ca2872b nfsd: have nfsd_test_lock use the nfsd_file cache
new 501cb1849f86 nfsd: rip out the raparms cache
new 7775ec57f4c7 nfsd: close cached files prior to a REMOVE or RENAME that [...]
new b96811cd0246 nfsd: Fix up some unused variable warnings
new ed9927533a64 nfsd: Fix the documentation for svcxdr_tmpalloc()
new bb13f35b96f4 nfsd: remove duplicated include from filecache.c
new 9d60d93198c6 Deprecate nfsd fault injection
new 2b86e3aaf993 nfsd: eliminate an unnecessary acl size limit
new 5e113224c17e nfsd: nfsd_file cache entries should be per net namespace
new 27c438f53e79 nfsd: Support the server resetting the boot verifier
new 055b24a8f230 nfsd: Don't garbage collect files that might contain write errors
new bbf2f098838a nfsd: Reset the boot verifier on all write I/O errors
new 11a60d159259 nfsd: add a "GetVersion" upcall for nfsdcld
new 6ee95d1c8991 nfsd: add support for upcall version 2
new 7f49fd5d7acd nfsd: handle drc over-allocation gracefully.
new 2030ca560c5f nfsd: degraded slot-count more gracefully as allocation ne [...]
new 65643f4c8217 nfsd: Make nfsd_reset_boot_verifier_locked static
new 83a63072c815 nfsd: fix nfs read eof detection
new e41f9efb85d3 sunrpc: clean up indentation issue
new 298fb76a5583 Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
The 36 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/file_table.c | 1 +
fs/locks.c | 62 ++
fs/nfsd/Kconfig | 3 +-
fs/nfsd/Makefile | 3 +-
fs/nfsd/acl.h | 8 -
fs/nfsd/blocklayout.c | 3 +-
fs/nfsd/export.c | 13 +
fs/nfsd/filecache.c | 934 +++++++++++++++++++++++++++++++
fs/nfsd/filecache.h | 61 ++
fs/nfsd/netns.h | 4 +
fs/nfsd/nfs3proc.c | 9 +-
fs/nfsd/nfs3xdr.c | 13 +-
fs/nfsd/nfs4callback.c | 35 +-
fs/nfsd/nfs4layouts.c | 12 +-
fs/nfsd/nfs4proc.c | 97 ++--
fs/nfsd/nfs4recover.c | 388 ++++++++++---
fs/nfsd/nfs4state.c | 239 ++++----
fs/nfsd/nfs4xdr.c | 56 +-
fs/nfsd/nfsctl.c | 1 +
fs/nfsd/nfsproc.c | 4 +-
fs/nfsd/nfssvc.c | 48 +-
fs/nfsd/state.h | 13 +-
fs/nfsd/trace.h | 140 +++++
fs/nfsd/vfs.c | 351 +++++-------
fs/nfsd/vfs.h | 37 +-
fs/nfsd/xdr3.h | 2 +-
fs/nfsd/xdr4.h | 19 +-
fs/notify/fsnotify.h | 2 -
fs/notify/group.c | 2 +
fs/notify/mark.c | 6 +
include/linux/fs.h | 5 +
include/linux/fsnotify_backend.h | 2 +
include/linux/sunrpc/cache.h | 7 +-
include/linux/sunrpc/svc_rdma.h | 6 +-
include/uapi/linux/nfsd/cld.h | 41 +-
net/sunrpc/cache.c | 15 +-
net/sunrpc/svc.c | 4 +-
net/sunrpc/xprtrdma/svc_rdma.c | 7 -
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 24 +-
net/sunrpc/xprtrdma/svc_rdma_transport.c | 6 +-
40 files changed, 2083 insertions(+), 600 deletions(-)
create mode 100644 fs/nfsd/filecache.c
create mode 100644 fs/nfsd/filecache.h
--
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.
unknown user pushed a change to branch master
in repository llvm.
from cc35d072d11 [SampleFDO] Create a separate flag profile-accurate-for-sym [...]
new 056d51bf2f5 [X86] Split combineGatherScatter into a version for generic [...]
new f5088332d0b [X86] Stop using UpdateNodeOperands in combineGatherScatter [...]
The 2 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:
lib/Target/X86/X86ISelLowering.cpp | 135 ++++++++++++++++++++++++++-----------
test/CodeGen/X86/avx512-vec-cmp.ll | 6 +-
2 files changed, 98 insertions(+), 43 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-release-arm-mainline-defconfig
in repository toolchain/ci/gcc.
from ef7e5fb6867 Daily bump.
adds ff369ea95ff Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 9888066f 0: update: binutils-gcc-linux: boot
new 6ae140e3 0: update: binutils-gcc-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9888066f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 166 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 10953 ++++++-------
04-build_abe-stage1/console.log | 18617 +++++++++++----------
05-build_linux/console.log | 696 +-
06-boot_linux/console.log | 482 +-
console.log | 31460 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 31409 insertions(+), 31409 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.
unknown user pushed a change to branch master
in repository lldb.
from 740f55de9 [Core] Remove unused dependency on clangAST
new c56daaee4 Give an error when StepUsingScriptedThreadPlan is passed a ba [...]
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:
include/lldb/Interpreter/ScriptInterpreter.h | 1 +
include/lldb/Target/ThreadPlanPython.h | 1 +
.../step_scripted/TestStepScripted.py | 23 +++++++++++++++++++++-
scripts/Python/python-wrapper.swig | 6 +++++-
.../Python/ScriptInterpreterPython.cpp | 13 +++++++-----
.../Python/ScriptInterpreterPythonImpl.h | 1 +
source/Target/ThreadPlanPython.cpp | 6 ++++--
.../ScriptInterpreter/Python/PythonTestSuite.cpp | 1 +
8 files changed, 43 insertions(+), 9 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-release-arm-stable-defconfig
in repository toolchain/ci/gcc.
from ef7e5fb6867 Daily bump.
new ff369ea95ff Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 48438b28 0: update: binutils-gcc-linux: boot
new d1af2545 0: update: binutils-gcc-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (48438b28)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10605 ++++++------
04-build_abe-stage1/console.log | 18415 ++++++++++-----------
05-build_linux/console.log | 1082 +-
06-boot_linux/console.log | 478 +-
console.log | 31184 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 31204 insertions(+), 31172 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.