summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/debugobjects: fix stat count and optimize debug_objects_mem_initwuchi2022-12-311-0/+10
* 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
* 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
* lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor2022-10-261-2/+7
* Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTMasahiro Yamada2022-10-261-0/+1
* Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5Masahiro Yamada2022-10-261-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
* crypto: lib - remove unneeded selection of XOR_BLOCKSEric Biggers2022-09-051-1/+0
* ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-08-311-3/+9
* lib/list_debug.c: Detect uninitialized listsGuenter Roeck2022-08-251-2/+10
* crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld2022-08-171-3/+3
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-08-172-7/+71
* lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa2022-08-171-1/+1
* selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence2022-08-171-0/+8
* lib/test_hmm: avoid accessing uninitialized pagesMiaohe Lin2022-08-171-2/+8
* test_bpf: fix incorrect netdev featuresJian Shen2022-08-171-2/+2
* kasan: test: Silence GCC 12 warningsKees Cook2022-08-171-0/+10
* fix short copy handling in copy_mc_pipe_to_iter()Al Viro2022-08-171-4/+11
* ida: don't use BUG_ON() for debuggingLinus Torvalds2022-07-121-1/+2