summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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: 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: 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
2026-04-27fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman1-1/+11
2026-04-27scripts/dtc: Remove unused dts_version in dtc-lexer.lNathan Chancellor1-3/+0
2026-04-27lib/crypto: tests: Drop the default to CRYPTO_SELFTESTSEric Biggers1-7/+7
2026-04-27kunit: configs: Enable all crypto library tests in all_tests.configEric Biggers1-0/+2
2026-04-27lib/crypto: tests: Introduce CRYPTO_LIB_ENABLE_ALL_FOR_KUNITEric Biggers2-13/+19
2026-04-27lib/crypto: tests: Add a .kunitconfig fileEric Biggers1-0/+23
2026-04-27kunit: configs: Enable all CRC tests in all_tests.configEric Biggers1-0/+2
2026-04-27lib/crc: tests: Add a .kunitconfig fileEric Biggers1-0/+3
2026-04-27lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNITEric Biggers1-0/+14
2026-04-27lib/crc: tests: Make crc_kunit test only the enabled CRC variantsEric Biggers2-12/+23
2026-04-27sched/debug: Fix avg_vruntime() usagePeter Zijlstra1-1/+3
2026-04-27arm64: errata: Work around early CME DVMSync acknowledgementCatalin Marinas11-4/+264
2026-04-27arm64: cputype: Add C1-Pro definitionsCatalin Marinas1-0/+2
2026-04-27arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()Catalin Marinas2-5/+5
2026-04-27arm64: tlb: Introduce __tlbi_sync_s1ish_{kernel,batch}() for TLB maintenanceCatalin Marinas1-4/+16
2026-04-27arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland6-36/+47
2026-04-27arm64: tlb: Allow XZR argument to TLBI opsMark Rutland1-3/+3
2026-04-27ksmbd: validate owner of durable handle on reconnectNamjae Jeon6-15/+102
2026-04-27ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-11/+30
2026-04-27scripts: generate_rust_analyzer.py: define scriptsTamir Duberstein1-1/+13
2026-04-27crypto: krb5enc - fix async decrypt skipping hash verificationDudu Lu1-21/+31
2026-04-27crypto: krb5enc - fix sleepable flag handling in encrypt dispatchWesley Atwell1-2/+3
2026-04-27drm/amdgpu: replace PASID IDR with XArrayMikhail Gavrilov1-20/+19
2026-04-27net: ethernet: mtk_eth_soc: initialize PPE per-tag-layer MTU registersDaniel Golle3-1/+52
2026-04-27ipv6: add NULL checks for idev in SRv6 pathsMinhong He2-0/+6
2026-04-27crypto: authencesn - Fix src offset when decrypting in-placeHerbert Xu1-2/+4
2026-04-22Merge v6.18.24Greg Kroah-Hartman216-791/+1621
2026-04-22Linux 6.18.24v6.18.24Greg Kroah-Hartman1-1/+1
2026-04-22dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace outputLeon Romanovsky1-1/+2
2026-04-22dma-debug: Allow multiple invocations of overlapping entriesLeon Romanovsky1-3/+3
2026-04-22mm/userfaultfd: fix hugetlb fault mutex hash calculationJianhui Zhou2-1/+18