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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c1fd71ba5 0: update: llvm-linux: boot
new 9771d9d80 0: update: llvm-linux: boot
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 (c1fd71ba5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 166 +-
02-build_llvm/console.log | 11993 ++++++++++++++++++------------------
03-build_linux/console.log | 808 +--
06-update_baseline/console.log | 25 -
console.log | 12992 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12982 insertions(+), 13010 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 78409abb65e [APInt] Fix getBitsNeeded for INT_MIN values
new e30b1c0c22a [IR][Patternmatch] Add m_SpecificInt_ULT() predicate
new 40b63d7e123 [InstCombine] Shift amount reassociation (PR42391)
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:
include/llvm/IR/PatternMatch.h | 14 +++++
lib/Transforms/InstCombine/InstCombineShifts.cpp | 48 +++++++++++++++++
.../InstCombine/shift-amount-reassociation.ll | 60 +++++-----------------
unittests/IR/PatternMatch.cpp | 21 ++++++++
4 files changed, 95 insertions(+), 48 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 01305db842e1 Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/user [...]
new 471a739a47aa PCI: PM: Avoid skipping bus-level PM on platforms without ACPI
new 2407e486066b Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/lin [...]
new 18df7577adae efi/memreserve: deal with memreserve entries in unmapped memory
new a483fcab38b4 efi/bgrt: Drop BGRT status field reserved bits check
new 919aef44d73d x86/efi: fix a -Wtype-limits compilation warning
new 975a6166a858 efibc: Replace variable set function in notifier call
new 48c7d73b2362 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/lin [...]
new a7211bc9f3d5 Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...]
new db56c5128e66 irqchip/irq-csky-mpintc: Support auto irq deliver to all cpus
new eb737b8f4460 irqchip/ti-sci-inta: Fix kernel crash if irq_create_fwspec [...]
new 6d4d367d0e9f irqchip/mips-gic: Use the correct local interrupt map registers
new a050fa5476d4 irqchip/gic-v3-its: Fix command queue pointer comparison bug
new a52548dd0491 Merge tag 'irqchip-5.2-2' of git://git.kernel.org/pub/scm/ [...]
new eed7d30e126d Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...]
new 085ebfe937d7 perf/core: Fix perf_sample_regs_user() mm check
new 913a90bc5a3a perf/ioctl: Add check for the sample_period value
new e321d02db87a perf/x86: Disable extended registers for non-supported PMUs
new 90d424915ab6 perf/x86/regs: Check reserved bits
new dce86ac75d77 perf/x86: Clean up PEBS_XMM_REGS
new cd6b984f6d8c perf/x86: Remove pmu->pebs_no_xmm_regs
new 8b12b812f536 perf/x86/regs: Use PERF_REG_EXTENDED_MASK
new 57103eb7c6ca Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...]
new 5423f5ce5ca4 x86/microcode: Fix the microcode load on CPU hotplug for real
new 32f010deab57 x86/resctrl: Prevent possible overrun during bitmap operations
new ea136a112d89 x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz
new 81c7ed296dcd x86/boot/64: Fix crash if kernel image crosses page table [...]
new c1887159eb48 x86/boot/64: Add missing fixup_pointer() for next_early_pg [...]
new 432c833218dd x86/mm: Handle physical-virtual alignment mismatch in phys [...]
new c1f7fec1eb6a x86/speculation: Allow guests to use SSBD even if host does not
new 83f44ae0f8af perf/x86: Always store regs->ip in perf_callchain_kernel()
new ae6a45a08689 x86/unwind/orc: Fall back to using frame pointers for gene [...]
new 728254541ebc Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 32 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/mips/include/asm/mips-gic.h | 30 +++++++++++++++++++++++++
arch/x86/events/core.c | 16 ++++++-------
arch/x86/events/intel/ds.c | 9 ++++----
arch/x86/events/perf_event.h | 21 +----------------
arch/x86/include/uapi/asm/perf_regs.h | 3 +++
arch/x86/kernel/apic/apic.c | 3 ++-
arch/x86/kernel/cpu/bugs.c | 11 ++++++++-
arch/x86/kernel/cpu/microcode/core.c | 15 ++++++++-----
arch/x86/kernel/cpu/resctrl/rdtgroup.c | 35 +++++++++++++----------------
arch/x86/kernel/head64.c | 20 +++++++++--------
arch/x86/kernel/perf_regs.c | 7 ++++--
arch/x86/kernel/unwind_orc.c | 26 +++++++++++++++++----
arch/x86/mm/init_64.c | 24 +++++++++++---------
arch/x86/platform/efi/quirks.c | 2 +-
drivers/firmware/efi/efi-bgrt.c | 5 -----
drivers/firmware/efi/efi.c | 12 ++++++++--
drivers/firmware/efi/efibc.c | 12 +++++-----
drivers/irqchip/irq-csky-mpintc.c | 15 +++++++++++--
drivers/irqchip/irq-gic-v3-its.c | 35 ++++++++++++++++++++---------
drivers/irqchip/irq-mips-gic.c | 4 ++--
drivers/irqchip/irq-ti-sci-inta.c | 4 ++--
drivers/pci/pci-driver.c | 8 +++----
include/linux/perf_event.h | 1 +
include/linux/perf_regs.h | 8 +++++++
include/linux/suspend.h | 26 +++++++++++++++++++--
kernel/events/core.c | 23 ++++++++++++++-----
kernel/power/suspend.c | 3 +++
tools/arch/x86/include/uapi/asm/perf_regs.h | 3 +++
tools/perf/arch/x86/include/perf_regs.h | 1 -
tools/perf/arch/x86/util/perf_regs.c | 4 ++--
30 files changed, 257 insertions(+), 129 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 d6d75955939 [LFTR] Fix post-inc pointer IV with truncated exit count (PR41998)
new 78409abb65e [APInt] Fix getBitsNeeded for INT_MIN values
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/Support/APInt.cpp | 5 ++++-
unittests/ADT/APIntTest.cpp | 17 +++++++++++++++--
2 files changed, 19 insertions(+), 3 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/base-artifacts.
discards 1e39e23fd 0: update: binutils-gcc-linux: boot
new bccca85c6 0: update: binutils-gcc-linux: boot
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 (1e39e23fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 139 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10770 ++++++------
04-build_abe-stage1/console.log | 20063 +++++++++++-----------
05-build_linux/console.log | 606 +-
06-boot_linux/console.log | 478 +-
console.log | 32515 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 32511 insertions(+), 32510 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-defconfig
in repository toolchain/ci/gcc.
from a905c9f2922 Daily bump.
adds 7d79d463358 PR tree-optimization/90949 * tree-ssa-copy.c (fini_copy_p [...]
adds a9de850ca20 Daily bump.
adds 15d7f426252 * gcc-interface/decl.c (set_nonaliased_component_on_array_ [...]
adds f71e317afb9 * gcc-interface/trans.c (mark_visited_r): Set TYPE_SIZES_G [...]
new 61f34a55a51 * gcc-interface/decl.c (gnat_to_gnu_entity): Beep up comme [...]
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/ChangeLog | 9 +++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 25 ++++++++++++-
gcc/ada/gcc-interface/decl.c | 54 +++++++++++++++++++--------
gcc/ada/gcc-interface/trans.c | 3 +-
gcc/testsuite/ChangeLog | 15 ++++++++
gcc/testsuite/gcc.c-torture/execute/pr90949.c | 42 +++++++++++++++++++++
gcc/testsuite/gnat.dg/specs/array5.ads | 9 +++++
gcc/testsuite/gnat.dg/specs/array5_pkg1.ads | 14 +++++++
gcc/testsuite/gnat.dg/specs/array5_pkg2-g.ads | 13 +++++++
gcc/testsuite/gnat.dg/specs/array5_pkg2.ads | 5 +++
gcc/tree-ssa-copy.c | 11 +++---
gcc/tree-ssanames.c | 7 +++-
13 files changed, 183 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr90949.c
create mode 100644 gcc/testsuite/gnat.dg/specs/array5.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/array5_pkg1.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/array5_pkg2-g.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/array5_pkg2.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.