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, 24 Jul 2017 14:44:25 -0700
From:   "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:     linux-kernel@...r.kernel.org
Cc:     mingo@...nel.org, jiangshanlai@...il.com, dipankar@...ibm.com,
        akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
        josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
        rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
        fweisbec@...il.com, oleg@...hat.com
Subject: [PATCH tip/core/rcu 0/15] General fixes

Hello!

This series contains general fixes:

1.	Make cond_resched() provide RCU quiescent state, which finally
	avoids degrading performance.

2.	Use timer as backstop for NOCB deferred wakeups.

3.	Simplify RCU Kconfig by driving TASKS_RCU directly off of PREEMPT.

4.	Create reasonable API for do_exit() TASKS_RCU processing.

5.	Add TPS() to event-traced strings.

6.	Move rcu.h to new trivial-function style.

7.	Add event tracing to ->gp_tasks update at GP start.

8.	Add idle swait variants which don't contribute to load average,
	courtesy of Luis R. Rodriguez.

9.	Use idle versions of swait to make idle-hack clear, courtesy of
	Luis R. Rodriguez.

10.	Add TPS() protection for _rcu_barrier_trace strings.

11.	Set disable_rcu_irq_enter on rcu_eqs_exit(), courtesy of
	Masami Hiramatsu.

12.	Add assertions verifying blocked-tasks list.

13.	Make rcu_idle_enter() rely on callers disabling irqs, courtesy
	of Peter Zijlstra.

14.	Add warning to rcu_idle_enter() for irqs enabled.

15.	Remove exports from rcu_idle_exit() and rcu_idle_enter().

							Thanx, Paul

------------------------------------------------------------------------

 include/linux/rcupdate.h                                    |   13 
 include/linux/sched.h                                       |    8 
 include/linux/swait.h                                       |   55 +++
 kernel/exit.c                                               |    7 
 kernel/rcu/Kconfig                                          |    3 
 kernel/rcu/rcu.h                                            |  128 +------
 kernel/rcu/rcutorture.c                                     |   17 
 kernel/rcu/tree.c                                           |   75 +---
 kernel/rcu/tree.h                                           |    2 
 kernel/rcu/tree_plugin.h                                    |  211 +++++++-----
 kernel/rcu/update.c                                         |   18 -
 kernel/sched/core.c                                         |    1 
 tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt |    2 
 13 files changed, 276 insertions(+), 264 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ