lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230608093303.GA16983@k08j02272.eu95sqa>
Date:   Thu, 08 Jun 2023 17:33:03 +0800
From:   "Hou Wenlong" <houwenlong.hwl@...group.com>
To:     Dave Hansen <dave.hansen@...el.com>
Cc:     <linux-kernel@...r.kernel.org>,
        "Lai Jiangshan" <jiangshan.ljs@...group.com>,
        "Alexey Makhalov" <amakhalov@...are.com>,
        "Andrew Morton" <akpm@...ux-foundation.org>,
        "Andy Lutomirski" <luto@...nel.org>,
        "Anshuman Khandual" <anshuman.khandual@....com>,
        "Borislav Petkov" <bp@...en8.de>,
        "Boris Ostrovsky" <boris.ostrovsky@...cle.com>,
        "Brian Gerst" <brgerst@...il.com>,
        "Dave Hansen" <dave.hansen@...ux.intel.com>,
        "David Woodhouse" <dwmw@...zon.co.uk>,
        "H. Peter Anvin" <hpa@...or.com>, "Ingo Molnar" <mingo@...hat.com>,
        "Josh Poimboeuf" <jpoimboe@...nel.org>,
        "Juergen Gross" <jgross@...e.com>,
        "Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
        "Mike Rapoport (IBM)" <rppt@...nel.org>,
        "Pasha Tatashin" <pasha.tatashin@...een.com>,
        "Peter Zijlstra" <peterz@...radead.org>,
        "Srivatsa S. Bhat (VMware)" 
        <srivatsa@...il.mit.edu>, "Suren Baghdasaryan" <surenb@...gle.com>,
        "Thomas Gleixner" <tglx@...utronix.de>,
        "Usama Arif" <usama.arif@...edance.com>,
        <virtualization@...ts.linux-foundation.org>,
        "VMware PV-Drivers Reviewers" <pv-drivers@...are.com>,
        <x86@...nel.org>, <xen-devel@...ts.xenproject.org>
Subject: Re: [PATCH RFC 0/4] x86/fixmap: Unify FIXADDR_TOP

On Wed, Jun 07, 2023 at 08:49:15PM +0800, Dave Hansen wrote:
> On 5/15/23 01:19, Hou Wenlong wrote:
> > This patchset unifies FIXADDR_TOP as a variable for x86, allowing the
> > fixmap area to be movable and relocated with the kernel image in the
> > x86/PIE patchset [0]. This enables the kernel image to be relocated in
> > the top 512G of the address space.
> 
> What problems does this patch set solve?  How might that solution be
> visible to end users?  Why is this problem important to you?
> 
> Also, while you're waiting for someone to review _your_ code, have you
> considered reviewing anyone else's code?  I don't think I've seen any
> review activity from you lately.

Hello,

Sorry for bothering you. This patch is not important; it is just a part
of our PIE patchset. I should be more patient.

We want to build the kernel as PIE and allow the kernel image area,
including the fixmap area, to be placed at any virtual address. We have
also implemented a PV Linux guest based on PIE, which can be used in
software virtualization similar to Lguest. PIE makes the guest kernel
share the host kernel space similar to a normal userspace process.
Additionally, we are considering whether it is possible to use PIE and
PVOPS to implement a user-mode kernel.

Thank you for your advice. I will participate more actively in community
review activities. Sorry again for bothering you.

Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ