Re: [PATCH v3 1/4] xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate

2020-09-08 Thread Steffen Klassert
On Fri, Sep 04, 2020 at 08:49:38AM +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 > > Fixes: 9b42c1f179a6 ("xfrm: Extend the output_mark to support input direction > and masking."

[PATCH v3 1/4] xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate

2020-09-03 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 Fixes: 9b42c1f179a6 ("xfrm: Extend the output_mark to support input direction and masking.") Signed-off-by: Antony Antony --- net/xfrm/xfrm_state.c | 1 + 1 file