summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
5 dayslib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers1-2/+2
5 daysidr: fix idr_alloc() returning an ID out of rangeMatthew Wilcox (Oracle)1-0/+2
5 dayslib/vsprintf: Check pointer before dereferencing in time_and_date()Andy Shevchenko1-3/+3
2025-12-07lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCCNathan Chancellor1-1/+1
2025-10-19minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-10-19minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds3-3/+2
2025-10-19lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and olderNathan Chancellor1-0/+4
2025-10-19lib/genalloc: fix device leak in of_gen_pool_get()Johan Hovold1-1/+4
2025-10-19minmax: add in_range() macroMatthew Wilcox (Oracle)1-3/+0
2025-10-02kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun1-0/+1
2025-08-28lib: bitmap: Introduce node-aware alloc APITariq Toukan1-0/+13
2025-07-10lib: test_objagg: Set error message in check_expect_hints_stats()Dan Carpenter1-1/+3
2025-06-27pldmfw: Select CRC32 when PLDMFW is selectedSimon Horman1-0/+1
2025-06-04crypto: lzo - Fix compression buffer overrunHerbert Xu3-26/+96
2025-06-04dql: Fix dql->limit value when reset.Jing Su1-1/+1
2025-05-02ubsan: Fix panic from test_ubsan_out_of_boundsMostafa Saleh1-7/+11
2025-05-02string: Add load_unaligned_zeropad() code path to sized_strscpy()Peter Collingbourne1-3/+10
2025-05-02kmsan: disable strscpy() optimization under KMSANAlexander Potapenko1-0/+8
2025-05-02lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsetsT Pratham1-2/+0
2025-04-10lib: 842: Improve error handling in sw842_compress()Tanya Agarwal1-0/+2
2025-04-10lib/buildid: Handle memfd_secret() files in build_id_parse()Andrii Nakryiko1-0/+5
2025-03-13kfence: allow use of a deferrable timerMarco Elver1-0/+12
2025-03-13lockdep: Fix upper limit for LOCKDEP_*_BITS configsCarlos Llamas1-4/+4
2025-03-13memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2025-01-09lib: stackinit: hide never-taken branch from compilerKees Cook1-0/+1
2024-12-14lib: string_helpers: silence snprintf() output truncation warningBartosz Golaszewski1-1/+1
2024-12-14lib/buildid: Fix build ID parsing logicJiri Olsa1-1/+1
2024-10-17lib/buildid: harden build ID parsing logicAndrii Nakryiko1-32/+44
2024-10-17build-id: require program headers to be right after ELF headerAlexey Dobriyan1-0/+14
2024-10-17debugobjects: Fix conditions in fill_pool()Zhen Lei1-2/+3
2024-10-17xz: cleanup CRC32 edits from 2018Lasse Collin2-5/+1
2024-09-12lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet1-0/+2
2024-09-04bitmap: introduce generic optimized bitmap_size()Alexander Lobakin1-2/+0
2024-08-19kobject_uevent: Fix OOB access within zap_modalias_env()Zijun Hu1-1/+16
2024-08-19decompress_bunzip2: fix rare decompression failureRoss Lagerwall1-1/+2
2024-08-19mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-15/+0
2024-08-19lib: objagg: Fix general protection faultIdo Schimmel1-0/+3
2024-07-18kunit: Fix timeout messageMickaël Salaün1-1/+2
2024-06-16mm/slub, kunit: Use inverted data to corrupt kmem cacheGuenter Roeck1-1/+1
2024-05-17dyndbg: fix old BUG_ON in >control parserJim Cromie1-1/+5
2024-05-17bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko1-2/+3
2024-05-02stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+2
2024-04-10arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra1-0/+1
2024-04-10kasan/test: avoid gcc warning for intentional overflowArnd Bergmann1-1/+2
2024-04-10kasan: test: add memcpy test that avoids out-of-bounds writePeter Collingbourne1-1/+17
2024-04-10pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner1-1/+1
2024-03-27net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao1-2/+1
2024-03-27lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow1-1/+1
2024-03-01debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa1-0/+9
2024-02-23crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang1-0/+3