Re: [PATCH 1/3] xfrm: clone XFRMA_SET_MARK during xfrm_do_migrate

2020-08-24 Thread Steffen Klassert
On Thu, Aug 20, 2020 at 08:11:58PM +0200, Antony Antony wrote: > XFRMA_SET_MARK and XFRMA_SET_MARK_MASK was not cloned from the old > to the new. Migrate these two attributes during XFRMA_MSG_MIGRATE > > Signed-off-by: Antony Antony Please add a 'Fixes' tag so that this can be backported properl

[PATCH 1/3] xfrm: clone XFRMA_SET_MARK during xfrm_do_migrate

2020-08-20 Thread Antony Antony
XFRMA_SET_MARK and XFRMA_SET_MARK_MASK was not cloned from the old to the new. Migrate these two attributes during XFRMA_MSG_MIGRATE Signed-off-by: Antony Antony --- net/xfrm/xfrm_state.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index 6952