summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-14powerpc/4xx/cpm: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-06-14powerpc/idle: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-06-14powerpc/8xx: export 'cpm_setbrg' for modulesRandy Dunlap1-0/+1
2022-06-14drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-06-14pinctrl: mvebu: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-1/+1
2022-06-14scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva2-2/+3
2022-06-14mfd: ipaq-micro: Fix error check return value of platform_get_irq()Lv Ruyi1-1/+1
2022-06-14ARM: dts: bcm2835-rpi-b: Fix GPIO line namesStefan Wahren1-7/+6
2022-06-14ARM: dts: bcm2835-rpi-zero-w: Fix GPIO line name for Wifi/BTPhil Elwell1-10/+12
2022-06-14soc: qcom: smsm: Fix missing of_node_put() in smsm_parse_ipcMiaoqian Lin1-0/+1
2022-06-14soc: qcom: smp2p: Fix missing of_node_put() in smp2p_parse_ipcMiaoqian Lin1-0/+1
2022-06-14rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-06-14rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
2022-06-14ASoC: wm2000: fix missing clk_disable_unprepare() on error in wm2000_anc_tran...Yang Yingliang1-3/+3
2022-06-14sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2022-06-14m68k: math-emu: Fix dependencies of math emulation supportGeert Uytterhoeven1-1/+1
2022-06-14Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu1-8/+13
2022-06-14media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin1-2/+5
2022-06-14media: exynos4-is: Change clk_disable to clk_disable_unprepareMiaoqian Lin1-1/+1
2022-06-14media: st-delta: Fix PM disable depth imbalance in delta_probeMiaoqian Lin1-2/+4
2022-06-14regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin1-0/+2
2022-06-14ASoC: mxs-saif: Fix refcount leak in mxs_saif_probeMiaoqian Lin1-0/+1
2022-06-14media: uvcvideo: Fix missing check to determine if element is found in listXiaomeng Tong1-9/+11
2022-06-14drm/msm: return an error pointer in msm_gem_prime_get_sg_table()Dan Carpenter1-1/+1
2022-06-14x86/mm: Cleanup the control_va_addr_alignment() __setup handlerRandy Dunlap1-5/+2
2022-06-14irqchip/aspeed-i2c-ic: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-2/+2
2022-06-14x86: Fix return value of __setup handlersRandy Dunlap4-4/+4
2022-06-14drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()Yang Yingliang1-1/+1
2022-06-14drm/msm/hdmi: check return value after calling platform_get_resource_byname()Yang Yingliang1-0/+4
2022-06-14drm/msm/dsi: fix error checks and return values for DSI xmit functionsDmitry Baryshkov1-7/+14
2022-06-14x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts2-5/+9
2022-06-14fsnotify: fix wrong lockdep annotationsAmir Goldstein1-3/+3
2022-06-14inotify: show inotify mask flags in proc fdinfoAmir Goldstein3-10/+15
2022-06-14ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter1-0/+8
2022-06-14spi: img-spfi: Fix pm_runtime_get_sync() error checkingZheng Yongjun1-1/+1
2022-06-14HID: hid-led: fix maximum brightness for Dream CheekyJonathan Teh1-1/+1
2022-06-14efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka1-0/+2
2022-06-14NFC: NULL out the dev->rfkill to prevent UAFLin Ma1-0/+1
2022-06-14spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeoutMiaoqian Lin1-2/+3
2022-06-14drm/mediatek: Fix mtk_cec_mask()Miles Chen1-1/+1
2022-06-14x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi1-2/+2
2022-06-14ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probeMiaoqian Lin1-2/+7
2022-06-14ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probeMiaoqian Lin1-1/+4
2022-06-14ath9k: fix ar9003_get_eepmiscWenli Looi1-1/+1
2022-06-14drm: fix EDID struct for old ARM OABI formatLinus Torvalds1-3/+3
2022-06-14RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller1-0/+2
2022-06-14macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabledFinn Thain3-2/+7
2022-06-14powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi1-0/+1
2022-06-14tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin1-2/+2
2022-06-14PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store()Yicong Yang1-5/+5