| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <4BA4C587.60504@iki.fi> Date: Sat, 20 Mar 2010 14:54:31 +0200 From: Timo Teräs <timo.teras@....fi> To: Herbert Xu <herbert@...dor.apana.org.au> CC: netdev@...r.kernel.org, Neil Horman <nhorman@...driver.com> Subject: Re: [PATCH] xfrm: implement basic garbage collection for bundles Herbert Xu wrote: > On Sat, Mar 20, 2010 at 02:42:02PM +0200, Timo Teräs wrote: >> But even if we have the gc_thresh back to 1024 or similar size, >> it is still a good thing to do some basic gc on xfrm bundles so >> that the underlaying rtable dst's can be freed before they end up >> in the dst core list. > > But I'm not sure if a timer-based one really makes sense though. > > If you're worried about stale entries preventing IPv4/IPv6 rt > entries from being collected, perhaps we should invoke the xfrm > GC process from the IPv4/IPv6 GC function? Those are more or less timer based too. I guess it would be better to put to dst core's function then. It can see hanging refs, and call xfrm gc in that case. To even minimize that it would help a lot if xfrm_bundle_ok could release (or swap to dummies) the referenced dst->route and dst->child entries. xfrm_bundle_ok is mostly called for all bundles regularly by xfrm_find_bundle before new ones are created. - Timo -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists