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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 83da6daa 0: update: binutils-gcc-linux: all
new 4ba52b69 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 (83da6daa)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
01-reset_artifacts/console.log | 114 +-
02-prepare_abe/console.log | 374 +-
03-build_abe-binutils/console.log | 11144 ++++++-------
04-build_abe-stage1/console.log | 13723 ++++++++-------
05-build_linux/console.log | 6688 ++++----
06-boot_linux/console.log | 6 +-
console.log | 32139 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 32092 insertions(+), 32114 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 c309b6f24222 Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/li [...]
new 450e5b6f654b ARC: mm: do_page_fault refactor #1: remove label @good_area
new 13e2cc1240eb ARC: mm: do_page_fault refactor #2: remove short lived variable
new 85c5e33763a7 ARC: mm: do_page_fault refactor #3: tidyup vma access perm [...]
new 02c88d142ea6 ARC: mm: do_page_fault refactor #4: consolidate retry rela [...]
new d0542c7eacd5 ARC: mm: do_page_fault refactor #5: scoot no_context to end
new 98cb57ad70fb ARC: mm: do_page_fault refactor #6: error handlers to use [...]
new 5e91bf5ce9b8 ARC: mm: do_page_fault refactor #7: fold the various error [...]
new 926150db8558 ARC: mm: do_page_fault refactor #8: release mmap_sem sooner
new 45869eb0c0af ARCv2: entry: comments about hardware auto-save on taken i [...]
new 23c0cbd0c75c ARCv2: entry: push out the Z flag unclobber from common EX [...]
new ab854bfcd310 ARCv2: entry: avoid a branch
new a4880801a72e ARCv2: entry: rewrite to enable use of double load/stores LDD/STD
new 68e5c6f073bc ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause
new 75370ad44075 ARCv2: entry: simplify return to Delay Slot via interrupt
new 94b8beb972c5 ARC: [haps] Add Virtio support
new fd5de2721ea7 ARC: hide unused function unw_hdr_alloc
new aab128d006e7 ARC: [plat-hsdk]: enable DW SPI controller
new 24a20b0a443f ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfig
new 3eb514866f20 Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/li [...]
The 19 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:
arch/arc/boot/dts/haps_hs.dts | 30 +++
arch/arc/boot/dts/hsdk.dts | 14 ++
arch/arc/configs/haps_hs_defconfig | 5 +-
arch/arc/configs/hsdk_defconfig | 5 +
arch/arc/include/asm/entry-arcv2.h | 361 ++++++++++++++++++-----------------
arch/arc/include/asm/entry-compact.h | 4 +-
arch/arc/include/asm/linkage.h | 18 ++
arch/arc/kernel/asm-offsets.c | 7 +
arch/arc/kernel/entry-arcv2.S | 62 ++----
arch/arc/kernel/entry-compact.S | 2 +-
arch/arc/kernel/entry.S | 4 +-
arch/arc/kernel/unwind.c | 9 +-
arch/arc/mm/fault.c | 185 ++++++++----------
arch/arc/mm/tlbex.S | 11 ++
14 files changed, 377 insertions(+), 340 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 b261aae2976 [WebAssembly] Implement thread-local storage (local-exec model)
new 8a6db15ff25 [TableGen] Add "getOperandType" to get operand types from o [...]
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:
test/TableGen/get-operand-type.td | 40 ++++++++++++++++++++++++
utils/TableGen/InstrInfoEmitter.cpp | 61 ++++++++++++++++++++++++++++++++++---
2 files changed, 97 insertions(+), 4 deletions(-)
create mode 100644 test/TableGen/get-operand-type.td
--
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 lld.
from 1a58e168f Mark new test as requiring an x86 backend for LTO native obje [...]
new 7db859c46 [WebAssembly] Implement thread-local storage (local-exec model)
new a2d223a75 Add REQUIRES: x86 to safeseh-no.s test for x86
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:
test/COFF/safeseh-no.s | 1 +
test/wasm/data-segments.ll | 20 +++++++++---
test/wasm/tls.ll | 81 ++++++++++++++++++++++++++++++++++++++++++++++
wasm/Driver.cpp | 25 ++++++++++++++
wasm/Symbols.cpp | 11 ++++++-
wasm/Symbols.h | 13 ++++++++
wasm/Writer.cpp | 81 +++++++++++++++++++++++++++++++++++++++++++---
7 files changed, 222 insertions(+), 10 deletions(-)
create mode 100644 test/wasm/tls.ll
--
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-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from f83492cd36 Automatic date update in version.in
adds 47069bb706 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_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a4a3493c 0: update: binutils-gcc-linux: all
new bc706bf3 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 (a4a3493c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
01-reset_artifacts/console.log | 158 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10810 +++++++--------
04-build_abe-stage1/console.log | 13987 ++++++++++---------
05-build_linux/console.log | 930 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 39 -
console.log | 26366 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
11 files changed, 26329 insertions(+), 26421 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/llvm-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 068b77d4 3: reset: linux-87a950ef1a9909088b7e9407f7f2db80ad52702f: 17002
new 7ee8e4ac 4: update: linux-e689ed79e479fb754a28957a7a58218893d57cb1: 17094
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 | 167 +-
02-build_llvm/console.log | 11652 +++++++++++++++---------------
03-build_linux/console.log | 2587 +++----
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 50 +
console.log | 14476 ++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 13866 insertions(+), 15098 deletions(-)
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.