summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-23Linux 4.19.118v4.19.118Greg Kroah-Hartman
2020-04-23bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-04-23mtd: phram: fix a double free issue in error pathWen Yang
2020-04-23mtd: lpddr: Fix a double free in probe()Dan Carpenter
2020-04-23mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf
2020-04-23locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney
2020-04-23tty: evh_bytechan: Fix out of bounds accessesStephen Rothwell
2020-04-23iio: si1133: read 24-bit signed integer for measurementMaxime Roussin-Bélanger
2020-04-23fbdev: potential information leak in do_fb_ioctl()Dan Carpenter
2020-04-23net: dsa: bcm_sf2: Fix overflow checksFlorian Fainelli
2020-04-23f2fs: fix to wait all node page writebackChao Yu
2020-04-23iommu/amd: Fix the configuration of GCR3 table root pointerAdrian Huang
2020-04-23libnvdimm: Out of bounds read in __nd_ioctl()Dan Carpenter
2020-04-23power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute Sticks.Jeffery Miller
2020-04-23ext2: fix debug reference to ext2_xattr_cacheJan Kara
2020-04-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap
2020-04-23iommu/vt-d: Fix mm reference leakJacob Pan
2020-04-23drm/vc4: Fix HDMI mode validationNicolas Saenz Julienne
2020-04-23f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu
2020-04-23NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust
2020-04-23drm/amdkfd: kfree the wrong pointerJack Zhang
2020-04-23x86: ACPI: fix CPU hotplug deadlockQian Cai
2020-04-23KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand
2020-04-23compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum
2020-04-23percpu_counter: fix a data race at vm_committed_asQian Cai
2020-04-23include/linux/swapops.h: correct guards for non_swap_entry()Steven Price
2020-04-23cifs: Allocate encryption header through kmallocLong Li
2020-04-23um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi
2020-04-23ext4: do not commit super on read-only bdevEric Sandeen
2020-04-23s390/cpum_sf: Fix wrong page count in error messageThomas Richter
2020-04-23powerpc/maple: Fix declaration made after definitionNathan Chancellor
2020-04-23s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev
2020-04-23NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro
2020-04-23NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust
2020-04-23rtc: 88pm860x: fix possible race conditionAlexandre Belloni
2020-04-23soc: imx: gpc: fix power up sequencingLucas Stach
2020-04-23clk: tegra: Fix Tegra PMC clock out parentsSowjanya Komatineni
2020-04-23power: supply: bq27xxx_battery: Silence deferred-probe errorDmitry Osipenko
2020-04-23clk: at91: usb: continue if clk_hw_round_rate() return zeroClaudiu Beznea
2020-04-23x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan
2020-04-23x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not setTianyu Lan
2020-04-23x86/Hyper-V: Trigger crash enlightenment only once during system crash.Tianyu Lan
2020-04-23x86/Hyper-V: Free hv_panic_page when fail to register kmsg dumpTianyu Lan
2020-04-23x86/Hyper-V: Unload vmbus channel in hv panic callbackTianyu Lan
2020-04-23xsk: Add missing check on user supplied headroom sizeMagnus Karlsson
2020-04-23rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov
2020-04-23rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov
2020-04-23video: fbdev: sis: Remove unnecessary parentheses and commented codeNathan Chancellor
2020-04-23lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com