This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e3f259d33c0e Merge tag 'i2c-for-6.0-rc2' of git://git.kernel.org/pub/sc [...] new d8a64313c171 tracing: React to error return from traceprobe_parse_event_name() new 7249921d94ff tracing/perf: Fix double put of trace event when init fails new c3b0f72e805f ftrace: Fix NULL pointer dereference in is_ftrace_trampoli [...] new 2673c60ee67e tracing/eprobes: Do not allow eprobes to use $stack, or % [...] new 02333de90e59 tracing/eprobes: Do not hardcode $comm as a string new f04dec93466a tracing/eprobes: Fix reading of string fields new 6a832ec3d680 tracing/eprobes: Have event probes be consistent with kpro [...] new ab8384442ee5 tracing/probes: Have kprobes and uprobes use $COMM too new b2380577d4fe tracing: Have filter accept "common_cpu" to be consistent new 7fb312d2256d Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/s [...] new 8924779df820 x86/kprobes: Fix JNG/JNLE emulation new 4f61f842d199 Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org [...] new b0a4ab7ca4ce iommu/hyper-v: Use helper instead of directly accessing affinity new e260cfe6fb50 irqchip/loongson-eiointc: Fix irq affinity setting new 54cfa910b443 irqchip/loongson-eiointc: Fix a build warning new fda7409a8fcf irqchip/loongson-pch-pic: Move find_pch_pic() into CONFIG_ACPI new 7e4fd7a1a6fd irqchip/loongarch: Fix irq_domain_alloc_fwnode() abuse new a9084d888fba irqchip/loongson-liointc: Fix an error handling path in li [...] new 57646d6769f1 Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pu [...] new 4daa6a81c07c Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/ [...]
The 20 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: arch/loongarch/include/asm/irq.h | 1 - arch/x86/kernel/kprobes/core.c | 2 +- drivers/iommu/hyperv-iommu.c | 4 +- drivers/irqchip/irq-loongarch-cpu.c | 2 +- drivers/irqchip/irq-loongson-eiointc.c | 13 +++-- drivers/irqchip/irq-loongson-liointc.c | 4 +- drivers/irqchip/irq-loongson-pch-msi.c | 2 +- drivers/irqchip/irq-loongson-pch-pic.c | 40 +++++++-------- kernel/trace/ftrace.c | 10 ++++ kernel/trace/trace_eprobe.c | 93 +++++++++++++++++++++++++++++++--- kernel/trace/trace_event_perf.c | 7 +-- kernel/trace/trace_events.c | 1 + kernel/trace/trace_probe.c | 29 +++++++---- 13 files changed, 154 insertions(+), 54 deletions(-)