Re: [PATCH] KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table

2014-08-07 Thread Paolo Bonzini
Il 07/08/2014 03:31, Zhang, Yang Z ha scritto: Let me give an example to see whether my concern is a real problem: Guest allocates a vector and set it in IOAPIC entry to deliver interrupt. Later it masks the IOAPIC entry(means stop the corresponding device) and assign this vector to a MSI

RE: [PATCH] KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table

2014-08-07 Thread Zhang, Yang Z
Paolo Bonzini wrote on 2014-08-07: Il 07/08/2014 03:31, Zhang, Yang Z ha scritto: Let me give an example to see whether my concern is a real problem: Guest allocates a vector and set it in IOAPIC entry to deliver interrupt. Later it masks the IOAPIC entry(means stop the corresponding device)

Re: [PATCH 3/3] drm: Use vblank_disable_and_save in drm_vblank_cleanup()

2014-08-07 Thread Daniel Vetter
On Thu, Aug 7, 2014 at 2:50 AM, Mario Kleiner mario.kleiner...@gmail.com wrote: I'm not sure about all the new embedded drivers, if they have hw vblank counters? Quick grep says a lot don't have it or at least not implemented - they use drm_vblank_count. Thinking about this, should we use that

Re: [PATCH 3/3] drm: Use vblank_disable_and_save in drm_vblank_cleanup()

2014-08-07 Thread Daniel Vetter
On Thu, Aug 7, 2014 at 2:50 AM, Mario Kleiner mario.kleiner...@gmail.com wrote: Ok, good with me, thanks. Ville, thanks for the review. I'll review and test your vblank series next week when i have access to suitable machines and enough time. I need to go through this in single-step mode,

[PATCH v3] carl9170: fix sending URBs with wrong type when using full-speed

2014-08-07 Thread Ronald Wahl
The driver assumes that endpoint 4 is always an interrupt endpoint. Unfortunately the type differs between high-speed and full-speed configurations while in the former case it is indeed an interrupt endpoint this is not true for the latter case - here it is a bulk endpoint. When sending URBs with

[PATCH 1/4] Revert USB: option,zte_ev: move most ZTE CDMA devices to zte_ev

2014-08-07 Thread Johan Hovold
This reverts commit 73228a0538a70ebc4547bd09dee8971360dc1d87 (USB: option,zte_ev: move most ZTE CDMA devices to zte_ev). Move the IDs of the devices that were previously driven by the option driver back to that driver. As several users have reported, the zte_ev driver is causing random

[PATCH 2/4] USB: zte_ev: remove duplicate Gobi PID

2014-08-07 Thread Johan Hovold
Remove dublicate Gobi PID 0x9008 which is already handled by the qcserial driver since commit f05932c0caf4 (USB: qcserial: Add extra device IDs). Fixes: 799ee9243d89 (USB: serial: add zte_ev.c driver) Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold jo...@kernel.org ---

[PATCH 3/4] USB: zte_ev: remove duplicate Qualcom PID

2014-08-07 Thread Johan Hovold
Remove dublicate Qualcom PID 0x3197 which is already handled by the moto-modem driver since commit 6986a978eec7 (USB: add new moto_modem driver for some Morotola phones). Fixes: 799ee9243d89 (USB: serial: add zte_ev.c driver) Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold jo...@kernel.org

Re: [PATCH 3/3] drm: Use vblank_disable_and_save in drm_vblank_cleanup()

2014-08-07 Thread Mario Kleiner
On 08/07/2014 08:50 AM, Daniel Vetter wrote: On Thu, Aug 7, 2014 at 2:50 AM, Mario Kleiner mario.kleiner...@gmail.com wrote: I'm not sure about all the new embedded drivers, if they have hw vblank counters? Quick grep says a lot don't have it or at least not implemented - they use

Re: [PATCH 3.10 12/27] x86-64, espfix: Dont leak bits 31:16 of %esp returning to 16-bit stack

2014-08-07 Thread Greg Kroah-Hartman
On Wed, Aug 06, 2014 at 08:24:17AM -0700, Greg Kroah-Hartman wrote: On Wed, Aug 06, 2014 at 04:16:20PM +0100, Luis Henriques wrote: On Tue, Aug 05, 2014 at 11:14:04AM -0700, Greg Kroah-Hartman wrote: ... @@ -188,17 +193,21 @@ static void note_page(struct seq_file *m /*

Re: [PATCH 3.10 12/27] x86-64, espfix: Dont leak bits 31:16 of %esp returning to 16-bit stack

2014-08-07 Thread Greg Kroah-Hartman
On Thu, Aug 07, 2014 at 10:13:55AM -0700, Greg Kroah-Hartman wrote: On Wed, Aug 06, 2014 at 08:24:17AM -0700, Greg Kroah-Hartman wrote: On Wed, Aug 06, 2014 at 04:16:20PM +0100, Luis Henriques wrote: On Tue, Aug 05, 2014 at 11:14:04AM -0700, Greg Kroah-Hartman wrote: ... @@ -188,17

[PATCH] ARM: dts: imx53-qsrb: Fix suspend/resume

2014-08-07 Thread Fabio Estevam
The following error is seen after a suspend/resume cycle on a mx53qsb with a MC34708 PMIC: root@freescale /$ echo mem /sys/power/state [ 32.630592] PM: Syncing filesystems ... done. [ 32.643924] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 32.652384] Freezing

[merged] fanotify-fix-double-free-of-pending-permission-events.patch removed from -mm tree

2014-08-07 Thread akpm
The patch titled Subject: fanotify: fix double free of pending permission events has been removed from the -mm tree. Its filename was fanotify-fix-double-free-of-pending-permission-events.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] sh-fix-build-error-by-adding-generic-ioport_map-unmap.patch removed from -mm tree

2014-08-07 Thread akpm
The patch titled Subject: sh: fix build error by adding generic ioport_{map/unmap}() has been removed from the -mm tree. Its filename was sh-fix-build-error-by-adding-generic-ioport_map-unmap.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] kernel-smpc-on_each_cpu_cond-fix-warning-in-fallback-path.patch removed from -mm tree

2014-08-07 Thread akpm
The patch titled Subject: kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path has been removed from the -mm tree. Its filename was kernel-smpc-on_each_cpu_cond-fix-warning-in-fallback-path.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] mm-fix-potential-infinite-loop-in-dissolve_free_huge_pages.patch removed from -mm tree

2014-08-07 Thread akpm
The patch titled Subject: mm: fix potential infinite loop in dissolve_free_huge_pages() has been removed from the -mm tree. Its filename was mm-fix-potential-infinite-loop-in-dissolve_free_huge_pages.patch This patch was dropped because it was merged into mainline or a subsystem tree

[PATCH] uwb: init beacon cache entry before registering uwb device

2014-08-07 Thread Thomas Pugliese
Make sure the uwb_dev-bce entry is set before calling uwb_dev_add in uwbd_dev_onair so that usermode will only see the device after it is properly initialized. This fixes a kernel panic that can occur if usermode tries to access the IEs sysfs attribute of a UWB device before the driver has

your netlink permission checks backport to v3.4

2014-08-07 Thread David Miller
I don't think you properly compile tested this code: diff --git a/net/decnet/dn_dev.c b/net/decnet/dn_dev.c index c00e307..b79ce1e 100644 --- a/net/decnet/dn_dev.c +++ b/net/decnet/dn_dev.c @@ -440,7 +440,7 @@ int dn_dev_ioctl(unsigned int cmd, void __user *arg) case SIOCGIFADDR:

+ vm_is_stack-use-for_each_thread-rather-then-buggy-while_each_thread.patch added to -mm tree

2014-08-07 Thread akpm
The patch titled Subject: vm_is_stack: use for_each_thread() rather then buggy while_each_thread() has been added to the -mm tree. Its filename is vm_is_stack-use-for_each_thread-rather-then-buggy-while_each_thread.patch This patch should soon appear at

Re: vfs: allow umount to handle mountpoints without revalidating them

2014-08-07 Thread Chris Dunlop
On Wed, Aug 06, 2014 at 01:27:21PM +1000, Chris Dunlop wrote: [resend, with corrected stable address] Please consider including the following commit in 3.10.x, to avoid umountable NFS filesystems in certain cases: --

Linux 3.4.102

2014-08-07 Thread Greg KH
I'm announcing the release of the 3.4.102 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:

Re: Linux 3.4.102

2014-08-07 Thread Greg KH
diff --git a/Documentation/x86/x86_64/mm.txt b/Documentation/x86/x86_64/mm.txt index d6498e3cd713..f33a9369e35b 100644 --- a/Documentation/x86/x86_64/mm.txt +++ b/Documentation/x86/x86_64/mm.txt @@ -12,6 +12,8 @@ c900 - e8ff (=45 bits) vmalloc/ioremap space

Re: Linux 3.10.52

2014-08-07 Thread Greg KH
diff --git a/Documentation/x86/x86_64/mm.txt b/Documentation/x86/x86_64/mm.txt index 881582f75c9c..bd4370487b07 100644 --- a/Documentation/x86/x86_64/mm.txt +++ b/Documentation/x86/x86_64/mm.txt @@ -12,6 +12,8 @@ c900 - e8ff (=45 bits) vmalloc/ioremap space

Linux 3.10.52

2014-08-07 Thread Greg KH
I'm announcing the release of the 3.10.52 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

Linux 3.15.9

2014-08-07 Thread Greg KH
I'm announcing the release of the 3.15.9 kernel. All users of the 3.15 kernel series must upgrade. NOTE, there will only be 1 more 3.15.y kernel release after this one, please move to 3.16.y now, you have been warned. The updated 3.15.y git tree can be found at:

Linux 3.14.16

2014-08-07 Thread Greg KH
I'm announcing the release of the 3.14.16 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

Re: Linux 3.14.16

2014-08-07 Thread Greg KH
diff --git a/Documentation/x86/x86_64/mm.txt b/Documentation/x86/x86_64/mm.txt index c584a51add15..afe68ddbe6a4 100644 --- a/Documentation/x86/x86_64/mm.txt +++ b/Documentation/x86/x86_64/mm.txt @@ -12,6 +12,8 @@ c900 - e8ff (=45 bits) vmalloc/ioremap space

Re: Linux 3.15.9

2014-08-07 Thread Greg KH
diff --git a/Documentation/x86/x86_64/mm.txt b/Documentation/x86/x86_64/mm.txt index c584a51add15..afe68ddbe6a4 100644 --- a/Documentation/x86/x86_64/mm.txt +++ b/Documentation/x86/x86_64/mm.txt @@ -12,6 +12,8 @@ c900 - e8ff (=45 bits) vmalloc/ioremap space

Patch inetpeer: get rid of ip_id_count has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled inetpeer: get rid of ip_id_count to the 3.4-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 tcp: Fix integer-overflow in TCP vegas has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: Fix integer-overflow in TCP vegas to the 3.4-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 net: sctp: inherit auth_capable on INIT collisions has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: sctp: inherit auth_capable on INIT collisions to the 3.4-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 ip: make IP identifiers less predictable has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ip: make IP identifiers less predictable to the 3.4-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 tcp: Fix integer-overflows in TCP veno has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: Fix integer-overflows in TCP veno to the 3.4-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 net: Correctly set segment mac_len in skb_segment(). has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: Correctly set segment mac_len in skb_segment(). to the 3.4-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 sctp: fix possible seqlock seadlock in sctp_packet_transmit() has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sctp: fix possible seqlock seadlock in sctp_packet_transmit() to the 3.4-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 iovec: make sure the caller actually wants anything in memcpy_fromiovecend has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled iovec: make sure the caller actually wants anything in memcpy_fromiovecend to the 3.4-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

Patch macvlan: Initialize vlan_features to turn on offload support. has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled macvlan: Initialize vlan_features to turn on offload support. to the 3.4-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 net: sendmsg: fix NULL pointer dereference has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: sendmsg: fix NULL pointer dereference to the 3.4-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 arch/sparc/math-emu/math_32.c: drop stray break operator has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled arch/sparc/math-emu/math_32.c: drop stray break operator to the 3.4-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 sparc64: Do not insert non-valid PTEs into the TSB hash table. has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Do not insert non-valid PTEs into the TSB hash table. to the 3.4-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 sparc64: Add membar to Niagara2 memcpy code. has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Add membar to Niagara2 memcpy code. to the 3.4-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 bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000 has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000 to the 3.4-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 sparc64: Fix argument sign extension for compat_sys_futex(). has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Fix argument sign extension for compat_sys_futex(). to the 3.4-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 sparc64: ldc_connect() should not return EINVAL when handshake is in progress. has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: ldc_connect() should not return EINVAL when handshake is in progress. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus. has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus. to the 3.4-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 sunsab: Fix detection of BREAK on sunsab serial console has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sunsab: Fix detection of BREAK on sunsab serial console to the 3.4-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 sparc64: Handle 32-bit tasks properly in compute_effective_address(). has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Handle 32-bit tasks properly in compute_effective_address(). to the 3.4-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 sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses. has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch sparc64: Guard against flushing openfirmware mappings. has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Guard against flushing openfirmware mappings. to the 3.4-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 sparc64: Make itc_sync_lock raw has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Make itc_sync_lock raw to the 3.4-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 sparc64: Fix top-level fault handling bugs. has been added to the 3.4-stable tree

2014-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sparc64: Fix top-level fault handling bugs. to the 3.4-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: