RE: [PATCH 2/5] vmbus: implement lock-less ring buffer

2017-05-21 Thread KY Srinivasan
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, May 18, 2017 9:25 AM > To: KY Srinivasan ; gre...@linuxfoundation.org > Cc: de...@linuxdriverproject.org; Stephen Hemminger > > Subject:

Re: [PATCH] staging: ccree: add CRYPTO dependency

2017-05-21 Thread Gilad Ben-Yossef
On Fri, May 19, 2017 at 11:04 AM, Arnd Bergmann wrote: > A rare randconfig build error shows up when we have CONFIG_CRYPTO=m > in combination with a built-in CCREE driver: > > crypto/hmac.o: In function `hmac_update': > hmac.c:(.text.hmac_update+0x28): undefined reference to

Re: [PATCH v3] staging: iio: light: Replace symbolic permissions as per coding style

2017-05-21 Thread Jonathan Cameron
On 20/05/17 19:36, Brian Masney wrote: On Sat, May 20, 2017 at 06:55:02PM +0100, Jonathan Cameron wrote: On 19/05/17 10:37, surenderpols...@gmail.com wrote: From: Surender Polsani Fixed the following checkpatch.pl warnings: octal permissions are more preferable

[PATCH] staging: ks7010: define ether_hdr.h_proto to be big-endian

2017-05-21 Thread dick
From: Richard Porter Fixes sparse warnings: drivers/staging/ks7010/ks_hostif.c:339:21: warning: cast to restricted __be16 drivers/staging/ks7010/ks_hostif.c:430:21: warning: cast to restricted __be16 drivers/staging/ks7010/ks_hostif.c:1226:21: warning: cast to restricted __be16

Re: [patch v2 1/6] tty: export tty_open_by_driver

2017-05-21 Thread Greg Kroah-Hartman
On Sat, May 20, 2017 at 11:09:02PM -0700, Christoph Hellwig wrote: > On Mon, May 15, 2017 at 06:45:32PM +0100, Okash Khawaja wrote: > > This exports tty_open_by_driver so that it can be called from other places > > inside the kernel. The checks for null file pointer are based on Alan Cox's > >

Re: [patch v2 1/6] tty: export tty_open_by_driver

2017-05-21 Thread Christoph Hellwig
On Mon, May 15, 2017 at 06:45:32PM +0100, Okash Khawaja wrote: > This exports tty_open_by_driver so that it can be called from other places > inside the kernel. The checks for null file pointer are based on Alan Cox's > patch here: >