Hello!

This series provides some SRCU changes:

1.      Remove srcu_read_lock_raw() and srcu_read_unlock_raw().  These
        never did get used, and have not been used for some time, so
        it is time for them to go.

2.      Fix a bug where srcu_read_lock() is not released upon return
        from kvmppc_hv_setup_htab_rma().

Changes from v1: Add Reviewed-bys.

                                                        Thanx, Paul


 b/Documentation/RCU/checklist.txt |    6 -----
 b/Documentation/RCU/torture.txt   |    6 -----
 b/Documentation/RCU/whatisRCU.txt |   22 ++++++-------------
 b/arch/powerpc/kvm/book3s_hv.c    |    2 -
 b/include/linux/srcu.h            |   43 --------------------------------------
 b/kernel/rcutorture.c             |   39 ----------------------------------
 6 files changed, 8 insertions(+), 110 deletions(-)

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

Reply via email to