lkml.org 
[lkml]   [2017]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [xfrm] xfrm: Added the auth and enc update support in "state update"
On Fri, Mar 03, 2017 at 03:53:39PM +0530, trajaraman@mvista.com wrote:
> From: Thiruvadi rajaraman <trajaraman@mvista.com>
>
> Updated the xfrm state update process to update the
> Authendication and Encryption keys.
>
> Signed-off-by: Thiruvadi rajaraman <trajaraman@mvista.com>
> ---
> net/xfrm/xfrm_state.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c
> index 419bf5d..6b15447 100644
> --- a/net/xfrm/xfrm_state.c
> +++ b/net/xfrm/xfrm_state.c
> @@ -1388,6 +1388,12 @@ int xfrm_state_update(struct xfrm_state *x)
> memcpy(&x1->lft, &x->lft, sizeof(x1->lft));
> x1->km.dying = 0;
>
> + /* To update Authendication and Encryption keys */
> + x1->aalg = kmemdup(x->aalg, xfrm_alg_auth_len(x->aalg),
> + GFP_KERNEL);
> + x1->ealg = kmemdup(x->ealg, xfrm_alg_len(x->ealg),
> + GFP_KERNEL);

Please explain why you need this and which bug it fixes.
Please write this into the commit message. The commit
message should explain why this change is needed in the
first place. Also please align you patch to common coding
style.

Thanks!

\
 
 \ /
  Last update: 2017-03-07 11:33    [W:0.041 / U:1.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site