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 3fecaf5e 0: update: binutils-gcc-linux: all
new 41424918 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 (3fecaf5e)
\
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 | 130 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11069 ++++----
04-build_abe-stage1/console.log | 15168 ++++++-----
05-build_linux/console.log | 22552 ++++++++--------
06-boot_linux/console.log | 2 +-
console.log | 49418 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 49396 insertions(+), 49393 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-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 15a29943 2: update: llvm-linux: 25
new fe006713 2: update: llvm-linux: 25
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 (15a29943)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 130 +-
02-build_llvm/console.log | 11636 ++++++++++++++++++------------------
03-build_linux/console.log | 560 +-
06-update_baseline/console.log | 86 +-
console.log | 12412 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12418 insertions(+), 12414 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 e01e060fe00d Merge tag 'platform-drivers-x86-v5.2-3' of git://git.infra [...]
new f3c74b38a55a RAS/CEC: Fix binary search function
new 0ade0b6240c4 RAS/CEC: Convert the timer callback to a workqueue
new f763cf8e47d3 Merge branch 'ras-urgent-for-linus' of git://git.kernel.or [...]
new cda03a9a7be6 clocksource/drivers/timer-ti-dm: Change to new style declaration
new 5d6168fc61b7 clocksource/drivers/arm_arch_timer: Don't trace count read [...]
new 6cb3dd75b00e Merge tag 'timers-v5.2-rc1' of https://git.linaro.org/peop [...]
new e3ff9c3678b4 timekeeping: Repair ktime_get_coarse*() granularity
new efba92d58fa3 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...]
new 8e41f8726dcf mm/vmalloc: Fix calculation of direct map addr range
new 31e67340cc65 mm/vmalloc: Avoid rare case of flushing TLB with weird arguments
new e35faeb64146 x86/CPU: Add more Icelake model numbers
new b81ff1013eb8 x86/fpu: Use fault_in_pages_writeable() for pre-faulting
new 00e5a2bbcc31 x86/mm/KASLR: Compute the size of the vmemmap section properly
new aab8445c4e1c x86/fpu: Update kernel's FPU state before using for the fs [...]
new 87d3aa28f345 x86/resctrl: Don't stop walking closids when a locksetup g [...]
new c7563e62a6d7 x86/resctrl: Prevent NULL pointer dereference when local M [...]
new 71ab8323cc35 x86/kgdb: Return 0 from kgdb_arch_set_breakpoint()
new 8d3289f2fa1e x86/fpu: Don't use current->mm to check for a kthread
new f3176ec9420d x86/kasan: Fix boot with 5-level paging and KASAN
new 78f4e932f776 x86/microcode, cpuhotplug: Add a microcode loader CPU hotp [...]
new 963172d9c7e8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 21 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/x86/include/asm/fpu/internal.h | 6 +--
arch/x86/include/asm/intel-family.h | 3 ++
arch/x86/kernel/cpu/microcode/core.c | 2 +-
arch/x86/kernel/cpu/resctrl/monitor.c | 3 ++
arch/x86/kernel/cpu/resctrl/rdtgroup.c | 7 ++-
arch/x86/kernel/fpu/core.c | 2 +-
arch/x86/kernel/fpu/signal.c | 16 +++----
arch/x86/kernel/kgdb.c | 2 +-
arch/x86/mm/kasan_init_64.c | 2 +-
arch/x86/mm/kaslr.c | 11 ++++-
drivers/clocksource/arm_arch_timer.c | 8 ++--
drivers/clocksource/timer-ti-dm.c | 2 +-
drivers/ras/cec.c | 80 ++++++++++++++++++----------------
include/linux/cpuhotplug.h | 1 +
kernel/time/timekeeping.c | 5 ++-
mm/vmalloc.c | 14 +++---
16 files changed, 95 insertions(+), 69 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 58b383765e5 AMDGPU: Be explicit about whether the high-word in SI_PC_AD [...]
new 6435d005d68 AMDGPU: Prepare for explicit absolute relocations in code g [...]
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:
include/llvm/MC/MCExpr.h | 2 ++
lib/MC/MCExpr.cpp | 4 ++++
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 13 ++++++++++---
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 8 ++++++--
lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +++-
lib/Target/AMDGPU/SIInstrInfo.h | 7 +++++--
test/CodeGen/MIR/AMDGPU/target-flags.mir | 4 +++-
7 files changed, 33 insertions(+), 9 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 d116e8400b5 AMDGPU/GFX10: Support DLC bit in llvm.amdgcn.s.buffer.load [...]
new 58b383765e5 AMDGPU: Be explicit about whether the high-word in SI_PC_AD [...]
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:
lib/Target/AMDGPU/SIISelLowering.cpp | 17 ++++++++++++-----
lib/Target/AMDGPU/SIInstrInfo.cpp | 5 +----
lib/Target/AMDGPU/SIInstructions.td | 7 ++++++-
test/CodeGen/AMDGPU/llvm.memcpy.ll | 2 +-
.../CodeGen/AMDGPU/no-initializer-constant-addrspace.ll | 2 +-
5 files changed, 21 insertions(+), 12 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.
from 26f9de1643 [analyzer] Push correct version of 'Track indices of arrays'
new 7a3c0f5ad1 [analyzer] ReturnVisitor: more portable test case
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/Analysis/inlining/placement-new-fp-suppression.cpp | 3 +--
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 395f9c9114 Replace uses of concat with xstrdup
new c497330687 Write index for dwz -m file
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:
gdb/ChangeLog | 23 +++
gdb/dwarf-index-cache.c | 31 +++-
gdb/dwarf-index-write.c | 272 +++++++++++++++++++--------------
gdb/dwarf-index-write.h | 13 +-
gdb/dwarf2read.c | 32 +---
gdb/dwarf2read.h | 38 +++++
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.dwarf2/gdb-index.exp | 15 ++
8 files changed, 280 insertions(+), 150 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-stable-allnoconfig
in repository toolchain/ci/gcc.
from 93fd8418745 Daily bump.
adds ec223ee4b39 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 15660a4de7 Automatic date update in version.in
adds 599d81557b 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.