This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9fb67d643f6f Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm [...] new dfb4a6f2191a tracing: Avoid memory leak in predicate_parse() new 9e82b4a91d46 Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm [...] new 3fda9b33d608 selftests/ftrace: Make a script checkbashisms clean new 4a075bd4e13f selftests/ftrace: Add checkbashisms meta-testcase new d51f1f14870a selftests/harness: Allow test to configure timeout new eff82a263b5c selftests: rtc: rtctest: specify timeouts new 2b28601d62b0 Merge tag 'linux-kselftest-5.2-rc3' of git://git.kernel.or [...] new 096ea522e84e doc: Cope with Sphinx logging deprecations new 2404dad1f67f doc: Cope with the deprecation of AutoReporter new 8867f6109b84 docs: fix numaperf.rst and add it to the doc tree new f35a1abd9e7a lib/list_sort: fix kerneldoc build error new bbb30909e0fd docs: fix multiple doc build warnings in enumeration.rst new 3bc808846471 docs: Fix conf.py for Sphinx 2.0 new 77d09ad9dc51 scripts/sphinx-pre-install: make it handle Sphinx versions new 551bd3368a7b drm/i915: Maintain consistent documentation subsection ordering new bec7550cca10 Merge tag 'docs-5.2-fixes2' of git://git.lwn.net/linux
The 16 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/admin-guide/mm/index.rst | 1 + Documentation/admin-guide/mm/numaperf.rst | 2 +- Documentation/conf.py | 2 +- Documentation/firmware-guide/acpi/enumeration.rst | 2 +- Documentation/sphinx/kerneldoc.py | 44 ++++++++--- Documentation/sphinx/kernellog.py | 28 +++++++ Documentation/sphinx/kfigure.py | 40 +++++----- drivers/gpu/drm/i915/i915_reg.h | 6 +- drivers/gpu/drm/i915/intel_workarounds.c | 2 +- kernel/trace/trace_events_filter.c | 8 +- lib/list_sort.c | 3 +- scripts/sphinx-pre-install | 86 ++++++++++++++++++++-- tools/testing/selftests/ftrace/ftracetest | 1 + .../ftrace/test.d/kprobe/kprobe_ftrace.tc | 2 +- .../selftests/ftrace/test.d/selftest/bashisms.tc | 21 ++++++ tools/testing/selftests/kselftest_harness.h | 17 +++-- tools/testing/selftests/rtc/rtctest.c | 6 +- 17 files changed, 217 insertions(+), 54 deletions(-) create mode 100644 Documentation/sphinx/kernellog.py create mode 100644 tools/testing/selftests/ftrace/test.d/selftest/bashisms.tc