lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <861c1479-519d-448d-b8d4-0cdfd872c655@p183> Date: Wed, 27 Dec 2023 18:00:37 +0300 From: Alexey Dobriyan <adobriyan@...il.com> To: Qu Wenruo <wqu@...e.com> Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org, christophe.jaillet@...adoo.fr, andriy.shevchenko@...ux.intel.com, David.Laight@...lab.com, ddiss@...e.de Subject: Re: [PATCH 0/3] kstrtox: introduce memparse_safe() > fs/btrfs/ioctl.c | 8 +- > fs/btrfs/super.c | 8 ++ > fs/btrfs/sysfs.c | 14 ++- > include/linux/kernel.h | 8 +- > include/linux/kstrtox.h | 15 +++ > lib/cmdline.c | 5 +- > lib/kstrtox.c | 96 ++++++++++++++++++ > lib/test-kstrtox.c | 217 ++++++++++++++++++++++++++++++++++++++++ > 8 files changed, 364 insertions(+), 7 deletions(-) Please keep memparse stuff out of kstrtox.c . kstrtox.c is for kstrto*() functions.
Powered by blists - more mailing lists