Author :
mvs
Date :
2025-07-31 09:05:11
Hash :5a12b7de Message :Unlock ip6_sysctl().
Use temporary local buffer for lockless IO within ip6_sysctl_soiikey().
Use existing `sysctl_lock' rwlock(9) to protect `ip6_soiikey'. Also,
replace temporary `ip_sysctl_lock' with `sysctl_lock' rwlock(9). It was
introduced as temporary to avoid recursive lock acquisition in
ip*_sysctl() until upcoming unlocked. The usage paths are not the hot
paths, no reason to have dedicated locks for them.
ok bluhm