summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-11selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm()Richard Guy Briggs1-3/+4
2020-06-11selinux: cleanup error reporting in selinux_nlmsg_perm()Richard Guy Briggs1-4/+3
2020-06-11net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2020-06-11net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2020-06-11net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet1-0/+1
2020-06-11net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander1-11/+13
2020-06-11slip: not call free_netdev before rtnl_unlock in slip_openyangerkun1-0/+3
2020-06-11slip: Fix use-after-free Read in slip_openJouni Hogander1-1/+1
2020-06-11slip: Fix memory leak in slip_open error pathJouni Hogander1-0/+1
2020-06-11slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp1-0/+3
2020-06-11can: slcan: Fix use-after-free Read in slcan_openJouni Hogander1-1/+1
2020-06-11slcan: Fix memory leak in error pathJouni Hogander1-0/+1
2020-05-22Linux 3.16.84v3.16.84Ben Hutchings1-1/+1
2020-05-22sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-05-22bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-12/+32
2020-05-22cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg1-2/+8
2020-05-22NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-05-22NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-05-22nfs: use kmap/kunmap directlyFabian Frederick1-55/+12
2020-05-22kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada1-1/+1
2020-05-22cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-05-22clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2020-05-22ALSA: dummy: Fix PCM format loop in proc outputTakashi Iwai1-1/+1
2020-05-22tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-05-22media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard1-1/+4
2020-05-22mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter1-3/+3
2020-05-22Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-05-22of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman3-1/+10
2020-05-22KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson1-6/+6
2020-05-22KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis1-2/+6
2020-05-22KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis1-2/+9
2020-05-22kvm: x86: use macros to compute bank MSRsChen Yucong1-4/+4
2020-05-22KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+10
2020-05-22KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-0/+1
2020-05-22KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-6/+8
2020-05-22KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis1-1/+3
2020-05-22KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis1-3/+9
2020-05-22net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-05-22CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch3-0/+7
2020-05-22iwlegacy: ensure loop counter addr does not wrap and cause an infinite loopColin Ian King1-1/+1
2020-05-22ext4, jbd2: ensure panic when aborting with zero errnozhangyi (F)2-12/+5
2020-05-22jbd2: switch to use jbd2_journal_abort() when failed to submit the commit recordzhangyi (F)1-2/+2
2020-05-22tracing: Fix tracing_stat return values in error handling pathsLuis Henriques1-4/+8
2020-05-22tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)1-10/+9
2020-05-22KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson1-2/+1
2020-05-22KVM: PPC: Book3S PR: Free shared page if mmu initialization failsSean Christopherson1-1/+3
2020-05-22KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson1-1/+3
2020-05-22media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptorsWill Deacon1-0/+12
2020-05-22USB: serial: ir-usb: fix IrLAP framingJohan Hovold1-22/+91
2020-05-22USB: serial: ir-usb: fix link-speed handlingJohan Hovold2-11/+22