summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-18Linux 3.16.46v3.16.46Ben Hutchings1-1/+1
2017-07-18ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai1-0/+1
2017-07-18ALSA: timer: Fix race between read and ioctlTakashi Iwai1-2/+4
2017-07-18fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-07-18char: lp: fix possible integer overflow in lp_setup()Willy Tarreau1-1/+5
2017-07-18xen-blkback: don't leak stack data via response ringJan Beulich2-31/+17
2017-07-18drm/vmwgfx: Make sure backup_handle is always validSinclair Yeh1-1/+3
2017-07-18mm: Tighten x86 /dev/mem with zeroing readsKees Cook2-41/+82
2017-07-18ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-8/+6
2017-07-18ipv6: move stub initialization after ipv6 setup completionPaolo Abeni1-2/+4
2017-07-18team: fix memory leaksPan Bian1-2/+6
2017-07-18macvlan: Fix device ref leak when purging bc_queueHerbert Xu1-1/+10
2017-07-18Input: i8042 - add Clevo P650RS to the i8042 reset listDmitry Torokhov1-0/+7
2017-07-18net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern1-1/+2
2017-07-18net: tc35815: move free after the dereferenceDan Carpenter1-1/+1
2017-07-18sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-07-18cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-5/+2
2017-07-18smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-6/+2
2017-07-18mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+24
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-07-18ACPI / power: Avoid maybe-uninitialized warningArnd Bergmann1-0/+1
2017-07-18tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-07-18Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis1-0/+8
2017-07-18KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells1-1/+1
2017-07-18cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-07-18p9_client_readdir() fixAl Viro1-0/+4
2017-07-18ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-07-18perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra1-0/+2
2017-07-18zram: do not use copy_page with non-page aligned addressMinchan Kim1-3/+3
2017-07-18cpupower: Fix turbo frequency reporting for pre-Sandy Bridge coresBen Hutchings1-0/+1
2017-07-18ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai1-6/+3
2017-07-18MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-07-18s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger1-0/+2
2017-07-18CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-07-18x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner1-1/+1
2017-07-18x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause1-2/+9
2017-07-18l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault1-1/+6
2017-07-18l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault1-2/+0
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-07-18scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-07-18scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-07-18xen, fbfront: fix connecting to backendJuergen Gross1-2/+2
2017-07-18virtio_console: fix uninitialized variable useMichael S. Tsirkin1-2/+4
2017-07-18Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-07-18CIFS: Handle mismatched open callsPavel Shilovsky8-8/+134
2017-07-18metag/usercopy: Add missing fixupsJames Hogan1-24/+48
2017-07-18metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan1-8/+28
2017-07-18metag/usercopy: Set flags before ADDZJames Hogan1-4/+4
2017-07-18metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2-46/+26
2017-07-18metag/usercopy: Add early abort to copy_to_userJames Hogan1-0/+20