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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 20 Dec 2018 14:27:40 +0100
From:   Petr Mladek <pmladek@...e.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
        Steven Rostedt <rostedt@...dmis.org>,
        Peter Zijlstra <peterz@...radead.org>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] printk for 4.21

Linus,

please pull the latest printk changes from

  git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk tags/printk-for-4.21

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

- Keep spinlocks busted until the end of panic()

- Fix races between calculating number of messages that would fit
  into user space buffers, filling the buffers, and switching
  printk.time parameter

- Some code clean up

----------------------------------------------------------------
Sergey Senozhatsky (1):
      panic: avoid deadlocks in re-entrant console drivers

Tetsuo Handa (3):
      printk: Make printk_emit() local function.
      printk: fix printk_time race.
      printk: Remove print_prefix() calls with NULL buffer.

 include/linux/printk.h |   5 --
 kernel/panic.c         |   6 ++-
 kernel/printk/printk.c | 131 ++++++++++++++++++++++++-------------------------
 3 files changed, 68 insertions(+), 74 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ