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 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html