Re: [PATCH 09/14] staging: wilc1000: rename pstrHostIFconnectAttr argument to avoid camelCase

2018-01-21 Thread Ajay Singh
On Fri, 19 Jan 2018 16:50:29 +0530 Claudiu Beznea - M18063 wrote: > On 18.01.2018 15:17, Ajay Singh wrote: > > fix "Avoid camelCase" issue found by checkpatch.pl script. > > > > Signed-off-by: Ajay Singh > > --- > >

Re: [PATCH 10/14] staging: wilc1000: rename ptstrJoinBssParam variable to avoid camelCase

2018-01-21 Thread Ajay Singh
On Fri, 19 Jan 2018 16:50:18 +0530 Claudiu Beznea - M18063 wrote: > On 18.01.2018 15:17, Ajay Singh wrote: > > fix "Avoid camelCase" issue reported by checkpatch.pl script. > > > > Signed-off-by: Ajay Singh > > --- > >

Re: [PATCH][next] staging: ccree: fix memory leaks in cc_ivgen_init

2018-01-21 Thread Gilad Ben-Yossef
On Fri, Jan 12, 2018 at 6:10 PM, Colin King wrote: > From: Colin Ian King > > The current error exit path in function cc_ivgen_init via label > 'out' free's resources from the drvdata->ivgen_handle context. > However, drvdata->ivgen_handle has

Re: [PATCH 3/7] crypto: ccree: add ablkcipher support

2018-01-21 Thread Gilad Ben-Yossef
On Thu, Jan 11, 2018 at 12:03 PM, Stephan Mueller wrote: > Am Donnerstag, 11. Januar 2018, 10:17:10 CET schrieb Gilad Ben-Yossef: > > Hi Gilad, > >> + // verify weak keys >> + if (ctx_p->flow_mode == S_DIN_to_DES) { >> + if (!des_ekey(tmp, key) && >> +

Re: [PATCH 3/7] crypto: ccree: add ablkcipher support

2018-01-21 Thread Gilad Ben-Yossef
Hi Corentin, On Thu, Jan 11, 2018 at 12:01 PM, Corentin Labbe wrote: > On Thu, Jan 11, 2018 at 09:17:10AM +, Gilad Ben-Yossef wrote: >> Add CryptoCell ablkcipher support >> > > Hello > > I have some minor comments: > > ablkcipher is deprecated, so you need to use

RE: [PATCH v3 3/7] x86/hyper-v: reenlightenment notifications support

2018-01-21 Thread Michael Kelley (EOSG)
On Fri, 19 Jan 2018, Thomas Gleixner wrote: > -Original Message- > From: Thomas Gleixner [mailto:t...@linutronix.de] > Sent: Friday, January 19, 2018 11:48 PM > To: Vitaly Kuznetsov > Cc: kbuild test robot ; kbuild-...@01.org; > k...@vger.kernel.org;

3.400,000.00 Eur

2018-01-21 Thread Mrs. Mavis L Wanczyk
Frau Mavis L Wanczyk wählen Sie zu erhalten, Cash Grant Kontakt mavislwanczyk...@gmail.com für Anspruch. This message was sent using IMP, the Internet Messaging Program. ___ devel

[PATCH] staging: most: replace function name to __func__

2018-01-21 Thread Sidong Yang
Fix checkpatch.pl warning message about logging code. Previous code contains hard coded function name. Fix this code by using __func__ macro. Signed-off-by: Sidong Yang --- drivers/staging/most/dim2/dim2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Getting the ccree driver out of staging

2018-01-21 Thread Gilad Ben-Yossef
On Thu, Jan 11, 2018 at 10:42 AM, Dan Carpenter wrote: > Here are my remaining Smatch warnings: > > drivers/staging/ccree/cc_driver.c:219 init_cc_resources() > error: '%pa' can only be followed by one of [dp] > > drivers/staging/ccree/cc_driver.c >217 >

Re: [PATCH] Staging: iio: ade7758: Replace mlock with buf_lock

2018-01-21 Thread Jonathan Cameron
On Sat, 20 Jan 2018 21:14:48 +0530 Shreeya Patel wrote: > iio_dev->mlock is to be used only by the IIO core for protecting > device mode changes between INDIO_DIRECT and INDIO_BUFFER. > > This patch replaces the use of mlock with the already established > buf_lock