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]
Message-ID: <YZYd5N29dc6KRhye@alley>
Date:   Thu, 18 Nov 2021 10:33:24 +0100
From:   Petr Mladek <pmladek@...e.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Sergey Senozhatsky <senozhatsky@...omium.org>,
        Steven Rostedt <rostedt@...dmis.org>,
        John Ogness <john.ogness@...utronix.de>,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Rasmus Villemoes <linux@...musvillemoes.dk>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Nicholas Piggin <npiggin@...il.com>,
        Peter Zijlstra <peterz@...radead.org>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] printk for 5.16 fixup

Linus,

please pull a printk two fixes from

  git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-5.16-fixup

=================================

- Try to flush backtraces from other CPUs also on the local one.
  It was a regression caused by printk_safe buffers removal.

- Remove header dependency warning.

----------------------------------------------------------------
Andy Shevchenko (1):
      printk: Remove printk.h inclusion in percpu.h

Nicholas Piggin (1):
      printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces

Petr Mladek (1):
      Merge branch 'rework/printk_safe-removal' into for-linus

 arch/powerpc/kernel/watchdog.c | 6 ++++++
 include/linux/percpu.h         | 1 -
 include/linux/printk.h         | 4 ++++
 kernel/printk/printk.c         | 5 +++++
 lib/nmi_backtrace.c            | 6 ++++++
 5 files changed, 21 insertions(+), 1 deletion(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ