This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a089e4fed5c5 Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watc [...]
new 9acd8de69d10 function_graph: Support displaying relative timestamp
new 91457c018f15 tracing: Annotate implicit fall through in parse_probe_arg()
new 9399ca21d203 tracing: Annotate implicit fall through in predicate_parse()
new 6c6dbce196c2 tracing: Add comment to predicate_parse() about "&&" or "||"
new 97f0a3bcdf34 tracing: Show more info for funcgraph wakeup tracers
new afbab501c66b tracing: Put a margin between flags and duration for wakeu [...]
new 88d380eb0668 tracing/doc: Add latency tracer funcgraph example
new f52d569f3d92 tracing: Show stacktrace for wakeup tracers
new d325c402964e ring-buffer: Remove unused function ring_buffer_page_len()
new 85acbb21b931 tracing: Change the function format to display function na [...]
new f79b3f338564 ftrace: Allow enabling of filters via index of available_f [...]
new ce59b8e99c2c uprobes: convert uprobe.ref to refcount_t
new e7f0c424d080 tracing: Do not free iter->trace in fail path of tracing_o [...]
new 7d18a10c3167 tracing: Refactor hist trigger action code
new 5032b3818913 tracing: Make hist trigger Documentation better reflect ac [...]
new c3e49506a0f4 tracing: Split up onmatch action data
new 466f4528fbc6 tracing: Generalize hist trigger onmax and save action
new a35873a0993b tracing: Add conditional snapshot
new a3785b7eca8f tracing: Add hist trigger snapshot() action
new fd451a3d9291 tracing: Add hist trigger snapshot() action Documentation
new dff81f559285 tracing: Add hist trigger onchange() handler
new ff0d35e2e1c7 tracing: Add hist trigger onchange() handler Documentation
new e91eefd731d9 tracing: Add alternative synthetic event trace action syntax
new 403726d8180c tracing: Add SPDX license GPL-2.0 license identifier to in [...]
new 146459fe671e tracing: Add hist trigger snapshot() action test case
new 6f6eaa1ebac6 tracing: Add hist trigger onchange() handler test case
new 9c749a1f6e0f tracing: Add alternative synthetic event trace action test case
new a3d86a4ad7e4 tracing: Add hist trigger action 'expected fail' test case
new 1c347a94ca79 tracing: Comment why cond_snapshot is checked outside of m [...]
new 9e5a36a3371f tracing: Fix spelling mistake: "analagous" -> "analogous"
new b689269bd1bb doc: trace: Fix documentation for uprobe_profile
new 83540fbc8812 tracing/perf: Use strndup_user() instead of buggy open-cod [...]
new 745cfeaac09c x86/ftrace: Fix warning and considate ftrace_jmp_replace() [...]
new ed581aaf99be tracing: Use str_has_prefix() in synth_event_create()
new 9f0bbf3115ca tracing: Use strncpy instead of memcpy for string keys in [...]
new 27242c62b141 tracing: Use strncpy instead of memcpy when copying comm f [...]
new 85f726a35e50 tracing: Use strncpy instead of memcpy when copying comm i [...]
new 6cdfa54cd229 Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/lin [...]
new c9f19b67f04c xen: mark expected switch fall-through
new efac6c75dc4b xen-scsiback: mark expected switch fall-through
new 7681f31ec9cd xen/pciback: Don't disable PCI_COMMAND on PCI device reset.
new fa13e665e028 xen/gntdev: Do not destroy context while dma-bufs are in use
new 068e79f4a9d6 xen/gntdev: Check and release imported dma-bufs on close
new 357b4da50a62 x86: respect memory size limiting via mem= parameter
new 1d988ed46543 x86/xen: dont add memory above max allowed allocation
new 85eb278c1899 xen/ACPI: Switch to bitmap_zalloc()
new b1ddd406cd1e xen: remove pre-xen3 fallback handlers
new 201676095dda xen, cpu_hotplug: Prevent an out of bounds access
new 01bd2ac2f55a xen: fix dom0 boot on huge systems
new d14d7f14f177 Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org [...]
The 50 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:
Documentation/trace/ftrace.rst | 89 ++
Documentation/trace/histogram.rst | 316 +++++-
Documentation/trace/uprobetracer.rst | 7 +-
arch/x86/include/asm/xen/hypercall.h | 13 +-
arch/x86/kernel/e820.c | 5 +
arch/x86/kernel/ftrace.c | 42 +-
arch/x86/xen/mmu_pv.c | 13 +-
arch/x86/xen/setup.c | 13 +
drivers/xen/Makefile | 1 -
drivers/xen/cpu_hotplug.c | 2 +-
drivers/xen/fallback.c | 81 --
drivers/xen/gntdev-dmabuf.c | 21 +-
drivers/xen/gntdev-dmabuf.h | 2 +-
drivers/xen/gntdev.c | 2 +-
drivers/xen/xen-acpi-processor.c | 22 +-
drivers/xen/xen-balloon.c | 11 +
drivers/xen/xen-pciback/pciback_ops.c | 2 -
drivers/xen/xen-pciback/xenbus.c | 2 +-
drivers/xen/xen-scsiback.c | 2 +-
include/linux/memory_hotplug.h | 2 +
include/linux/ring_buffer.h | 2 -
include/xen/xen.h | 4 +
kernel/events/uprobes.c | 8 +-
kernel/trace/ftrace.c | 30 +
kernel/trace/ring_buffer.c | 14 -
kernel/trace/trace.c | 223 ++++-
kernel/trace/trace.h | 66 +-
kernel/trace/trace_entries.h | 41 +-
kernel/trace/trace_event_perf.c | 16 +-
kernel/trace/trace_events_filter.c | 7 +
kernel/trace/trace_events_hist.c | 1059 ++++++++++++++------
kernel/trace/trace_functions_graph.c | 30 +-
kernel/trace/trace_irqsoff.c | 2 +-
kernel/trace/trace_probe.c | 1 +
kernel/trace/trace_sched_wakeup.c | 11 +-
mm/memory_hotplug.c | 6 +
.../inter-event/trigger-action-hist-xfail.tc | 30 +
.../inter-event/trigger-extended-error-support.tc | 1 +
.../inter-event/trigger-field-variable-support.tc | 1 +
.../trigger-inter-event-combined-hist.tc | 1 +
.../inter-event/trigger-multi-actions-accept.tc | 1 +
.../inter-event/trigger-onchange-action-hist.tc | 28 +
.../inter-event/trigger-onmatch-action-hist.tc | 1 +
.../trigger-onmatch-onmax-action-hist.tc | 1 +
.../inter-event/trigger-onmax-action-hist.tc | 1 +
.../inter-event/trigger-snapshot-action-hist.tc | 43 +
.../trigger-synthetic-event-createremove.tc | 1 +
...action-hist.tc => trigger-trace-action-hist.tc} | 14 +-
48 files changed, 1747 insertions(+), 544 deletions(-)
delete mode 100644 drivers/xen/fallback.c
create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigg [...]
create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigg [...]
create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigg [...]
copy tools/testing/selftests/ftrace/test.d/trigger/inter-event/{trigger-onmatch-ac [...]
--
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-defconfig
in repository toolchain/ci/base-artifacts.
discards 12c4395 0: good: binutils-gcc-linux: boot
new 7b1d42c 0: good: 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 (12c4395)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3528 ++++++++----------
4-build_abe-stage1/console.log | 3716 +++++++++---------
5-build_linux/console.log | 72 +-
6-boot_linux/console.log | 382 +-
console.log | 7662 ++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
8 files changed, 7099 insertions(+), 8295 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_bmk/llvm-master-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 647a783 0: good: llvm-a135fd5562dd1c29b87bfccedacd285483f2f6ad: -10
new 9aad1a2 0: good: llvm-511066858d44101703d61eded9abf8caff0f9fe0: -10
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 (647a783)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 60 +++++++++++-----------
02-prepare_abe/console.log | 22 ++++----
03-build_abe-binutils/console.log | 18 +++----
11-update_baseline/console.log | 2 +-
console.log | 102 +++++++++++++++++++-------------------
jenkins/manifest.sh | 4 +-
6 files changed, 104 insertions(+), 104 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-stable-defconfig
in repository toolchain/ci/gcc.
from b3934a559ff Daily bump.
adds 028ba83b7ba Backport r268789
adds 7b136bb98ac Backport r268981
adds 4fa11b10fc0 Backport r269492
adds 2ec7b1e9e99 Backport r269558
adds 3e00163d288 PR rtl-optimization/89588 * loop-unroll.c (decide_unroll_ [...]
new 3c765ca937d Daily bump.
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 | 24 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 6 +++++
gcc/input.c | 30 ++++++++++++++++++++++
gcc/loop-unroll.c | 2 +-
gcc/testsuite/ChangeLog | 22 ++++++++++++++++
gcc/testsuite/c-c++-common/unroll-6.c | 9 +++++++
gcc/testsuite/gcc.target/i386/indirect-thunk-7.c | 2 +-
.../gcc.target/i386/indirect-thunk-extern-7.c | 2 +-
.../gcc.target/i386/indirect-thunk-inline-7.c | 2 +-
libcpp/ChangeLog | 19 ++++++++++++++
libcpp/line-map.c | 5 ++++
12 files changed, 120 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/unroll-6.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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 414d8d3 0: good: binutils-gcc-linux: boot
new 76e4124 0: good: 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 (414d8d3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3006 ++++++++---------
4-build_abe-stage1/console.log | 3443 +++++++++----------
5-build_linux/console.log | 25 +-
6-boot_linux/console.log | 388 +--
console.log | 6888 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 6891 insertions(+), 6887 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 lldb.
from 2518f2587 Add a case in SymbolFile{Native,}PDB::TranslateLanguage for Swift
new 755a69287 [CMake] Avoid clang-tablegen-targets dependency when building [...]
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:
cmake/modules/AddLLDB.cmake | 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/llvm-release-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards fc60e71 0: good: llvm-linux: 18988
new 60b17bb 0: good: llvm-linux: 18988
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 (fc60e71)
\
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:
1-reset_artifacts/console.log | 70 +-
2-build_llvm/console.log | 10504 +++++++++++++++++++------------------
3-build_linux/console.log | 438 +-
5-check_regression/console.log | 2 +-
6-update_baseline/console.log | 4 +-
console.log | 11018 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
7 files changed, 11007 insertions(+), 11035 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.