[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190215142015.860423791@goodmis.org>
Date: Fri, 15 Feb 2019 09:20:15 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 0/2] [GIT PULL] tracing: Two more fixes
Linus,
Two more tracing fixes
- Have kprobes not use copy_from_user to access kernel addresses
as this is now considered a security issue.
- Put back the entries counter in the tracing output that was accidentally
removed.
Please pull the latest trace-v5.0-rc4-2 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v5.0-rc4-2
Tag SHA1: bf7473622f886c893f828195c0e7febc0b6c7e1f
Head SHA1: 177a0fd380f825734f0307d6c5d4da5a0a9445ce
Changbin Du (1):
kprobe: Do not use uaccess functions to access kernel memory
Quentin Perret (1):
tracing: Fix number of entries in trace header
----
kernel/trace/trace.c | 2 ++
kernel/trace/trace_kprobe.c | 10 +---------
2 files changed, 3 insertions(+), 9 deletions(-)
Powered by blists - more mailing lists