patch "drivers/base: cacheinfo: handle absence of caches" added to driver-core-linus

2015-05-31 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/base: cacheinfo: handle absence of caches to my driver-core git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git in the driver-core-linus branch. The patch will sh

Re: BUG: update-grub, unable to handle kernel NULL pointer dereference

2015-05-31 Thread Jeremiah Mahler
Miklos, all, On Sat, May 30, 2015 at 01:03:24AM -0700, Jeremiah Mahler wrote: > all, > > When running update-grub on a system with a Windows partition the kernel > will oops with a "BUG: unable to handle kernel NULL pointer dereference" > message. It does this during the call to os-prober. Afte

patch "n_tty: Fix auditing support for cannonical mode" added to tty-linus

2015-05-31 Thread gregkh
This is a note to let you know that I've just added the patch titled n_tty: Fix auditing support for cannonical mode to my tty git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git in the tty-linus branch. The patch will show up in the next release

patch "staging: vt6655: device_rx_srv check sk_buff is NULL" added to staging-testing

2015-05-31 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: vt6655: device_rx_srv check sk_buff is NULL to my staging git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git in the staging-testing branch. The patch will show up i

Please backport "ARM: fix missing syscall trace exit" when it hits mainline

2015-05-31 Thread Russell King
Sorry guys, I hadn't added the usual Cc: to it, but it would be a good idea to backport: 1b97937246d8 ("ARM: fix missing syscall trace exit") to previous stable kernels when it hits mainline - I've just sent Linus the pull request this evening. Thanks. -- Russell King -- To unsubscribe

[PATCH 9/9] staging: vt6655: device_rx_srv check sk_buff is NULL

2015-05-31 Thread Malcolm Priestley
There is a small chance that pRD->pRDInfo->skb could go NULL while the interrupt is processing. Put NULL check on loop to break out. Signed-off-by: Malcolm Priestley Cc: --- drivers/staging/vt6655/device_main.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/vt6655/devi