From: Steffen Klassert <[email protected]> Date: Tue, 18 Dec 2018 11:37:31 +0100
> > 1) Fix error return code in xfrm_output_one() > when no dst_entry is attached to the skb. > From Wei Yongjun. > > 2) The xfrm state hash bucket count reported to > userspace is off by one. Fix from Benjamin Poirier. > > 3) Fix NULL pointer dereference in xfrm_input when > skb_dst_force clears the dst_entry. > > 4) Fix freeing of xfrm states on acquire. We use a > dedicated slab cache for the xfrm states now, > so free it properly with kmem_cache_free. > From Mathias Krause. > > Please pull or let me know if there are problems. Pulled, thank you!
