From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7C08C7EE23 for ; Wed, 7 Jun 2023 18:29:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230358AbjFGS3l (ORCPT ); Wed, 7 Jun 2023 14:29:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230219AbjFGS3h (ORCPT ); Wed, 7 Jun 2023 14:29:37 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8560101 for ; Wed, 7 Jun 2023 11:29:35 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1686162573; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0vhANbTQxhW5giEgdQGefPD2Te4s/UC7F1qDEdOjzG0=; b=Mo7738aD+YotFaAvA5/ObujektbVcCYSas0zkHcEOWfQQrl8ZTc7i/g5UJWB/I7qd3aPpx D9IqLWq8iOUr1ZQqXlngl2cfBao8fNu4CGXKcpGjxggXz8HIfzDmo8h9tC//7H4DY4yI/g XQag2wldSYYM+/zTYUeIU22/CCMKNnrNQFMAYvEffPwFIY5450/eHdZ1quVfXMtlpfzkfm Xjb8T5mR1MBaMavj145MvDt1tuUUtB4EDj0IWGj8080CtI5KuD8T4VSfekn9sXObLqatQY /oNfNVpg7nj2VOqs5BMOldxSX1HC+9bjp7eFGMdHPj+7lZayUHPRYuHYvpk5eA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1686162573; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0vhANbTQxhW5giEgdQGefPD2Te4s/UC7F1qDEdOjzG0=; b=/h0BEeBYLORpbcZp0MX6wq1y2VNw6+Wea4DCG/vpqwQeLOBfgwkSRAUP4ZtqpiT3J0Wu21 xKOnKuP3naVH45BQ== To: Hou Wenlong , linux-kernel@vger.kernel.org Cc: Lai Jiangshan , Hou Wenlong , Alexey Makhalov , Andrew Morton , Andy Lutomirski , Anshuman Khandual , Borislav Petkov , Boris Ostrovsky , Brian Gerst , Dave Hansen , David Woodhouse , "H. Peter Anvin" , Ingo Molnar , Josh Poimboeuf , Juergen Gross , "Kirill A. Shutemov" , "Mike Rapoport (IBM)" , Pasha Tatashin , Peter Zijlstra , "Srivatsa S. Bhat (VMware)" , Suren Baghdasaryan , Usama Arif , virtualization@lists.linux-foundation.org, VMware PV-Drivers Reviewers , x86@kernel.org, xen-devel@lists.xenproject.org Subject: Re: [PATCH RFC 0/4] x86/fixmap: Unify FIXADDR_TOP In-Reply-To: References: Date: Wed, 07 Jun 2023 20:29:32 +0200 Message-ID: <877csfjfcj.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 15 2023 at 16: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 for? What's the use case. Please provide a proper argument why this is generally useful and important. Thanks, tglx