lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 22 Jun 2018 21:20:35 -0400
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/5] [GIT PULL] tracing: A few fixes and a clean up


Linus,

This contains a few fixes and a clean up.

 - A bad merge caused an "endif" to go in the wrong place in
     scripts/Makefile.build
 - Softirq tracing fix for tracing that corrupts lockdep and causes a false
     splat
 - Histogram documentation typo fixes
 - Fix a bad memory reference when passing in no filter to the filter code
 - Simplify code by using the swap macro instead of open coding the swap

Please pull the latest trace-v4.18-rc1 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.18-rc1

Tag SHA1: 50d890b32aae88f43b04fe477d9a00db564e78e9
Head SHA1: ed7d40bc67b8353c677b38c6cdddcdc310c0f452


Greg Thelen (1):
      tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount

Gustavo A. R. Silva (1):
      tracing: Use swap macro in update_max_tr

Joel Fernandes (Google) (2):
      softirq: Reorder trace_softirqs_on to prevent lockdep splat
      tracing: Fix some errors in histogram documentation

Steven Rostedt (VMware) (1):
      tracing: Check for no filter when processing event filters

----
 Documentation/trace/histogram.txt  | 23 ++++++++++++-----------
 kernel/softirq.c                   |  6 +++++-
 kernel/trace/trace.c               |  6 +-----
 kernel/trace/trace_events_filter.c | 10 +++++++++-
 scripts/Makefile.build             |  2 +-
 5 files changed, 28 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ