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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 20 Oct 2009 09:39:20 +0100 From: Catalin Marinas <catalin.marinas@....com> To: Rusty Russell <rusty@...tcorp.com.au> Cc: linux-kernel@...r.kernel.org, Zdenek Kabelac <zdenek.kabelac@...il.com> Subject: Re: [PATCH 2/4] kmemleak: Scan the _ftrace_events section in modules Rusty Russell <rusty@...tcorp.com.au> wrote: > On Tue, 20 Oct 2009 01:19:29 am Catalin Marinas wrote: >> This section contains pointers to allocated objects and not scanning it >> leads to false positives. > > Thanks, applied. Want me to push this for 2.6.32? This patch requires 1/4 to be applied as it changes the kmemleak API a bit, so it won't even compile on its own. I can push them both together with your ack for the second. I'm not sure whether API changes make sense during -rc releases, I was more thinking of pushing the patches for 2.6.33. For the current kernel, I could send you patch with the current API, though calling kmemleak_scan_area() for _ftrace_events is a bit ugly. Thanks. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists