Re: [PATCH v2] xfrm: Fix incorrect types in assignment

From: Steffen Klassert
Date: Mon Mar 01 2021 - 06:34:19 EST


On Sat, Feb 20, 2021 at 11:18:23AM +0800, Yang Li wrote:
> Fix the following sparse warnings:
> net/xfrm/xfrm_policy.c:1303:22: warning: incorrect type in assignment
> (different address spaces)
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>

Please add a proper 'Fixes' tag so that it can be backported into
the stable trees.

Thanks!