openEuler patches
Andi Kleen (1): perf stat: Add a new --quiet option to 'perf stat'
Chris Packham (1): i2c: mpc: Make use of i2c_recover_bus()
Desmond Cheong Zhi Xi (1): drm: Lock pointer access in drm_master_release()
Jiri Olsa (1): bpf: Forbid trampoline attach for functions with variable arguments
Kees Cook (1): proc: Track /proc/$pid/attr/ opener mm_struct
Liangyan (1): tracing: Correct the length check which causes memory corruption
Steven Rostedt (VMware) (1): ftrace: Do not blindly read the ip address in ftrace_bug()
mpiglet (1): arm64/mpam: add return value check for acpi_get_table()
wenzhiwei11 (1): arm64/mpam: fix the problem that the ret variable is not initialized
yin-xiujiang (1): arm64/mpam: fix device_errcode out of bounds
arch/arm64/kernel/mpam/mpam_ctrlmon.c | 2 +- arch/arm64/kernel/mpam/mpam_device.c | 2 +- drivers/acpi/arm64/mpam.c | 2 +- drivers/gpu/drm/drm_auth.c | 3 ++- drivers/i2c/busses/i2c-mpc.c | 18 ++++++++++++++++-- fs/proc/base.c | 9 ++++++++- kernel/bpf/btf.c | 12 ++++++++++++ kernel/trace/ftrace.c | 8 +++++++- kernel/trace/trace.c | 2 +- tools/perf/Documentation/perf-stat.txt | 4 ++++ tools/perf/builtin-stat.c | 6 +++++- tools/perf/util/stat.h | 1 + 12 files changed, 59 insertions(+), 10 deletions(-)