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, 19 Aug 2013 19:41:48 -0700
From:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:	linux-kernel@...r.kernel.org
Cc:	mingo@...e.hu, laijs@...fujitsu.com, dipankar@...ibm.com,
	akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
	josh@...htriplett.org, niv@...ibm.com, tglx@...utronix.de,
	peterz@...radead.org, rostedt@...dmis.org, dhowells@...hat.com,
	edumazet@...gle.com, darren@...art.com, fweisbec@...il.com,
	sbw@....edu
Subject: [PATCH tip/core/rcu 0/9] v2 Fixes for 3.12

Hello!

This series contains a number of miscellaneous fixes:

1.	Switch to expedited grace periods during hibernation and
	suspend/resume operations (courtesy of Borislav Petkov and
	Bjørn Mork).

2.	Make RCU debugobjects fixup actions leak callbacks rather than
	risking corrupting the callback lists.

3.	Propagate above callback leaking to debugobjects's callers.

4.	Make call_rcu() leak callbacks when debugobjects indicates an error.

5.	Avoid needless self-wakeups from the grace-period kthreads.

6.	Make list_first_or_null_rcu() use list_entry_rcu() (courtesy of
	Tejun Heo).

7.	Fix irq_work_queue() build error for TREE_PREEMPT_RCU for some
	configurations (courtesy of James Hogan).

8.	Simplify _rcu_barrier() processing per Linus Torvalds feedback.

9.	Avoid signed-overflow undefined behavior in time_after() and friends.

Changes since v1 (https://lkml.org/lkml/2013/8/17/106):

o	Merge v1 patches 1, 2, and 6 into the new patch 1.

o	Apply other review comments from Josh Triplett.

							Thanx, Paul


 b/include/linux/debugobjects.h |    6 +-
 b/include/linux/jiffies.h      |    8 +--
 b/include/linux/rculist.h      |    5 +-
 b/init/Kconfig                 |    1 
 b/kernel/rcu.h                 |   10 ++--
 b/kernel/rcupdate.c            |  100 -----------------------------------------
 b/kernel/rcutree.c             |   58 +++++++++++++++++++++--
 b/lib/debugobjects.c           |   20 +++++---
 8 files changed, 84 insertions(+), 124 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists