This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 9c87c9f41245 Merge tag 'arm-soc-fixes-v5.10-2' of git://git.kernel.org/ [...]
new c583bcb8f5ed rcu: Don't invoke try_invoke_on_locked_down_task() with ir [...]
new 9dacf44c3837 Merge branch 'urgent-fixes' of git://git.kernel.org/pub/sc [...]
new e24a87b54ef3 perf lock: Correct field name "flags"
new b0e5a05cc9e3 perf lock: Don't free "lock_seq_stat" if read_count isn't zero
new db1a8b97a0a3 tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies u [...]
new db2ac2e49e56 perf test: Fix a typo in cs-etm testing
new dd94ac807a5e perf test: Update branch sample pattern for cs-etm
new 1c756cd429d8 perf inject: Fix file corruption due to event deletion
new 568beb27959b perf test: Avoid an msan warning in a copied stack.
new be1dd6692adb Merge tag 'perf-tools-fixes-for-v5.10-2020-11-17' of git:/ [...]
new 31b4d8e172f6 MIPS: export has_transparent_hugepage() for modules
new 61a2f1aecf60 MIPS: kernel: Fix for_each_memblock conversion
new ac3b57adf87a MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu
new ed129cd75ac1 Merge tag 'mips_fixes_5.10_1' of git://git.kernel.org/pub/ [...]
new ce9dfafe29be s390: fix system call exit path
new 966e7ea43448 s390: update defconfigs
new 78d732e1f326 s390/cpum_sf.c: fix file permission for cpum_sfb_size
new 111e91a6df50 Merge tag 's390-5.10-4' of git://git.kernel.org/pub/scm/li [...]
The 18 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/alchemy/common/clock.c | 9 ++++++++-
arch/mips/kernel/setup.c | 6 +++---
arch/mips/mm/tlb-r4k.c | 1 +
arch/s390/configs/debug_defconfig | 1 +
arch/s390/kernel/entry.S | 2 ++
arch/s390/kernel/perf_cpum_sf.c | 2 +-
kernel/rcu/tree_stall.h | 22 +++++++++++++++++-----
tools/arch/x86/lib/memcpy_64.S | 8 +++-----
tools/arch/x86/lib/memset_64.S | 11 ++++++-----
tools/perf/arch/x86/tests/dwarf-unwind.c | 7 +++++++
tools/perf/bench/mem-memcpy-x86-64-asm.S | 3 +++
tools/perf/bench/mem-memset-x86-64-asm.S | 3 +++
tools/perf/builtin-inject.c | 12 +-----------
tools/perf/builtin-lock.c | 4 ++--
tools/perf/tests/shell/test_arm_coresight.sh | 4 ++--
tools/perf/util/include/linux/linkage.h | 7 +++++++
16 files changed, 67 insertions(+), 35 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-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards f7351bab7 0: update: llvm-linux: boot
new 9eb3abe95 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 (f7351bab7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 22 +-
02-build_llvm/console.log | 12652 +++++++++++++++++-----------------
03-build_linux/console.log | 656 +-
04-boot_linux/console.log | 492 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13826 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13830 insertions(+), 13830 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-arm-lts-allyesconfig
in repository toolchain/ci/gcc.
from a27067c70b7 Put PREFETCHW back to march=broadwell
adds 6abef270285 Daily bump.
adds c52868904b7 PR target/97682 - Fix to reuse t1 register between call add [...]
adds 9d65095e725 AArch64: Fix overflow in memcopy expansion on aarch64.
adds 7e785f4c764 AArch64: Skip test for pr97535 on ILP32 since it can't expr [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 +
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 13 ++-
gcc/config/riscv/riscv.c | 23 ++--
gcc/config/riscv/riscv.h | 6 +-
gcc/testsuite/g++.target/riscv/pr97682.C | 160 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr97535.c | 16 +++
gcc/testsuite/gcc.target/riscv/interrupt-3.c | 4 +-
gcc/testsuite/gcc.target/riscv/interrupt-4.c | 4 +-
9 files changed, 212 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.target/riscv/pr97682.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97535.c
--
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-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b3da03175 0: update: binutils-gcc-linux: all
new 14427b238 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 (b3da03175)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 190 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11171 ++++++-----
04-build_abe-stage1/console.log | 18100 +++++++++---------
05-build_linux/console.log | 868 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 22 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30801 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30793 insertions(+), 30815 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-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e4b060c47 0: update: binutils-gcc-linux: boot
new eeca2f392 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 (e4b060c47)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 171 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11508 ++++++------
04-build_abe-stage1/console.log | 15297 ++++++++--------
05-build_linux/console.log | 508 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 27934 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 27876 insertions(+), 28012 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-arm-mainline-allmodconfig
in repository toolchain/ci/gcc.
from a27067c70b7 Put PREFETCHW back to march=broadwell
adds 6abef270285 Daily bump.
adds c52868904b7 PR target/97682 - Fix to reuse t1 register between call add [...]
adds 9d65095e725 AArch64: Fix overflow in memcopy expansion on aarch64.
adds 7e785f4c764 AArch64: Skip test for pr97535 on ILP32 since it can't expr [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 +
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 13 ++-
gcc/config/riscv/riscv.c | 23 ++--
gcc/config/riscv/riscv.h | 6 +-
gcc/testsuite/g++.target/riscv/pr97682.C | 160 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr97535.c | 16 +++
gcc/testsuite/gcc.target/riscv/interrupt-3.c | 4 +-
gcc/testsuite/gcc.target/riscv/interrupt-4.c | 4 +-
9 files changed, 212 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.target/riscv/pr97682.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97535.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.