Re: [PATCH] net: udp: Fix wrong clean up for IS_UDPLITE macro

From: David Miller
Date: Tue Jul 21 2020 - 18:42:39 EST


From: linmiaohe <linmiaohe@xxxxxxxxxx>
Date: Tue, 21 Jul 2020 17:11:44 +0800

> From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
>
> We can't use IS_UDPLITE to replace udp_sk->pcflag when UDPLITE_RECV_CC is
> checked.
>
> Fixes: b2bf1e2659b1 ("[UDP]: Clean up for IS_UDPLITE macro")
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Applied and queued up for -stable, thanks.