Re: [patch V3 00/10] rslib: Cleanup and VLA removal

2018-04-24 Thread Kees Cook
On Sun, Apr 22, 2018 at 9:23 AM, Thomas Gleixner wrote: > Kees tried to get rid of the Variable Length Arrays in the Reed-Solomon > library by replacing them with fixed length arrays on stack. Though they > are rather large and Andrew did not fall in love with that solution. >

Re: [patch V3 00/10] rslib: Cleanup and VLA removal

2018-04-24 Thread Kees Cook
On Sun, Apr 22, 2018 at 9:23 AM, Thomas Gleixner wrote: > Kees tried to get rid of the Variable Length Arrays in the Reed-Solomon > library by replacing them with fixed length arrays on stack. Though they > are rather large and Andrew did not fall in love with that solution. > > This series

[patch V3 00/10] rslib: Cleanup and VLA removal

2018-04-22 Thread Thomas Gleixner
Kees tried to get rid of the Variable Length Arrays in the Reed-Solomon library by replacing them with fixed length arrays on stack. Though they are rather large and Andrew did not fall in love with that solution. This series addresses that in a different way by splitting the rs control structure

[patch V3 00/10] rslib: Cleanup and VLA removal

2018-04-22 Thread Thomas Gleixner
Kees tried to get rid of the Variable Length Arrays in the Reed-Solomon library by replacing them with fixed length arrays on stack. Though they are rather large and Andrew did not fall in love with that solution. This series addresses that in a different way by splitting the rs control structure