linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] kvm/page_track changes for i915 KVMGT
@ 2016-11-09 14:25 Paolo Bonzini
  2016-11-09 15:15 ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2016-11-09 14:25 UTC (permalink / raw)
  To: linux-kernel, kvm
  Cc: rkrcmar, intel-gfx, Daniel Wetter, Jike Song, Jani Nikula, Zhenyu Wang

Daniel,

The following changes since commit d9092f52d7e61dd1557f2db2400ddb430e85937e:

  kvm: x86: Check memopp before dereference (CVE-2016-8630) (2016-11-02 21:31:53 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-kvmgt

for you to fetch changes up to 871b7ef2a1850d0b435c8b324bf4a5d391adde3f:

  kvm/page_track: export symbols for external usage (2016-11-04 12:13:20 +0100)

----------------------------------------------------------------
The three KVM patches that KVMGT needs.

----------------------------------------------------------------
Jike Song (2):
      kvm/page_track: call notifiers with kvm_page_track_notifier_node
      kvm/page_track: export symbols for external usage

Xiaoguang Chen (1):
      KVM: x86: add track_flush_slot page track notifier

 arch/x86/include/asm/kvm_page_track.h | 14 +++++++++++++-
 arch/x86/kvm/mmu.c                    | 11 ++++++++++-
 arch/x86/kvm/page_track.c             | 31 ++++++++++++++++++++++++++++++-
 arch/x86/kvm/x86.c                    |  2 +-
 4 files changed, 54 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] kvm/page_track changes for i915 KVMGT
  2016-11-09 14:25 [GIT PULL] kvm/page_track changes for i915 KVMGT Paolo Bonzini
@ 2016-11-09 15:15 ` Daniel Vetter
  2016-11-09 15:16   ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2016-11-09 15:15 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: linux-kernel, kvm, rkrcmar, intel-gfx, Daniel Wetter, Jike Song,
	Jani Nikula, Zhenyu Wang

On Wed, Nov 09, 2016 at 03:25:19PM +0100, Paolo Bonzini wrote:
> Daniel,
> 
> The following changes since commit d9092f52d7e61dd1557f2db2400ddb430e85937e:
> 
>   kvm: x86: Check memopp before dereference (CVE-2016-8630) (2016-11-02 21:31:53 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-kvmgt
> 
> for you to fetch changes up to 871b7ef2a1850d0b435c8b324bf4a5d391adde3f:
> 
>   kvm/page_track: export symbols for external usage (2016-11-04 12:13:20 +0100)

Pulled into drm-intel, thanks. Please also pull this into your kvm-next
tree to make sure we can land kvm/drm trees in any order for the 4.10
merge window.

Thanks, Daniel

> 
> ----------------------------------------------------------------
> The three KVM patches that KVMGT needs.
> 
> ----------------------------------------------------------------
> Jike Song (2):
>       kvm/page_track: call notifiers with kvm_page_track_notifier_node
>       kvm/page_track: export symbols for external usage
> 
> Xiaoguang Chen (1):
>       KVM: x86: add track_flush_slot page track notifier
> 
>  arch/x86/include/asm/kvm_page_track.h | 14 +++++++++++++-
>  arch/x86/kvm/mmu.c                    | 11 ++++++++++-
>  arch/x86/kvm/page_track.c             | 31 ++++++++++++++++++++++++++++++-
>  arch/x86/kvm/x86.c                    |  2 +-
>  4 files changed, 54 insertions(+), 4 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] kvm/page_track changes for i915 KVMGT
  2016-11-09 15:15 ` Daniel Vetter
@ 2016-11-09 15:16   ` Paolo Bonzini
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2016-11-09 15:16 UTC (permalink / raw)
  To: linux-kernel, kvm, rkrcmar, intel-gfx, Jike Song, Jani Nikula,
	Zhenyu Wang



On 09/11/2016 16:15, Daniel Vetter wrote:
> On Wed, Nov 09, 2016 at 03:25:19PM +0100, Paolo Bonzini wrote:
>> Daniel,
>>
>> The following changes since commit d9092f52d7e61dd1557f2db2400ddb430e85937e:
>>
>>   kvm: x86: Check memopp before dereference (CVE-2016-8630) (2016-11-02 21:31:53 +0100)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-kvmgt
>>
>> for you to fetch changes up to 871b7ef2a1850d0b435c8b324bf4a5d391adde3f:
>>
>>   kvm/page_track: export symbols for external usage (2016-11-04 12:13:20 +0100)
> 
> Pulled into drm-intel, thanks. Please also pull this into your kvm-next
> tree to make sure we can land kvm/drm trees in any order for the 4.10
> merge window.

Yes, I've already done that (though I have not pushed yet).

Paolo

> Thanks, Daniel
> 
>>
>> ----------------------------------------------------------------
>> The three KVM patches that KVMGT needs.
>>
>> ----------------------------------------------------------------
>> Jike Song (2):
>>       kvm/page_track: call notifiers with kvm_page_track_notifier_node
>>       kvm/page_track: export symbols for external usage
>>
>> Xiaoguang Chen (1):
>>       KVM: x86: add track_flush_slot page track notifier
>>
>>  arch/x86/include/asm/kvm_page_track.h | 14 +++++++++++++-
>>  arch/x86/kvm/mmu.c                    | 11 ++++++++++-
>>  arch/x86/kvm/page_track.c             | 31 ++++++++++++++++++++++++++++++-
>>  arch/x86/kvm/x86.c                    |  2 +-
>>  4 files changed, 54 insertions(+), 4 deletions(-)
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-09 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-09 14:25 [GIT PULL] kvm/page_track changes for i915 KVMGT Paolo Bonzini
2016-11-09 15:15 ` Daniel Vetter
2016-11-09 15:16   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).