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: Mon, 29 Jan 2024 15:56:33 -0800
From: Boqun Feng <boqun.feng@...il.com>
To: linux-kernel@...r.kernel.org,
	rcu@...r.kernel.org
Cc: Boqun Feng <boqun.feng@...il.com>
Subject: [PATCH 0/8] Misc RCU update for v6.9

Hi,

This series contains miscellaneous updates and fixes from RCU v6.9.
You can also find the series at:

	https://github.com/fbq/linux.git rcu-misc.2024.01.29a

The detailed list of the changes:

Frederic Weisbecker (2):
  rcu: Rename jiffies_till_flush to jiffies_lazy_flush
  hrtimer: Report offline hrtimer enqueue

Jiri Wiesner (1):
  clocksource: Skip watchdog check for large watchdog intervals

Joel Fernandes (Google) (1):
  srcu: Improve comments about acceleration leak

Onkarnath (1):
  rcu/sync: remove un-used rcu_sync_enter_start function

Paul E. McKenney (2):
  tsc: Check for sockets instead of CPUs to make code match comment
  rcutorture: Suppress rtort_pipe_count warnings until after stalls

Qais Yousef (1):
  rcu: Provide a boot time parameter to control lazy RCU

 .../admin-guide/kernel-parameters.txt         |  5 ++++
 arch/x86/kernel/tsc.c                         |  2 +-
 include/linux/hrtimer.h                       |  3 ++-
 include/linux/rcu_sync.h                      |  1 -
 kernel/rcu/Kconfig                            | 13 ++++++++++
 kernel/rcu/rcu.h                              |  8 +++---
 kernel/rcu/rcuscale.c                         |  6 ++---
 kernel/rcu/rcutorture.c                       | 13 +++++++---
 kernel/rcu/srcutree.c                         | 24 +++++++++++++++---
 kernel/rcu/sync.c                             | 16 ------------
 kernel/rcu/tree.c                             |  7 +++++-
 kernel/rcu/tree_nocb.h                        | 22 ++++++++--------
 kernel/time/clocksource.c                     | 25 ++++++++++++++++++-
 kernel/time/hrtimer.c                         |  3 +++
 14 files changed, 101 insertions(+), 47 deletions(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ