1. 21 Nov, 2013 1 commit
    • Heiko Carstens's avatar
      KVM: kvm_clear_guest_page(): fix empty_zero_page usage · 8a3caa6d
      Heiko Carstens authored
      Using the address of 'empty_zero_page' as source address in order to
      clear a page is wrong. On some architectures empty_zero_page is only the
      pointer to the struct page of the empty_zero_page.  Therefore the clear
      page operation would copy the contents of a couple of struct pages instead
      of clearing a page.  For kvm only arm/arm64 are affected by this bug.
      
      To fix this use the ZERO_PAGE macro instead which will return the struct
      page address of the empty_zero_page on all architectures.
      Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
      8a3caa6d
  2. 20 Nov, 2013 1 commit
  3. 19 Nov, 2013 1 commit
  4. 17 Nov, 2013 1 commit
  5. 15 Nov, 2013 36 commits