Hello! This series replaces uses of rcu_swap_protected() with rcu_replace(). A later patch will remove rcu_swap_protected(). 1. Upgrade rcu_swap_protected() to rcu_replace(). 2-10. Replace calls to rcu_swap_protected() with rcu_replace(). Changes from v1: o Added security/safesetid patch. o Changed the name from rcu_replace() to rcu_replace_pointer() based on feedback from Ingo Molnar. Thanx, Paul ------------------------------------------------------------------------ arch/x86/kvm/pmu.c | 4 ++-- drivers/gpu/drm/i915/gem/i915_gem_context.c | 2 +- drivers/scsi/scsi.c | 4 ++-- drivers/scsi/scsi_sysfs.c | 8 ++++---- fs/afs/vl_list.c | 4 ++-- include/linux/rcupdate.h | 18 ++++++++++++++++++ kernel/bpf/cgroup.c | 4 ++-- net/core/dev.c | 4 ++-- net/core/sock_reuseport.c | 4 ++-- net/netfilter/nf_tables_api.c | 5 +++-- net/sched/act_api.c | 2 +- net/sched/act_csum.c | 4 ++-- net/sched/act_ct.c | 3 ++- net/sched/act_ctinfo.c | 4 ++-- net/sched/act_ife.c | 2 +- net/sched/act_mirred.c | 4 ++-- net/sched/act_mpls.c | 2 +- net/sched/act_police.c | 6 +++--- net/sched/act_sample.c | 4 ++-- net/sched/act_skbedit.c | 4 ++-- net/sched/act_tunnel_key.c | 4 ++-- net/sched/act_vlan.c | 2 +- security/safesetid/securityfs.c | 4 ++-- 23 files changed, 61 insertions(+), 41 deletions(-)