aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-12-31i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang
2022-12-31gpiolib: protect the GPIO device against being dropped while in use by user-s...Bartosz Golaszewski
2022-12-31gpiolib: cdev: fix NULL-pointer dereferencesBartosz Golaszewski
2022-12-31vme: Fix error not catched in fake_init()Chen Zhongjin
2022-12-31staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()YueHaibing
2022-12-31staging: rtl8192u: Fix use after free in ieee80211_rx()Dan Carpenter
2022-12-31i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang
2022-12-31vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundariesJoao Martins
2022-12-31mcb: mcb-parse: fix error handing in chameleon_parse_gdd()Yang Yingliang
2022-12-31drivers: mcb: fix resource leak in mcb_probe()Zhengchao Shao
2022-12-31usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping
2022-12-31usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping
2022-12-31usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang
2022-12-31usb: roles: fix of node refcount leak in usb_role_switch_is_parent()Yang Yingliang
2022-12-31coresight: cti: Fix null pointer error on CTI init before ETMMike Leach
2022-12-31coresight: trbe: remove cpuhp instance node before remove cpuhp stateYang Shen
2022-12-31counter: stm32-lptimer-cnt: fix the check on arr and cmp registers updateFabrice Gasnier
2022-12-31iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca
2022-12-31iio: temperature: ltc2983: make bulk write buffer DMA-safeCosmin Tanislav
2022-12-31cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang
2022-12-31cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang
2022-12-31firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()Yang Yingliang
2022-12-31misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault ...Zheng Wang
2022-12-31misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()ruanjinjie
2022-12-31ocxl: fix pci device refcount leak when calling get_function_0()Yang Yingliang
2022-12-31misc: ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang
2022-12-31habanalabs: fix return value check in hl_fw_get_sec_attest_data()Yang Yingliang
2022-12-31serial: sunsab: Fix error handling in sunsab_init()Yuan Can
2022-12-31serial: altera_uart: fix locking in polling modeGabriel Somlo
2022-12-31serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang
2022-12-31serial: stm32: move dma_request_chan() before clk_prepare_enable()Valentin Caron
2022-12-31serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun
2022-12-31serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie
2022-12-31USB: gadget: Fix use-after-free during usb config switchJiantao Zhang
2022-12-31extcon: usbc-tusb320: Update state on probe even if no IRQ pendingMarek Vasut
2022-12-31usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren
2022-12-31usb: typec: tipd: Fix typec_unregister_port error pathsSven Peter
2022-12-31usb: typec: tipd: Fix spurious fwnode_handle_put in error pathSven Peter
2022-12-31usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register failsSven Peter
2022-12-31usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()Yang Yingliang
2022-12-31usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter
2022-12-31staging: vme_user: Fix possible UAF in tsi148_dma_list_addGaosheng Cui
2022-12-31interconnect: qcom: sc7180: fix dropped const of qcom_icc_bcmKrzysztof Kozlowski
2022-12-31usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij
2022-12-31uio: uio_dmem_genirq: Fix deadlock between irq config and handlingRafael Mendonca
2022-12-31uio: uio_dmem_genirq: Fix missing unlock in irq configurationRafael Mendonca
2022-12-31vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmapsJoao Martins
2022-12-31vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca
2022-12-31class: fix possible memory leak in __class_register()Yang Yingliang
2022-12-31drivers: staging: r8188eu: Fix sleep-in-atomic-context bug in rtw_join_timeou...Duoming Zhou