[PATCH] powerpc/eeh: Clear frozen device state in time

2014-08-29 Thread Gavin Shan
The problem was reported by Carol: In the scenario of passing mlx4 adapter to guest, EEH error could be recovered successfully. When returning the device back to host, the driver (mlx4_core.ko) couldn't be loaded successfully because of error number -5 (-EIO) returned from mlx4_get_ownership(),

Re: [PATCH] spi: dw-mid: don't leak memory on exit

2014-08-29 Thread Andy Shevchenko
On Thu, 2014-08-28 at 19:19 +0100, Mark Brown wrote: On Thu, Aug 28, 2014 at 11:53:17AM +0300, Andy Shevchenko wrote: When built with DMA support the memory for an internal structure is allocated but not freed. Converting to devm_kzalloc solves the issue. Fixes: 7063c0d942a1

[PATCH] ALSA: hda - Add a de-pop quirk for some HP machines

2014-08-29 Thread Hui Wang
On some HP machines, there will be pop noise when the machine is shutting down, rebooting or booting up from poweroff state. Set EAPD enable only when stream starts can help to fix this problem. [The patch was originally written by Kailang, we tested it and rebased it on latest kernel.]

Re: [PATCH 2/2] kvm: x86: fix stale mmio cache bug

2014-08-29 Thread Paolo Bonzini
Il 28/08/2014 23:10, David Matlack ha scritto: Paolo, It seems like this patch ([PATCH 2/2] kvm: x86: fix stale mmio cache) is ready to go. Is there anything blocking it from being merged? (It should be fine to merge this on its own, independent of the fix discussed in [PATCH 1/2] KVM: fix

Re: [PATCH] ALSA: hda - Add a de-pop quirk for some HP machines

2014-08-29 Thread Takashi Iwai
At Fri, 29 Aug 2014 15:47:05 +0800, Hui Wang wrote: On some HP machines, there will be pop noise when the machine is shutting down, rebooting or booting up from poweroff state. Set EAPD enable only when stream starts can help to fix this problem. [The patch was originally written by

Re: [PATCH] ALSA: hda - Add a de-pop quirk for some HP machines

2014-08-29 Thread hwang4
On 2014年08月29日 16:02, Takashi Iwai wrote: At Fri, 29 Aug 2014 15:47:05 +0800, Hui Wang wrote: On some HP machines, there will be pop noise when the machine is shutting down, rebooting or booting up from poweroff state. Set EAPD enable only when stream starts can help to fix this problem.

Re: [PATCH 1/2] Drivers: hv: vmbus: Cleanup hv_post_message()

2014-08-29 Thread Sitsofe Wheeler
On Thu, Aug 28, 2014 at 06:29:52PM -0700, K. Y. Srinivasan wrote: Minimize failures in this function by pre-allocating the buffer for posting messages. The hypercall for posting the message can fail for a number of reasons: snip Cc: stable@vger.kernel.org Is this patch useful for all

RE: [PATCH] ALSA: hda - Add a de-pop quirk for some HP machines

2014-08-29 Thread Kailang
-Original Message- From: Takashi Iwai [mailto:ti...@suse.de] Sent: Friday, August 29, 2014 4:03 PM To: Hui Wang Cc: alsa-de...@alsa-project.org; Kailang; stable@vger.kernel.org Subject: Re: [PATCH] ALSA: hda - Add a de-pop quirk for some HP machines At Fri, 29 Aug 2014

RE: [PATCH] ALSA: hda - Add a de-pop quirk for some HP machines

2014-08-29 Thread Kailang
Hi Luke, Could you describe this issue for how to solve? BR, Kailang -Original Message- From: Kailang Sent: Friday, August 29, 2014 4:30 PM To: 'Takashi Iwai'; Hui Wang Cc: alsa-de...@alsa-project.org; stable@vger.kernel.org Subject: RE: [PATCH] ALSA: hda - Add a de-pop quirk

[GIT PULL 1/2] ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMU

2014-08-29 Thread Christoffer Dall
From: Pranavkumar Sawargaonkar pranavku...@linaro.org X-Gene u-boot runs in EL2 mode with MMU enabled hence we might have stale EL2 tlb enteris when we enable EL2 MMU on each host CPU. This can happen on any ARM/ARM64 board running bootloader in Hyp-mode (or EL2-mode) with MMU enabled. This

[GIT PULL 2/2] arm/arm64: KVM: Complete WFI/WFE instructions

2014-08-29 Thread Christoffer Dall
The architecture specifies that when the processor wakes up from a WFE or WFI instruction, the instruction is considered complete, however we currrently return to EL1 (or EL0) at the WFI/WFE instruction itself. While most guests may not be affected by this because their local exception handler

Re: [PATCH] ALSA: hda - Add a de-pop quirk for some HP machines

2014-08-29 Thread Takashi Iwai
At Fri, 29 Aug 2014 08:29:52 +, Kailang wrote: -Original Message- From: Takashi Iwai [mailto:ti...@suse.de] Sent: Friday, August 29, 2014 4:03 PM To: Hui Wang Cc: alsa-de...@alsa-project.org; Kailang; stable@vger.kernel.org Subject: Re: [PATCH] ALSA: hda - Add a

[PATCH 3/3] kvm: x86: fix stale mmio cache bug

2014-08-29 Thread Paolo Bonzini
From: David Matlack dmatl...@google.com The following events can lead to an incorrect KVM_EXIT_MMIO bubbling up to userspace: (1) Guest accesses gpa X without a memory slot. The gfn is cached in struct kvm_vcpu_arch (mmio_gfn). On Intel EPT-enabled hosts, KVM sets the SPTE write-execute-noread

[PATCH 1/3] KVM: do not bias the generation number in kvm_current_mmio_generation

2014-08-29 Thread Paolo Bonzini
The next patch will give a meaning (a la seqcount) to the low bit of the generation number. Ensure that it matches between kvm-memslots-generation and kvm_current_mmio_generation(). Cc: stable@vger.kernel.org Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- arch/x86/kvm/mmu.c | 7 +--

[PATCH 2/3] kvm: fix potentially corrupt mmio cache

2014-08-29 Thread Paolo Bonzini
From: David Matlack dmatl...@google.com vcpu exits and memslot mutations can run concurrently as long as the vcpu does not aquire the slots mutex. Thus it is theoretically possible for memslots to change underneath a vcpu that is handling an exit. If we increment the memslot generation number

Ubi patch proposition for 3.10.y

2014-08-29 Thread jean-philippe francois
Hi, I think commit 4b3e0a25... [1] (UBI: Call scan_all() with correct offset in error case) should be added to 3.10.y stable branch. It solves an ubifs corruption problem on my board. Edited bootlog for each case are attached. ubifs corruption can be easily reproduced on this board : 1) format

Re: [PATCH 2/2] drm: don't recycle used modeset IDs

2014-08-29 Thread Daniel Vetter
On Fri, Aug 29, 2014 at 02:01:01PM +0200, David Herrmann wrote: With MST, we now have connector hotplugging, yey! Pretty easy to use in user-space, but introduces some nasty races: * If a connector is removed and added again while a compositor is in background, it will get the same ID

Re: [PATCH 2/2] drm: don't recycle used modeset IDs

2014-08-29 Thread David Herrmann
Hi On Fri, Aug 29, 2014 at 2:51 PM, Daniel Vetter dan...@ffwll.ch wrote: On Fri, Aug 29, 2014 at 02:01:01PM +0200, David Herrmann wrote: With MST, we now have connector hotplugging, yey! Pretty easy to use in user-space, but introduces some nasty races: * If a connector is removed and added

Re: [PATCH 2/2] drm: don't recycle used modeset IDs

2014-08-29 Thread David Herrmann
Hi On Fri, Aug 29, 2014 at 2:57 PM, David Herrmann dh.herrm...@gmail.com wrote: Hi On Fri, Aug 29, 2014 at 2:51 PM, Daniel Vetter dan...@ffwll.ch wrote: On Fri, Aug 29, 2014 at 02:01:01PM +0200, David Herrmann wrote: With MST, we now have connector hotplugging, yey! Pretty easy to use in

Re: [PATCH 2/2] drm: don't recycle used modeset IDs

2014-08-29 Thread Daniel Vetter
On Fri, Aug 29, 2014 at 02:57:12PM +0200, David Herrmann wrote: Hi On Fri, Aug 29, 2014 at 2:51 PM, Daniel Vetter dan...@ffwll.ch wrote: On Fri, Aug 29, 2014 at 02:01:01PM +0200, David Herrmann wrote: With MST, we now have connector hotplugging, yey! Pretty easy to use in user-space, but

Re: [PATCH 2/2] drm: don't recycle used modeset IDs

2014-08-29 Thread Rob Clark
On Fri, Aug 29, 2014 at 9:10 AM, David Herrmann dh.herrm...@gmail.com wrote: Hi On Fri, Aug 29, 2014 at 2:57 PM, David Herrmann dh.herrm...@gmail.com wrote: Hi On Fri, Aug 29, 2014 at 2:51 PM, Daniel Vetter dan...@ffwll.ch wrote: On Fri, Aug 29, 2014 at 02:01:01PM +0200, David Herrmann

[PATCH -stable] mmc: mmci: Reverse IRQ handling for the arm_variant

2014-08-29 Thread Kees Cook
Commit mmc: mmci: Handle CMD irq before DATA irq, caused an issue when using the ARM model of the PL181 and running QEMU. The bug was reported for the following QEMU version: $ qemu-system-arm -version QEMU emulator version 2.0.0 (Debian 2.0.0+dfsg-2ubuntu1.1), Copyright (c) 2003-2008 Fabrice

[3.8.y.z extended stable] Linux 3.8.13.28

2014-08-29 Thread Kamal Mostafa
I am announcing the release of the Linux 3.8.13.28 kernel. ** NOTE: This is the last Linux 3.8.y.z extended stable version ** that will be released and supported by the Ubuntu Kernel team. The updated 3.8.y tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.8.y and can

Re: [3.8.y.z extended stable] Linux 3.8.13.28

2014-08-29 Thread Kamal Mostafa
diff --git a/Makefile b/Makefile index 5cc8641..7f7e383 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 8 SUBLEVEL = 13 -EXTRAVERSION = .27 +EXTRAVERSION = .28 NAME = Remoralised Urchins Update # *DOCUMENTATION* diff --git a/arch/x86/include/asm/ptrace.h

Patch hwmon: (ads1015) Fix out-of-bounds array access has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (ads1015) Fix out-of-bounds array access to the 3.16-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 hwmon: (dme1737) Prevent overflow problem when writing large limits has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (dme1737) Prevent overflow problem when writing large limits to the 3.10-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 hwmon: (ads1015) Fix out-of-bounds array access has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (ads1015) Fix out-of-bounds array access to the 3.14-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 hwmon: (ads1015) Fix off-by-one for valid channel index checking has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (ads1015) Fix off-by-one for valid channel index checking to the 3.14-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 hwmon: (gpio-fan) Prevent overflow problem when writing large limits has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (gpio-fan) Prevent overflow problem when writing large limits to the 3.10-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 hwmon: (sis5595) Prevent overflow problem when writing large limits has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (sis5595) Prevent overflow problem when writing large limits to the 3.10-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 hwmon: (dme1737) Prevent overflow problem when writing large limits has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (dme1737) Prevent overflow problem when writing large limits to the 3.14-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 hwmon: (lm78) Fix overflow problems seen when writing large temperature limits has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (lm78) Fix overflow problems seen when writing large temperature limits to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch hwmon: (lm78) Fix overflow problems seen when writing large temperature limits has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (lm78) Fix overflow problems seen when writing large temperature limits to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch hwmon: (ads1015) Fix off-by-one for valid channel index checking has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (ads1015) Fix off-by-one for valid channel index checking to the 3.10-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 hwmon: (ads1015) Fix out-of-bounds array access has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (ads1015) Fix out-of-bounds array access to the 3.10-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 hwmon: (lm85) Fix various errors on attribute writes has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (lm85) Fix various errors on attribute writes to the 3.10-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 hwmon: (amc6821) Fix possible race condition bug has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (amc6821) Fix possible race condition bug to the 3.14-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 hwmon: (sis5595) Prevent overflow problem when writing large limits has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (sis5595) Prevent overflow problem when writing large limits to the 3.14-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 hwmon: (lm85) Fix various errors on attribute writes has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (lm85) Fix various errors on attribute writes to the 3.16-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 hwmon: (ads1015) Fix off-by-one for valid channel index checking has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (ads1015) Fix off-by-one for valid channel index checking to the 3.16-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 hwmon: (gpio-fan) Prevent overflow problem when writing large limits has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (gpio-fan) Prevent overflow problem when writing large limits to the 3.14-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 hwmon: (dme1737) Prevent overflow problem when writing large limits has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (dme1737) Prevent overflow problem when writing large limits to the 3.16-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 hwmon: (gpio-fan) Prevent overflow problem when writing large limits has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (gpio-fan) Prevent overflow problem when writing large limits to the 3.16-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 hwmon: (lm85) Fix various errors on attribute writes has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (lm85) Fix various errors on attribute writes to the 3.14-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 tpm: Add missing tpm_do_selftest to ST33 I2C driver has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled tpm: Add missing tpm_do_selftest to ST33 I2C driver to the 3.14-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 hwmon: (lm78) Fix overflow problems seen when writing large temperature limits has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (lm78) Fix overflow problems seen when writing large temperature limits to the 3.16-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch hwmon: (lm92) Prevent overflow problem when writing large limits has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (lm92) Prevent overflow problem when writing large limits to the 3.16-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 hwmon: (sis5595) Prevent overflow problem when writing large limits has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (sis5595) Prevent overflow problem when writing large limits to the 3.16-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 hwmon: (amc6821) Fix possible race condition bug has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled hwmon: (amc6821) Fix possible race condition bug to the 3.16-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 tpm: Add missing tpm_do_selftest to ST33 I2C driver has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled tpm: Add missing tpm_do_selftest to ST33 I2C driver to the 3.16-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 crypto: ux500 - make interrupt mode plausible has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled crypto: ux500 - make interrupt mode plausible to the 3.10-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 drivers/i2c/busses: use correct type for dma_map/unmap has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/i2c/busses: use correct type for dma_map/unmap to the 3.10-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 crypto: ux500 - make interrupt mode plausible has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled crypto: ux500 - make interrupt mode plausible to the 3.14-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 ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch debugfs: Fix corrupted loop in debugfs_remove_recursive has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled debugfs: Fix corrupted loop in debugfs_remove_recursive to the 3.14-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 KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch serial: core: Preserve termios c_cflag for console resume has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: core: Preserve termios c_cflag for console resume to the 3.10-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 i2c: rk3x: fix interrupt handling issue has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled i2c: rk3x: fix interrupt handling issue to the 3.16-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 KVM: x86: Inter-privilege level ret emulation is not implemeneted has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: x86: Inter-privilege level ret emulation is not implemeneted to the 3.14-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 ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct to the 3.16-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch KVM: s390/mm: Fix page table locking vs. split pmd lock has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: s390/mm: Fix page table locking vs. split pmd lock to the 3.16-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 drivers/i2c/busses: use correct type for dma_map/unmap has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/i2c/busses: use correct type for dma_map/unmap to the 3.16-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 KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table to the 3.16-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch serial: core: Preserve termios c_cflag for console resume has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: core: Preserve termios c_cflag for console resume to the 3.16-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 KVM: x86: Inter-privilege level ret emulation is not implemeneted has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: x86: Inter-privilege level ret emulation is not implemeneted to the 3.16-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 crypto: ux500 - make interrupt mode plausible has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled crypto: ux500 - make interrupt mode plausible to the 3.16-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 drivers/i2c/busses: use correct type for dma_map/unmap has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/i2c/busses: use correct type for dma_map/unmap to the 3.14-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 ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch serial: core: Preserve termios c_cflag for console resume has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: core: Preserve termios c_cflag for console resume to the 3.14-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 debugfs: Fix corrupted loop in debugfs_remove_recursive has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled debugfs: Fix corrupted loop in debugfs_remove_recursive to the 3.16-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 ext4: fix punch hole on files with indirect mapping has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: fix punch hole on files with indirect mapping to the 3.16-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 KVM: x86: Inter-privilege level ret emulation is not implemeneted has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: x86: Inter-privilege level ret emulation is not implemeneted to the 3.10-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

FAILED: patch [PATCH] KVM: nVMX: Fix nested vmexit ack intr before load vmcs01 failed to apply to 3.16-stable tree

2014-08-29 Thread gregkh
The patch below does not apply to the 3.16-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] KVM: PPC: Book3S PR: Take SRCU read lock around RTAS failed to apply to 3.16-stable tree

2014-08-29 Thread gregkh
The patch below does not apply to the 3.16-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

Re: Fwd: Backport request for 3.14 stable to use rdmsrl_safe() first when initializing RAPL PMU to allow KVM guests to boot on Intel hosts

2014-08-29 Thread Greg KH
On Tue, Aug 12, 2014 at 04:56:33PM +0200, Ingo Molnar wrote: Dear stable kernel team, Please apply fix commit 24223657806a0ebd0ae5c9caaf7b021091889cf2 to all stable kernels that have commit 4788e5b4b2338f85fa42a712a182d8afd65d7c58 applied but don't have

Patch Revert KVM: x86: Increase the number of fixed MTRR regs to 10 has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert KVM: x86: Increase the number of fixed MTRR regs to 10 to the 3.10-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

Patch KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use to the 3.14-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 kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601) has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601) to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use to the 3.10-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 kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601) has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601) to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch Revert KVM: x86: Increase the number of fixed MTRR regs to 10 has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert KVM: x86: Increase the number of fixed MTRR regs to 10 to the 3.14-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

Patch KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use to the 3.16-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 kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601) has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601) to the 3.16-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch KVM: PPC: Book3S: Fix LPCR one_reg interface has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: PPC: Book3S: Fix LPCR one_reg interface to the 3.16-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 Revert KVM: x86: Increase the number of fixed MTRR regs to 10 has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert KVM: x86: Increase the number of fixed MTRR regs to 10 to the 3.16-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

Re: [PATCH 2/2] kvm: x86: fix stale mmio cache bug

2014-08-29 Thread David Matlack
On Fri, Aug 29, 2014 at 12:58 AM, Paolo Bonzini pbonz...@redhat.com wrote: Il 28/08/2014 23:10, David Matlack ha scritto: Paolo, It seems like this patch ([PATCH 2/2] kvm: x86: fix stale mmio cache) is ready to go. Is there anything blocking it from being merged? (It should be fine to merge

[PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

2014-08-29 Thread Mike Travis
This patch uses the optimized ioresource lookup, region_is_ram, for the ioremap function. If the region is not found, it falls back to the page_is_ram function. If it is found and it is RAM, then the usual warning message is issued, and the ioremap operation is aborted. Otherwise, the ioremap

[PATCH 1/2] x86: Optimize resource lookups for ioremap

2014-08-29 Thread Mike Travis
Since the ioremap operation is verifying that the specified address range is NOT RAM, it will search the entire ioresource list if the condition is true. To make matters worse, it does this one 4k page at a time. For a 128M BAR region this is 32 passes to determine the entire region does not

Re: 3.10.y regression caused by: lockd: ensure we tear down any live sockets when socket creation fails during lockd_up

2014-08-29 Thread J. Bruce Fields
On Mon, Jul 07, 2014 at 03:27:21PM -0700, Greg Kroah-Hartman wrote: On Fri, Jun 20, 2014 at 03:14:03PM +0400, Nikita Yushchenko wrote: With current 3.10.y, if kernel is booted with init=/bin/sh and then nfs mount is attempted (without portmap or rpcbind running) using busybox mount,

Re: 3.10.y regression caused by: lockd: ensure we tear down any live sockets when socket creation fails during lockd_up

2014-08-29 Thread Jeff Layton
On Fri, 29 Aug 2014 16:25:33 -0400 J. Bruce Fields bfie...@redhat.com wrote: On Mon, Jul 07, 2014 at 03:27:21PM -0700, Greg Kroah-Hartman wrote: On Fri, Jun 20, 2014 at 03:14:03PM +0400, Nikita Yushchenko wrote: With current 3.10.y, if kernel is booted with init=/bin/sh and then nfs

Re: Patch ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct has been added to the 3.10-stable tree

2014-08-29 Thread Theodore Ts'o
On Fri, Aug 29, 2014 at 12:12:02PM -0700, gre...@linuxfoundation.org wrote: This is a note to let you know that I've just added the patch titled ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct From 86f0afd463215fc3e58020493482faa4ac3a4d69 Mon Sep 17

Re: Patch ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct has been added to the 3.10-stable tree

2014-08-29 Thread Greg KH
On Fri, Aug 29, 2014 at 05:38:06PM -0400, Theodore Ts'o wrote: On Fri, Aug 29, 2014 at 12:12:02PM -0700, gre...@linuxfoundation.org wrote: This is a note to let you know that I've just added the patch titled ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa

[patch 03/22] memblock, memhotplug: fix wrong type in memblock_find_in_range_node().

2014-08-29 Thread akpm
From: Tang Chen tangc...@cn.fujitsu.com Subject: memblock, memhotplug: fix wrong type in memblock_find_in_range_node(). In memblock_find_in_range_node(), we defined ret as int. But it should be phys_addr_t because it is used to store the return value from __memblock_find_range_bottom_up(). The

[patch 09/22] x86,mm: fix pte_special versus pte_numa

2014-08-29 Thread akpm
From: Hugh Dickins hu...@google.com Subject: x86,mm: fix pte_special versus pte_numa Sasha Levin has shown oopses on ea0003480048 and ea0003480008 at mm/memory.c:1132, running Trinity on different 3.16-rc-next kernels: where zap_pte_range() checks page-mapping to see if PageAnon(page).

[patch 12/22] xattr: fix check for simultaneous glibc header inclusion

2014-08-29 Thread akpm
From: Filipe Brandenburger filbran...@google.com Subject: xattr: fix check for simultaneous glibc header inclusion The guard was introduced in 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

Re: Patch ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct has been added to the 3.10-stable tree

2014-08-29 Thread Theodore Ts'o
On Fri, Aug 29, 2014 at 03:14:24PM -0700, Greg KH wrote: Normally I wait for the patches to hit a -rc release, but if you say the ext4 patches should go in now, I'll not object and go queue them up in a few minutes. Or you could delay ext4: fix ext4_discard_allocated_blocks() if we can't

Patch ext4: fix BUG_ON in mb_free_blocks() has been added to the 3.10-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: fix BUG_ON in mb_free_blocks() to the 3.10-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 ext4: fix BUG_ON in mb_free_blocks() has been added to the 3.14-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: fix BUG_ON in mb_free_blocks() to the 3.14-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 ext4: fix BUG_ON in mb_free_blocks() has been added to the 3.16-stable tree

2014-08-29 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: fix BUG_ON in mb_free_blocks() to the 3.16-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:

  1   2   >