summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-09-12lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet
2024-08-29bitmap: introduce generic optimized bitmap_size()Alexander Lobakin
2024-08-03kobject_uevent: Fix OOB access within zap_modalias_env()Zijun Hu
2024-08-03decompress_bunzip2: fix rare decompression failureRoss Lagerwall
2024-08-03sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang
2024-08-03sbitmap: use READ_ONCE to access map->wordlinke li
2024-08-03sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat codeKemeng Shi
2024-08-03sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallowKemeng Shi
2024-08-03mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel
2024-08-03lib: objagg: Fix general protection faultIdo Schimmel
2024-07-11kunit: Fix timeout messageMickaël Salaün
2024-06-16maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett
2024-06-16maple_tree: fix allocation in mas_sparse_area()Peng Zhang
2024-06-12lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou
2024-06-12kunit: Fix kthread referenceMickaël Salaün
2024-06-12mm/slub, kunit: Use inverted data to corrupt kmem cacheGuenter Roeck
2024-05-17dyndbg: fix old BUG_ON in >control parserJim Cromie
2024-05-17bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko
2024-05-02stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin
2024-04-27bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang
2024-04-03pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner
2024-03-26net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao
2024-03-26lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow
2024-03-26lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow
2024-03-06netlink: add nla be16/32 types to minlen arrayFlorian Westphal
2024-02-23crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang
2024-02-05debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda
2024-01-25kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald
2024-01-20btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo
2024-01-20ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)
2024-01-10genirq/affinity: Only build SMP-only helper functions on SMP kernelsIngo Molnar
2024-01-10lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyMing Lei
2024-01-10genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei
2024-01-01lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina
2023-12-13zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell
2023-12-08parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller
2023-11-28lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet
2023-11-20kunit: Fix missed memory release in kunit_free_suite_set()Jinjie Ruan
2023-11-02maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-10-25fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-10-25lib/Kconfig.debug: do not enable DEBUG_PREEMPT by defaultHyeonggon Yoo
2023-10-15lib/test_meminit: fix off-by-one error in test_pages()Greg Kroah-Hartman
2023-09-23kobject: Add sanity check for kset->kobj.ktype in kset_register()Zhen Lei
2023-09-23crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan
2023-09-19kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan
2023-09-19lib: test_scanf: Add explicit type cast to result initialization in test_numb...Nathan Chancellor
2023-09-19idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch
2023-09-19lib/test_meminit: allocate pages up to order MAX_ORDERAndrew Donnellan
2023-09-13XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)
2023-08-30maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett