[Patch 0/9] Fix resource leaks for exec related stuffs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: WANG Cong
Date: Thursday, May 8, 2008 - 6:52 am

This patchset contains various fixes for fs/binfmt_*.c, fs/{exec, compat}.c.
Most of them are aimed to fix resource leaks in failure path. Others
are bug fixes in failure path.

All patches are tested on UML, except [5/9] and [6/9], since I don't have
the desired environment to test them. It should be OK since [4/9] is the
similar fix.

Signed-off-by: WANG Cong <wangcong@zeuux.org>


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Patch 0/9] Fix resource leaks for exec related stuffs, WANG Cong, (Thu May 8, 6:52 am)
[Patch 1/9] fs/exec.c: export free_arg_pages, WANG Cong, (Thu May 8, 6:52 am)
[Patch 5/9] fs/binfmt_em86.c: fix resource leaks, WANG Cong, (Thu May 8, 6:52 am)
[Patch 6/9] fs/binfmt_misc.c: fix resource leaks, WANG Cong, (Thu May 8, 6:52 am)
[Patch 9/9] fs/exec.c: fix a wrong goto path, WANG Cong, (Thu May 8, 6:52 am)
Re: [Patch 1/9] fs/exec.c: export free_arg_pages, Al Viro, (Sat May 10, 12:12 pm)
Re: [Patch 9/9] fs/exec.c: fix a wrong goto path, Al Viro, (Sat May 10, 12:37 pm)
Re: [Patch 9/9] fs/exec.c: fix a wrong goto path, WANG Cong, (Sun May 11, 8:51 pm)
Re: [Patch 9/9] fs/exec.c: fix a wrong goto path, Al Viro, (Sun May 11, 8:58 pm)
Re: [Patch 1/9] fs/exec.c: export free_arg_pages, WANG Cong, (Sun May 11, 8:59 pm)