Skip to content
Snippets Groups Projects
Select Git revision
  • 80413eaa8949654be763eeb5f725a4552f2b1df0
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

virt

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Alexander Graf authored and Laibin Qiu committed
    mainline inclusion
    from mainline-v5.9
    commit 73153217
    category: bugfix
    bugzilla: https://gitee.com/openeuler/kernel/issues/I5O7IH
    
    
    CVE: NA
    
    -------------
    
    PENDBASER and PROPBASER define the outer caching mode for LPI tables.
    The memory backing them may not be outer sharable, so we mark them as nC
    by default. This however, breaks Windows on ARM which only accepts
    SameAsInner or RaWaWb as values for outer cachability.
    
    We do today already allow the outer mode to be set to SameAsInner
    explicitly, so the easy fix is to default to that instead of nC for
    situations when an OS asks for a not fulfillable cachability request.
    
    This fixes booting Windows in KVM with vgicv3 and ITS enabled for me.
    
    Signed-off-by: default avatarAlexander Graf <graf@amazon.com>
    Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
    Link: https://lore.kernel.org/r/20200701140206.8664-1-graf@amazon.com
    
    
    Signed-off-by: default avatarZengruan Ye <yezengruan@huawei.com>
    Reviewed-by: default avatarZenghui Yu <yuzenghui@huawei.com>
    Signed-off-by: default avatarLaibin Qiu <qiulaibin@huawei.com>
    a6e3c122
    History
    Name Last commit Last update
    ..