Re: BUG: drbg: Added nodes from Stack Memory in link list

2017-05-08 Thread Harsh Jain
On Mon, May 8, 2017 at 2:00 PM, Stephan Müller wrote: > Am Montag, 8. Mai 2017, 08:30:13 CEST schrieb Harsh Jain: > > Hi Harsh, >> >> Confusing, I have to dig more for DRBG. Actually we observed following >> panic in Chcr (Chelsio) when drgb is enabled and Panic trace points >> some thing wrong >>

Re: BUG: drbg: Added nodes from Stack Memory in link list

2017-05-08 Thread Stephan Müller
Am Montag, 8. Mai 2017, 08:30:13 CEST schrieb Harsh Jain: Hi Harsh, > > Confusing, I have to dig more for DRBG. Actually we observed following > panic in Chcr (Chelsio) when drgb is enabled and Panic trace points > some thing wrong > with drgb modules. Any idea what are possible reason for this.

Re: BUG: drbg: Added nodes from Stack Memory in link list

2017-05-07 Thread Harsh Jain
On Wed, May 3, 2017 at 6:41 PM, Stephan Müller wrote: > Am Mittwoch, 3. Mai 2017, 14:47:24 CEST schrieb Harsh Jain: > > Hi Harsh, > >> Hi Stephen, >> >> In drbg driver local variable of function are added as list nodes. one >> instance is given below. >> >> >> static inline int __init drbg_healthc

Re: BUG: drbg: Added nodes from Stack Memory in link list

2017-05-03 Thread Stephan Müller
Am Mittwoch, 3. Mai 2017, 14:47:24 CEST schrieb Harsh Jain: Hi Harsh, > Hi Stephen, > > In drbg driver local variable of function are added as list nodes. one > instance is given below. > > > static inline int __init drbg_healthcheck_sanity(void) > > > > --- > --- > > max_addtllen = drbg_m

BUG: drbg: Added nodes from Stack Memory in link list

2017-05-03 Thread Harsh Jain
Hi Stephen, In drbg driver local variable of function are added as list nodes. one instance is given below. static inline int __init drbg_healthcheck_sanity(void) --- --- max_addtllen = drbg_max_addtl(drbg); max_request_bytes = drbg_max_request_bytes(drbg); drbg_string_fill(&addtl, buf, max_