On Wed, Feb 05, 2025 at 08:20:21PM +0200, Leon Romanovsky wrote:
> From: Leon Romanovsky
>
> SA replay mode is initialized differently for user-space and
> kernel-space users, but the call to xfrm_init_replay() existed in
> common path with boolean protection. That caused to situation where
> we
On Wed, Feb 12, 2025 at 08:30:20PM +0200, Leon Romanovsky wrote:
> On Wed, Feb 12, 2025 at 12:56:48PM +0100, Steffen Klassert wrote:
> > On Wed, Feb 05, 2025 at 08:20:21PM +0200, Leon Romanovsky wrote:
> > > From: Leon Romanovsky
> > >
> > > SA replay mode
On Wed, Feb 19, 2025 at 03:50:56PM +0200, Leon Romanovsky wrote:
> Changelog:
> v1:
> * Changed signature and names of functions which set and clear type_offload
> * Fixed typos
> * Add Zhu's ROB tag
> v0: https://lore.kernel.org/all/cover.1738778580.git.l...@kernel.org
>
> Hi,
>
> This series