[RFC PATCH 0/3] Introduce kernel small arrays (KSA)
From: Ilya Matveychikov
Date: Tue Sep 19 2017 - 04:30:14 EST
Hi guys,
Please review the approach of using small fixed-sized arrays to improve
parsing of values like get_options() does.
This comes to me after fixing an overflow in get_options(). See the thread
for details: https://lkml.org/lkml/2017/5/22/581
If the approach is OK Iâll suggest to replace all of get_options() calls
to ksa_parse_ints() and remove get_options() at all.
Thank you.