This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from c2101d018264 Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/sc [...]
new ea9e57d06e48 xen: Make XEN_BACKEND selectable by DomU
new af320de90ec8 xen/balloon: Grammar s/Is it/It is/
new 2ac2a7d4d9ff xen: fix race in xen_qlock_wait()
new a856531951dc xen: make xen_qlock_wait() nestable
new 7deecbda3026 xen/pvh: increase early stack size
new 3aa6c19d2f38 xen/balloon: Support xend-based toolstack
new f1db0050483c xen: remove redundant 'default n' from Kconfig
new 769d6bfc74c1 add myself as reviewer for Xen support in Linux
new e6111161c0a0 xen/pvh: don't try to unplug emulated devices
new 7a048cec598e xen: drop writing error messages to xenstore
new 5b4c0d87de2d Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.or [...]
new 18858511fd8a tracing: Return -ENOENT if there is no target synthetic event
new 0d0352d8b3d6 selftests/ftrace: Fix synthetic event test to delete event [...]
new f4267b3604a8 Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/ [...]
new d6b183eda466 tracing/kprobe: Remove unneeded extra strchr() from create [...]
new 1cc33161a83d uprobes: Support SDT markers having reference count (semaphore)
new 22bad38286d9 uprobes/sdt: Prevent multiple reference counter for same uprobe
new ccea8727dc27 trace_uprobe/sdt: Prevent multiple reference counter for s [...]
new 5a5e3d3ceae2 perf probe: Support SDT markers having reference counter ( [...]
new a6ca88b241d5 trace_uprobe: support reference counter in fd-based uprobe
new 56de76305279 tracing: probeevent: Cleanup print argument functions
new eeb07b061500 tracing: probeevent: Cleanup argument field definition
new 7bfbc63eda08 tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
new 533059281ee5 tracing: probeevent: Introduce new argument fetching code
new f451bc89d835 tracing: probeevent: Unify fetch type tables
new 9178412ddf5a tracing: probeevent: Return consumed bytes of dynamic area
new 0a46c8549f8c tracing: probeevent: Append traceprobe_ for exported function
new 9b960a38835f tracing: probeevent: Unify fetch_insn processing common part
new 60c2e0cebfd0 tracing: probeevent: Add symbol type
new 40b53b771806 tracing: probeevent: Add array type support
new 3c88ee194c28 x86: ptrace: Add function argument access API
new a1303af5d79e tracing: probeevent: Add $argN for accessing function args
new f3f58935edbc tracing/uprobes: Fix to return -EFAULT if copy_from_user failed
new 59158ec4aef7 tracing/kprobes: Check the probe on unloaded module correctly
new a6682814f371 tracing/kprobes: Allow kprobe-events to record module symbol
new bf173ca92da9 tracing: probeevent: Fix uninitialized used of offset in p [...]
new da387e5c930f tracing: Export trace_dump_stack to modules
new a2acce536921 tracing: Have stack tracer trace full stack
new 343a9f35409b Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/li [...]
The 39 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/kprobetrace.rst | 23 +-
MAINTAINERS | 1 +
arch/Kconfig | 7 +
arch/x86/Kconfig | 1 +
arch/x86/include/asm/ptrace.h | 38 ++
arch/x86/xen/platform-pci-unplug.c | 4 +
arch/x86/xen/spinlock.c | 33 +-
arch/x86/xen/xen-pvh.S | 2 +-
drivers/xen/Kconfig | 13 +-
drivers/xen/xen-balloon.c | 13 +-
drivers/xen/xenbus/xenbus_client.c | 6 +-
include/linux/trace_events.h | 3 +-
include/linux/uprobes.h | 5 +
kernel/events/core.c | 49 +-
kernel/events/uprobes.c | 278 ++++++++-
kernel/trace/trace.c | 12 +-
kernel/trace/trace_event_perf.c | 7 +-
kernel/trace/trace_events_hist.c | 4 +-
kernel/trace/trace_kprobe.c | 412 +++++--------
kernel/trace/trace_probe.c | 672 ++++++++++-----------
kernel/trace/trace_probe.h | 289 +++------
kernel/trace/trace_probe_tmpl.h | 216 +++++++
kernel/trace/trace_stack.c | 2 +-
kernel/trace/trace_uprobe.c | 255 ++++----
tools/perf/util/probe-event.c | 39 +-
tools/perf/util/probe-event.h | 1 +
tools/perf/util/probe-file.c | 34 +-
tools/perf/util/probe-file.h | 1 +
tools/perf/util/symbol-elf.c | 46 +-
tools/perf/util/symbol.h | 7 +
.../trigger-synthetic-event-createremove.tc | 12 +-
31 files changed, 1478 insertions(+), 1007 deletions(-)
create mode 100644 kernel/trace/trace_probe_tmpl.h
--
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 38ad550dd9a [TTI] Fix uses of SK_ExtractSubvector shuffle costs (PR39368)
new 0a9adfeb4f0 [SystemZ] Simplify LRV/STRV ISD nodes
new 92ddcaeaddf [DebugInfo] Define base function on DWARFDie reverse iterators
new e446f79b59c Fix printing bug in pdb2yaml.
new b79937c9738 [DAG] Add const variants for BaseIndexOffset functions.
The 4 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/CodeGen/SelectionDAGAddressAnalysis.h | 11 +++---
include/llvm/DebugInfo/DWARF/DWARFDie.h | 4 +++
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 7 ++--
lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 2 +-
lib/Target/SystemZ/SystemZISelLowering.cpp | 12 +++----
lib/Target/SystemZ/SystemZISelLowering.h | 14 ++------
lib/Target/SystemZ/SystemZInstrInfo.td | 19 +++++-----
lib/Target/SystemZ/SystemZOperators.td | 42 ++++++++++++----------
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 4 +++
9 files changed, 60 insertions(+), 55 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 compiler-rt.
from 1c4210ad2 Disable ASan test asan_and_llvm_coverage_test for NetBSD
new 11eafdd46 Mark interception_failure_test with XFAIL for NetBSD
new 7ce5daddb Cast the return value of _Unwind_GetIP() to uptr
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:
lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc | 2 +-
test/asan/TestCases/interception_failure_test.cc | 2 +-
2 files changed, 2 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allnoconfig
in repository toolchain/binutils-gdb.
from 80e24d0986 Revert "GDBSERVER: Listen on a unix domain (instead of TCP) [...]
adds 9c3adfb9a4 Automatic date update in version.in
adds fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
adds c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 9 +++++++++
gdb/common/offset-type.h | 18 +-----------------
gdb/main.c | 6 +++++-
sim/erc32/ChangeLog | 6 ++++++
sim/erc32/configure | 10 +++++-----
sim/erc32/configure.ac | 9 ++++-----
7 files changed, 31 insertions(+), 29 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-allyesconfig
in repository toolchain/binutils-gdb.
from fde907c18c Automatic date update in version.in
adds 8081781f5b 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.