All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Introduce kernel small arrays (KSA)
@ 2017-09-19  8:30 Ilya Matveychikov
  2017-09-19  8:31 ` [RFC PATCH 1/3] ksmall_array: introduce kernel small arrays Ilya Matveychikov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ilya Matveychikov @ 2017-09-19  8:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ilya Matveychikov, ben.hutchings

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-18 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19  8:30 [RFC PATCH 0/3] Introduce kernel small arrays (KSA) Ilya Matveychikov
2017-09-19  8:31 ` [RFC PATCH 1/3] ksmall_array: introduce kernel small arrays Ilya Matveychikov
2017-09-19  8:32 ` [RFC PATCH 2/3] net/dev/core.c: use ksa_parse_ints instead of get_options Ilya Matveychikov
2017-10-04 15:22 ` [RFC PATCH 0/3] Introduce kernel small arrays (KSA) Ben Hutchings
2017-10-18 12:41   ` Ilya Matveychikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.