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>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 17 Oct 2018 15:49:39 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     linux-kernel@...r.kernel.org
Cc:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Ingo Molnar <mingo@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 0/2] [GIT PULL] tracing: Two fixes for 4.19


Linus (aka Greg),

This fixes two bugs:

 - Fix size mismatch of tracepoint array

 - Have preemptirq test module use same clock source of the selftest

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


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.19-rc8

Tag SHA1: 3a6f9f3dd0418408f594c295e3b8ff6d3528460f
Head SHA1: 12ad0cb2123aed30241a14792ef5bef9efcccbcd


Mathieu Desnoyers (1):
      tracepoint: Fix tracepoint array element size mismatch

Steven Rostedt (VMware) (1):
      tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c

----
 include/linux/module.h               |  3 ++-
 include/linux/tracepoint-defs.h      |  6 ++++++
 include/linux/tracepoint.h           | 36 +++++++++++++++++++++++-------------
 kernel/trace/preemptirq_delay_test.c | 10 +++++-----
 kernel/tracepoint.c                  | 24 ++++++++----------------
 5 files changed, 44 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ