summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-30HID: logitech-hidpp: Don't use the USB serial for USB devicesBastien Nocera1-0/+51
2023-05-30staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICEPhilipp Hortmann2-8/+3
2023-05-30Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li1-1/+0
2023-05-30wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtraceHans de Goede1-1/+4
2023-05-30f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2-3/+12
2023-05-30ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()Ojaswin Mujoo1-18/+31
2023-05-30ext4: set goal start correctly in ext4_mb_normalize_requestKemeng Shi1-6/+10
2023-05-30gfs2: Fix inode height consistency checkAndreas Gruenbacher1-1/+2
2023-05-30scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ...Zheng Wang1-0/+2
2023-05-30lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen1-1/+4
2023-05-30net: Catch invalid index in XPS mappingNick Child1-0/+2
2023-05-30net: pasemi: Fix return type of pasemi_mac_start_tx()Nathan Chancellor1-1/+1
2023-05-30ext2: Check block size validity during mountJan Kara2-0/+8
2023-05-30wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin1-6/+7
2023-05-30ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_...void0red1-0/+3
2023-05-30ACPICA: Avoid undefined behavior: applying zero offset to null pointerTamir Duberstein1-3/+8
2023-05-30drm/tegra: Avoid potential 32-bit integer overflowNur Hussein1-1/+1
2023-05-30ACPI: EC: Fix oops when removing custom query handlersArmin Wolf1-0/+1
2023-05-30firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois2-18/+20
2023-05-30memstick: r592: Fix UAF bug in r592_remove due to race conditionZheng Wang1-1/+1
2023-05-30regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2023-05-30drm/amd/display: Use DC_LOG_DC in the trasform pixel functionRodrigo Siqueira1-3/+2
2023-05-30fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa1-5/+23
2023-05-30af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima1-8/+12
2023-05-30af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima1-1/+1
2023-05-30net: datagram: fix data-races in datagram_poll()Eric Dumazet1-5/+10
2023-05-30ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng1-0/+6
2023-05-30tcp: add annotations around sk->sk_shutdown accessesEric Dumazet3-9/+11
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni2-2/+8
2023-05-30tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2023-05-30tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet3-8/+22
2023-05-30net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet1-1/+1
2023-05-30netlink: annotate accesses to nlk->cb_runningEric Dumazet1-4/+4
2023-05-30net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-05-17Linux 4.19.283v4.19.283Greg Kroah-Hartman1-1/+1
2023-05-17mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-05-17printk: declare printk_deferred_{enter,safe}() in include/linux/printk.hTetsuo Handa1-0/+19
2023-05-17PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lockLukas Wunner1-0/+15
2023-05-17PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errorsHans de Goede3-3/+21
2023-05-17drbd: correctly submit flush bio on barrierChristoph Böhmwalder1-1/+1
2023-05-17serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2-3/+21
2023-05-17tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen3-14/+37
2023-05-17ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-17ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-17ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-17ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-17ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-17ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-17ext4: fix WARNING in mb_find_extentYe Bin1-0/+25
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10