diff options
author | Ildar Ismagilov <devix84@gmail.com> | 2018-01-31 22:39:53 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-02-21 03:21:11 +0300 |
commit | a35d13ec3686612b17771bf1abcad75d2ebd42ef (patch) | |
tree | 4a01547083b852f276e2601a2ce23ac76808ede4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cb4081cd4e0c9fd88d186553edcc78e1bbb96ce6 (diff) | |
download | linux-a35d13ec3686612b17771bf1abcad75d2ebd42ef.tar.xz |
srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap
SRCU checks each srcu_data structure's grace-period number for counter
wrap four times per cycle by default. This frequency guarantees that
normal comparisons will detect potential wrap. However, the expedited
grace-period number is not checked. The consquences are not too horrible
(a failure to expedite a grace period when requested), but it would be
good to avoid such things. This commit therefore adds this check to
the expedited grace-period number.
Signed-off-by: Ildar Ismagilov <devix84@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions