The patch titled Fix leak on /proc/lockdep_stats has been added to the -mm tree. Its filename is fix-leak-on-proc-lockdep_stats.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix leak on /proc/lockdep_stats From: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/lockdep_proc.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/lockdep_proc.c~fix-leak-on-proc-lockdep_stats kernel/lockdep_proc.c --- a/kernel/lockdep_proc.c~fix-leak-on-proc-lockdep_stats +++ a/kernel/lockdep_proc.c @@ -339,7 +339,7 @@ static const struct file_operations proc .open = lockdep_stats_open, .read = seq_read, .llseek = seq_lseek, - .release = seq_release, + .release = single_release, }; static int __init lockdep_proc_init(void) _ Patches currently in -mm which might be from adobriyan@xxxxx are origin.patch use-list_head-in-binfmt-handling.patch make-unregister_binfmt-return-void.patch fix-leaks-on-proc-schedsched_debugtimer_listtimer_stats.patch fix-leak-on-proc-lockdep_stats.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html