Removal of line of code in Linux 3.10.83 invalidated hunk context in patch-3.10.69-vs2.3.6.9.diff. Conflicting upstream commit: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-3.10.y&id=68c8a7ae diff -urNpd linux-3.10.83-vs2.3.6.9~/fs/file_table.c linux-3.10.83-vs2.3.6.9/fs/file_table.c --- linux-3.10.83-vs2.3.6.9~/fs/file_table.c 2015-07-04 09:20:00.011892743 -0500 +++ linux-3.10.83-vs2.3.6.9/fs/file_table.c 2015-07-04 11:20:18.333076337 -0500 @@ -341,6 +341,8 @@ void put_filp(struct file *file) { if (atomic_long_dec_and_test(&file->f_count)) { security_file_free(file); + vx_files_dec(file); + file->f_xid = 0; file_free(file); } }