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, 26 Feb 2018 13:52:19 -0800
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/20] Miscellaneous fixes

Hello!

This series provides miscellaneous fixes:

1.	Remove unnecessary spinlock in rcu_boot_init_percpu_data(),
	courtesy of Lihao Liang.

2.	Eliminate NO_HZ_FULL_ALL, instead relying on the nohz_full
	kernel boot parameter.

3.	Fix CPU offload boot message when no CPUs are offloaded.

4.	Fix typo in rcutorture documentation, courtesy of Lihao Liang.

5.	Fix typo in the rcu_head structure's comments,courtesy of Lihao
	Liang.

6.	Call touch_nmi_watchdog() while printing stall warnings,
	courtesy of Tejun Heo.

7.	Remove obsolete boost statistics for debugfs.

8-10.	Remove obsolete statistics for debugfs.

11.	More clearly identify grace-period kthread stack dump.

12.	Consolidate rcu.h #ifdefs.

13.	Remove redundant nxttail index macro define, courtesy of
	Liu Changcheng.

14.	Use wrapper for lockdep asserts, courtesy of Matthew Wilcox.

15.	Fix init_rcu_head() comment.

16.	Fix misprint in srcu_funnel_exp_start, courtesy of Ildar Ismagilov.

17.	Add more tracing of expedited grace periods.

18.	Trace expedited GP delays due to transitioning CPUs.

19.	Make expedited RCU CPU selection avoid unnecessary stores.

20.	Create RCU-specific workqueues with rescuers.

							Thanx, Paul

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

 Documentation/timers/NO_HZ.txt                              |    7 -
 include/linux/rcupdate.h                                    |   10 +
 include/linux/types.h                                       |    2 
 include/trace/events/rcu.h                                  |    4 
 kernel/rcu/rcu.h                                            |   38 ++++--
 kernel/rcu/srcutree.c                                       |   12 --
 kernel/rcu/tree.c                                           |   72 ++++--------
 kernel/rcu/tree.h                                           |   36 ------
 kernel/rcu/tree_exp.h                                       |   38 ++++--
 kernel/rcu/tree_plugin.h                                    |   34 +++--
 kernel/time/Kconfig                                         |   10 -
 kernel/time/tick-sched.c                                    |   22 ---
 tools/testing/selftests/rcutorture/configs/rcu/TASKS03      |    1 
 tools/testing/selftests/rcutorture/configs/rcu/TASKS03.boot |    2 
 tools/testing/selftests/rcutorture/configs/rcu/TREE04       |    1 
 tools/testing/selftests/rcutorture/configs/rcu/TREE04.boot  |    2 
 tools/testing/selftests/rcutorture/configs/rcu/TREE07       |    1 
 tools/testing/selftests/rcutorture/doc/rcu-test-image.txt   |    2 
 18 files changed, 128 insertions(+), 166 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ