diff options
| author | Kuniyuki Iwashima <kuniyu@google.com> | 2026-03-01 01:17:24 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-03-03 05:49:40 +0300 |
| commit | 2c698bab294aa273dacd8d6b72db1d79ef994385 (patch) | |
| tree | dbbde5311653b49ab56eefe43c1f577d4d1c3b89 /include/linux | |
| parent | 295a17b3eae97910c2664e7905a903b483c4089c (diff) | |
| download | linux-2c698bab294aa273dacd8d6b72db1d79ef994385.tar.xz | |
ipmr: Convert ipmr_rtm_dumproute() to RCU.
ipmr_rtm_dumproute() calls mr_table_dump() or mr_rtm_dumproute(),
and mr_rtm_dumproute() finally calls mr_table_dump().
mr_table_dump() calls the passed function, _ipmr_fill_mroute().
_ipmr_fill_mroute() is a wrapper of ipmr_fill_mroute() to cast
struct mr_mfc * to struct mfc_cache *.
ipmr_fill_mroute() can be already called safely under RCU.
Let's convert ipmr_rtm_dumproute() to RCU.
Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260228221800.1082070-7-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
