summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Linux 3.16.85v3.16.85linux-3.16.yBen Hutchings1-1/+1
2020-06-11fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-06-11random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld1-3/+0
2020-06-11x86/speculation: Add Ivy Bridge to affected listJosh Poimboeuf1-3/+4
2020-06-11x86/speculation: Add SRBDS vulnerability and mitigation documentationMark Gross1-0/+148
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross8-0/+173
2020-06-11x86/cpu: Add 'table' argument to cpu_matches()Mark Gross1-10/+13
2020-06-11x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross3-1/+39
2020-06-11x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang33-69/+69
2020-06-11ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo1-0/+1
2020-06-11ext4: don't perform block validity checks on the journal inodeTheodore Ts'o1-4/+9
2020-06-11ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o1-0/+6
2020-06-11ext4: unsigned int compared against zeroColin Ian King1-1/+2
2020-06-11ext4: protect journal inode's blocks using block_validityTheodore Ts'o2-0/+54
2020-06-11ext4: Make checks for metadata_csum feature saferTahsin Erdogan1-8/+11
2020-06-11USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2020-06-11signal: Extend exec_id to 64bitsEric W. Biederman3-4/+4
2020-06-11scsi: sg: add sg_remove_request in sg_writeWu Bo1-1/+3
2020-06-11scsi: sg: add sg_remove_request in sg_common_writeLi Bin1-1/+3
2020-06-11scsi: sg: fix minor memory leak in error pathTony Battersby1-0/+1
2020-06-11scsi: sg: don't return bogus Sg_requestsJohannes Thumshirn1-2/+3
2020-06-11scsi: sg: only check for dxfer_len greater than 256MJohannes Thumshirn1-30/+2
2020-06-11scsi: sg: fix static checker warning in sg_is_valid_dxferJohannes Thumshirn1-2/+5
2020-06-11scsi: sg: fix SG_DXFER_FROM_DEV transfersJohannes Thumshirn1-1/+4
2020-06-11scsi: sg: close race condition in sg_remove_sfp_usercontext()Hannes Reinecke1-2/+10
2020-06-11scsi: sg: check for valid direction before starting the requestJohannes Thumshirn1-12/+34
2020-06-11scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke2-22/+9
2020-06-11scsi: sg: Re-fix off by one in sg_fill_request_table()Ben Hutchings1-1/+1
2020-06-11scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke1-3/+2
2020-06-11scsi: sg: factor out sg_fill_request_table()Hannes Reinecke1-26/+35
2020-06-11scsi: sg: off by one in sg_ioctl()Dan Carpenter1-1/+1
2020-06-11scsi: sg: use standard lists for sg_requestsHannes Reinecke1-86/+61
2020-06-11scsi: sg: remove 'save_scat_len'Hannes Reinecke1-2/+0
2020-06-11scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor1-2/+5
2020-06-11scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor1-3/+9
2020-06-11scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke1-0/+2
2020-06-11scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke1-21/+26
2020-06-11scsi: sg: Change next_cmd_len handling to mirror upstreamBen Hutchings1-7/+3
2020-06-11sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita1-4/+13
2020-06-11sg: O_EXCL and other lock handlingDouglas Gilbert1-194/+230
2020-06-11mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()Qing Xu1-0/+4
2020-06-11mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()Qing Xu1-0/+7
2020-06-11scsi: mptfusion: Fix double fetch bug in ioctlDan Carpenter1-163/+50
2020-06-11scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter1-0/+2
2020-06-11USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern1-1/+8
2020-06-11drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger1-20/+17
2020-06-11drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger1-8/+7
2020-06-11selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore1-24/+44
2020-06-11selinux: rate-limit netlink message warnings in selinux_nlmsg_perm()Vladis Dronov1-4/+5
2020-06-11selinux: Print 'sclass' as string when unrecognized netlink message occursMarek Milkovic1-2/+3