RE: [PATCH V2 1/3] Thermal: initialize thermal zone device correctly

2015-04-01 Thread Zhang, Rui
diff --git a/drivers/thermal/thermal_core.h b/drivers/thermal/thermal_core.h index 0531c75..6d9ffa5 100644 --- a/drivers/thermal/thermal_core.h +++ b/drivers/thermal/thermal_core.h @@ -41,6 +41,7 @@ struct thermal_instance { struct thermal_zone_device *tz; struct

patch staging: android: sync: Fix memory corruption in added to staging-next

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: android: sync: Fix memory corruption in 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-next branch. The patch will show up in the

patch staging: panel: fix lcd type added to staging-next

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: panel: fix lcd type 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-next branch. The patch will show up in the next release of the

patch Drivers: hv: vmbus: Don't wait after requesting offers added to char-misc-next

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled Drivers: hv: vmbus: Don't wait after requesting offers to my char-misc git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git in the char-misc-next branch. The patch will

patch serial: 8250_dw: add support for AMD SOC Carrizo added to tty-next

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: 8250_dw: add support for AMD SOC Carrizo 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-next branch. The patch will show up in the next release

Re: Patch serial: 8250_dw: Fix deadlock in LCR workaround has been added to the 3.19-stable tree

2015-04-01 Thread Luis Henriques
On Fri, Mar 27, 2015 at 02:48:55PM +0800, Zhang Zhen wrote: Hi Greg, The 3.10-stable tree needs this patch too. Can you push this patch to 3.10 stable tree ? Best regards! I'll queue this for the 3.16 kernel as well -- the backport seems to be trivial (simply dropping changes to

Re: [PATCH 3.13.y-ckt 056/143] usb: musb: add omap-control dependency

2015-04-01 Thread Luis Henriques
On Tue, Mar 31, 2015 at 12:47:01PM -0700, Kamal Mostafa wrote: 3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. Arnd reported a regression caused by this patch. It seems to be fixed by commit 1c390eb360c3 (usb: musb: fix Kconfig regression), also tagged

[PATCH] [3.10 LTS sysctl_net_core] remove an unused variable

2015-04-01 Thread Martin Kaiser
since e2f572a9be3f00bcf470a918d9e53353bea9ef4c, the variable 'one' is no longer used net/core/sysctl_net_core.c:24:12: warning: 'one' defined but not used [-Wunused-variable] static int one = 1; remove it to fix the compiler warning Signed-off-by: Martin Kaiser mar...@kaiser.cx ---

[git:media_tree/fixes] [media] media: s5p-mfc: fix mmap support for 64bit arch

2015-04-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree: Subject: [media] media: s5p-mfc: fix mmap support for 64bit arch Author: Marek Szyprowski m.szyprow...@samsung.com Date:Wed Mar 4 05:55:21

[git:media_tree/fixes] [media] cx23885: fix querycap

2015-04-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree: Subject: [media] cx23885: fix querycap Author: Hans Verkuil hverk...@xs4all.nl Date:Sun Mar 8 23:20:03 2015 -0800 cap-device_caps wasn't

[git:media_tree/fixes] [media] sh_veu: v4l2_dev wasn't set

2015-04-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree: Subject: [media] sh_veu: v4l2_dev wasn't set Author: Hans Verkuil hverk...@xs4all.nl Date:Wed Dec 10 12:35:34 2014 -0300 The v4l2_dev field

Re: [PATCH] [3.10 LTS sysctl_net_core] remove an unused variable

2015-04-01 Thread Greg KH
On Wed, Apr 01, 2015 at 10:53:24AM +0200, Martin Kaiser wrote: since e2f572a9be3f00bcf470a918d9e53353bea9ef4c, the variable 'one' is no longer used net/core/sysctl_net_core.c:24:12: warning: 'one' defined but not used [-Wunused-variable] static int one = 1; remove it to fix the

patch USB: ftdi_sio: Use jtag quirk for SNAP Connect E10 added to usb-linus

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: Use jtag quirk for SNAP Connect E10 to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-linus branch. The patch will show up in the next

patch USB: ftdi_sio: Added custom PID for Synapse Wireless product added to usb-linus

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: Added custom PID for Synapse Wireless product to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-linus branch. The patch will show up in the

patch USB: keyspan_pda: add new device id added to usb-linus

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: keyspan_pda: add new device id to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-linus branch. The patch will show up in the next release of the

patch iio: imu: Use iio_trigger_get for indio_dev-trig assignment added to staging-linus

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled iio: imu: Use iio_trigger_get for indio_dev-trig assignment 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-linus branch. The patch will

patch iio: adc: vf610: use ADC clock within specification added to staging-linus

2015-04-01 Thread gregkh
This is a note to let you know that I've just added the patch titled iio: adc: vf610: use ADC clock within specification 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-linus branch. The patch will show up in

Re: [PATCH] pagemap: roothammer

2015-04-01 Thread mancha security
On Mon, Mar 30, 2015 at 02:25:24AM +0100, Ben Hutchings wrote: On Sun, 2015-03-29 at 14:58 +, mancha security wrote: Hi Greg et al. Many DRAM modules are susceptible to disturbance errors as outlined by Kim et al. in June of last year [1]. More recently, a methodology to exploit

commit d0af71a3573 for 3.19.y stable

2015-04-01 Thread Josh Boyer
Hi Dave, Another possible stable candidate. We had a report[1] of deadlocks with tigon devices on 3.19.y and the commit below fixes it. It cherry-picks cleanly on top of 3.19.3. I don't see it queued up so I thought I would point it out. commit d0af71a3573f1217b140c60b66f1a9b335fb058b Author:

Robertson Foundation

2015-04-01 Thread Robertson Foundation
You have been short-listed for the Robertson Foundation development grant. Contact this email: rbfsum...@ca.rr.com for more information. -- To unsubscribe from this list: send the line unsubscribe stable in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] cpufreq: Schedule work for the first-online CPU on resume

2015-04-01 Thread Viresh Kumar
All CPUs leaving the first-online CPU are hotplugged out on suspend and and cpufreq core stops managing them. On resume, we need to call cpufreq_update_policy() for this CPU's policy to make sure its frequency is in sync with cpufreq's cached value, as it might have got updated by hardware during

Re: CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access

2015-04-01 Thread Roland Dreier
On Wed, Mar 18, 2015 at 10:39 AM, Shachar Raindel rain...@mellanox.com wrote: Date: Sun, 04 Jan 2015 18:30:32 +0200 Subject: [PATCH] IB/core: Prevent integer overflow in ib_umem_get address arithmetic Just so we're clear, this bug has been known since January 4, and it's getting sent upstream

Re: [PATCH] hfsplus: add missing osx prefix to FinderInfo attribute check

2015-04-01 Thread Viacheslav Dubeyko
On Tue, 2015-03-31 at 23:41 -0400, Thomas Hebb wrote: By the time we reach strcmp_xattr_finder_info(), hfsplus_osx_getxattr() has already prefixed the user-provided xattr name with osx., so the existing check for the special FinderInfo attribute will always fail, and ENODATA will be returned

[PATCH 2/2] staging: vt6655: use ieee80211_tx_info to select packet type.

2015-04-01 Thread Malcolm Priestley
Information for packet type is in ieee80211_tx_info band IEEE80211_BAND_5GHZ for PK_TYPE_11A. IEEE80211_TX_RC_USE_CTS_PROTECT via tx_rate flags selects PK_TYPE_11GB This ensures that the packet is always the right type. Signed-off-by: Malcolm Priestley tvbox...@gmail.com Cc:

Applied spi: imx: read back the RX/TX watermark levels earlier to the spi tree

2015-04-01 Thread Mark Brown
The patch spi: imx: read back the RX/TX watermark levels earlier has been applied to the spi tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and