[PATCH 0/3] crypto/rcu: suppress unnecessary CPU stall warnings

Robert Elliott posted 3 patches 3 years, 3 months ago
.../RCU/Design/Requirements/Requirements.rst  |   6 +-
Documentation/RCU/stallwarn.rst               |  19 ++-
arch/parisc/kernel/process.c                  |   2 +-
crypto/tcrypt.c                               | 113 +++++++++++++++---
drivers/tty/sysrq.c                           |   4 +-
include/linux/rcupdate.h                      |   8 +-
kernel/rcu/rcu.h                              |  11 +-
kernel/rcu/tree_exp.h                         |  22 ++--
kernel/rcu/tree_stall.h                       |  18 +--
kernel/rcu/update.c                           |  11 +-
10 files changed, 160 insertions(+), 54 deletions(-)
[PATCH 0/3] crypto/rcu: suppress unnecessary CPU stall warnings
Posted by Robert Elliott 3 years, 3 months ago
Suppress RCU CPU stall warnings during tcrypt speed tests.

Robert Elliott (3):
  rcu: genericize RCU stall suppression functions
  rcu: print first CPU on expedited stall line
  crypto: tcrypt - suppress RCU stall warnings during speed tests

 .../RCU/Design/Requirements/Requirements.rst  |   6 +-
 Documentation/RCU/stallwarn.rst               |  19 ++-
 arch/parisc/kernel/process.c                  |   2 +-
 crypto/tcrypt.c                               | 113 +++++++++++++++---
 drivers/tty/sysrq.c                           |   4 +-
 include/linux/rcupdate.h                      |   8 +-
 kernel/rcu/rcu.h                              |  11 +-
 kernel/rcu/tree_exp.h                         |  22 ++--
 kernel/rcu/tree_stall.h                       |  18 +--
 kernel/rcu/update.c                           |  11 +-
 10 files changed, 160 insertions(+), 54 deletions(-)

-- 
2.38.1