mbox series

[ipsec-next,0/7] xfrm: add extack support to some more message types

Message ID cover.1668507420.git.sd@queasysnail.net (mailing list archive)
Headers show
Series xfrm: add extack support to some more message types | expand

Message

Sabrina Dubroca Nov. 24, 2022, 2:43 p.m. UTC
This is the last part of my extack work for xfrm, adding extack
messages to the last remaining operations: NEWSPDINFO, ALLOCSPI,
MIGRATE, NEWAE, DELSA, EXPIRE.

The first patch does a few clean ups on code that will be changed
later on it the series.

Sabrina Dubroca (7):
  xfrm: a few coding style clean ups
  xfrm: add extack to xfrm_add_sa_expire
  xfrm: add extack to xfrm_del_sa
  xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len
  xfrm: add extack to xfrm_do_migrate
  xfrm: add extack to xfrm_alloc_userspi
  xfrm: add extack to xfrm_set_spdinfo

 include/net/xfrm.h     |  8 ++--
 net/key/af_key.c       |  6 +--
 net/xfrm/xfrm_policy.c | 33 ++++++++++++-----
 net/xfrm/xfrm_state.c  | 21 ++++++++---
 net/xfrm/xfrm_user.c   | 84 ++++++++++++++++++++++++++++++------------
 5 files changed, 109 insertions(+), 43 deletions(-)

Comments

Steffen Klassert Nov. 26, 2022, 10:35 a.m. UTC | #1
On Thu, Nov 24, 2022 at 03:43:37PM +0100, Sabrina Dubroca wrote:
> This is the last part of my extack work for xfrm, adding extack
> messages to the last remaining operations: NEWSPDINFO, ALLOCSPI,
> MIGRATE, NEWAE, DELSA, EXPIRE.
> 
> The first patch does a few clean ups on code that will be changed
> later on it the series.
> 
> Sabrina Dubroca (7):
>   xfrm: a few coding style clean ups
>   xfrm: add extack to xfrm_add_sa_expire
>   xfrm: add extack to xfrm_del_sa
>   xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len
>   xfrm: add extack to xfrm_do_migrate
>   xfrm: add extack to xfrm_alloc_userspi
>   xfrm: add extack to xfrm_set_spdinfo

Series applied, thanks Sabrina!