]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
vsprintf: Only export no_hash_pointers to test module
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 4 May 2026 10:43:40 +0000 (12:43 +0200)
committerPetr Mladek <pmladek@suse.com>
Thu, 21 May 2026 14:01:52 +0000 (16:01 +0200)
commitd1c9b60b6d7bb6ac973e9fb3f430618ab237ea9b
tree184ca9f754b86026b8b9dcc1bcac2872166664d6
parentb66cb4f156fe47f52065e70eb1b2f12ccd0c2884
vsprintf: Only export no_hash_pointers to test module

Aside from the printf test module, no module should ever use this symbol.

Suggested-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/all/aWpwMyFEfpCNN297@pathway.suse.cz/
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/all/aW3em-KplLVofU5z@smile.fi.intel.com/
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Tested-by: Petr Mladek <pmladek@suse.com>
Link: https://patch.msgid.link/20260504-restricted-pointers-kunit-test-v2-1-19e8b1c0fbeb@linutronix.de
[pmladek@suse.com: Removed questionable ifdeffery.]
Signed-off-by: Petr Mladek <pmladek@suse.com>
lib/vsprintf.c