summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-30Linux 6.12.85v6.12.85Greg Kroah-Hartman
2026-04-30Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross
2026-04-30xen/privcmd: fix double free via VMA splittingJuergen Gross
2026-04-30crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsglHerbert Xu
2026-04-30crypto: authencesn - Fix src offset when decrypting in-placeHerbert Xu
2026-04-30crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryp...Herbert Xu
2026-04-30crypto: authenc - use memcpy_sglist() instead of null skcipherEric Biggers
2026-04-30crypto: algif_aead - snapshot IV for async AEAD requestsDouya Le
2026-04-30crypto: algif_aead - Revert to operating out-of-placeHerbert Xu
2026-04-30crypto: algif_aead - use memcpy_sglist() instead of null skcipherEric Biggers
2026-04-30crypto: scatterwalk - Backport memcpy_sglist()Eric Biggers
2026-04-27Linux 6.12.84v6.12.84Greg Kroah-Hartman
2026-04-27rxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento
2026-04-27crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson
2026-04-27crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson
2026-04-27crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson
2026-04-27net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen
2026-04-27ALSA: caiaq: take a reference on the USB device in create_card()Berk Cem Goksel
2026-04-27ALSA: usb-audio: apply quirk for MOONDROP JU JiuCryolitia PukNgae
2026-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad
2026-04-27ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani
2026-04-27ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani
2026-04-27ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito
2026-04-27ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito
2026-04-27smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito
2026-04-27smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito
2026-04-27smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang
2026-04-27smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito
2026-04-27ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito
2026-04-27fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong
2026-04-27fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert
2026-04-27fuse: reject oversized dirents in page cacheSamuel Page
2026-04-27f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu
2026-04-27fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman
2026-04-27rxrpc: only handle RESPONSE during service challengeWang Jie
2026-04-27scripts/dtc: Remove unused dts_version in dtc-lexer.lNathan Chancellor
2026-04-27ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon
2026-04-27mm/pagewalk: fix race between concurrent split and refaultMax Boone
2026-04-27scripts: generate_rust_analyzer.py: define scriptsTamir Duberstein
2026-04-27drm/amdgpu: replace PASID IDR with XArrayMikhail Gavrilov
2026-04-27net: ethernet: mtk_eth_soc: initialize PPE per-tag-layer MTU registersDaniel Golle
2026-04-27rust: warn on bindgen < 0.69.5 and libclang >= 19.1Miguel Ojeda
2026-04-27wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-04-27ima: do not copy measurement list to kdump kernelSteven Chen
2026-04-27ima: verify if the segment size has changedSteven Chen
2026-04-27PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardownKoichiro Den
2026-04-27mm/userfaultfd: fix hugetlb fault mutex hash calculationJianhui Zhou
2026-04-22Linux 6.12.83v6.12.83Greg Kroah-Hartman
2026-04-22PCI: Revert "Enable ACS after configuring IOMMU for OF platforms"John Hancock
2026-04-22ipv6: add NULL checks for idev in SRv6 pathsMinhong He