summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2024-04-101-0/+1
* kasan/test: avoid gcc warning for intentional overflowArnd Bergmann2024-04-101-1/+2
* kasan: test: add memcpy test that avoids out-of-bounds writePeter Collingbourne2024-04-101-1/+17
* pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner2024-04-101-1/+1
* net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao2024-03-261-2/+1
* lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow2024-03-261-1/+1
* debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa2024-03-011-0/+9
* crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang2024-02-231-0/+3
* debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda2024-02-231-122/+78
* kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2024-01-251-1/+3
* ida: Fix crash in ida_free when the bitmap is emptyMatthew Wilcox (Oracle)2024-01-252-1/+41
* lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina2024-01-051-3/+8
* parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller2023-12-081-6/+0
* lib/Kconfig.debug: do not enable DEBUG_PREEMPT by defaultHyeonggon Yoo2023-10-251-1/+4
* lib/test_meminit: fix off-by-one error in test_pages()Greg Kroah-Hartman2023-10-191-1/+1
* kobject: Add sanity check for kset->kobj.ktype in kset_register()Zhen Lei2023-09-231-0/+5
* crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan2023-09-231-2/+6
* lib: test_scanf: Add explicit type cast to result initialization in test_numb...Nathan Chancellor2023-09-191-1/+1
* idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch2023-09-191-1/+1
* lib/test_meminit: allocate pages up to order MAX_ORDERAndrew Donnellan2023-09-191-1/+1
* radix tree: remove unused variableArnd Bergmann2023-08-301-1/+0
* lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller2023-08-301-26/+6
* test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac2023-07-231-6/+6
* lib/ts_bm: reset initial match offset for every block of textJeremy Sowden2023-07-231-1/+3
* test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac2023-06-211-0/+10
* test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac2023-06-211-17/+35
* test_firmware: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-06-211-1/+2
* Revert "debugobject: Ensure pool refill (again)"Greg Kroah-Hartman2023-06-141-15/+6
* lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings2023-06-141-1/+1
* test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac2023-06-091-1/+18
* debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa2023-05-301-1/+1
* lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen2023-05-241-1/+4
* linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-243-4/+7
* debugobject: Ensure pool refill (again)Thomas Gleixner2023-05-111-6/+15
* debugobject: Prevent init race with static objectsThomas Gleixner2023-05-111-59/+66
* kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai2023-03-101-2/+10
* kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman2023-03-101-5/+5
* printf: fix errname.c listArnd Bergmann2023-03-101-8/+14
* lib/mpi: Fix buffer overrun when SG is too longHerbert Xu2023-03-101-1/+2
* lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor2023-02-251-1/+1
* lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor2023-02-251-1/+1
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-0/+7
* netlink: prevent potential spectre v1 gadgetsEric Dumazet2023-02-011-0/+3
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-011-2/+1
* ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang2023-02-011-9/+1
* lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik2023-02-011-1/+0
* overflow: Implement size_t saturating arithmetic helpersKees Cook2022-12-311-0/+98
* test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao2022-12-311-0/+1
* lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2022-12-311-1/+1
* lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui2022-12-311-2/+2