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, 5 Oct 2022 11:57:20 +0200
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>,
        Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
        Thomas Gleixner <tglx@...utronix.de>, Jan Kara <jack@...e.cz>,
        Peter Zijlstra <peterz@...radead.org>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] printk for 6.1

Hi Linus,

please pull the latest printk changes from

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

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

- Initialize pointer hashing using the system workqueue. It avoids
  taking locks in printk()/vsprintf() code path.

- Misc code clean up.

----------------------------------------------------------------
Jian Shen (1):
      lib/vnsprintf: add const modifier for param 'bitmap'

Petr Mladek (2):
      Merge branch 'for-6.1-hash-pointer-init' into for-linus
      Merge branch 'rework/kthreads' into for-linus

Sebastian Andrzej Siewior (2):
      lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().
      lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.

Thomas Gleixner (5):
      printk: Make pr_flush() static
      printk: Declare log_wait properly
      printk: Remove write only variable nr_ext_console_drivers
      printk: Remove bogus comment vs. boot consoles
      printk: Mark __printk percpu data ready __ro_after_init

 fs/proc/kmsg.c         |  2 --
 include/linux/printk.h |  7 -------
 include/linux/syslog.h |  3 +++
 kernel/printk/printk.c | 19 ++++---------------
 lib/vsprintf.c         | 51 +++++++++++++++++++++++++++-----------------------
 5 files changed, 35 insertions(+), 47 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ