summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-18perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan1-4/+7
2023-01-18perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'Arnaldo Carvalho de Melo1-1/+7
2023-01-18perf trace: Allow associating scnprintf routines with well known arg namesArnaldo Carvalho de Melo1-0/+26
2023-01-18perf trace: Add the syscall_arg_fmt pointer to syscall_argArnaldo Carvalho de Melo2-22/+26
2023-01-18perf trace: Factor out the initialization of syscal_arg_fmt->scnprintfArnaldo Carvalho de Melo1-10/+18
2023-01-18perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variableArnaldo Carvalho de Melo1-2/+4
2023-01-18perf trace: Return error if a system call doesn't existLeo Yan1-2/+2
2023-01-18power: supply: fix residue sysfs file in error handle route of __power_supply...Zeng Heng1-1/+1
2023-01-18HSI: omap_ssi_core: fix possible memory leak in ssi_probe()Yang Yingliang1-1/+3
2023-01-18HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()Yang Yingliang1-1/+1
2023-01-18fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()Christophe JAILLET1-0/+1
2023-01-18fbdev: vermilion: decrease reference count in error pathXiongfeng Wang1-1/+3
2023-01-18fbdev: via: Fix error in via_core_init()Shang XiaoJing1-1/+8
2023-01-18fbdev: pm2fb: fix missing pci_disable_device()Yang Yingliang1-2/+7
2023-01-18fbdev: ssd1307fb: Drop optional dependencyAndy Shevchenko1-1/+0
2023-01-18samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing1-1/+7
2023-01-18tracing/hist: Fix issue of losting command info in error_logZheng Yejian1-1/+1
2023-01-18usb: storage: Add check for kcallocJiasheng Jiang1-0/+2
2023-01-18i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma1-0/+3
2023-01-18vme: Fix error not catched in fake_init()Chen Zhongjin1-0/+2
2023-01-18staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()YueHaibing1-1/+1
2023-01-18staging: rtl8192u: Fix use after free in ieee80211_rx()Dan Carpenter1-1/+3
2023-01-18i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang1-7/+3
2023-01-18chardev: fix error handling in cdev_device_add()Yang Yingliang1-1/+1
2023-01-18mcb: mcb-parse: fix error handing in chameleon_parse_gdd()Yang Yingliang1-1/+1
2023-01-18drivers: mcb: fix resource leak in mcb_probe()Zhengchao Shao1-1/+3
2023-01-18usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping1-0/+1
2023-01-18usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping1-24/+28
2023-01-18usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev2-33/+188
2023-01-18usb: roles: fix of node refcount leak in usb_role_switch_is_parent()Yang Yingliang1-1/+4
2023-01-18counter: stm32-lptimer-cnt: fix the check on arr and cmp registers updateFabrice Gasnier1-1/+1
2023-01-18cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Yang Yingliang1-8/+12
2023-01-18cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang1-10/+14
2023-01-18misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault ...Zheng Wang3-7/+30
2023-01-18misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()ruanjinjie1-1/+1
2023-01-18misc: ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang1-2/+5
2023-01-18test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao1-0/+1
2023-01-18serial: sunsab: Fix error handling in sunsab_init()Yuan Can1-1/+7
2023-01-18serial: altera_uart: fix locking in polling modeGabriel Somlo1-2/+3
2023-01-18tty: serial: altera_uart_{r,t}x_chars() need only uart_portJiri Slaby1-6/+4
2023-01-18tty: serial: clean up stop-tx part in altera_uart_tx_chars()Jiri Slaby1-4/+2
2023-01-18serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang1-0/+4
2023-01-18serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun1-1/+10
2023-01-18serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie1-0/+3
2023-01-18usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()Yang Yingliang1-1/+4
2023-01-18usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter1-1/+1
2023-01-18staging: vme_user: Fix possible UAF in tsi148_dma_list_addGaosheng Cui1-0/+1
2023-01-18usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij1-6/+6
2023-01-18uio: uio_dmem_genirq: Fix deadlock between irq config and handlingRafael Mendonca1-1/+4
2023-01-18uio: uio_dmem_genirq: Fix missing unlock in irq configurationRafael Mendonca1-5/+3