summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.14.300v4.14.300Greg Kroah-Hartman2022-11-251-1/+1
* ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei2022-11-251-0/+8
* ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei2022-11-251-4/+16
* ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-11-251-0/+7
* mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2022-11-253-4/+4
* 9p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa2022-11-251-0/+3
* gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher2022-11-251-2/+4
* gfs2: Check sb_bsize_shift after reading superblockAndrew Price2022-11-251-1/+4
* 9p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet2022-11-251-1/+2
* kcm: close race conditions on sk_receive_queueCong Wang2022-11-251-52/+8
* bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong2022-11-251-0/+1
* kcm: avoid potential race in kcm_tx_workEric Dumazet2022-11-251-1/+1
* tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-11-251-0/+2
* macvlan: enforce a consistent minimal mtuEric Dumazet2022-11-251-1/+1
* serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen2022-11-251-2/+1
* nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-252-9/+8
* misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()Alexander Potapenko2022-11-251-0/+2
* mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()Xiongfeng Wang2022-11-251-0/+2
* mmc: core: properly select voltage range without power cycleYann Gautier2022-11-251-1/+7
* serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen2022-11-251-4/+11
* serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen2022-11-251-0/+4
* dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka2022-11-251-2/+2
* iio: pressure: ms5611: changed hardcoded SPI speed to value limitedMitja Spes2022-11-251-1/+1
* iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()Yang Yingliang2022-11-251-1/+5
* iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang2022-11-251-1/+3
* usb: chipidea: fix deadlock in ci_otg_del_timerDuoming Zhou2022-11-251-0/+2
* usb: add NO_LPM quirk for Realforce 87U KeyboardNicolas Dumazet2022-11-251-0/+3
* USB: serial: option: add Fibocom FM160 0x0111 compositionReinhard Speyerer2022-11-251-0/+1
* USB: serial: option: add u-blox LARA-L6 modemDavide Tronchin2022-11-251-0/+8
* USB: serial: option: add u-blox LARA-R6 00B modemDavide Tronchin2022-11-251-0/+2
* USB: serial: option: remove old LARA-R6 PIDDavide Tronchin2022-11-251-2/+1
* USB: serial: option: add Sierra Wireless EM9191Benoît Monin2022-11-251-0/+5
* ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()Takashi Iwai2022-11-251-3/+1
* ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-251-2/+2
* ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-251-0/+1
* ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-251-1/+1
* ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-251-1/+1
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-251-2/+2
* net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun2022-11-251-1/+1
* drbd: use after free in drbd_create_device()Dan Carpenter2022-11-251-2/+2
* xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang2022-11-251-1/+1
* net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao2022-11-251-3/+0
* mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo2022-11-251-1/+1
* mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang2022-11-251-1/+2
* net: bgmac: Drop free_netdev() from bgmac_enet_remove()Wei Yongjun2022-11-251-1/+0
* pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_mapZeng Heng2022-11-251-0/+2
* parport_pc: Avoid FIFO port location truncationMaciej W. Rozycki2022-11-251-1/+1
* block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-251-4/+28
* ASoC: soc-utils: Remove __exit for snd_soc_util_exit()Chen Zhongjin2022-11-251-1/+1
* tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou2022-11-251-1/+1