Searched hist:"68 e4cd17e218971a2fd60c30fe14078dc0d8a68e" (Results 1 – 1 of 1) sorted by relevance
/linux/Documentation/process/ |
H A D | deprecated.rst | diff 68e4cd17e218971a2fd60c30fe14078dc0d8a68e Mon Jun 08 23:37:11 CEST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> docs: deprecated.rst: Add zero-length and one-element arrays
Add zero-length and one-element arrays to the list.
While I continue replacing zero-length and one-element arrays with flexible-array members, I need a reference to point people to, so they don't introduce more instances of such arrays. And while here, add a note to the "open-coded arithmetic in allocator arguments" section, on the use of struct_size() and the arrays-to-deprecate mentioned here.
Co-developed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Acked-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20200608213711.GA22271@embeddedor Signed-off-by: Jonathan Corbet <corbet@lwn.net>
|