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 31733ae7 0: update: binutils-gcc-linux: all
new 11db513d 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 (31733ae7)
\
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 | 237 +-
02-prepare_abe/console.log | 408 +-
03-build_abe-binutils/console.log | 11518 +++++------
04-build_abe-stage1/console.log | 18176 ++++++++---------
05-build_linux/console.log | 878 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 32 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31269 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 31286 insertions(+), 31264 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 releases/gcc-10
in repository gcc.
from 5a981195bd8 libstdc++: Use correct argument type for __use_alloc, again [...]
new 283b97965ff bpf: use xBPF signed div, mod insns when available
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/config/bpf/bpf.md | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/bpf/diag-sdiv.c | 12 ++++++++++++
gcc/testsuite/gcc.target/bpf/diag-smod.c | 12 ++++++++++++
gcc/testsuite/gcc.target/bpf/xbpf-sdiv-1.c | 14 ++++++++++++++
gcc/testsuite/gcc.target/bpf/xbpf-smod-1.c | 14 ++++++++++++++
5 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/bpf/diag-sdiv.c
create mode 100644 gcc/testsuite/gcc.target/bpf/diag-smod.c
create mode 100644 gcc/testsuite/gcc.target/bpf/xbpf-sdiv-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/xbpf-smod-1.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.
unknown user pushed a change to branch master
in repository gcc.
from 30bf947649e compiler: call runtime.eqtype for non-interface type switch on aix
new 7c8ba5da80d bpf: use xBPF signed div, mod insns when available
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/config/bpf/bpf.md | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/bpf/diag-sdiv.c | 12 ++++++++++++
gcc/testsuite/gcc.target/bpf/diag-smod.c | 12 ++++++++++++
gcc/testsuite/gcc.target/bpf/xbpf-sdiv-1.c | 14 ++++++++++++++
gcc/testsuite/gcc.target/bpf/xbpf-smod-1.c | 14 ++++++++++++++
5 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/bpf/diag-sdiv.c
create mode 100644 gcc/testsuite/gcc.target/bpf/diag-smod.c
create mode 100644 gcc/testsuite/gcc.target/bpf/xbpf-sdiv-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/xbpf-smod-1.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-master-arm-mainline-allmodconfig
in repository toolchain/ci/linux.
from beaeb4f39bc3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds 78edc005f477 rcu-tasks: Prevent complaints of unused show_rcu_tasks_cla [...]
adds 98477740630f Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/ [...]
adds 3031313eb3d5 kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
adds d5e47505e026 ftrace: Free the trampoline when ftrace_startup() fails
adds 478ece9573f0 ftrace: Fix missing synchronize_rcu() removing trampoline [...]
adds 795d6379a47b tracing: Make the space reserved for the pid wider
adds 54fa9ba564b7 ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer
adds 46bbe5c671e0 tracing: fix double free
adds 82d083ab60c3 kprobes: tracing/kprobes: Fix to kill kprobes on initmem a [...]
adds a27026e95b57 bootconfig: init: make xbc_namebuf static
adds eff48ddeab78 Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes:
include/linux/kprobes.h | 5 +++++
init/main.c | 4 +++-
kernel/kprobes.c | 27 +++++++++++++++++++++++++--
kernel/rcu/tasks.h | 2 +-
kernel/trace/ftrace.c | 3 +++
kernel/trace/trace.c | 38 +++++++++++++++++++-------------------
kernel/trace/trace_events_hist.c | 1 -
kernel/trace/trace_output.c | 12 ++++++------
8 files changed, 62 insertions(+), 30 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-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 427234c78b Update the binutils documentation to make it clear the the - [...]
adds db47f2458f Automatic date update in version.in
adds 307f2595dd Linker: If the type is pie the results should be an executab [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++++
ld/emultempl/pe.em | 2 +-
ld/emultempl/pep.em | 2 +-
4 files changed, 9 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8e99738b 2: update: binutils-gcc-linux: 20908
new 670ae61c 2: update: binutils-gcc-linux: 20908
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 (8e99738b)
\
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 | 186 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11641 ++++----
04-build_abe-stage1/console.log | 20725 +++++++--------
05-build_linux/console.log | 9776 +++----
07-check_regression/console.log | 24 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 110 +-
08-update_baseline/results.regressions | 20 +-
console.log | 42894 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 42935 insertions(+), 42923 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_gnu/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 8b0032bb 0: update: gcc-2ec5c131a4ae1f0d9fd057ba9aed97855e992108: 1
new 47231a19 0: update: gcc-132ddcc78c118a6ab52063193462bf2a6dbdae32: 1
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 (8b0032bb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 174 +-
02-prepare_abe/console.log | 322 +-
04-build_abe-bootstrap_O1/console.log | 75000 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 6 +-
console.log | 75486 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 75507 insertions(+), 75491 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.