Hi Greg, Please consider following security fixes for linux-3.18.y. I have picked up these fixes from the list of security vulnerabilities published in Android Security Bulletins, https://source.android.com/security/bulletin/, this year so far. Cherry-picked and build tested on v3.18.51 for ARCH=arm/arm64/x86/x86_64/mips + allmodconfig. Eric Dumazet (1): net: avoid signed overflows for SO_{SND|RCV}BUFFORCE Guillaume Nault (1): l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() Jan Kara (1): posix_acl: Clear SGID bit when setting file permissions Kirill A. Shutemov (1): mm: avoid setting up anonymous pages into file mapping Peter Zijlstra (1): perf: Tighten (and fix) the grouping condition Seung-Woo Kim (1): regulator: core: Fix regualtor_ena_gpio_free not to access pin after freeing Takashi Iwai (1): ALSA: pcm : Call kill_fasync() in stream lock drivers/regulator/core.c | 2 ++ fs/9p/acl.c | 40 +++++++++++++++++----------------------- fs/btrfs/acl.c | 6 ++---- fs/ceph/acl.c | 6 ++---- fs/ext2/acl.c | 12 ++++-------- fs/ext4/acl.c | 12 ++++-------- fs/f2fs/acl.c | 6 ++---- fs/gfs2/acl.c | 12 +++--------- fs/hfsplus/posix_acl.c | 4 ++-- fs/jffs2/acl.c | 9 ++++----- fs/jfs/acl.c | 6 ++---- fs/ocfs2/acl.c | 7 ++++--- fs/posix_acl.c | 31 +++++++++++++++++++++++++++++++ fs/reiserfs/xattr_acl.c | 8 ++------ fs/xfs/xfs_acl.c | 13 ++++--------- include/linux/perf_event.h | 6 ------ include/linux/posix_acl.h | 1 + kernel/events/core.c | 15 +++++++++++++-- mm/memory.c | 13 +++++++++---- net/core/sock.c | 4 ++-- net/l2tp/l2tp_ip.c | 5 +++-- net/l2tp/l2tp_ip6.c | 5 +++-- sound/core/pcm_lib.c | 2 +- 23 files changed, 117 insertions(+), 108 deletions(-) -- 2.7.4