Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734742 > unrolled thread

[RFC PATCH 0/3] Introduce kernel small arrays (KSA)

Started byIlya Matveychikov <matvejchikov@gmail.com>
First post2017-09-19 10:40 +0200
Last post2017-09-19 10:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [RFC PATCH 0/3] Introduce kernel small arrays (KSA) Ilya Matveychikov <matvejchikov@gmail.com> - 2017-09-19 10:40 +0200

#1734742 — [RFC PATCH 0/3] Introduce kernel small arrays (KSA)

FromIlya Matveychikov <matvejchikov@gmail.com>
Date2017-09-19 10:40 +0200
Subject[RFC PATCH 0/3] Introduce kernel small arrays (KSA)
Message-ID<urmet-1OZ-3@gated-at.bofh.it>
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.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web