[PATCH] ahci: remove pmp link online check in FBS EH

2013-06-08 Thread Shane Huang
ata_link_online() check in ahci_error_intr() is unnecessary, it should be removed otherwise may lead to lockup with FBS enabled PMP. http://marc.info/?l=linux-ide&m=137050421603272&w=2 Reported-by: Yu Liu Signed-off-by: Shane Huang Cc: stable@vger.kernel.org --- drivers/ata/libahci.c | 3 +-- 1

Re: [RESEND PATCH 3.9-stable] iio:inkern: Fix typo/bug in convert raw to processed.

2013-06-08 Thread Jonathan Cameron
On 06/07/2013 10:23 AM, Jonghwan Choi wrote: > From: Michael Hennerich > > This patch looks like it should be in the 3.9-stable tree, should we apply > it? > There don't actually appear to be any in tree users, but then it is a trivial patch and might help someone so yes, it probably does want

Re: [PATCH] x86/PCI: setup data may be in highmem

2013-06-08 Thread Artem Bityutskiy
On Wed, 2013-05-22 at 10:43 +0100, Matt Fleming wrote: > From: Matt Fleming > > pcibios_add_device() assumes that the physical addresses stored in > setup_data are accessible via the direct kernel mapping, and that > calling phys_to_virt() is valid. This isn't guaranteed to be true on x86 > where

Re: [PATCH] x86/PCI: setup data may be in highmem

2013-06-08 Thread Bityutskiy, Artem
On Sat, 2013-06-08 at 14:15 +0300, Artem Bityutskiy wrote: > On Wed, 2013-05-22 at 10:43 +0100, Matt Fleming wrote: > > From: Matt Fleming > > > > pcibios_add_device() assumes that the physical addresses stored in > > setup_data are accessible via the direct kernel mapping, and that > > calling p

Re: Linux 3.9.5

2013-06-08 Thread Greg KH
On Fri, Jun 07, 2013 at 08:53:12PM -0700, Guenter Roeck wrote: > On Fri, Jun 07, 2013 at 12:58:16PM -0700, Greg KH wrote: > > I'm announcing the release of the 3.9.5 kernel. > > > > All users of the 3.9 kernel series must upgrade. > > > > The updated 3.9.y git tree can be found at: > > git://

Re: Linux 3.9.5 [patch to fix powerpc build error attached]

2013-06-08 Thread Guenter Roeck
On Fri, Jun 07, 2013 at 12:58:16PM -0700, Greg KH wrote: > I'm announcing the release of the 3.9.5 kernel. > > All users of the 3.9 kernel series must upgrade. > > The updated 3.9.y git tree can be found at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git > linux-3.

Re: Linux 3.2.46 FTBFS

2013-06-08 Thread Ben Hutchings
On Tue, 2013-06-04 at 12:47 +, Bounine, Alexandre wrote: > Yes, TSI721_DEV_INT_BDMA_CH flag has to be removed for versions before v3.5 Thanks for confirming. Ben. -- Ben Hutchings friends: People who know you well, but like you anyway. signature.asc Description: This is a digitally signed

Re: Linux 3.9.5

2013-06-08 Thread Guenter Roeck
On Sat, Jun 08, 2013 at 07:08:17AM -0700, Greg KH wrote: > On Fri, Jun 07, 2013 at 08:53:12PM -0700, Guenter Roeck wrote: > > On Fri, Jun 07, 2013 at 12:58:16PM -0700, Greg KH wrote: > > > I'm announcing the release of the 3.9.5 kernel. > > > > > > All users of the 3.9 kernel series must upgrade.

Re: [PATCH Quantal SRU] PCI / ACPI: Always resume devices on ACPI wakeup notifications

2013-06-08 Thread Ben Hutchings
On Mon, 2013-05-06 at 09:39 +, Zhang, Xiong Y wrote: > Without it, when the USB host controller is suspended, hotplug events > will be lost. > > OSVs with Haswell/Lynx Point support should backport this fix. So which stable branches should get this? So far it has been applied to 3.8.y only.

[PATCH] drm/gma500: Increase max resolution for mode setting

2013-06-08 Thread Patrik Jakobsson
By having a higher max resolution we can now set up a virtual framebuffer that spans several monitors. 4096 should be ok since we're gen 3 or higher and should be enough for most dual head setups. Bugzilla: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-modesetting/+bug/1169147 Sign

Re: [Intel-gfx] [PATCH] drm/i915: Workaround incoherence between fences and LLC across multiple CPUs

2013-06-08 Thread Carsten Emde
On 04/08/2013 11:54 AM, Daniel Vetter wrote: On Fri, Apr 05, 2013 at 09:03:27AM -0700, Jesse Barnes wrote: On Thu, 4 Apr 2013 21:31:03 +0100 Chris Wilson wrote: In order to fully serialize access to the fenced region and the update to the fence register we need to take extreme measures on SN

Re: [Intel-gfx] [PATCH] drm/i915: Workaround incoherence between fences and LLC across multiple CPUs

2013-06-08 Thread Daniel Vetter
On Sat, Jun 8, 2013 at 10:41 PM, Carsten Emde wrote: > On 04/08/2013 11:54 AM, Daniel Vetter wrote: >> >> On Fri, Apr 05, 2013 at 09:03:27AM -0700, Jesse Barnes wrote: >>> >>> On Thu, 4 Apr 2013 21:31:03 +0100 >>> Chris Wilson wrote: >>> In order to fully serialize access to the fenced regi

Re: Linux 3.0.80

2013-06-08 Thread Li Zefan
On 2013/6/7 23:10, Greg KH wrote: > On Fri, Jun 07, 2013 at 05:09:16PM +0800, Li Zefan wrote: >> On 2013/5/25 2:23, Greg KH wrote: >>> I'm announcing the release of the 3.0.80 kernel. >>> >>> All users of the 3.0 kernel series must upgrade. >>> >>> The updated 3.0.y git tree can be found at: >>>

Re: [PATCH] drm/gma500: Increase max resolution for mode setting

2013-06-08 Thread Greg KH
On Sat, Jun 08, 2013 at 10:24:51PM +0200, Patrik Jakobsson wrote: > By having a higher max resolution we can now set up a virtual > framebuffer that spans several monitors. 4096 should be ok since we're > gen 3 or higher and should be enough for most dual head setups. > > Bugzilla: > https://bugs

RE: [PATCH Quantal SRU] PCI / ACPI: Always resume devices on ACPI wakeup notifications

2013-06-08 Thread Zhang, Xiong Y
Since Quantal kernel 3.5.y support Haswell/Lynx Point, kernel 3.5.y should backport this patch. Thanks -Original Message- From: Ben Hutchings [mailto:b...@decadent.org.uk] Sent: Saturday, June 08, 2013 11:44 PM To: Zhang, Xiong Y Cc: kernel-t...@lists.ubuntu.com; stable@vger.kernel.org