summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-07ibmasm: fix OOB reads in command_file_write due to missing size checksTyllis Xu1-0/+7
2026-05-07misc: ibmasm: fix OOB MMIO read in ibmasm_handle_mouse_interrupt()Tyllis Xu1-0/+5
2026-05-07greybus: gb-beagleplay: fix sleep in atomic context in hdlc_tx_frames()Weigang He1-16/+89
2026-05-07greybus: gb-beagleplay: bound bootloader receive bufferingPengpeng Hou1-0/+7
2026-05-07leds: qcom-lpg: Check for array overflow when selecting the high resolutionGreg Kroah-Hartman1-1/+6
2026-05-07drm/nouveau: fix u32 overflow in pushbuf reloc bounds checkGreg Kroah-Hartman1-1/+1
2026-05-07LoongArch: Add spectre boundry for syscall dispatch tableGreg Kroah-Hartman1-1/+2
2026-05-07ALSA: usb-audio: Evaluate packsize caps at the right placeTakashi Iwai1-3/+3
2026-05-07usb: chipidea: core: allow ci_irq_handler() handle both ID and VBUS changeXu Yang2-22/+26
2026-05-07usb: chipidea: otg: not wait vbus drop if use role_switchXu Yang1-2/+2
2026-05-07usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio2-2/+2
2026-05-07ALSA: usb-audio: Fix Audio Advantage Micro II SPDIF switchCássio Gabriel1-1/+1
2026-05-07ALSA: usb-audio: Avoid false E-MU sample-rate notificationsCássio Gabriel1-4/+6
2026-05-07ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATESCássio Gabriel1-1/+1
2026-04-30Linux 7.0.3v7.0.3Greg Kroah-Hartman1-1/+1
2026-04-30xen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
2026-04-30Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
2026-04-27Linux 7.0.2v7.0.2Greg Kroah-Hartman1-1/+1
2026-04-27mshv_vtl: Fix vmemmap_shift exceeding MAX_FOLIO_ORDERNaman Jain2-4/+10
2026-04-27rxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento1-0/+4
2026-04-27crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
2026-04-27crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-27crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-27net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen1-8/+13
2026-04-27ALSA: caiaq: take a reference on the USB device in create_card()Berk Cem Goksel1-2/+2
2026-04-27ALSA: hda/realtek: Add quirk for Legion S7 15IMHEric Naim1-0/+1
2026-04-27ALSA: usb-audio: apply quirk for MOONDROP JU JiuCryolitia PukNgae1-0/+7
2026-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
2026-04-27writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
2026-04-27ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang1-3/+2
2026-04-27ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
2026-04-27ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
2026-04-27ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito1-5/+23
2026-04-27ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito2-9/+13
2026-04-27smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-04-27smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
2026-04-27smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-04-27smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
2026-04-27smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara2-16/+13
2026-04-27smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
2026-04-27ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
2026-04-27fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi1-11/+8
2026-04-27fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong1-2/+2
2026-04-27fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert1-0/+3
2026-04-27fuse: abort on fatal signal during sync initMiklos Szeredi3-1/+9
2026-04-27fuse: reject oversized dirents in page cacheSamuel Page1-0/+4
2026-04-27f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu1-1/+2
2026-04-27f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
2026-04-27f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
2026-04-27f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-7/+12