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(-)

Reply via email to