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-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 56f72826 0: good: llvm-linux: 17400
new cc588e89 0: update: llvm-linux: 17400
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 (56f72826)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 79 +-
02-build_llvm/console.log | 11335 ++++++++++++++--------------
03-build_linux/console.log | 3848 +++++-----
05-check_regression/console.log | 9 +-
console.log | 15271 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 15278 insertions(+), 15272 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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 4ecd3dc round-robin.sh: Add ${rr[update_baseline]} "rebase" capability
new 59d8320 jenkins-helpers.sh: Improve handling of git errors in run_wit [...]
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:
jenkins-helpers.sh | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
--
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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/bmk-scripts.
from 1276791 Add parallel9x4 benchmarking profile
new 5566659 run.sh: Delete old results more aggressively
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:
run.sh | 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.
unknown user pushed a change to branch master
in repository newlib.
from 2b4cf7622 Cygwin: FIFO: fix and simplify listen_client_thread
new 38ecf252e Fix incorrect assembly code in _msp430_run_array
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:
libgloss/msp430/crt0.S | 4 ++--
1 file changed, 2 insertions(+), 2 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_gnu/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 24e2707d 0: good: gcc-5a588d2ae690df88fe9cbadd27dcc46cf8b32b95: -5
new 2af3951f 0: update: gcc-fb9f19a3be29013f96daff0f9327859e17576dca: -5
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 (24e2707d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 129 +-
02-prepare_abe/console.log | 4 +-
03-build_abe-bootstrap_O1/console.log | 86067 +++++++++++++++----------------
04-check_regression/console.log | 7 +-
05-update_baseline/console.log | 6 +-
console.log | 86207 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 86226 insertions(+), 86204 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 newlib.
from 1e6c561d4 Implement reduced code size "tiny" printf and puts
new b63843ed5 Cygwin: FIFO: rename client[] to fc_handler[]
new 528169992 Cygwin: FIFO: hit_eof: add a call to fifo_client_lock
new 164378951 Cygwin: FIFO: remember the type of the fhandler
new 0c72e766e Cygwin: FIFO: fix a thinko in listen_client_thread
new 513f050cb Cygwin: FIFO: fix the error checking in raw_read
new 10bf30beb Cygwin: check for STATUS_PENDING in fhandler_base::raw_read
new d243b3c70 Cygwin: FIFO: code simplification: don't overload get_handle
new 3ef03376c Cygwin: FIFO: fix fifo_client_handler::close
new 6b20be094 Cygwin: FIFO: fix the use of the read_ready event
new c5bc7a806 Cygwin: FIFO: use a retry loop when opening a writer
new 7b28776d3 Cygwin: FIFO: fix clone
new a7d08b3ec Cygwin: FIFO: start the listen_client thread when duping a reader
new bb4662787 Cygwin: FIFO: improve raw_write
new 2b4cf7622 Cygwin: FIFO: fix and simplify listen_client_thread
The 14 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:
winsup/cygwin/fhandler.cc | 14 +-
winsup/cygwin/fhandler.h | 43 +--
winsup/cygwin/fhandler_fifo.cc | 579 +++++++++++++++++++++--------------------
winsup/cygwin/ntdll.h | 4 +-
winsup/cygwin/select.cc | 4 +-
5 files changed, 343 insertions(+), 301 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-arm-mainline-defconfig
in repository toolchain/ci/linux.
from dc4060a5dc25 Linux 5.1-rc5
adds 11cf9d863dcb fs/dax: Deposit pagetable even when installing zero page
adds 5512320c9f6f Merge tag 'fsdax-fix-5.1-rc6' of git://git.kernel.org/pub/ [...]
adds 351f339faa30 acpi/nfit: Always dump _DSM output payload
adds 55c1fc0af29a libnvdimm/namespace: Fix a potential NULL pointer dereference
adds 486fa92df470 libnvdimm/btt: Fix a kmemdup failure check
adds 037c8489ade6 libnvdimm/security: provide fix for secure-erase to use zero-key
adds d2e5b6436c28 libnvdimm/security, acpi/nfit: unify zero-key for all secu [...]
adds 9dc6488e84b0 libnvdimm/pmem: fix a possible OOB access when read and wr [...]
adds 2170a0d53bee tools/testing/nvdimm: Retain security state after overwrite
adds 618d919cae2f Merge tag 'libnvdimm-fixes-5.1-rc6' of git://git.kernel.or [...]
No new revisions were added by this update.
Summary of changes:
drivers/acpi/nfit/core.c | 12 ++--
drivers/acpi/nfit/intel.c | 10 ++--
drivers/nvdimm/btt_devs.c | 18 ++++--
drivers/nvdimm/namespace_devs.c | 5 +-
drivers/nvdimm/pmem.c | 8 +--
drivers/nvdimm/security.c | 118 ++++++++++++++++++++++++---------------
fs/dax.c | 15 +++++
tools/testing/nvdimm/test/nfit.c | 17 ++++--
8 files changed, 132 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.