stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2][request stable 3.10 inclusion] CVE-2014-8172
@ 2015-04-30 12:28 Wang Kai
  2015-04-30 12:28 ` [PATCH 1/2] fput: turn "list_head delayed_fput_list" into llist_head Wang Kai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Kai @ 2015-04-30 12:28 UTC (permalink / raw)
  To: gregkh, viro, lizefan; +Cc: oleg, stable

Hi, Greg

Here is the v2 backport fix of CVE-2014-8172 for 3.10.

According to Zefan's suggestion, firstly backport 4f5e65a1cc90 to replace
fu_list with fu_llist, then completely delete fu_list related stuff in
real fix commit eee5cc2702.


Al Viro (1):
  get rid of s_files and files_lock

Oleg Nesterov (1):
  fput: turn "list_head delayed_fput_list" into llist_head

 fs/file_table.c    | 148 ++++-------------------------------------------------
 fs/internal.h      |   3 --
 fs/open.c          |   2 -
 fs/super.c         |  23 +--------
 include/linux/fs.h |  15 +-----
 5 files changed, 14 insertions(+), 177 deletions(-)

-- 
1.8.5.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-29 21:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-30 12:28 [PATCH v2 0/2][request stable 3.10 inclusion] CVE-2014-8172 Wang Kai
2015-04-30 12:28 ` [PATCH 1/2] fput: turn "list_head delayed_fput_list" into llist_head Wang Kai
2015-04-30 12:28 ` [PATCH 2/2] get rid of s_files and files_lock Wang Kai
2015-06-29 21:23 ` [PATCH v2 0/2][request stable 3.10 inclusion] CVE-2014-8172 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).