Re: [PATCH] tcm_vhost: Expose ABI version via VHOST_SCSI_GET_ABI_VERSION

2012-07-24 Thread Greg Kroah-Hartman
On Tue, Jul 24, 2012 at 01:26:20AM +, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > As requested by Anthony, here is a patch against target-pending/for-next-merge > to expose an ABI version to userspace via a new VHOST_SCSI_GET_ABI_VERSION > ioctl operation. > > As mentioned in

[ 03/82] virtio-blk: Use block layer provided spinlock

2012-08-13 Thread Greg Kroah-Hartman
off-by: Asias He Cc: virtualizat...@lists.linux-foundation.org Cc: kvm@vger.kernel.org Acked-by: Michael S. Tsirkin Signed-off-by: Rusty Russell Signed-off-by: Greg Kroah-Hartman --- drivers/block/virtio_blk.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) --- a/drivers/blo

[ 02/82] virtio-blk: Reset device after blk_cleanup_queue()

2012-08-13 Thread Greg Kroah-Hartman
plete all the requests before queue DEAD marking in the drain process. Signed-off-by: Asias He Cc: Rusty Russell Cc: virtualizat...@lists.linux-foundation.org Cc: kvm@vger.kernel.org Acked-by: Michael S. Tsirkin Signed-off-by: Rusty Russell Signed-off-by: Greg Kroah-Hartman --- drivers/block/virtio

[ 01/82] virtio-blk: Call del_gendisk() before disable guest kick

2012-08-13 Thread Greg Kroah-Hartman
is not freed until put_disk(vblk->disk). Signed-off-by: Asias He Cc: virtualizat...@lists.linux-foundation.org Cc: kvm@vger.kernel.org Acked-by: Michael S. Tsirkin Signed-off-by: Rusty Russell Signed-off-by: Greg Kroah-Hartman --- drivers/block/virtio_blk.c |4 ++-- 1 file changed

Re: [PATCH] vhost-scsi: return -ENOENT when no matching tcm_vhost_tpg found

2013-06-11 Thread Greg Kroah-Hartman
On Wed, Jun 12, 2013 at 09:39:50AM +0800, wenchao wrote: > cc to Greg for 3.9. This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. -- To unsubscribe from this list: send the line

[PATCH 3.15 25/61] MIPS: KVM: Allocate at least 16KB for exception handlers

2014-06-24 Thread Greg Kroah-Hartman
to cover the full use of the page. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Cc: Sanjay Lal Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips.c |2 +- 1

[PATCH 3.14 38/68] MIPS: KVM: Allocate at least 16KB for exception handlers

2014-06-24 Thread Greg Kroah-Hartman
to cover the full use of the page. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Cc: Sanjay Lal Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips.c |2 +- 1

[PATCH 3.10 29/52] MIPS: KVM: Allocate at least 16KB for exception handlers

2014-06-24 Thread Greg Kroah-Hartman
to cover the full use of the page. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Cc: Sanjay Lal Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips.c |2 +- 1

[PATCH 3.10 35/46] MIPS: KVM: Remove redundant NULL checks before kfree()

2014-07-04 Thread Greg Kroah-Hartman
/mips/kvm/. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Cc: Sanjay Lal Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips.c | 12 +++- 1 file changed, 3

[PATCH 3.14 49/59] MIPS: KVM: Remove redundant NULL checks before kfree()

2014-07-04 Thread Greg Kroah-Hartman
/mips/kvm/. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Cc: Sanjay Lal Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips.c | 12 +++- 1 file changed, 3

[PATCH 3.15 56/66] MIPS: KVM: Remove redundant NULL checks before kfree()

2014-07-04 Thread Greg Kroah-Hartman
/mips/kvm/. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Cc: Sanjay Lal Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips.c | 12 +++- 1 file changed, 3

Re: RFC: (re-)binding the VFIO platform driver to a platform device

2013-10-01 Thread Greg Kroah-Hartman
On Tue, Oct 01, 2013 at 01:38:31PM -0500, Kim Phillips wrote: > Hi, > > Santosh and I are having a problem figuring out how to enable binding > (and re-binding) platform devices to a platform VFIO driver (see > Antonis' WIP: [1]) in an upstream-acceptable manner. > > Binding platform drivers curr

Re: [REPOST][PATCH 2/2] driver core: platform: allow platform drivers to bind to any device

2013-12-18 Thread Greg Kroah-Hartman
On Tue, Dec 03, 2013 at 12:34:54PM +, Kim Phillips wrote: > Platform drivers such as the vfio-platform "meta-" driver [1] > should be allowed to specify that they can bind to any device, > much like PCI drivers can with PCI_ANY_ID. > > Currently, binding platform drivers to devices depends on:

Re: [REPOST][PATCH 1/2] driver core: Add new device_driver flag to allow binding via sysfs only

2013-12-18 Thread Greg Kroah-Hartman
On Tue, Dec 03, 2013 at 12:34:46PM +, Kim Phillips wrote: > VFIO supports pass-through of devices to user space - for sake > of illustration, say a PCI e1000 device: > > - the e1000 is first unbound from the PCI e1000 driver via sysfs > - the vfio-pci driver is told via new_id that it now hand

Re: [REPOST][PATCH 1/2] driver core: Add new device_driver flag to allow binding via sysfs only

2013-12-18 Thread Greg Kroah-Hartman
On Tue, Dec 03, 2013 at 04:34:33PM +0100, Jan Kiszka wrote: > On 2013-12-03 13:34, Kim Phillips wrote: > > VFIO supports pass-through of devices to user space - for sake > > of illustration, say a PCI e1000 device: > > > > - the e1000 is first unbound from the PCI e1000 driver via sysfs > > - the

Re: [REPOST][PATCH 1/2] driver core: Add new device_driver flag to allow binding via sysfs only

2013-12-19 Thread Greg Kroah-Hartman
On Thu, Dec 19, 2013 at 02:22:11PM -0600, Scott Wood wrote: > On Wed, 2013-12-18 at 17:07 -0800, Greg Kroah-Hartman wrote: > > On Tue, Dec 03, 2013 at 12:34:46PM +, Kim Phillips wrote: > > > VFIO supports pass-through of devices to user space - for sake > > > of il

Re: [REPOST][PATCH 2/2] driver core: platform: allow platform drivers to bind to any device

2013-12-19 Thread Greg Kroah-Hartman
On Thu, Dec 19, 2013 at 02:29:21PM -0600, Scott Wood wrote: > On Wed, 2013-12-18 at 17:03 -0800, Greg Kroah-Hartman wrote: > > On Tue, Dec 03, 2013 at 12:34:54PM +, Kim Phillips wrote: > > > Platform drivers such as the vfio-platform "meta-" driver [1] > > &

Re: [REPOST][PATCH 1/2] driver core: Add new device_driver flag to allow binding via sysfs only

2013-12-19 Thread Greg Kroah-Hartman
On Thu, Dec 19, 2013 at 09:06:21PM +, Stuart Yoder wrote: > > > > -Original Message- > > From: Greg Kroah-Hartman [mailto:gre...@linuxfoundation.org] > > Sent: Thursday, December 19, 2013 2:34 PM > > To: Wood Scott-B07421 > > Cc: Kim Phillip

Re: [REPOST][PATCH 1/2] driver core: Add new device_driver flag to allow binding via sysfs only

2013-12-19 Thread Greg Kroah-Hartman
On Thu, Dec 19, 2013 at 04:15:03PM -0600, Scott Wood wrote: > On Thu, 2013-12-19 at 13:43 -0800, Greg Kroah-Hartman wrote: > > On Thu, Dec 19, 2013 at 09:06:21PM +, Stuart Yoder wrote: > > > > > > > > > > -----Original Message- >

Re: [REPOST][PATCH 1/2] driver core: Add new device_driver flag to allow binding via sysfs only

2013-12-19 Thread Greg Kroah-Hartman
On Thu, Dec 19, 2013 at 11:08:55PM +, Stuart Yoder wrote: > > > How will it "know not to grab the device"? The knowledge of whether > > the > > > binding was explicitly requested or not does not get passed through to > > > the probe function. > > > > Nor should it, as a driver should not know

[PATCH 3.4 22/24] virtio-blk: Use block layer provided spinlock

2014-02-18 Thread Greg Kroah-Hartman
ux-foundation.org Cc: kvm@vger.kernel.org Signed-off-by: Asias He Acked-by: Michael S. Tsirkin Signed-off-by: Rusty Russell [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings Cc: Li Zefan Signed-off-by: Greg Kroah-Hartman --- drivers/block/virtio_blk.c |9 +++

Re: [PATCH 1/2] PCI: Use local parameter pci_device_id for pci_get_subsys/class()

2012-09-07 Thread Greg Kroah-Hartman
On Fri, Sep 07, 2012 at 06:32:48PM -0700, Yinghai Lu wrote: > Greg, > > Any reason for using kmalloc instead of local variable during your > rewriting pci search code? > > commit 95247b57ed844511a212265b45cf9a919753aea1 > Author: Greg Kroah-Hartman > Date: Wed Fe

Re: [RFC PATCH 1/6] driver core: add a bus notification to temporarily reject driver binding

2012-11-10 Thread Greg Kroah-Hartman
On Sat, Nov 10, 2012 at 09:57:14PM +0800, Jiang Liu wrote: > From: Jiang Liu > > There are several requirements to temporarily reject device driver > binding. Possible usage cases as below: > 1) We should avoid binding an unsafe driver to a device belonging to >an active VFIO group, otherwis

[PATCH 3.10 09/48] MIPS: KVM: Pass reserved instruction exceptions to guest

2014-05-11 Thread Greg Kroah-Hartman
kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips_emul.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/arch/mips/kvm/kvm_mips_emul.c +++ b/arch/mips/kvm/kvm_mips_emul.c @@ -1571,17 +1571,17 @@ kvm_mips_handle_ri(unsigned

[PATCH 3.14 11/83] MIPS: KVM: Pass reserved instruction exceptions to guest

2014-05-11 Thread Greg Kroah-Hartman
kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips_emul.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/arch/mips/kvm/kvm_mips_emul.c +++ b/arch/mips/kvm/kvm_mips_emul.c @@ -1571,17 +1571,17 @@ kvm_mips_handle_ri(unsigned

[PATCH 3.4 45/88] virtio-blk: Call del_gendisk() before disable guest kick

2014-06-09 Thread Greg Kroah-Hartman
l put_disk(vblk->disk). Cc: virtualizat...@lists.linux-foundation.org Cc: kvm@vger.kernel.org Signed-off-by: Asias He Acked-by: Michael S. Tsirkin Signed-off-by: Rusty Russell Signed-off-by: Ben Hutchings Cc: Yijing Wang Signed-off-by: Greg Kroah-Hartman --- drivers/block/virtio_blk.c

[PATCH 3.4 46/88] virtio-blk: Reset device after blk_cleanup_queue()

2014-06-09 Thread Greg Kroah-Hartman
before queue DEAD marking in the drain process. Cc: Rusty Russell Cc: virtualizat...@lists.linux-foundation.org Cc: kvm@vger.kernel.org Signed-off-by: Asias He Acked-by: Michael S. Tsirkin Signed-off-by: Rusty Russell Signed-off-by: Ben Hutchings Cc: Yijing Wang Signed-off-by: Greg

[PATCH 4.1 34/95] MIPS: KVM: Fix CACHE immediate offset sign extension

2015-12-07 Thread Greg Kroah-Hartman
ni Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/emulate.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kvm/emulate.c +++ b/arch/mips/kvm/emulate.c @@ -1581,7 +1581,7 @@ enum emulation_result kvm_mips_emulate_c base = (inst >> 21) & 0

[PATCH 4.3 035/125] MIPS: KVM: Fix CACHE immediate offset sign extension

2015-12-07 Thread Greg Kroah-Hartman
ni Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/emulate.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kvm/emulate.c +++ b/arch/mips/kvm/emulate.c @@ -1581,7 +1581,7 @@ enum emulation_result kvm_mips_emulate_c base = (inst >> 21) & 0

[PATCH 4.3 036/125] MIPS: KVM: Uninit VCPU in vcpu_create error path

2015-12-07 Thread Greg Kroah-Hartman
g Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/mips.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) --- a/arch/mips/kvm/mips.c +++ b/arch/mips/kvm/mips.c @@ -279,7 +279,7 @@ struct kvm_vcpu *kvm_arch_vcpu_create

[PATCH 4.3 034/125] MIPS: KVM: Fix ASID restoration logic

2015-12-07 Thread Greg Kroah-Hartman
t. Fixes: b680f70fc111 ("KVM/MIPS32: Entry point for trampolining to...") Signed-off-by: James Hogan Cc: Ralf Baechle Cc: Paolo Bonzini Cc: Gleb Natapov Cc: linux-m...@linux-mips.org Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/

[PATCH 4.2 046/124] MIPS: KVM: Uninit VCPU in vcpu_create error path

2015-12-07 Thread Greg Kroah-Hartman
g Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/mips.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) --- a/arch/mips/kvm/mips.c +++ b/arch/mips/kvm/mips.c @@ -278,7 +278,7 @@ struct kvm_vcpu *kvm_arch_vcpu_create

[PATCH 4.2 045/124] MIPS: KVM: Fix CACHE immediate offset sign extension

2015-12-07 Thread Greg Kroah-Hartman
ni Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/emulate.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kvm/emulate.c +++ b/arch/mips/kvm/emulate.c @@ -1581,7 +1581,7 @@ enum emulation_result kvm_mips_emulate_c base = (inst >> 21) & 0

[PATCH 4.2 044/124] MIPS: KVM: Fix ASID restoration logic

2015-12-07 Thread Greg Kroah-Hartman
t. Fixes: b680f70fc111 ("KVM/MIPS32: Entry point for trampolining to...") Signed-off-by: James Hogan Cc: Ralf Baechle Cc: Paolo Bonzini Cc: Gleb Natapov Cc: linux-m...@linux-mips.org Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/

[PATCH 4.1 35/95] MIPS: KVM: Uninit VCPU in vcpu_create error path

2015-12-07 Thread Greg Kroah-Hartman
g Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/mips.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) --- a/arch/mips/kvm/mips.c +++ b/arch/mips/kvm/mips.c @@ -277,7 +277,7 @@ struct kvm_vcpu *kvm_arch_vcpu_create

[PATCH 4.1 33/95] MIPS: KVM: Fix ASID restoration logic

2015-12-07 Thread Greg Kroah-Hartman
t. Fixes: b680f70fc111 ("KVM/MIPS32: Entry point for trampolining to...") Signed-off-by: James Hogan Cc: Ralf Baechle Cc: Paolo Bonzini Cc: Gleb Natapov Cc: linux-m...@linux-mips.org Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/

[PATCH 4.0 067/105] MIPS: KVM: Do not sign extend on unsigned MMIO load

2015-06-19 Thread Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/emulate.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kvm/emulate.c +++ b/arch/mips/kvm/emulate.c @@ -2101,7 +2101,7 @@ enum emulation_result kvm_mips_complete_ if (vcpu->mmio_needed =

[PATCH 3.10 89/89] MIPS: KVM: Do not sign extend on unsigned MMIO load

2015-07-31 Thread Greg Kroah-Hartman
Signed-off-by: James Hogan Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips_emul.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kvm/kvm_mips_emul.c +++ b/arch/mips/kvm/kvm_mips_emul.c @@ -1626,7 +1626,7 @@ kvm_mips_complete_mmio_load(struct kvm_v

[PATCH 3.14 125/125] MIPS: KVM: Do not sign extend on unsigned MMIO load

2015-07-31 Thread Greg Kroah-Hartman
Signed-off-by: James Hogan Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips_emul.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kvm/kvm_mips_emul.c +++ b/arch/mips/kvm/kvm_mips_emul.c @@ -1626,7 +1626,7 @@ kvm_mips_complete_mmio_load(struct kvm_v

[PATCH 3.14 58/73] KVM: MIPS: Dont leak FPU/DSP to guest

2015-03-03 Thread Greg Kroah-Hartman
anjay Lal Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Cc: # v3.10+: 044f0f03eca0: MIPS: KVM: Deliver guest interrupts Cc: # v3.10+ Signed-off-by: Paolo Bonzini Signed-off-by: James Hogan Signed-off-by: Greg Kroah-Hartman --- This should apply to stable trees 3.12

[PATCH 3.19 077/175] KVM: MIPS: Dont leak FPU/DSP to guest

2015-03-03 Thread Greg Kroah-Hartman
anjay Lal Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/locore.S |2 +- arch/mips/kvm/mips.c |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/arch/mips/kvm/locor

[PATCH 3.19 083/175] MIPS: Export FP functions used by lose_fpu(1) for KVM

2015-03-03 Thread Greg Kroah-Hartman
ak FPU/DSP to guest) Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Paul Burton Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9260/ Signed-off-by: Ralf Baechle Signed-off-by: Greg Kroah-Hartman --- arch/mips/kernel/mips_ksyms.c

[PATCH 3.19 084/175] MIPS: Export MSA functions used by lose_fpu(1) for KVM

2015-03-03 Thread Greg Kroah-Hartman
PU/DSP to guest) Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Paul Burton Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9261/ Signed-off-by: Ralf Baechle Signed-off-by: Greg Kroah-Hartman ---

[PATCH 3.19 076/175] KVM: MIPS: Disable HTW while in guest

2015-03-03 Thread Greg Kroah-Hartman
isabled if the process is preempted. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Markos Chandras Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/mips.c | 13 ++

[PATCH 3.18 074/151] MIPS: Export MSA functions used by lose_fpu(1) for KVM

2015-03-03 Thread Greg Kroah-Hartman
PU/DSP to guest) Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Paul Burton Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9261/ Signed-off-by: Ralf Baechle Signed-off-by: Greg Kroah-Hartman ---

[PATCH 3.18 073/151] MIPS: Export FP functions used by lose_fpu(1) for KVM

2015-03-03 Thread Greg Kroah-Hartman
ak FPU/DSP to guest) Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Paul Burton Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9260/ Signed-off-by: Ralf Baechle Signed-off-by: Greg Kroah-Hartman --- arch/mips/kernel/mips_ksyms.c

[PATCH 3.18 066/151] KVM: MIPS: Disable HTW while in guest

2015-03-03 Thread Greg Kroah-Hartman
isabled if the process is preempted. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Markos Chandras Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/mips.c | 13 ++

[PATCH 3.18 067/151] KVM: MIPS: Dont leak FPU/DSP to guest

2015-03-03 Thread Greg Kroah-Hartman
anjay Lal Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/locore.S |2 +- arch/mips/kvm/mips.c |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/arch/mips/kvm/locor

[PATCH 3.14 28/73] MIPS: KVM: Deliver guest interrupts after local_irq_disable()

2015-03-04 Thread Greg Kroah-Hartman
Lal Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kvm/kvm_mips.c +++ b/arch/mips/kvm/kvm_mips.c @@ -418,11 +418,11 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_v

[PATCH 3.10 43/53] KVM: MIPS: Dont leak FPU/DSP to guest

2015-03-04 Thread Greg Kroah-Hartman
anjay Lal Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: linux-m...@linux-mips.org Cc: # v3.10+: 044f0f03eca0: MIPS: KVM: Deliver guest interrupts Cc: # v3.10+ Signed-off-by: Paolo Bonzini Signed-off-by: James Hogan Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_locore.S |2 +-

[PATCH 3.10 20/53] MIPS: KVM: Deliver guest interrupts after local_irq_disable()

2015-03-04 Thread Greg Kroah-Hartman
Lal Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/mips/kvm/kvm_mips.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kvm/kvm_mips.c +++ b/arch/mips/kvm/kvm_mips.c @@ -413,11 +413,11 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_v

Re: [PATCH 3.14 58/73] KVM: MIPS: Dont leak FPU/DSP to guest

2015-03-04 Thread Greg Kroah-Hartman
On Wed, Mar 04, 2015 at 08:10:40AM +, James Hogan wrote: > Hi Greg, > > On Tue, Mar 03, 2015 at 10:13:26PM -0800, Greg Kroah-Hartman wrote: > > 3.14-stable review patch. If anyone has any objections, please let me know. > > > > -- > > >

Re: [PATCH stable 3.10, 3.12, 3.14] MIPS: Export FP functions used by lose_fpu(1) for KVM

2015-03-05 Thread Greg Kroah-Hartman
On Thu, Mar 05, 2015 at 04:08:44PM +, James Hogan wrote: > [ Upstream commit 3ce465e04bfd8de9956d515d6e9587faac3375dc ] > > Export the _save_fp asm function used by the lose_fpu(1) macro to GPL > modules so that KVM can make use of it when it is built as a module. > > This fixes the following

Re: [PATCH stable 3.10, 3.12, 3.14] MIPS: Export FP functions used by lose_fpu(1) for KVM

2015-03-06 Thread Greg Kroah-Hartman
On Fri, Mar 06, 2015 at 08:22:49AM -0800, Guenter Roeck wrote: > On Thu, Mar 05, 2015 at 10:30:34PM -0800, Greg Kroah-Hartman wrote: > > On Thu, Mar 05, 2015 at 04:08:44PM +, James Hogan wrote: > > > [ Upstream commit 3ce465e04bfd8de9956d515d6e9587faac3375dc ] > > >

[PATCH 3.10 29/62] KVM: MIPS: Fix trace event to save PC directly

2015-03-16 Thread Greg Kroah-Hartman
-off-by: James Hogan Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Marcelo Tosatti Cc: Gleb Natapov Cc: Steven Rostedt Cc: Ingo Molnar Cc: linux-m...@linux-mips.org Cc: kvm@vger.kernel.org Acked-by: Steven Rostedt Signed-off-by: Marcelo Tosatti Signed-off-by: Greg Kroah-Hartman --- arch/mip

[PATCH 3.14 45/96] KVM: MIPS: Fix trace event to save PC directly

2015-03-16 Thread Greg Kroah-Hartman
-off-by: James Hogan Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Marcelo Tosatti Cc: Gleb Natapov Cc: Steven Rostedt Cc: Ingo Molnar Cc: linux-m...@linux-mips.org Cc: kvm@vger.kernel.org Acked-by: Steven Rostedt Signed-off-by: Marcelo Tosatti Signed-off-by: Greg Kroah-Hartman --- arch/mip

[PATCH 3.19 076/177] KVM: MIPS: Fix trace event to save PC directly

2015-03-16 Thread Greg Kroah-Hartman
-off-by: James Hogan Cc: Paolo Bonzini Cc: Ralf Baechle Cc: Marcelo Tosatti Cc: Gleb Natapov Cc: Steven Rostedt Cc: Ingo Molnar Cc: linux-m...@linux-mips.org Cc: kvm@vger.kernel.org Acked-by: Steven Rostedt Signed-off-by: Marcelo Tosatti Signed-off-by: Greg Kroah-Hartman --- arch/mip