On Thu, Nov 22, 2018 at 10:43:21PM +0800, Herbert Xu wrote: > On Wed, Nov 21, 2018 at 09:09:23PM +0100, Mathias Krause wrote: > > > > -- >8 -- > > > > Subject: [PATCH] xfrm_user: fix freeing of xfrm states on acquire > > > > Commit 565f0fa902b6 ("xfrm: use a dedicated slab cache for struct > > xfrm_state") moved xfrm state objects to use their own slab cache. > > However, it missed to adapt xfrm_user to use this new cache when > > freeing xfrm states. > > > > Fix this by introducing and make use of a new helper for freeing > > xfrm_state objects. > > > > Fixes: 565f0fa902b6 ("xfrm: use a dedicated slab cache for struct > > xfrm_state") > > Reported-by: Pan Bian <bianpan2...@163.com> > > Cc: <sta...@vger.kernel.org> # v4.18+ > > Signed-off-by: Mathias Krause <mini...@googlemail.com> > > Acked-by: Herbert Xu <herb...@gondor.apana.org.au>
Applied, thanks everyone!