> -Original Message-
> From: Stephen Hemminger [mailto:[email protected]]
> Sent: Thursday, May 18, 2017 9:25 AM
> To: KY Srinivasan ; [email protected]
> Cc: [email protected]; Stephen Hemminger
>
> Subject: [PATCH 2/5] vmbus: implement lock-less ring buffer
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 `crypto_shash_update'
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, [email protected] wrote:
From: Surender Polsani
Fixed the following checkpatch.pl warnings:
octal permissions are more preferable than symbolic permissions
Repl
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
Signed-off-by: Ri
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
> > pa