This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm
in repository toolchain/ci/interesting-commits.
from ac54c91 Add regression efeb50197091b2ade24c00b9d55814bc433a7fd1 from [...]
new 187a716 Add regression efeb50197091b2ade24c00b9d55814bc433a7fd1 from [...]
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:
llvm | 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_gcc_bootstrap/release-aarch64-bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 6e072dd0f1 Automatic date update in version.in
adds 1f5be5f22a Automatic date update in version.in
adds f60dbe8d12 Automatic date update in version.in
adds 182284deb1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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_gcc_bootstrap/release-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards e2fa3395 0: update: binutils-gcc: 2
new 81e6b609 0: update: binutils-gcc: 2
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 (e2fa3395)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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.xz | Bin 1540 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 51208 -> 52624 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 250956 -> 250924 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 12 ++++++------
7 files changed, 7 insertions(+), 7 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 3c750c7b6143 Merge tag 'fbdev-5.17-1' of git://git.kernel.org/pub/scm/l [...]
new a6097180d884 devtmpfs regression fix: reconfigure on each mount
new 0b66fa776c36 cifs: remove redundant assignment to pointer p
new d1a931ce2e3b cifs: track individual channel status using chans_need_reconnect
new f486ef8e2003 cifs: use the chans_need_reconnect bitmap for reconnect status
new 66eb0c6e6661 cifs: adjust DebugData to use chans_need_reconnect for con [...]
new 2e0fa298d149 cifs: add WARN_ON for when chan_count goes below minimum
new 183eea2ee5ba cifs: reconnect only the connection and not smb session wh [...]
new 080dc5e5656c cifs: take cifs_tcp_ses_lock for status checks
new 1913e1116a31 cifs: fix hang on cifs_get_next_mid()
new 73f9bfbe3d81 cifs: maintain a state machine for tcp/smb/tcon sessions
new bda487ac4beb cifs: avoid race during socket reconnect between send and recv
new 3ac5f2f2574a cifs: Fix smb311_update_preauth_hash() kernel-doc comment
new dea290371928 cifs: move superblock magic defitions to magic.h
new 9bbf8662a27b cifs: fix FILE_BOTH_DIRECTORY_INFO definition
new 0c947b893d69 Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.or [...]
The 15 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:
drivers/base/devtmpfs.c | 7 ++
fs/cifs/cifs_debug.c | 8 +-
fs/cifs/cifs_spnego.c | 4 +-
fs/cifs/cifs_spnego.h | 3 +-
fs/cifs/cifs_swn.c | 4 +-
fs/cifs/cifsencrypt.c | 6 +-
fs/cifs/cifsfs.c | 5 +-
fs/cifs/cifsglob.h | 79 +++++++---------
fs/cifs/cifspdu.h | 2 +-
fs/cifs/cifsproto.h | 31 +++++-
fs/cifs/cifssmb.c | 94 ++++++++++++++----
fs/cifs/connect.c | 230 ++++++++++++++++++++++++++++++++-------------
fs/cifs/netmisc.c | 4 +-
fs/cifs/ntlmssp.h | 2 +
fs/cifs/sess.c | 183 ++++++++++++++++++++++++------------
fs/cifs/smb1ops.c | 24 +++--
fs/cifs/smb2glob.h | 2 -
fs/cifs/smb2misc.c | 5 +-
fs/cifs/smb2ops.c | 34 +++++--
fs/cifs/smb2pdu.c | 179 +++++++++++++++++++++++------------
fs/cifs/smb2proto.h | 6 +-
fs/cifs/smb2transport.c | 61 ++++++++----
fs/cifs/transport.c | 78 ++++++++++-----
fs/super.c | 4 +-
include/linux/fs_context.h | 2 +
include/uapi/linux/magic.h | 4 +
26 files changed, 734 insertions(+), 327 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 025a707d285 Allow for multiple defaults in endianness and r16 in GFORTR [...]
new fbb438808e9 Test cases for references in OpenACC 'private' clauses
new b75aab194e3 Extend test cases for references in OpenACC 'private' clauses
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:
.../testsuite/libgomp.oacc-c++/privatized-ref-2.C | 178 +++++++++++++++++
.../testsuite/libgomp.oacc-c++/privatized-ref-3.C | 212 +++++++++++++++++++++
.../libgomp.oacc-fortran/privatized-ref-1.f95 | 163 ++++++++++++++++
3 files changed, 553 insertions(+)
create mode 100644 libgomp/testsuite/libgomp.oacc-c++/privatized-ref-2.C
create mode 100644 libgomp/testsuite/libgomp.oacc-c++/privatized-ref-3.C
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-1.f95
--
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_debug
in repository toolchain/ci/binutils-gdb.
from f61defbc98 Automatic date update in version.in
adds a3f3402131 gdb/copyright.py: Do not update gdbsupport/Makefile.in
adds 45cf0dc2ec Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/copyright.py | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.