From: Li RongQing <[email protected]>
Date: Tue, 20 Aug 2019 13:52:47 +0800
> in ip_mc_inc_group, memory allocation flag, not mcast mode, is expected
> by __ip_mc_inc_group
>
> similar issue in __ip_mc_join_group, both mcase mode and gfp_t are needed
> here, so use ____ip_mc_inc_group(...)
>
> Fixes: 9fb20801dab4 ("net: Fix ip_mc_{dec,inc}_group allocation context")
> Signed-off-by: Li RongQing <[email protected]>
> Signed-off-by: Florian Fainelli <[email protected]>
> Signed-off-by: Zhang Yu <[email protected]>
> ---
> v1-->v2:
> fixes "Fixes tag"
> use ____ip_mc_inc_group in __ip_mc_join_group
Applied and queued up for -stable, thanks.