This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1566feea450c Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/lin [...] new 543094e19c82 nvdimm/region: always show the 'align' attribute new 901e34905ac5 powerpc: Document details on H_SCM_HEALTH hcall new 97c02c723bce seq_buf: Export seq_buf_printf new b791abf3201d powerpc/papr_scm: Fetch nvdimm health information from PHYP new b5f38f09e155 powerpc/papr_scm: Improve error logging and handling papr_ [...] new f517f7925b7b ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods new d35f18b554be powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTH new 9df24eaef86f Merge branch 'for-5.8/papr_scm' into libnvdimm-for-next new eede2b9b3fe0 Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/ [...] new 4ef57b21d6fb recordmcount: support >64k sections new 6743ad432ec9 kprobes: Suppress the suspicious RCU warning on kprobes new 7e6a71d8e601 kprobes: Use non RCU traversal APIs on kprobe_tables if possible new 1a0aa991a627 kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex new 75ddf64dd276 kprobes: Remove redundant arch_disarm_kprobe() call new 9b38cc704e84 kretprobe: Prevent triggering kretprobe from within kprobe [...] new e9b7b1c0c103 sample-trace-array: Fix sleeping function called from inva [...] new 9fbc01cdba66 sample-trace-array: Remove trace_array 'sample-instance' new 4649079b9de1 tracing: Make ftrace packed events have align of 1 new 48a42f5d1384 trace: Fix typo in allocate_ftrace_ops()'s comment new 3aa8fdc37d16 tracing/probe: Fix memleak in fetch_op_data operations new 69243720c093 tracing: Remove unused event variable in tracing_iter_reset new 4e264ffd9534 proc/bootconfig: Fix to use correct quotes for value new 272da3279df1 tools/bootconfig: Fix to use correct quotes for value new f91cb5b7476a tools/bootconfig: Fix to return 0 if succeeded to show the [...] new 5414251aa2e2 tools/bootconfig: Add testcase for show-command and quotes test new 026bb845b0ff ftrace: Fix maybe-uninitialized compiler warning new 8b6ddd10d678 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm [...]
The 27 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/ABI/testing/sysfs-bus-papr-pmem | 27 ++ Documentation/powerpc/papr_hcalls.rst | 46 ++- arch/powerpc/include/uapi/asm/papr_pdsm.h | 132 ++++++++ arch/powerpc/platforms/pseries/papr_scm.c | 420 +++++++++++++++++++++++++- arch/x86/kernel/kprobes/core.c | 16 +- drivers/nvdimm/region_devs.c | 14 +- fs/proc/bootconfig.c | 15 +- include/linux/kprobes.h | 4 + include/uapi/linux/ndctl.h | 1 + kernel/kprobes.c | 61 +++- kernel/trace/ftrace.c | 12 +- kernel/trace/trace.c | 3 +- kernel/trace/trace.h | 3 + kernel/trace/trace_entries.h | 14 +- kernel/trace/trace_export.c | 16 + kernel/trace/trace_functions.c | 2 +- kernel/trace/trace_probe.c | 4 +- lib/seq_buf.c | 1 + samples/ftrace/sample-trace-array.c | 24 +- scripts/recordmcount.h | 98 +++++- tools/bootconfig/main.c | 24 +- tools/bootconfig/test-bootconfig.sh | 10 + 22 files changed, 857 insertions(+), 90 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-bus-papr-pmem create mode 100644 arch/powerpc/include/uapi/asm/papr_pdsm.h