1. e19a6f5 USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS by Kees Cook · 2 years, 6 months ago
  2. 620d894 USB: quirks: add STRING quirk for VCOM device by Oliver Neukum · 2 years, 6 months ago
  3. d5a6f36 USB: quirks: add a Realtek card reader by Oliver Neukum · 2 years, 6 months ago
  4. 08cf860 lightnvm: disable the subsystem by Greg Kroah-Hartman · 2 years, 6 months ago
  5. 0830317 Revert "net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link" by Greg Kroah-Hartman · 2 years, 6 months ago
  6. 0dd02ff floppy: disable FDRAWCMD by default by Willy Tarreau · 2 years, 6 months ago
  7. 5040274 Linux 4.9.312 by Greg Kroah-Hartman · 2 years, 6 months ago
  8. edcb92f block/compat_ioctl: fix range check in BLKGETSIZE by Khazhismel Kumykov · 2 years, 6 months ago
  9. 53eded33 ext4: force overhead calculation if the s_overhead_cluster makes no sense by Theodore Ts'o · 2 years, 6 months ago
  10. 4f658e7 ext4: fix overhead calculation to account for the reserved gdt blocks by Theodore Ts'o · 2 years, 6 months ago
  11. ea5e8a8 ext4: limit length to bitmap_maxbytes - blocksize in punch_hole by Tadeusz Struk · 2 years, 7 months ago
  12. 2e5893f ARC: entry: fix syscall_trace_exit argument by Sergey Matyukevich · 2 years, 6 months ago
  13. 5dacfde e1000e: Fix possible overflow in LTR decoding by Sasha Neftin · 2 years, 6 months ago
  14. 25f8b85 ASoC: soc-dapm: fix two incorrect uses of list iterator by Xiaomeng Tong · 2 years, 7 months ago
  15. 1aba176 openvswitch: fix OOB access in reserve_sfa_size() by Paolo Valerio · 2 years, 6 months ago
  16. 9168615 dma: at_xdmac: fix a missing check on list iterator by Xiaomeng Tong · 2 years, 7 months ago
  17. 3cca43b ata: pata_marvell: Check the 'bmdma_addr' beforing reading by Zheyu Ma · 2 years, 6 months ago
  18. 628dd78 drm/msm/mdp5: check the return of kzalloc() by Xiaoke Wang · 2 years, 6 months ago
  19. 4810760 brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constant by Borislav Petkov · 2 years, 6 months ago
  20. a84775f cifs: Check the IOCB_DIRECT flag, not O_DIRECT by David Howells · 2 years, 6 months ago
  21. 31c14bf vxlan: fix error return code in vxlan_fdb_append by Hongbin Wang · 2 years, 6 months ago
  22. d500243 ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constant by Borislav Petkov · 2 years, 6 months ago
  23. c4c4ff8 platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative by Jiapeng Chong · 2 years, 7 months ago
  24. 9995aa5 ARM: vexpress/spc: Avoid negative array index when !SMP by Kees Cook · 2 years, 7 months ago
  25. dbdb962 netlink: reset network and mac headers in netlink_dump() by Eric Dumazet · 2 years, 6 months ago
  26. f7c51d9 net/packet: fix packet_sock xmit return value checking by Hangbin Liu · 2 years, 6 months ago
  27. e4333c4 dmaengine: imx-sdma: Fix error checking in sdma_event_remap by Miaoqian Lin · 2 years, 7 months ago
  28. 7c0eb4d ALSA: usb-audio: Clear MIDI port active flag after draining by Takashi Iwai · 2 years, 6 months ago
  29. c279706 gfs2: assign rgrp glock before compute_bitstructs by Bob Peterson · 2 years, 9 months ago
  30. 2705733 mm: page_alloc: fix building error on -Werror=array-compare by Xiongwei Song · 2 years, 9 months ago
  31. 096879e etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead by Kees Cook · 2 years, 8 months ago
  32. 7eb61af Linux 4.9.311 by Greg Kroah-Hartman · 2 years, 6 months ago
  33. 9423521 gcc-plugins: latent_entropy: use /dev/urandom by Jason A. Donenfeld · 2 years, 6 months ago
  34. 95841bd i2c: pasemi: Wait for write xfers to finish by Martin Povišer · 2 years, 7 months ago
  35. d932489 smp: Fix offline cpu check in flush_smp_call_function_queue() by Nadav Amit · 2 years, 7 months ago
  36. c06f476 ARM: davinci: da850-evm: Avoid NULL pointer dereference by Nathan Chancellor · 2 years, 10 months ago
  37. 77af45d ALSA: pcm: Test for "silence" field in struct "pcm_format_data" by Fabio M. De Francesco · 2 years, 6 months ago
  38. 96eb480 mm: kmemleak: take a full lowmem check in kmemleak_*_phys() by Patrick Wang · 2 years, 6 months ago
  39. 2f2ef47 mm, page_alloc: fix build_zonerefs_node() by Juergen Gross · 2 years, 6 months ago
  40. 113284f drivers: net: slip: fix NPD bug in sl_tx_timeout() by Duoming Zhou · 2 years, 7 months ago
  41. aff96c7 scsi: mvsas: Add PCI ID of RocketRaid 2640 by Alexey Galakhov · 2 years, 7 months ago
  42. 39d64bb gpu: ipu-v3: Fix dev_dbg frequency output by Leo Ruan · 2 years, 8 months ago
  43. 50ddf45 net: micrel: fix KS8851_MLL Kconfig by Randy Dunlap · 2 years, 7 months ago
  44. 375a50c scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024 by Tyrel Datwyler · 2 years, 7 months ago
  45. 32cf90a drm/amdkfd: Check for potential null return of kmalloc_array() by QintaoShen · 2 years, 7 months ago
  46. 3e58274 cifs: potential buffer overflow in handling symlinks by Harshit Mogalapalli · 2 years, 6 months ago
  47. 7d32322 nfc: nci: add flush_workqueue to prevent uaf by Lin Ma · 2 years, 6 months ago
  48. edba120 net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link by Dinh Nguyen · 2 years, 6 months ago
  49. 3de2a02 veth: Ensure eth header is in skb's linear part by Guillaume Nault · 2 years, 6 months ago
  50. 2be597a xfrm: policy: match with both mark and mask on user interfaces by Xin Long · 4 years, 4 months ago
  51. 51ea21b arm64: module: remove (NOLOAD) from linker script by Fangrui Song · 2 years, 8 months ago
  52. f708382 mm: don't skip swap entry even if zap_details specified by Peter Xu · 2 years, 7 months ago
  53. e3e412d dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error" by Vinod Koul · 2 years, 7 months ago
  54. 5301047 tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts by Arnaldo Carvalho de Melo · 2 years, 7 months ago
  55. cbd827c arm64: patch_text: Fixup last cpu should be master by Guo Ren · 2 years, 6 months ago
  56. 1d2e6ac x86/speculation: Restore speculation related MSRs during S3 resume by Pawan Gupta · 2 years, 7 months ago
  57. c30aba8 x86/pm: Save the MSR validity status at context setup by Pawan Gupta · 2 years, 7 months ago
  58. 8510c23 mm/mempolicy: fix mpol_new leak in shared_policy_replace by Miaohe Lin · 2 years, 6 months ago
  59. a05540f mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) by Paolo Bonzini · 2 years, 6 months ago
  60. 0489700 drbd: Fix five use after free bugs in get_initial_state by Lv Yunlong · 2 years, 6 months ago
  61. d2c2758 drm/imx: Fix memory leak in imx_pd_connector_get_modes by José Expósito · 2 years, 9 months ago
  62. 2340a7d net: stmmac: Fix unset max_speed difference between DT and non-DT platforms by Chen-Yu Tsai · 2 years, 7 months ago
  63. ce430cf scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() by Christophe JAILLET · 2 years, 7 months ago
  64. be8173b mm: fix race between MADV_FREE reclaim and blkdev direct IO read by Mauricio Faria de Oliveira · 2 years, 6 months ago
  65. d2e45f0 jfs: prevent NULL deref in diFree by Haimin Zhang · 2 years, 7 months ago
  66. 93e3d88 virtio_console: eliminate anonymous module_init & module_exit by Randy Dunlap · 2 years, 7 months ago
  67. 7dba3c8 serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() by Jiri Slaby · 2 years, 7 months ago
  68. cec05d9 SUNRPC/call_alloc: async tasks mustn't block waiting for memory by NeilBrown · 2 years, 7 months ago
  69. 3e8a576 w1: w1_therm: fixes w1_seq for ds28ea00 sensors by Lucas Denefle · 2 years, 8 months ago
  70. 197643a init/main.c: return 1 from handled __setup() functions by Randy Dunlap · 2 years, 7 months ago
  71. c41de54 Bluetooth: Fix use after free in hci_send_acl by Luiz Augusto von Dentz · 2 years, 7 months ago
  72. 218699b xtensa: fix DTC warning unit_address_format by Max Filippov · 2 years, 7 months ago
  73. 2ca6e8e usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm by H. Nikolaus Schaller · 2 years, 7 months ago
  74. 4a131d4 scsi: libfc: Fix use after free in fc_exch_abts_resp() by Jianglei Nie · 2 years, 8 months ago
  75. fc28367 MIPS: fix fortify panic when copying asm exception handlers by Alexander Lobakin · 2 years, 8 months ago
  76. 2b11157 bnxt_en: Eliminate unintended link toggle during FW reset by Michael Chan · 2 years, 8 months ago
  77. 5f65d68 scsi: aha152x: Fix aha152x_setup() __setup handler return value by Randy Dunlap · 2 years, 8 months ago
  78. af1b6f2 scsi: pm8001: Fix pm8001_mpi_task_abort_resp() by Damien Le Moal · 2 years, 8 months ago
  79. 76c9465 dm ioctl: prevent potential spectre v1 gadget by Jordy Zomer · 2 years, 9 months ago
  80. ffa0495 iommu/arm-smmu-v3: fix event handling soft lockup by Zhou Guanghui · 2 years, 9 months ago
  81. 7334ef1 scsi: bfa: Replace snprintf() with sysfs_emit() by Yang Guang · 2 years, 9 months ago
  82. 8dbbae5 scsi: mvsas: Replace snprintf() with sysfs_emit() by Yang Guang · 2 years, 9 months ago
  83. deeaec70 powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 by Maxim Kiselev · 2 years, 10 months ago
  84. 004039a ptp: replace snprintf with sysfs_emit by Yang Guang · 2 years, 9 months ago
  85. f4de974 ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 by Zekun Shen · 2 years, 10 months ago
  86. 90ae2ca KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs by Jim Mattson · 2 years, 8 months ago
  87. fe8aaab ARM: 9187/1: JIVE: fix return value of __setup handler by Randy Dunlap · 2 years, 7 months ago
  88. 71c2ea7 rtc: wm8350: Handle error for wm8350_register_irq by Jiasheng Jiang · 2 years, 8 months ago
  89. 95d51d0 KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated by Vitaly Kuznetsov · 2 years, 7 months ago
  90. 5dbb771 openvswitch: Fixed nd target mask field in the flow dump. by Martin Varghese · 2 years, 7 months ago
  91. b10b0fd ARM: dts: spear13xx: Update SPI dma properties by Kuldeep Singh · 2 years, 7 months ago
  92. d069504 ARM: dts: spear1340: Update serial node properties by Kuldeep Singh · 2 years, 7 months ago
  93. d4d1b22 ASoC: topology: Allow TLV control to be either read or write by Amadeusz Sławiński · 2 years, 9 months ago
  94. 5a86cd0 ubi: fastmap: Return error code if memory allocation fails in add_aeb() by Zhihao Cheng · 2 years, 10 months ago
  95. bf1e258 mm/memcontrol: return 1 from cgroup.memory __setup() handler by Randy Dunlap · 2 years, 7 months ago
  96. 677ea4c mm/mmap: return 1 from stack_guard_gap __setup() handler by Randy Dunlap · 2 years, 7 months ago
  97. b3f1560 ACPI: CPPC: Avoid out of bounds access when parsing _CPC data by Rafael J. Wysocki · 2 years, 7 months ago
  98. 5b93856 pinctrl: pinconf-generic: Print arguments for bias-pull-* by Chen-Yu Tsai · 2 years, 7 months ago
  99. 20d78e5 gfs2: Make sure FITRIM minlen is rounded up to fs block size by Andrew Price · 2 years, 7 months ago
  100. e619939 ubifs: setflags: Make dirtied_ino_d 8 bytes aligned by Zhihao Cheng · 2 years, 10 months ago