Re: [PATCH] ARM: v3.4-rc1 amba-pl011 regression (NULL pointer dereference)

2012-04-11 Thread Linus Walleij
On Wed, Apr 11, 2012 at 3:57 AM, Frank Rowand wrote: > commit 9b96fbac introduced use of pointer before it is initialized, > resulting in a NULL pointer dereference on boot for the ARM Realview. > > uap->port.membase is initialized to base a few lines later, so just > use base. > > Signed-off-by:

[PATCH 9/9] brcm80211: smac: resume transmit fifo upon receiving frames

2012-04-11 Thread Arend van Spriel
There have been reports about not being able to use access-points on channel 12 and 13 or having connectivity issues when these channels were part of the selected regulatory domain. Upon switching to these channels the brcmsmac driver suspends the transmit dma fifos. This patch resumes them upon ha

Re: [PATCH 1/1] cred: copy_process() should clear child->replacement_session_keyring

2012-04-11 Thread David Howells
Oleg Nesterov wrote: > keyctl_session_to_parent(task) sets ->replacement_session_keyring, > it should be processed and cleared by key_replace_session_keyring(). > > However, this task can fork before it notices TIF_NOTIFY_RESUME and > the new child gets the bogus ->replacement_session_keyring co

[PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove

2012-04-11 Thread Shubhrajyoti D
In omap_i2c_remove we are accessing the I2C_CON register without enabling the clocks. Fix the same by enabling the clocks and disabling it. This fixes the following crash. [ 154.723022] [ cut here ] [ 154.725677] WARNING: at arch/arm/mach-omap2/omap

[PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove

2012-04-11 Thread Shubhrajyoti D
In omap_i2c_remove we are accessing the I2C_CON register without enabling the clocks. Fix the same by enabling the clocks and disabling it. This fixes the following crash. [ 154.723022] [ cut here ] [ 154.725677] WARNING: at arch/arm/mach-omap2/omap

Re: [PATCH 3.0.y] TOMOYO: Fix mount flags checking order.

2012-04-11 Thread Tetsuo Handa
Jonathan Nieder wrote: > Greg KH wrote: > > > It doesn't apply to 3.0-stable, so if you want to see it there, can you > > please provide a backported version? > > There are semantically uninteresting conflicts with v3.1-rc1~133^2~42 > ("TOMOYO: Cleanup part 2"). Here's a blind backport (untested

Re: [PATCH 3.0.y] TOMOYO: Fix mount flags checking order.

2012-04-11 Thread Jonathan Nieder
Tetsuo Handa wrote: > Yes, as diff shown below, you updated the patch correctly. Thanks for looking it over. -- 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 http://vger.kernel.org/majordomo-info.htm

[PATCH 1/2] ARM: DT: fix atags_to_fdt() second call site

2012-04-11 Thread Marc Zyngier
atags_to_fdt() returns 1 when it fails to find a valid FDT signature. The CONFIG_ARM_ATAG_DTB_COMPAT code is supposed to retry with another location, but only does so when the initial call doesn't fail. Fix this by using the correct condition in the assembly code. Acked-by: Nicolas Pitre Signed-

Patch Upstream: ioat: fix size of 'completion' for Xen

2012-04-11 Thread Gregs git-bot
commit: 275029353953c2117941ade84f02a2303912fad1 From: Dan Williams Date: Fri, 23 Mar 2012 13:36:42 -0700 Subject: ioat: fix size of 'completion' for Xen Starting with v3.2 Jonathan reports that Xen crashes loading the ioatdma driver. A debug run shows: ioatdma :00:16.4: desc[0]: (0x300cc

Re: [PATCH] ARM: v3.4-rc1 amba-pl011 regression (NULL pointer dereference)

2012-04-11 Thread Greg Kroah-Hartman
On Wed, Apr 11, 2012 at 09:28:02AM +0200, Linus Walleij wrote: > On Wed, Apr 11, 2012 at 3:57 AM, Frank Rowand > wrote: > > > commit 9b96fbac introduced use of pointer before it is initialized, > > resulting in a NULL pointer dereference on boot for the ARM Realview. > > > > uap->port.membase is

Patch "ioat: fix size of 'completion' for Xen" has been added to the 3.2-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled ioat: fix size of 'completion' for Xen to the 3.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ioat-fix-size-of-

Patch "ioat: fix size of 'completion' for Xen" has been added to the 3.3-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled ioat: fix size of 'completion' for Xen to the 3.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ioat-fix-size-of-

Re: [PATCH v2] pch_uart: Fix dma channel unallocated issue

2012-04-11 Thread Greg KH
On Wed, Apr 11, 2012 at 03:49:27PM +0900, Tomoya MORINAGA wrote: > This driver anticipates pch_uart_verify_port() is not called > during installation. > However, actually pch_uart_verify_port() is called during > installation. > As a result, memory access violation occurs like below. > > 0. initia

Re: [ 117/175] iommu/amd: Make sure IOMMU interrupts are re-enabled on resume

2012-04-11 Thread Joerg Roedel
Right, this fix is also required for 3.2 and 3.0. On Tue, Apr 03, 2012 at 04:28:06AM +0100, Ben Hutchings wrote: > On Fri, 2012-03-30 at 12:50 -0700, Greg KH wrote: > > 3.3-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Joerg Roed

[PATCH v2 0/2] kvm: iommu unmap fixes

2012-04-11 Thread Alex Williamson
This is a documentation change only from the previous version. After discussing it, there is a potential page leak as noted in the updated changelog for the first patch. Thanks, Alex --- Alex Williamson (2): kvm: unpin guest and free iommu domain after deassign last device kvm: unma

[PATCH v2 1/2] kvm: unmap pages from the iommu when slots are removed

2012-04-11 Thread Alex Williamson
We've been adding new mappings, but not destroying old mappings. This can lead to a page leak as pages are pinned using get_user_pages, but only unpinned with put_page if they still exist in the memslots list on vm shutdown. A memslot that is destroyed while an iommu domain is enabled for the gues

[PATCH v2 2/2] kvm: unpin guest and free iommu domain after deassign last device

2012-04-11 Thread Alex Williamson
Unpin the guest and free the iommu domain if there are no longer any devices attached. Signed-off-by: Alex Williamson --- virt/kvm/assigned-dev.c |3 +++ virt/kvm/iommu.c|1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/virt/kvm/assigned-dev.c b/virt/kvm/assig

Re: [ 117/175] iommu/amd: Make sure IOMMU interrupts are re-enabled on resume

2012-04-11 Thread Greg KH
On Wed, Apr 11, 2012 at 05:45:22PM +0200, Joerg Roedel wrote: > Right, this fix is also required for 3.2 and 3.0. Wait, what? Can someone send me the needed fix, in a new thread as I seem to have lost this one :( thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe stab

Re: [PATCH v2 0/2] kvm: iommu unmap fixes

2012-04-11 Thread Greg KH
On Wed, Apr 11, 2012 at 09:51:43AM -0600, Alex Williamson wrote: > This is a documentation change only from the previous version. > After discussing it, there is a potential page leak as noted > in the updated changelog for the first patch. Thanks, This is not the correct way to submit patches

Re: [PATCH] Revert "Btrfs: increase the global block reserve estimates"

2012-04-11 Thread David Sterba
On Mon, Apr 09, 2012 at 09:37:08AM +0800, Liu Bo wrote: > diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c > index a844204..1b692c2 100644 > --- a/fs/btrfs/extent-tree.c > +++ b/fs/btrfs/extent-tree.c > @@ -3844,6 +3844,7 @@ again: > > spin_lock(&root->fs_info->free_chun

Re: [PATCH v2 0/2] kvm: iommu unmap fixes

2012-04-11 Thread Alex Williamson
On Wed, 2012-04-11 at 08:59 -0700, Greg KH wrote: > On Wed, Apr 11, 2012 at 09:51:43AM -0600, Alex Williamson wrote: > > This is a documentation change only from the previous version. > > After discussing it, there is a potential page leak as noted > > in the updated changelog for the first patch.

Re: [ 117/175] iommu/amd: Make sure IOMMU interrupts are re-enabled on resume

2012-04-11 Thread Joerg Roedel
On Wed, Apr 11, 2012 at 09:00:39AM -0700, Greg KH wrote: > On Wed, Apr 11, 2012 at 05:45:22PM +0200, Joerg Roedel wrote: > > Right, this fix is also required for 3.2 and 3.0. > > Wait, what? > > Can someone send me the needed fix, in a new thread as I seem to have > lost this one :( No problem.

[PATCH 3.2-stable] iommu/amd: Make sure IOMMU interrupts are re-enabled on resume

2012-04-11 Thread Joerg Roedel
commit 9ddd592a191b32f2ee6c4b6ed2bd52665c3a49f5 upstream Unfortunatly the interrupts for the event log and the peripheral page-faults are only enabled at boot but not re-enabled at resume. Fix that for 3.2. Cc: stable@vger.kernel.org Signed-off-by: Joerg Roedel --- drivers/iommu/amd_iommu_init.

Re: [PATCH 3.2-stable] iommu/amd: Make sure IOMMU interrupts are re-enabled on resume

2012-04-11 Thread Joerg Roedel
On Wed, Apr 11, 2012 at 06:25:46PM +0200, Joerg Roedel wrote: > commit 9ddd592a191b32f2ee6c4b6ed2bd52665c3a49f5 upstream > > Unfortunatly the interrupts for the event log and the > peripheral page-faults are only enabled at boot but not > re-enabled at resume. Fix that for 3.2. > > Cc: stable@vge

Re: [PATCH 3.2-stable] iommu/amd: Make sure IOMMU interrupts are re-enabled on resume

2012-04-11 Thread Joerg Roedel
On Wed, Apr 11, 2012 at 06:25:46PM +0200, Joerg Roedel wrote: > commit 9ddd592a191b32f2ee6c4b6ed2bd52665c3a49f5 upstream > > Unfortunatly the interrupts for the event log and the > peripheral page-faults are only enabled at boot but not > re-enabled at resume. Fix that for 3.2. This is the correc

[PATCH] drm/i915: make rc6 module parameter read-only

2012-04-11 Thread Jesse Barnes
People have been getting confused and thinking this is a runtime control. Cc: stable@vger.kernel.org Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i9

Re: [Intel-gfx] [PATCH] drm/i915: make rc6 module parameter read-only

2012-04-11 Thread Chris Wilson
On Wed, 11 Apr 2012 09:39:02 -0700, Jesse Barnes wrote: > People have been getting confused and thinking this is a runtime control. > > Cc: stable@vger.kernel.org > Signed-off-by: Jesse Barnes But with Danvet's new reset code, you could echo 1 > /sys/modules/i915/parameters/i915_enable_rc6 ech

Re: [Intel-gfx] [PATCH] drm/i915: make rc6 module parameter read-only

2012-04-11 Thread Daniel Vetter
On Wed, Apr 11, 2012 at 09:39:02AM -0700, Jesse Barnes wrote: > People have been getting confused and thinking this is a runtime control. > > Cc: stable@vger.kernel.org > Signed-off-by: Jesse Barnes Picked up for -fixes, thanks for the patch. -Daniel -- Daniel Vetter Mail: dan...@ffwll.ch Mobile

Patch Upstream: cred: copy_process() should clear child->replacement_session_keyring

2012-04-11 Thread Gregs git-bot
commit: 79549c6dfda0603dba9a70a53467ce62d9335c33 From: Oleg Nesterov Date: Mon, 9 Apr 2012 21:03:50 +0200 Subject: cred: copy_process() should clear child->replacement_session_keyring keyctl_session_to_parent(task) sets ->replacement_session_keyring, it should be processed and cleared by key_repl

Patch Upstream: [media] dvb_frontend: regression fix: userspace ABI broken for xine

2012-04-11 Thread Gregs git-bot
commit: 556a0442e08a8bc8541587a349cbf26ed14ec6de From: Chris Rankin Date: Fri, 6 Apr 2012 18:38:18 -0300 Subject: [media] dvb_frontend: regression fix: userspace ABI broken for xine The commit e399ce77e6e has broken the DVB ABI for xine: The problem is that xine is expecting every event after a

Patch Upstream: ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS

2012-04-11 Thread Gregs git-bot
commit: 8abe05c6eb358967f16bce8a02c88d57c82cfbd6 From: Stephen Warren Date: Thu, 5 Apr 2012 23:11:16 -0600 Subject: ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS Commit d4a2eca "ASoC: Tegra I2S: Remove dependency on pdev->id" changed the prototype of tegra_i2s_debug_add, but didn't updat

Patch Upstream: ASoC: ak4642: fixup: mute needs +1 step

2012-04-11 Thread Gregs git-bot
commit: 1f99e44cf059d2ed43c5a0724fa738b83800f725 From: Kuninori Morimoto Date: Wed, 4 Apr 2012 23:28:01 -0700 Subject: ASoC: ak4642: fixup: mute needs +1 step ak4642 out_tlv is +12.0dB to -115.0 dB, and it supports mute. But current settings didn't care +1 step for mute. This patch adds it Signe

Patch Upstream: [media] uvcvideo: Fix race-related crash in uvc_video_clock_update()

2012-04-11 Thread Gregs git-bot
commit: ed0ee0ce0a3224dab5caa088a5f8b6df25924276 From: Laurent Pinchart Date: Tue, 27 Mar 2012 05:51:00 -0300 Subject: [media] uvcvideo: Fix race-related crash in uvc_video_clock_update() The driver frees the clock samples buffer before stopping the video buffers queue. If a DQBUF call arrives in

Patch "[media] uvcvideo: Fix race-related crash in uvc_video_clock_update()" has been added to the 3.3-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled [media] uvcvideo: Fix race-related crash in uvc_video_clock_update() to the 3.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "ASoC: ak4642: fixup: mute needs +1 step" has been added to the 3.3-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: ak4642: fixup: mute needs +1 step to the 3.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-ak4642-fixu

Patch "cred: copy_process() should clear child->replacement_session_keyring" has been added to the 3.3-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled cred: copy_process() should clear child->replacement_session_keyring to the 3.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS" has been added to the 3.3-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS to the 3.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: a

Patch "media: dvb_frontend: regression fix: userspace ABI broken for xine" has been added to the 3.3-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled media: dvb_frontend: regression fix: userspace ABI broken for xine to the 3.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patc

Patch "media: dvb-core: fix DVBFE_ALGO_HW retune bug" has been added to the 3.3-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled media: dvb-core: fix DVBFE_ALGO_HW retune bug to the 3.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: media-dvb-

Patch "ASoC: ak4642: fixup: mute needs +1 step" has been added to the 3.2-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: ak4642: fixup: mute needs +1 step to the 3.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-ak4642-fixu

Patch "cred: copy_process() should clear child->replacement_session_keyring" has been added to the 3.2-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled cred: copy_process() should clear child->replacement_session_keyring to the 3.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "ASoC: ak4642: fixup: mute needs +1 step" has been added to the 3.0-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: ak4642: fixup: mute needs +1 step to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-ak4642-fixu

Patch "cred: copy_process() should clear child->replacement_session_keyring" has been added to the 3.0-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled cred: copy_process() should clear child->replacement_session_keyring to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "iommu/amd: Make sure IOMMU interrupts are re-enabled on resume" has been added to the 3.2-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled iommu/amd: Make sure IOMMU interrupts are re-enabled on resume to the 3.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is

Re: [PATCH v2] Bluetooth: Fix l2cap conn failures for ssp devices

2012-04-11 Thread Greg KH
On Mon, Apr 02, 2012 at 01:44:56PM +0200, Daniel Wagner wrote: > From: Peter Hurley > > Commit 330605423c fixed l2cap conn establishment for non-ssp remote > devices by not setting HCI_CONN_ENCRYPT_PEND every time conn security > is tested (which was always returning failure on any subsequent > s

Patch "Bluetooth: Fix l2cap conn failures for ssp devices" has been added to the 3.2-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: Fix l2cap conn failures for ssp devices to the 3.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: bluet

Patch "Bluetooth: Fix l2cap conn failures for ssp devices" has been added to the 3.0-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: Fix l2cap conn failures for ssp devices to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: bluet

Patch "iommu/amd: Make sure IOMMU interrupts are re-enabled on resume" has been added to the 3.0-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled iommu/amd: Make sure IOMMU interrupts are re-enabled on resume to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is

Patch "TOMOYO: Fix mount flags checking order." has been added to the 3.0-stable tree

2012-04-11 Thread gregkh
This is a note to let you know that I've just added the patch titled TOMOYO: Fix mount flags checking order. to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tomoyo-fix-mount

[3.2.y] Re: [PATCH] drm/i915: mask transcoder select bits before setting them on LVDS

2012-04-11 Thread Jonathan Nieder
Hi Greg, Keith Packard wrote: > On Thu, 12 Jan 2012 14:51:17 -0800, Jesse Barnes > wrote: >> The transcoder port may changed from mode set to mode set, so make sure >> to mask out the selection bits before setting the right ones or we'll >> get black screens when going from transcoder B to A. >

Re: [3.2.y] Re: [PATCH] drm/i915: mask transcoder select bits before setting them on LVDS

2012-04-11 Thread Greg KH
On Wed, Apr 11, 2012 at 06:04:42PM -0500, Jonathan Nieder wrote: > Hi Greg, > > Keith Packard wrote: > > On Thu, 12 Jan 2012 14:51:17 -0800, Jesse Barnes > > wrote: > > >> The transcoder port may changed from mode set to mode set, so make sure > >> to mask out the selection bits before setting

[ 00/78] 3.3.2-stable review

2012-04-11 Thread Greg KH
This is the start of the stable review cycle for the 3.3.2 release. There are 78 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Apr 13 23:10:16 UTC 2012. Anything received

[ 00/59] 3.2.15-stable review

2012-04-11 Thread Greg KH
This is the start of the stable review cycle for the 3.2.15 release. There are 59 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Apr 13 23:10:33 UTC 2012. Anything receive

[ 02/78] via-rhine: fix wait-bit inversion.

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Andreas Mohr [ Upstream commit 3f8c91a7398b9266fbe7abcbe4bd5dffef907643 ] Bug appeared in a384a33bb1c9ec2d99db2046b41f57023fa7d77b ("via-rhine: RHINE_WAIT_FOR macro removal). It can be noticed

[ 08/78] ALSA: hda/realtek - Fix ADC assignment with a shared HP/Mic pin

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 26acaf08556a3c64ebf8ea3654b51e6acbb0a26c upstream. The recent Realtek driver tries to assign an extra input via the headphone plug when only a single input source is found.

[ 13/78] mtd: sst25l: initialize writebufsize

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Artem Bityutskiy commit c4cc625ea5958d065c21cc0fcea29e9ed8f3d2bc upstream. The writebufsize concept was introduce by commit "0e4ca7e mtd: add writebufsize field to mtd_info struct" and it repre

[ 18/78] mtd: block2mtd: initialize writebufsize

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Artem Bityutskiy commit b604387411ec6a072e95910099262616edd2bd2f upstream. The writebufsize concept was introduce by commit "0e4ca7e mtd: add writebufsize field to mtd_info struct" and it repre

[ 10/78] mtd: ixp4xx: oops in ixp4xx_flash_probe

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Marc Kleine-Budde commit a3c1e3b732b3708a80e4035b9d845f3f7c7dd0c9 upstream. In commit "c797533 mtd: abstract last MTD partition parser argument" the third argument of "mtd_device_parse_register

[ 39/78] firmware_class: Rework usermodehelper check

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" commit fe2e39d8782d885755139304d8dba0b3e5bfa878 upstream. Instead of two functions, read_lock_usermodehelper() and usermodehelper_is_disabled(), used in combination, introdu

[ 41/78] firmware_class: Do not warn that system is not ready from async loads

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" commit 9b78c1da60b3c62ccdd1509f0902ad19ceaf776b upstream. If firmware is requested asynchronously, by calling request_firmware_nowait(), there is no reason to fail the reque

[ 34/78] drm/i915: no-lvds quirk on MSI DC500

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Anisse Astier commit 97effadb65ed08809e1720c8d3ee80b73a93665c upstream. This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect LVDS detection. Signed-off-by: Anisse Astier Acke

[ 53/78] ARM: at91/USB host: specify and handle properly vbus_pin_active_low

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Ferre commit cca0355a09b1bfe9f8985285199a346e13cacf39 upstream. Due to an error while handling vbus_pin_active_low in ohci-at91 driver, the specification of this property was not good i

[ 44/78] PM / Sleep: Move disabling of usermode helpers to the freezer

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" commit 1e73203cd1157a03facc41ffb54050f5b28e55bd upstream. The core suspend/hibernation code calls usermodehelper_disable() to avoid race conditions between the freezer and t

[ 46/78] kgdb,debug_core: pass the breakpoint struct instead of address and memory

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wessel commit 98b54aa1a2241b59372468bd1e9c2d207bdba54b upstream. There is extra state information that needs to be exposed in the kgdb_bpt structure for tracking how a breakpoint was inst

[ 66/78] Revert "x86/ioapic: Add register level checks to detect bogus io-apic entries"

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- This reverts commit a998dc2fa76f496d2944f0602b920d1d10d7467d [73d63d038ee9f769f5e5b46792d227fe20e442c5 upstream] It causes problems, so needs to be reverted from 3.2-stable for now. Reported-by: Konra

[ 74/78] ASoC: ak4642: fixup: mute needs +1 step

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Kuninori Morimoto commit 1f99e44cf059d2ed43c5a0724fa738b83800f725 upstream. ak4642 out_tlv is +12.0dB to -115.0 dB, and it supports mute. But current settings didn't care +1 step for mute. This

[ 75/78] ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Stephen Warren commit 8abe05c6eb358967f16bce8a02c88d57c82cfbd6 upstream. Commit d4a2eca "ASoC: Tegra I2S: Remove dependency on pdev->id" changed the prototype of tegra_i2s_debug_add, but didn't

[ 76/78] media: dvb_frontend: regression fix: userspace ABI broken for xine

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Chris Rankin commit 556a0442e08a8bc8541587a349cbf26ed14ec6de upstream. The commit e399ce77e6e has broken the DVB ABI for xine: The problem is that xine is expecting every event after a success

[ 78/78] cred: copy_process() should clear child->replacement_session_keyring

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 79549c6dfda0603dba9a70a53467ce62d9335c33 upstream. keyctl_session_to_parent(task) sets ->replacement_session_keyring, it should be processed and cleared by key_replace_sess

[ 73/78] [media] uvcvideo: Fix race-related crash in uvc_video_clock_update()

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Laurent Pinchart commit ed0ee0ce0a3224dab5caa088a5f8b6df25924276 upstream. The driver frees the clock samples buffer before stopping the video buffers queue. If a DQBUF call arrives in-between,

Re: [3.2.y] Re: [PATCH] drm/i915: mask transcoder select bits before setting them on LVDS

2012-04-11 Thread Jonathan Nieder
Greg KH wrote: > Argh, it just missed the cutoff for the next 3.2-stable release, sorry, > this will have to wait for the next one, the build machines are already > underway at the moment with the tests... No problem. As long as it enters the tree soonish, I'm happy. :) -- To unsubscribe from th

[ 00/42] 3.0.28-stable review

2012-04-11 Thread Greg KH
This is the start of the stable review cycle for the 3.0.28 release. There are 42 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Apr 13 23:13:06 UTC 2012. Anything receive

Re: [PATCH 1/4] pch_phub: Fix register miss-setting issue

2012-04-11 Thread Greg KH
On Mon, Apr 02, 2012 at 01:41:10PM +0900, Tomoya MORINAGA wrote: > Hi Greg > > I've just posted patch series as v2 for the following devices. >- misc/pch_phub, pch_gbe, gpio-pch, gpio-ml-ioh, usb/gadget/pch_udc, > pch_dma > > > As to the following 2 devices, almost patches satisfy stable pa

[ 77/78] media: dvb-core: fix DVBFE_ALGO_HW retune bug

2012-04-11 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Simon Arlott commit 45145b67f5895ff92207cffd74e65460a87920b2 upstream. Commit 7e07222 breaks DVBFE_ALGO_HW tuning after a retune is requested, which causes bad tuning on my TBS 6920. [0.76

[ 05/59] net: usb: cdc_eem: fix mtu

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Rabin Vincent [ Upstream commit 78fb72f7936c01d5b426c03a691eca082b03f2b9 ] Make CDC EEM recalculate the hard_mtu after adjusting the hard_header_len. Without this, usbnet adjusts the MTU down

[ 30/59] drm/i915: quirk away broken OpRegion VBT

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit 25e341cfc33d94435472983825163e97fe370a6c upstream. Somehow the BIOS manages to screw things up when copying the VBT around, because the one we scrap from the VBIOS rom actu

[ 36/59] kgdbts: (2 of 2) fix single step awareness to work correctly with SMP

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wessel commit 23bbd8e346f1ef3fc1219c79cea53d8d52b207d8 upstream. The do_fork and sys_open tests have never worked properly on anything other than a UP configuration with the kgdb test sui

[ 41/59] mmc: atmel-mci: correct data timeout computation

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Ludovic Desroches commit 66292ad92c6d3f2f1c137a1c826b331ca8595dfd upstream. The HSMCI operates at a rate of up to Master Clock divided by two. Moreover previous calculation can cause overflows

[ 48/59] TOMOYO: Fix mount flags checking order.

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Tetsuo Handa commit df91e49477a9be15921cb2854e1d12a3bdb5e425 upstream. Userspace can pass in arbitrary combinations of MS_* flags to mount(). If both MS_BIND and one of MS_SHARED/MS_PRIVATE/MS

[ 50/59] acer-wmi: No wifi rfkill on Sony machines

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: "Lee, Chun-Yi" commit 5719b81988f3c24ff694dc3a37e35b35630a3966 upstream. The wireless rfkill should charged by sony-laptop but not acer-wmi. So, add Sony's SNY5001 acpi device to blacklist in a

[ 49/59] Revert "x86/ioapic: Add register level checks to detect bogus io-apic entries"

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- This reverts commit 273fb194e86b795b08a724c7646d0f694949070b [73d63d038ee9f769f5e5b46792d227fe20e442c5 upstream] It causes problems, so needs to be reverted from 3.2-stable for now. Reported-by: Konra

[ 54/59] USB: Add Motorola Rokr E6 Id to the USBNet driver "zaurus"

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Guan Xin commit a2daf263107ba3eb6db33931881731fa51c95045 upstream. Added Vendor/Device Id of Motorola Rokr E6 (22b8:6027) so it can be recognized by the "zaurus" USBNet driver. Applies to Linux

[ 56/59] ASoC: ak4642: fixup: mute needs +1 step

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Kuninori Morimoto commit 1f99e44cf059d2ed43c5a0724fa738b83800f725 upstream. ak4642 out_tlv is +12.0dB to -115.0 dB, and it supports mute. But current settings didn't care +1 step for mute. This

[ 57/59] cred: copy_process() should clear child->replacement_session_keyring

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 79549c6dfda0603dba9a70a53467ce62d9335c33 upstream. keyctl_session_to_parent(task) sets ->replacement_session_keyring, it should be processed and cleared by key_replace_sess

[ 59/59] Bluetooth: Fix l2cap conn failures for ssp devices

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Peter Hurley commit 18daf1644e634bae951a6e3d4d19d89170209762 upstream Commit 330605423c fixed l2cap conn establishment for non-ssp remote devices by not setting HCI_CONN_ENCRYPT_PEND every tim

[ 51/59] Fix length of buffer copied in __nfs4_get_acl_uncached

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu commit 20e0fa98b751facf9a1101edaefbc19c82616a68 upstream. _copy_from_pages() used to copy data from the temporary buffer to the user passed buffer is passed the wrong size paramet

[ 58/59] iommu/amd: Make sure IOMMU interrupts are re-enabled on resume

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Joerg Roedel commit 9ddd592a191b32f2ee6c4b6ed2bd52665c3a49f5 upstream Unfortunatly the interrupts for the event log and the peripheral page-faults are only enabled at boot but not re-enabled at

[ 55/59] ioat: fix size of completion for Xen

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 275029353953c2117941ade84f02a2303912fad1 upstream. Starting with v3.2 Jonathan reports that Xen crashes loading the ioatdma driver. A debug run shows: ioatdma :00:16

[ 53/59] mfd: Clear twl6030 IRQ status register only once

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Nishanth Menon commit 3f8349e6e98ba0455437724589072523865eae5e upstream. TWL6030 family of PMIC use a shadow interrupt status register while kernel processes the current interrupt event. Howeve

[ 52/59] sched/x86: Fix overflow in cyc2ns_offset

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Salman Qazi commit 9993bc635d01a6ee7f6b833b4ee65ce7c06350b1 upstream. When a machine boots up, the TSC generally gets reset. However, when kexec is used to boot into a kernel, the TSC value wo

[ 42/59] tcm_fc: Add abort flag for gracefully handling exchange timeout

2012-04-11 Thread Greg KH
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad commit e1c4038282c7586c3544542b37872c434669d3ac upstream. Add abort flag and use it to terminate processing when an exchange is timed out or is reset. The abort flag is used in plac

[ 07/42] mtd: m25p80: set writebufsize

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Brian Norris commit b54f47c8bcfc5f766bf13ec31bd7dd1d4726d33b upstream. Using UBI on m25p80 can give messages like: UBI error: io_init: bad write buffer size 0 for 1 min. I/O unit We need

[ 15/42] mac80211: fix possible tid_rx->reorder_timer use after free

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit d72308bff5c2fa207949a5925b020bce74495e33 upstream. Is possible that we will arm the tid_rx->reorder_timer after del_timer_sync() in ___ieee80211_stop_rx_ba_session(). W

[ 18/42] drm/i915: no-lvds quirk on MSI DC500

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Anisse Astier commit 97effadb65ed08809e1720c8d3ee80b73a93665c upstream. This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect LVDS detection. Signed-off-by: Anisse Astier Acke

[ 17/42] drm/radeon/kms: fix fans after resume

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 402976fe51b2d1a58a29ba06fa1ca5ace3a4cdcd upstream. On pre-R600 asics, the SpeedFanControl table is not executed as part of ASIC_Init as it is on newer asics. Fixes: https:/

[ 12/42] genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return value

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jiang Liu commit f5cb92ac82d06cb583c1f6314c5c0a4d7913 upstream. irq_move_masked_irq() checks the return code of chip->irq_set_affinity() only for 0, but IRQ_SET_MASK_OK_NOCOPY is also a val

[ 23/42] kgdbts: Fix kernel oops with CONFIG_DEBUG_RODATA

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wessel commit 456ca7ff24841bf2d2a2dfd690fe7d42ef70d932 upstream. On x86 the kgdb test suite will oops when the kernel is compiled with CONFIG_DEBUG_RODATA and you run the tests after boot

[ 25/42] kgdbts: (2 of 2) fix single step awareness to work correctly with SMP

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wessel commit 23bbd8e346f1ef3fc1219c79cea53d8d52b207d8 upstream. The do_fork and sys_open tests have never worked properly on anything other than a UP configuration with the kgdb test sui

[ 24/42] kgdbts: (1 of 2) fix single step awareness to work correctly with SMP

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wessel commit 486c5987a00a89d56c2c04c506417ef8f823ca2e upstream. The do_fork and sys_open tests have never worked properly on anything other than a UP configuration with the kgdb test sui

[ 26/42] x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()

2012-04-11 Thread Greg KH
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jason Wessel commit 3751d3e85cf693e10e2c47c03c8caa65e171099b upstream. There has long been a limitation using software breakpoints with a kernel compiled with CONFIG_DEBUG_RODATA going back to

  1   2   3   >