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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d0bb8ed2 0: good: binutils-gcc-linux: all
new c9e438d1 0: good: 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 (d0bb8ed2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 126 +-
02-prepare_abe/console.log | 86 +-
03-build_abe-binutils/console.log | 10041 ++++---
04-build_abe-stage1/console.log | 18478 ++++++-------
05-build_linux/console.log | 22493 ++++++++--------
06-boot_linux/console.log | 2 +-
console.log | 51300 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 51261 insertions(+), 51277 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 771acc7e4a6e Bluetooth: btusb: request wake pin with NOAUTOEN
new e33c1b992377 apparmor: Restore Y/N in /sys for apparmor's "enabled"
new 6a8aae68c873 virtio_pci: fix a NULL pointer reference in vp_del_vqs
new 5e9642a2e14c MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
new cf94db219053 virtio: Honour 'may_reduce_num' in vring_create_virtqueue
new ed79cc87302b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
The 5 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:
MAINTAINERS | 15 +++++++++++-
drivers/virtio/virtio_pci_common.c | 8 ++++---
drivers/virtio/virtio_ring.c | 2 ++
include/linux/virtio_ring.h | 2 +-
security/apparmor/lsm.c | 49 +++++++++++++++++++++++++++++++++++++-
5 files changed, 70 insertions(+), 6 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 clang-tools-extra.
from 4732eca4 [clangd] Fix non-indexing of builtin functions like printf wh [...]
new 30ab88e1 clangd: fix the build with XPC
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:
clangd/ClangdLSPServer.h | 1 +
1 file changed, 1 insertion(+)
--
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 7604f64a6f0 [InstCombine] ssubo X, C -> saddo X, -C
new bea42108cfa [InstCombine] Handle ssubo always overflow
new a943056482f [AsmPrinter] refactor to remove remove AsmVariant. NFC
new 8b8d171265e add FIXME: as per echristo
The 3 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:
include/llvm/CodeGen/AsmPrinter.h | 6 ++--
include/llvm/CodeGen/MachineInstr.h | 2 ++
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 36 ++++++++------------
lib/Target/AArch64/AArch64AsmPrinter.cpp | 12 +++----
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 3 +-
lib/Target/ARM/ARMAsmPrinter.cpp | 8 ++---
lib/Target/ARM/ARMAsmPrinter.h | 6 ++--
lib/Target/AVR/AVRAsmPrinter.cpp | 14 +++-----
lib/Target/BPF/BPFAsmPrinter.cpp | 10 ++----
lib/Target/Hexagon/HexagonAsmPrinter.cpp | 4 +--
lib/Target/Hexagon/HexagonAsmPrinter.h | 6 ++--
lib/Target/Lanai/LanaiAsmPrinter.cpp | 4 +--
lib/Target/MSP430/MSP430AsmPrinter.cpp | 9 ++---
lib/Target/Mips/MipsAsmPrinter.cpp | 7 ++--
lib/Target/Mips/MipsAsmPrinter.h | 6 ++--
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 10 +++---
lib/Target/NVPTX/NVPTXAsmPrinter.h | 6 ++--
lib/Target/PowerPC/PPCAsmPrinter.cpp | 10 ++----
lib/Target/RISCV/RISCVAsmPrinter.cpp | 19 +++--------
lib/Target/Sparc/SparcAsmPrinter.cpp | 11 +++----
lib/Target/SystemZ/SystemZAsmPrinter.cpp | 5 +--
lib/Target/SystemZ/SystemZAsmPrinter.h | 6 ++--
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 13 ++------
lib/Target/WebAssembly/WebAssemblyAsmPrinter.h | 6 ++--
lib/Target/X86/X86AsmPrinter.cpp | 38 +++++++++++-----------
lib/Target/X86/X86AsmPrinter.h | 6 ++--
lib/Target/XCore/XCoreAsmPrinter.cpp | 19 +++++------
lib/Transforms/InstCombine/InstCombineCompares.cpp | 6 ++--
test/Transforms/InstCombine/with_overflow.ll | 5 +--
30 files changed, 111 insertions(+), 185 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-aarch64-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from c7d4d52a98 Automatic date update in version.in
adds 4ceffef931 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6a81c575 0: good: binutils-gcc-linux: all
new 7761ff01 0: good: binutils-4ceffef9312f76cf5374e3392feabc3d481b26cf: 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 (6a81c575)
\
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 | 162 +-
02-prepare_abe/console.log | 198 +-
03-build_abe-binutils/console.log | 10744 ++++++++--------
04-build_abe-stage1/console.log | 12009 +++++++++---------
05-build_linux/console.log | 917 +-
06-boot_linux/console.log | 2 +-
console.log | 24077 +++++++++++++++++++-----------------
jenkins/manifest.sh | 12 +-
8 files changed, 25020 insertions(+), 23101 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.