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-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 6dfc004112 gdb/testsuite: Fix typos in infcall-nested-structs.c
adds c2c440a903 Move declaration of varobjdebug to header
adds 26344e0c53 Include gdbtk.h to avoid declarations
adds 863a974ed2 Automatic date update in version.in
adds b0531efe2e Updated traditional Chinese translation for the binutils/ su [...]
adds e168da45a2 bfd/dwarf2.c: fix assertion failure in comp_unit_hash_info
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 +
bfd/dwarf2.c | 4 +-
bfd/version.h | 2 +-
binutils/ChangeLog | 4 +
binutils/po/zh_TW.po | 9454 +++++++++++++++++++++++++++++++++++---------------
gdb/ChangeLog | 11 +
gdb/main.c | 7 +-
gdb/mi/mi-cmd-var.c | 2 -
gdb/varobj.c | 2 +-
gdb/varobj.h | 5 +
10 files changed, 6776 insertions(+), 2721 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a2721d22 0: update: binutils-gcc-linux: all
new ffac9167 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 (a2721d22)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 216 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11615 ++++++------
04-build_abe-stage1/console.log | 20317 ++++++++++-----------
05-build_linux/console.log | 2312 +--
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 34770 ++++++++++++++++++------------------
jenkins/manifest.sh | 19 +-
10 files changed, 34902 insertions(+), 34803 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 9892f9f6cf83 Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesk [...]
new 48f9bcf91461 net: sctp: Rename fallthrough label to unhandled
new 294f69e662d1 compiler_attributes.h: Add 'fallthrough' pseudo keyword fo [...]
new b9918bdcac1f Documentation/process: Add fallthrough pseudo-keyword
new 6a297c90efa6 HID: hyperv: Use in-place iterator API in the channel callback
new 83b50f83a968 Drivers: hv: vmbus: Fix harmless building warnings without [...]
new 56c642e2aa1c Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...]
new c7c4e29fb5a4 scripts: add_namespace: Fix coccicheck failed
new bf70b0503abd module: swap the order of symbol.namespace
new 389eb3f5f4ab modpost: fix broken sym->namespace for external module builds
new fa6643cdc5cd module: rename __kstrtab_ns_* to __kstrtabns_* to avoid sy [...]
new d85103ac78a6 kbuild: fix build error of 'make nsdeps' in clean tree
new 40997fb8799d nsdeps: fix hashbang of scripts/nsdeps
new df6f0987e55f nsdeps: make generated patches independent of locale
new fcfacb9f8374 doc: move namespaces.rst from kbuild/ to core-api/
new c6f6ebd77ce1 Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/p [...]
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:
Documentation/core-api/index.rst | 1 +
.../symbol-namespaces.rst} | 0
Documentation/process/coding-style.rst | 2 +-
Documentation/process/deprecated.rst | 33 +++++++++----
MAINTAINERS | 1 +
Makefile | 2 +-
drivers/hid/hid-hyperv.c | 56 ++++------------------
drivers/hv/vmbus_drv.c | 6 +++
include/linux/compiler_attributes.h | 17 +++++++
include/linux/export.h | 10 ++--
net/sctp/sm_make_chunk.c | 12 ++---
scripts/coccinelle/misc/add_namespace.cocci | 2 +
scripts/mod/modpost.c | 29 +++++------
scripts/nsdeps | 4 +-
14 files changed, 90 insertions(+), 85 deletions(-)
rename Documentation/{kbuild/namespaces.rst => core-api/symbol-namespaces.rst} (100%)
--
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 7ad6da17a [lldb] Mark import-std-module/empty-module as libc++ test
new a3db4615a IOHandler: fall back on File::Read if a FILE* isn't available.
new fb386ad2b [lldb] Fix python packages install path
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:
CMakeLists.txt | 2 +-
include/lldb/Core/IOHandler.h | 1 +
.../test/python_api/file_handle/TestFileHandle.py | 7 +-
source/Core/IOHandler.cpp | 171 ++++++++++++---------
4 files changed, 106 insertions(+), 75 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 0c1a69279ef Support _Decimal* keywords for C2x.
new 58ae78df8be 2019-10-11 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/array.c | 21 ++++++++++++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr92019.f90 | 9 +++++++++
4 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr92019.f90
--
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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0a2fef81 0: update: llvm-linux: 16
new 002ebca0 0: update: llvm-linux: 16
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 (0a2fef81)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 60 +-
02-build_llvm/console.log | 12325 +++++++++++++++++------------------
03-build_linux/console.log | 850 +--
05-check_regression/console.log | 44 +-
06-update_baseline/console.log | 8 +-
console.log | 13287 +++++++++++++++++++-------------------
jenkins/manifest.sh | 15 +-
7 files changed, 13305 insertions(+), 13284 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.