[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <m2ttgdv7qm.fsf@dhcp-9273.meeting.ietf.org>
Date: Thu, 25 Jul 2024 07:56:23 -0700
From: Christian Hopps <chopps@...pps.org>
To: Sabrina Dubroca <sd@...asysnail.net>
Cc: Christian Hopps <chopps@...pps.org>, devel@...ux-ipsec.org, Steffen
Klassert <steffen.klassert@...unet.com>, netdev@...r.kernel.org, Christian
Hopps <chopps@...n.net>
Subject: Re: [PATCH ipsec-next v5 08/17] xfrm: iptfs: add new iptfs xfrm
mode impl
Sabrina Dubroca <sd@...asysnail.net> writes:
> 2024-07-14, 16:22:36 -0400, Christian Hopps wrote:
>> +static int iptfs_create_state(struct xfrm_state *x)
>> +{
>> + struct xfrm_iptfs_data *xtfs;
>> + int err;
>> +
>> + xtfs = kzalloc(sizeof(*xtfs), GFP_KERNEL);
>> + if (!xtfs)
>> + return -ENOMEM;
>> +
>> + err = __iptfs_init_state(x, xtfs);
>> + if (err)
>> + return err;
>
> BTW, I wrote that this was leaking xtfs in my previous review, back in
> March :/
You did indeed -- that was the review you asked for the commit split. I've marked unread that previous email now so I can go over it again and verify I didn't miss anything else.
Thanks,
Chris.
Download attachment "signature.asc" of type "application/pgp-signature" (858 bytes)
Powered by blists - more mailing lists