Re: [PATCH 1/2] KVM: fix cache stale memslot info with correct mmio generation number

2014-08-13 Thread Xiao Guangrong
On 08/13/2014 05:18 AM, David Matlack wrote: > On Mon, Aug 11, 2014 at 10:02 PM, Xiao Guangrong > wrote: >> @@ -722,9 +719,10 @@ static struct kvm_memslots *install_new_memslots(struct >> kvm *kvm, >> { >> struct kvm_memslots *old_memslots = kvm->memslots; >> > > I think you want > >

[PATCH] drm/radeon/dpm: select the appropriate vce power state for KV/KB/ML

2014-08-13 Thread Alex Deucher
Compare the clock in the limits table to the requested evclk rather than just taking the first value. Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- drivers/gpu/drm/radeon/kv_dpm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/kv_dpm

Linux 3.16.1

2014-08-13 Thread Greg KH
I'm announcing the release of the 3.16.1 kernel. All users of the 3.16 kernel series must upgrade. The updated 3.16.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.16.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.16.1

2014-08-13 Thread Greg KH
diff --git a/Makefile b/Makefile index d0901b46b4bf..87663a2d1d10 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 16 -SUBLEVEL = 0 +SUBLEVEL = 1 EXTRAVERSION = -NAME = Shuffling Zombie Juror +NAME = Museum of Fishiegoodies # *DOCUMENTATION* # To see a list of t

Re: Linux 3.15.10

2014-08-13 Thread Greg KH
diff --git a/Makefile b/Makefile index 25b85aba1e2e..76b75f7b8485 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 15 -SUBLEVEL = 9 +SUBLEVEL = 10 EXTRAVERSION = NAME = Double Funky Skunk diff --git a/arch/sparc/include/asm/tlbflush_64.h b/arch/sparc/include/asm/

Re: Linux 3.14.17

2014-08-13 Thread Greg KH
diff --git a/Makefile b/Makefile index 8b22e24a2d8e..12aac0325888 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 16 +SUBLEVEL = 17 EXTRAVERSION = NAME = Remembering Coco diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/p

Linux 3.15.10

2014-08-13 Thread Greg KH
I'm announcing the release of the 3.15.10 kernel. Note, this is the LAST 3.15.y kernel release, it is now end-of-life, please move to 3.16.y now. All users of the 3.15 kernel series must upgrade. The updated 3.15.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/s

Linux 3.14.17

2014-08-13 Thread Greg KH
I'm announcing the release of the 3.14.17 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.10.53

2014-08-13 Thread Greg KH
diff --git a/Makefile b/Makefile index b94f00938acc..2ac415a7e937 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 10 -SUBLEVEL = 52 +SUBLEVEL = 53 EXTRAVERSION = NAME = TOSSUG Baby Fish diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pg

Linux 3.10.53

2014-08-13 Thread Greg KH
I'm announcing the release of the 3.10.53 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.4.103

2014-08-13 Thread Greg KH
diff --git a/Makefile b/Makefile index dd03fa5777a0..36f0913bd1d6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 4 -SUBLEVEL = 102 +SUBLEVEL = 103 EXTRAVERSION = NAME = Saber-toothed Squirrel diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/includ

Linux 3.4.103

2014-08-13 Thread Greg KH
I'm announcing the release of the 3.4.103 kernel. All users of the 3.4 kernel series must upgrade. The updated 3.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y and can be browsed at the normal kernel.org git web browser:

[PATCH] fs: Remove implicit nodev for new mounts in non-root userns

2014-08-13 Thread Andy Lutomirski
Currently, creating a new mount (as opposed to bindmount) in a non-root userns will implicitly set nodev unless the fs is devpts. Something like this will be necessary for file systems that allow the mounter to create device nodes without using mknod (e.g. FUSE if/when that is allowed), but none of

[PATCH] xattr: fix check for simultaneous glibc header inclusion

2014-08-13 Thread Filipe Brandenburger
The guard was introduced in patch ea1a8217b06b41 ("xattr: guard against simultaneous glibc header inclusion") but it is using #ifdef to check for a define that is either set to 1 or 0. Fix it to use #if instead. Signed-off-by: Filipe Brandenburger Cc: Serge Hallyn Cc: Andrew Morton Cc: Allan Mc

Re: [linux-stable] i40e: Don't stop driver probe when querying DCB config fails

2014-08-13 Thread David Miller
From: Jeff Kirsher Date: Wed, 13 Aug 2014 04:30:55 -0700 > From: Neerav Parikh > > Commit id: 014269ff376f552363ecdab78d3d947fbe2237d9 in Linus's tree > should be queued up for stable 3.14 & 3.15 since the i40e driver will > not load when DCB is enabled, unless this patch is applied. > > In ca

Hi

2014-08-13 Thread Liliane Bettencourt
Hi, You should respond back to me if you are the owner of this email address. I Liliane write to you because I intend to give to you a portion of my Net-worth which I have been banking. You can read about me on: http://www.en.wikipedia.org/wiki/Liliane_Bettencourt I willingly want to cede

+ x86mm-fix-pte_special-versus-pte_numa.patch added to -mm tree

2014-08-13 Thread akpm
The patch titled Subject: x86,mm: fix pte_special versus pte_numa has been added to the -mm tree. Its filename is x86mm-fix-pte_special-versus-pte_numa.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/x86mm-fix-pte_special-versus-pte_numa.patch and l

Re: [PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Mel Gorman
On Wed, Aug 13, 2014 at 01:23:33PM -0700, Andrew Morton wrote: > On Wed, 13 Aug 2014 20:16:31 + "Wilcox, Matthew R" > wrote: > > > I am quite shockingly ignorant of the MM code. While looking at this > > function to figure out how/whether to use it, I noticed the bug, and > > sent a patch.

[3.13.y.z extended stable] Linux 3.13.11.6

2014-08-13 Thread Kamal Mostafa
I am announcing the release of the Linux 3.13.11.6 kernel. The updated 3.13.y tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.13.y and can be browsed at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.13.y;a=shortlog The diff from v3.13.11.5 is p

Re: [linux-stable] i40e: Don't stop driver probe when querying DCB config fails

2014-08-13 Thread Jeff Kirsher
On Wed, 2014-08-13 at 12:43 -0700, David Miller wrote: > From: Jeff Kirsher > Date: Wed, 13 Aug 2014 04:30:55 -0700 > > > From: Neerav Parikh > > > > Commit id: 014269ff376f552363ecdab78d3d947fbe2237d9 in Linus's tree > > should be queued up for stable 3.14 & 3.15 since the i40e driver will > >

Re: [PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Andrew Morton
On Wed, 13 Aug 2014 20:16:31 + "Wilcox, Matthew R" wrote: > I am quite shockingly ignorant of the MM code. While looking at this > function to figure out how/whether to use it, I noticed the bug, and > sent a patch. I assumed the gibberish in the changelog meant something > important to pe

RE: [PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Wilcox, Matthew R
I am quite shockingly ignorant of the MM code. While looking at this function to figure out how/whether to use it, I noticed the bug, and sent a patch. I assumed the gibberish in the changelog meant something important to people who actually understand this part of the kernel :-) -Origina

Re: [PATCH] net: smsc911x: handle suspend/resume for mii bus

2014-08-13 Thread Daniel Mack
Hi Fabio, On 08/13/2014 10:09 PM, Fabio Estevam wrote: > On Wed, Aug 13, 2014 at 5:03 PM, Daniel Mack wrote: >> Since commit a71e3c37960c ("net: phy: Set the driver when registering >> an MDIO bus device"), the ->driver pointers of all mii buses are set to >> the parent device's driver. This mean

Re: [PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Andrew Morton
On Wed, 13 Aug 2014 20:04:02 + "Wilcox, Matthew R" wrote: > The commit log for 67f87463d3 explains what the runtime effects should have > been. No it doesn't. In fact the sentence "The existing caller of pmdp_invalidate should handle it but it's an inconsistent state for a PMD." makes me

Re: [PATCH] net: smsc911x: handle suspend/resume for mii bus

2014-08-13 Thread Fabio Estevam
Hi Daniel, On Wed, Aug 13, 2014 at 5:03 PM, Daniel Mack wrote: > Since commit a71e3c37960c ("net: phy: Set the driver when registering > an MDIO bus device"), the ->driver pointers of all mii buses are set to > the parent device's driver. This means that smsc911x_{suspend,resume} > will be called

RE: [PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Wilcox, Matthew R
The commit log for 67f87463d3 explains what the runtime effects should have been. This simply fixes a typo in that patch that caused that patch to be a no-op. -Original Message- From: Andrew Morton [mailto:a...@linux-foundation.org] Sent: Wednesday, August 13, 2014 1:00 PM To: Wilcox,

[PATCH] net: smsc911x: handle suspend/resume for mii bus

2014-08-13 Thread Daniel Mack
Since commit a71e3c37960c ("net: phy: Set the driver when registering an MDIO bus device"), the ->driver pointers of all mii buses are set to the parent device's driver. This means that smsc911x_{suspend,resume} will be called for the MII bus at suspend time now, in addition to the actual netdev su

+ mm-actually-clear-pmd_numa-before-invalidating.patch added to -mm tree

2014-08-13 Thread akpm
The patch titled Subject: mm: actually clear pmd_numa before invalidating has been added to the -mm tree. Its filename is mm-actually-clear-pmd_numa-before-invalidating.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-actually-clear-pmd_numa-befor

Re: [PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Andrew Morton
On Wed, 13 Aug 2014 11:28:27 -0400 Matthew Wilcox wrote: > Commit 67f87463d3 cleared the NUMA bit in a copy of the PMD entry, but > then wrote back the original > > Signed-off-by: Matthew Wilcox > Cc: Mel Gorman > Cc: Rik van Riel > Cc: What are the runtime effects of this patch? -- To u

Re: [linux-stable] i40e: Don't stop driver probe when querying DCB config fails

2014-08-13 Thread David Miller
From: Jeff Kirsher Date: Wed, 13 Aug 2014 04:30:55 -0700 > From: Neerav Parikh > > Commit id: 014269ff376f552363ecdab78d3d947fbe2237d9 in Linus's tree > should be queued up for stable 3.14 & 3.15 since the i40e driver will > not load when DCB is enabled, unless this patch is applied. > > In ca

Re: [REVERT][v3.16-rc7][STABLE] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb

2014-08-13 Thread Joseph Salisbury
On 07/30/2014 11:22 PM, Joseph Salisbury wrote: > On 07/30/2014 06:42 PM, Julius Werner wrote: >> Hi Joseph, >> >>> Julius, I was hoping to get your feedback, since you are the patch >>> author. Do you think gathering any additional data will help diagnose >>> this issue, or would it be best to co

Re: Forward: Re: [opensuse-kernel] factory armv7l builds broken by omapdrm, patch available

2014-08-13 Thread Russell King - ARM Linux
On Wed, Aug 13, 2014 at 06:16:51PM +0200, Takashi Iwai wrote: > Hi Greg, > > could you cherry-pick the commit 2d31ca3ad7d5d44c8adc7f253c96ce33f3a2e931 > drm: omapdrm: fix compiler errors > > to stable kernel? It landed to Linus tree, but Cc to stable was > missing in the commit. I wasn't a

Re: [PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Mel Gorman
On Wed, Aug 13, 2014 at 11:28:27AM -0400, Matthew Wilcox wrote: > Commit 67f87463d3 cleared the NUMA bit in a copy of the PMD entry, but > then wrote back the original > > Signed-off-by: Matthew Wilcox > Cc: Mel Gorman > Cc: Rik van Riel > Cc: > Cc: Andrew Morton Acked-by: Mel Gorman -- M

Forward: Re: [opensuse-kernel] factory armv7l builds broken by omapdrm, patch available

2014-08-13 Thread Takashi Iwai
Hi Greg, could you cherry-pick the commit 2d31ca3ad7d5d44c8adc7f253c96ce33f3a2e931 drm: omapdrm: fix compiler errors to stable kernel? It landed to Linus tree, but Cc to stable was missing in the commit. thanks, Takashi --- Begin Message --- (resending to correct list) Hi, Am 13.08.20

[PATCH] USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PID

2014-08-13 Thread Johan Hovold
Add device id for Basic Micro ATOM Nano USB2Serial adapters. Reported-by: Nicolas Alt Cc: stable Signed-off-by: Johan Hovold --- drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/usb/serial/ftdi_sio.c b/dri

Re: [PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Rik van Riel
On 08/13/2014 11:28 AM, Matthew Wilcox wrote: > Commit 67f87463d3 cleared the NUMA bit in a copy of the PMD entry, but > then wrote back the original > > Signed-off-by: Matthew Wilcox > Cc: Mel Gorman > Cc: Rik van Riel > Cc: > Cc: Andrew Morton Reviewed-by: Rik van Riel -- To unsubscribe

[PATCH] mm: Actually clear pmd_numa before invalidating

2014-08-13 Thread Matthew Wilcox
Commit 67f87463d3 cleared the NUMA bit in a copy of the PMD entry, but then wrote back the original Signed-off-by: Matthew Wilcox Cc: Mel Gorman Cc: Rik van Riel Cc: Cc: Andrew Morton --- mm/pgtable-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/pgtable-gene

[PATCH] pwm: Fix period and polarity in pwm_get() for non-perfect matches

2014-08-13 Thread Geert Uytterhoeven
If pwm_get() finds a look-up entry with a perfect match (both dev_id and con_id match), the loop is aborted, and "p" still points to the correct struct pwm_lookup. If only an entry with a matching dev_id or con_id is found, the loop terminates after traversing the whole list, and "p" now points to

Re: [PATCH] usb: xhci: amd chipset also needs short TX quirk

2014-08-13 Thread Huang Rui
Hi Mathias, On Wed, Aug 13, 2014 at 03:12:25PM +0300, Mathias Nyman wrote: > On 08/12/2014 05:13 PM, Huang Rui wrote: > > AMD xHC also needs short tx quirk after tested on most of chipset > > generations. That's because there is the same incorrect behavior like > > Fresco Logic host. Please see be

Re: [PATCH] usb: xhci: amd chipset also needs short TX quirk

2014-08-13 Thread Mathias Nyman
On 08/12/2014 05:13 PM, Huang Rui wrote: > AMD xHC also needs short tx quirk after tested on most of chipset > generations. That's because there is the same incorrect behavior like > Fresco Logic host. Please see below message with on USB webcam > attached on xHC host: > > [ 139.262944] xhci_hcd

Re: [PATCH] PC, KVM, CMA: Fix regression caused by wrong get_order() use

2014-08-13 Thread Aneesh Kumar K.V
Alexey Kardashevskiy writes: > fc95ca7284bc54953165cba76c3228bd2cdb9591 claims that there is no > functional change but this is not true as it calls get_order() (which > takes bytes) where it should have called ilog2() and the kernel stops > on VM_BUG_ON(). > > This replaces get_order() with ilog

[linux-stable] i40e: Don't stop driver probe when querying DCB config fails

2014-08-13 Thread Jeff Kirsher
From: Neerav Parikh Commit id: 014269ff376f552363ecdab78d3d947fbe2237d9 in Linus's tree should be queued up for stable 3.14 & 3.15 since the i40e driver will not load when DCB is enabled, unless this patch is applied. In case of any AQ command to query port's DCB configuration fails during drive

[PATCH] drm/i915: Always apply cursor width changes

2014-08-13 Thread Chris Wilson
It is possible for userspace to create a big object large enough for a 256x256, and then switch over to using it as a 64x64 cursor. This requires the cursor update routines to check for a change in width on every update, rather than just when the cursor is originally enabled. This also fixes an is

Re: [Intel-gfx] [PATCH] drm/i915: fix plane/cursor handling when runtime suspended

2014-08-13 Thread Daniel Vetter
On Tue, Aug 12, 2014 at 09:51:13PM +0100, Chris Wilson wrote: > On Tue, Aug 12, 2014 at 10:37:21PM +0200, Daniel Vetter wrote: > > On Tue, Aug 12, 2014 at 10:30 PM, Chris Wilson > > wrote: > > > On Tue, Aug 12, 2014 at 10:19:20PM +0200, Daniel Vetter wrote: > > >> On Tue, Aug 12, 2014 at 9:33 PM,