generic string library · Supported
Maintainers
- M Kees Cook <kees@kernel.org>
- R Andy Shevchenko <andy@kernel.org>
Paths
- F
include/linux/string.h - F
include/linux/string_choices.h - F
include/linux/string_helpers.h - F
lib/string.c - F
lib/string_helpers.c - F
lib/tests/string_helpers_kunit.c - F
lib/tests/string_kunit.c - F
scripts/coccinelle/api/string_choices.cocci
Last 30 days
Recent patches
Most-recent 21 patches in this subsystem on linuxppc-dev, ordered by date desc.
- [PATCH 1/2] string: move __compiletime_strlen() to string.h
2026-02-05 · Xie Yuanbin <hidden> - [PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
2024-06-03 · Andy Shevchenko <andriy.shevchenko@linux.intel.com> - [PATCH 1/3] lib: early_string: allow early usage of some string functions
2021-04-30 · Daniel Walker <hidden> - [PATCH v2 2/3] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
2020-01-16 · Daniel Axtens <hidden> - [PATCH 2/2] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
2020-01-15 · Daniel Axtens <hidden> - [PATCH 3/3][V2] lib: re-introduce new match_string() helper/macro
2019-05-28 · Alexandru Ardelean <hidden> - [PATCH 2/3][V2] treewide: rename match_string() -> __match_string()
2019-05-28 · Alexandru Ardelean <hidden> - [PATCH 1/3][V2] lib: fix match_string() helper on -1 array size
2019-05-28 · Alexandru Ardelean <hidden> - [PATCH 01/16] lib: fix match_string() helper when array size is positive
2019-05-08 · Alexandru Ardelean <hidden> - [PATCH 03/16] lib,treewide: add new match_string() helper/macro
2019-05-08 · Alexandru Ardelean <hidden> - [PATCH 02/16] treewide: rename match_string() -> __match_string()
2019-05-08 · Alexandru Ardelean <hidden> - [PATCH 01/16] lib: fix match_string() helper on -1 array size
2019-05-08 · Alexandru Ardelean <hidden> - [RFC PATCH v2 3/3] kasan: add interceptors for all string functions
2019-03-28 · Christophe Leroy <hidden> - [RFC PATCH v2 2/3] lib/string: move sysfs string functions out of string.c
2019-03-28 · Christophe Leroy <hidden> - [RFC PATCH v1 3/3] kasan: add interceptors for all string functions
2019-03-22 · Christophe Leroy <hidden> - [RFC PATCH v1 2/3] lib/string: move sysfs string functions out of string.c
2019-03-22 · Christophe Leroy <hidden> - [PATCH v3 1/7] Add multibyte memset functions
2017-03-24 · Matthew Wilcox <willy@infradead.org> - Re: Optimised memset64/memset32 for powerpc
2017-03-22 · Matthew Wilcox <willy@infradead.org> - [PATCH v3 1/4] lib: move strtobool to kstrtobool
2016-02-05 · Kees Cook <hidden> - [PATCH v2 1/4] lib: move strtobool to kstrtobool
2016-02-04 · Kees Cook <hidden> - [PATCH 2/3] lib: add "on" and "off" to strtobool
2016-01-28 · Kees Cook <hidden>