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-next-allnoconfig in repository toolchain/ci/qemu.
from 41192db338 Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machi [...] adds 593621f36b readline: Fix possible array index out of bounds in readline [...] adds e551455f1e Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/b [...] new 6745c8a01f trace: Send "-d trace:help" output to stdout new c05012a365 tracetool: add output filename command-line argument new 294170c1dd tracetool: add out_lineno and out_next_lineno to out() new 4e66c9ef64 tracetool: add input filename and line number to Event new 7fb48c0ee1 tracetool: show trace-events filename/lineno in fmt string errors new 74a0a6fcec Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/t [...]
The 6 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: docs/devel/tracing.txt | 3 ++- meson.build | 3 +-- scripts/tracetool.py | 12 +++++---- scripts/tracetool/__init__.py | 53 ++++++++++++++++++++++++++++++++----- scripts/tracetool/backend/ftrace.py | 4 +++ scripts/tracetool/backend/log.py | 4 +++ scripts/tracetool/backend/syslog.py | 4 +++ trace/control.c | 12 ++++----- trace/control.h | 3 ++- trace/meson.build | 21 +++++---------- util/readline.c | 3 +++ 11 files changed, 86 insertions(+), 36 deletions(-)