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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 5a79b1e2a linux-4cd1b60def51ffc02554028b5423b39a933ec874: all
new 6cf882059 gcc-5152b58ef0a6774e80e65f55278cab192a1e3d6a: 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 (5a79b1e2a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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:
1-reset_artifacts/console.log | 40 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3360 +--
4-build_abe-stage1/console.log | 5338 ++---
5-count_linux_objs/console.log | 35686 +++++++++++++++---------------
console.log | 43032 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 43736 insertions(+), 43744 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 74673fc50bab Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/li [...]
new 5890255b83f3 cifs: clean up indentation, replace spaces with tab
new 0967e5457954 cifs: use a compound for setting an xattr
new f5942db5ef25 cifs: smb2 commands can not be negative, remove confusing check
new 97aa495a89a6 cifs: address trivial coverity warning
new 07d3b2e4264f cifs: create a helper function for compound query_info
new 4a3b38aec577 Add vers=3.0.2 as a valid option for SMBv3.0.2
new f9793b6fcc8e cifs: change smb2_query_eas to use the compound query-info helper
new 07fa6010ff93 cifs: suppress some implicit-fallthrough warnings
new 0f57451eebf1 cifs: remove set but not used variable 'smb_buf'
new 52baa51d3057 cifs: remove coverity warning in calc_lanman_hash
new 59a63e479ce3 cifs: check ntwrk_buf_start for NULL before dereferencing it
new b6bc8a7b993e CIFS: use the correct length when pinning memory for direc [...]
new 54e94ff94eac CIFS: return correct errors when pinning memory failed for [...]
new 9a596f5b3959 CIFS: Fix error mapping for SMB2_LOCK command which caused [...]
new 56c762eb9bee cifs: Refactor out cifs_mount()
new c34fea5a636d cifs: Skip any trailing backslashes from UNC
new d9345e0ae7cf cifs: Make devname param optional in cifs_compose_mount_options()
new 5fc7fcd054ad cifs: auto disable 'serverino' in dfs mounts
new e7b602f43719 cifs: Save TTL value when parsing DFS referrals
new 54be1f6c1c37 cifs: Add DFS cache routines
new 54e4f73cbe03 cifs: update for current_kernel_time64() removal
new 3e80be0158ac cifs: Fix to use kmem_cache_free() instead of kfree()
new 34bca9bbe7a8 cifs: Use kzfree() to free password
new 29cbfa1b2be2 cifs: remove set but not used variable 'server'
new 0544b324e62c cifs: check kzalloc return
new e8bcdfdbf91b cifs: minor updates to documentation
new 1c780228e9d4 cifs: Make use of DFS cache to get new DFS referrals
new 5a650501eb8c cifs: remove set but not used variable 'sep'
new 4a367dc04435 cifs: Add support for failover in cifs_mount()
new 93d5cb517db3 cifs: Add support for failover in cifs_reconnect()
new 2f0a61744894 cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
new e511d31753e3 cifs: start DFS cache refresher in cifs_mount()
new 23324407143d cifs: Only free DFS target list if we actually got one
new a3a53b760379 cifs: Add support for failover in smb2_reconnect()
new 08744015492f cifs: Add support for failover in cifs_reconnect_tcon()
new 28eb24ff75c5 cifs: Always resolve hostname before reconnecting
new 14e92c5dc7a1 cifs: Minor Kconfig clarification
new e77fe73c7e38 cifs: we can not use small padding iovs together with encryption
new fea170804b4d cifs: update internal module version number
new cacf02df4b84 Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench [...]
new 52ad259eaac0 net/9p: include trans_common.h to fix missing prototype warning.
new 574d356b7a02 9p/net: put a lower bound on msize
new 85f78456f286 Merge tag '9p-for-4.21' of git://github.com/martinetd/linux
The 43 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:
Documentation/filesystems/cifs/TODO | 26 +-
fs/cifs/Kconfig | 5 +-
fs/cifs/Makefile | 2 +-
fs/cifs/cifs_debug.c | 12 +
fs/cifs/cifs_dfs_ref.c | 138 ++--
fs/cifs/cifs_fs_sb.h | 9 +
fs/cifs/cifsencrypt.c | 13 +-
fs/cifs/cifsfs.c | 17 +-
fs/cifs/cifsfs.h | 2 +-
fs/cifs/cifsglob.h | 15 +-
fs/cifs/cifsproto.h | 28 +-
fs/cifs/cifssmb.c | 88 ++-
fs/cifs/connect.c | 924 +++++++++++++++++------
fs/cifs/dfs_cache.c | 1367 +++++++++++++++++++++++++++++++++++
fs/cifs/dfs_cache.h | 97 +++
fs/cifs/file.c | 12 +-
fs/cifs/inode.c | 44 +-
fs/cifs/misc.c | 68 +-
fs/cifs/readdir.c | 9 +-
fs/cifs/sess.c | 4 +-
fs/cifs/smb1ops.c | 15 +-
fs/cifs/smb2inode.c | 16 +-
fs/cifs/smb2maperror.c | 4 +-
fs/cifs/smb2ops.c | 322 ++++++---
fs/cifs/smb2pdu.c | 108 ++-
fs/cifs/smb2pdu.h | 1 -
fs/cifs/smb2proto.h | 15 +-
fs/cifs/transport.c | 8 +-
net/9p/client.c | 21 +
net/9p/trans_common.c | 1 +
30 files changed, 2884 insertions(+), 507 deletions(-)
create mode 100644 fs/cifs/dfs_cache.c
create mode 100644 fs/cifs/dfs_cache.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 compiler-rt.
from 92f96584f [Sanitizer] Disable arc4random seeding apis on for Non NetBSD [...]
new 886014919 [TSan] Enable detection of lock-order-inversions for Objectiv [...]
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:
lib/tsan/rtl/tsan_interceptors_mac.cc | 19 +++++++---
test/tsan/Darwin/objc-synchronize-cycle-tagged.mm | 43 ++++++++++++++++++++++
test/tsan/Darwin/objc-synchronize-cycle.mm | 31 ++++++++++++++++
.../Darwin/objc-synchronize-nested-recursive.mm | 35 ++++++++++++++++++
4 files changed, 123 insertions(+), 5 deletions(-)
create mode 100644 test/tsan/Darwin/objc-synchronize-cycle-tagged.mm
create mode 100644 test/tsan/Darwin/objc-synchronize-cycle.mm
create mode 100644 test/tsan/Darwin/objc-synchronize-nested-recursive.mm
--
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-lts-allnoconfig
in repository toolchain/gcc.
from 4318e6d5c7b Daily bump.
adds 687f6e70d3f Daily bump.
adds 40b64323a04 * es.po: Update.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/po/ChangeLog | 4 +++
gcc/po/es.po | 88 ++++++++++++++++++++++++--------------------------------
3 files changed, 43 insertions(+), 51 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7112c6ec2 binutils-ec46206984752f7e746761158cbcda3a47915747: all
new 0888a9aa4 gcc-40b64323a0480844825d2a21d69ea8dc10de63c1: 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 (7112c6ec2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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:
1-reset_artifacts/console.log | 150 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3229 ++++++++--------
4-build_abe-stage1/console.log | 4137 ++++++++++-----------
5-count_linux_objs/console.log | 53 +-
console.log | 7581 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 7548 insertions(+), 7626 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 llvm.
from d4b895e8194 Format AggresiveInstCombine.cpp. NFC
new 91806338838 Git ignore CLion project configuration files. NFC
new da74d6f1e64 [BDCE] Remove instructions without demanded bits
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:
.gitignore | 2 ++
lib/Transforms/Scalar/BDCE.cpp | 8 ++++++--
test/Transforms/BDCE/invalidate-assumptions.ll | 6 ------
test/Transforms/BDCE/vectors.ll | 9 ++-------
4 files changed, 10 insertions(+), 15 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 gcc.
from 5055fc3361e 2019-01-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 5152b58ef0a PR testsuite/87304 * gcc.dg/vect/bb-slp-over-widen-1.c: E [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/vect/bb-slp-over-widen-1.c | 2 +-
2 files changed, 7 insertions(+), 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/llvm-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9fcab880d llvm-fdfe4498af7bab15cc7716a6110f60f280bc415b: 18081
new 1533b9f0f linux-4cd1b60def51ffc02554028b5423b39a933ec874: 18085
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 (9fcab880d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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:
1-reset_artifacts/console.log | 92 +-
2-build_llvm/console.log | 9046 +++++++++++++++++----------------
3-count_linux_objs/console.log | 1581 ++++--
4-check_regression/console.log | 8 +-
5-update_baseline/console.log | 8 +-
console.log | 10659 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 11186 insertions(+), 10228 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.