[firefly] [PATCH 0/2] kernel: rcu: Protecter use of -> jiffies_stall whith ACCESS_ONCE()

Iulia Manda iulia.manda21 at gmail.com
Tue Mar 11 11:01:42 EET 2014


This patchset protects use of jiffies_stall structure field where accessed with
ACCESS_ONCE(). At line 902 this produced build errors, so that remained the unchanged.
Since working on this, also solved some checkpatch.pl warnings of lines over 80
characters (except for function/structure declarations) and the sugested removal of
extern from function declaration in tree.c (made it extern in header).

Iulia Manda (2):
  kernel: rcu: Fix unprotected use of jiffies_stall in tree.c
  kernel: rcu: Make rschead_cpu extern in header.

 kernel/rcu/tree.c |   24 +++++++++++++-----------
 kernel/rcu/tree.h |    4 +++-
 2 files changed, 16 insertions(+), 12 deletions(-)

-- 
1.7.10.4



More information about the firefly mailing list