Re: [PATCH 1/2] zstd: pass pointer rathen than structure to functions

2019-05-31 Thread Andrew Morton
On Thu, 30 May 2019 21:35:19 +0800 Herbert Xu wrote: > On Thu, May 30, 2019 at 02:43:27PM +0530, Vaneet Narang wrote: > > [Reminder] Any updates ? > > I was assuming that Andrew was going to pick this up. Andrew? > I don't have a copy of these emails, sorry. I wasn't cc'ed on the originals

Re: [PATCH 1/2] zstd: pass pointer rathen than structure to functions

2019-05-30 Thread Herbert Xu
On Thu, May 30, 2019 at 02:43:27PM +0530, Vaneet Narang wrote: > [Reminder] Any updates ? I was assuming that Andrew was going to pick this up. Andrew? Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

RE: [PATCH 1/2] zstd: pass pointer rathen than structure to functions

2019-05-30 Thread Vaneet Narang
[Reminder] Any updates ? > currently params structure is passed in all functions, which increases > stack usage in all the function and lead to stack overflow on target like > ARM with kernel stack size of 8 KB so better to pass pointer.   > Checked for ARM:   > (ZSTD_compressContinue_internal)->