stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [request for 3.10 inclusion][PATCH 0/3] Address 3 CVEs
@ 2015-06-03  2:09 Sheng Yong
  2015-06-03  2:09 ` [request for 3.10 inclusion][PATCH 1/3] fs: take i_mutex during prepare_binprm for set[ug]id executables Sheng Yong
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sheng Yong @ 2015-06-03  2:09 UTC (permalink / raw)
  To: gregkh; +Cc: stable, fdmanana

Hi, Greg

PATCH 1 fixes CVE-2015-3339, link https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3339
PATCH 2 fixes CVE-2015-2666, link https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-2666
PATCH 3 fixes CVE-2014-9710, link https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9710

PATCH 1 and 3 are merged into 3.12-stable, if you would like to cherry
pick them from 3.12-stable, the commits are (both of them can be applied
directly):

5176b77f1aacdc560eaeac4685ade444bb814689 fs: take i_mutex during prepare_binprm for set[ug]id executables
c5988181af3b41381c4d20e08ca6852f99f95417 x86/microcode/intel: Guard against stack overflow in the loader

Thanks,
Sheng

Sheng Yong (3):
  fs: take i_mutex during prepare_binprm for set[ug]id executables
  x86/microcode/intel: Guard against stack overflow in the loader
  Btrfs: make xattr replace operations atomic

 arch/x86/kernel/microcode_intel_early.c |   2 +-
 fs/btrfs/ctree.c                        |   2 +-
 fs/btrfs/ctree.h                        |   5 +
 fs/btrfs/dir-item.c                     |  10 +-
 fs/btrfs/xattr.c                        | 159 ++++++++++++++++++++------------
 fs/exec.c                               |  79 +++++++++-------
 6 files changed, 160 insertions(+), 97 deletions(-)

-- 
1.8.3.4


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

end of thread, other threads:[~2015-06-30  0:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03  2:09 [request for 3.10 inclusion][PATCH 0/3] Address 3 CVEs Sheng Yong
2015-06-03  2:09 ` [request for 3.10 inclusion][PATCH 1/3] fs: take i_mutex during prepare_binprm for set[ug]id executables Sheng Yong
2015-06-03  2:09 ` [request for 3.10 inclusion][PATCH 2/3] x86/microcode/intel: Guard against stack overflow in the loader Sheng Yong
2015-06-03  2:09 ` [request for 3.10 inclusion][PATCH 3/3] Btrfs: make xattr replace operations atomic Sheng Yong
2015-06-30  0:19   ` Greg KH
2015-06-23  7:12 ` [request for 3.10 inclusion][PATCH 0/3] Address 3 CVEs Sheng Yong
2015-06-30  0:20 ` 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).