lkml.org 
[lkml]   [2020]   [Dec]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: [PATCH v3 06/23] kvm: arm64: Add kvm-arm.protected early kernel parameter
    On Tue, Dec 01, 2020 at 01:19:13PM +0000, David Brazdil wrote:
    > Hey Sudeep,
    >
    > > > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
    > > > index 526d65d8573a..06c89975c29c 100644
    > > > --- a/Documentation/admin-guide/kernel-parameters.txt
    > > > +++ b/Documentation/admin-guide/kernel-parameters.txt
    > > > @@ -2259,6 +2259,11 @@
    > > > for all guests.
    > > > Default is 1 (enabled) if in 64-bit or 32-bit PAE mode.
    > > >
    > > > + kvm-arm.protected=
    > > > + [KVM,ARM] Allow spawning protected guests whose state
    > > > + is kept private from the host. Only valid for non-VHE.
    > > > + Default is 0 (disabled).
    > > > +
    > >
    > > Sorry for being pedantic. Can we reword this to say valid for
    > > !CONFIG_ARM64_VHE ? I read this as valid only for non-VHE hardware, it may
    > > be just me, but if you agree please update so that it doesn't give remote
    > > idea that it is not valid on VHE enabled hardware.
    > >
    > > I was trying to run this on the hardware and was trying to understand the
    > > details on how to do that.
    >
    > I see what you're saying, but !CONFIG_ARM64_VHE isn't accurate either. The
    > option makes sense if:
    > 1) all cores booted in EL2
    > == is_hyp_mode_available()
    > 2) ID_AA64MMFR1_EL1.VH=0 or !CONFIG_ARM64_VHE
    > == !is_kernel_in_hyp_mode()
    >
    > The former feels implied for KVM, the latter could be 'Valid if the kernel
    > is running in EL1'? WDYT?

    I reckon we can avoid the restriction if we instead add an early stub
    like with have for KASLR. That way we could parse the command line
    early, and if necessary re-initialize EL2 and drop to EL1 before the
    main kernel has to make any decisions about how to initialize things.
    That would allow us to have a more general kvm-arm.mode option where a
    single kernel Image could support:

    * "protected" mode on nVHE or VHE HW
    * "nvhe" mode on nVHE or VHE HW
    * "vhe" mode on VHE HW

    ... defaulting to VHE/nVHE modes depending on HW support.

    That would also be somewhat future-proof if we have to add other
    variants of protected mode in future, as we could extend the mode option
    with parameters for each mode.

    Thanks,
    Mark.
    \
     
     \ /
      Last update: 2020-12-01 15:11    [W:5.598 / U:0.328 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site