summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* overflow: Implement size_t saturating arithmetic helpersKees Cook2023-11-201-0/+98
* kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai2023-11-081-2/+10
* 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-251-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
* 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
* debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa2023-07-271-0/+9
* test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac2023-07-271-6/+6
* lib/ts_bm: reset initial match offset for every block of textJeremy Sowden2023-07-271-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
* kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko2023-06-212-2/+4
* lib: cleanup kstrto*() usageAlexey Dobriyan2023-06-212-22/+13
* 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-301-1/+4
* linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-303-4/+7
* debugobject: Ensure pool refill (again)Thomas Gleixner2023-05-171-1/+15
* debugobject: Prevent init race with static objectsThomas Gleixner2023-05-171-59/+66
* printf: fix errname.c listArnd Bergmann2023-03-111-8/+14
* lib/mpi: Fix buffer overrun when SG is too longHerbert Xu2023-03-111-1/+2
* 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
* mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2023-01-141-14/+0
* net: switch to storing KCOV handle directly in sk_buffMarco Elver2023-01-141-1/+0
* test_firmware: fix memory leak in test_firmware_init()Zhengchao Shao2023-01-141-0/+1
* lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2023-01-141-1/+1
* lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui2023-01-141-2/+2
* lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi2023-01-141-0/+10
* iov_iter: add helper to save iov_iter stateJens Axboe2023-01-041-19/+33
* Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledLee Jones2022-12-081-0/+1
* parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller2022-12-081-2/+3
* xtensa: increase size of gcc stack frame checkGuenter Roeck2022-12-081-1/+1
* parisc: Increase size of gcc stack frame checkHelge Deller2022-12-081-1/+1
* error-injection: Add prompt for function error injectionSteven Rostedt (Google)2022-12-081-1/+7
* lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-12-021-1/+1
* dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie2022-10-261-29/+0
* dyndbg: let query-modname override actual module nameJim Cromie2022-10-261-4/+7
* dyndbg: fix static_branch manipulationJim Cromie2022-10-261-2/+3
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-261-0/+30
* lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()Christophe Leroy2022-09-051-8/+8