From patchwork Thu Oct 28 08:12:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SsO8cmdlbiBHcm/Dnw==?= X-Patchwork-Id: 12589517 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C9B7C43217 for ; Thu, 28 Oct 2021 08:13:58 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5F48C60F9B for ; Thu, 28 Oct 2021 08:13:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5F48C60F9B Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=E+TC/9ZVuCTj/ZaHFyJUiF34C+EH6eeaylSXf3H2QkY=; b=TeV3grD34T+6hb nS6be/mWb0VmiuaiMc55Zhu50f+V4YkLdeVINl9lg3XezLFDVagQhWgsplsqzPdAbJToKK26y8zH2 wAWyq4+nZvDOhxJCBF4AwFoSCyUS9KvzvhprOW9MFMRGxA6gJ++LW888dMeub6J1zAUwkMrlTrLND pJYgWESorutbaMsQ4rpp5lW/ocsh6Wx8fyaFmPCQ1RbjlrybcWkwusOWQMcvK7IRT81/hmjWJYdHC U4qdczK06Iv01GO5phhzfu2TNozKt52NNBdIf8ogREq/9pk8j2RAb601qrf7LZB28lU3NEHtZfWKu JZJXI/tYw6fieWsezGtA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mg0WT-007GD3-TV; Thu, 28 Oct 2021 08:12:30 +0000 Received: from smtp-out1.suse.de ([195.135.220.28]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mg0WP-007GAz-SM for linux-arm-kernel@lists.infradead.org; Thu, 28 Oct 2021 08:12:27 +0000 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 0749421969; Thu, 28 Oct 2021 08:12:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1635408744; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=MAdAn9lpXksqynEY71tU+xB36Uh2pHZMgZIOmXx5QU4=; b=oHPcT2FRTlfOw5yijkWBtet9X2gojCMg6OeMHOToEdrwFfsTjLhzRvqSpw0D2tQG0a8pa0 xcIGS5u++8uvD2Qxr75dbGuvqfKHVXNd/W2R1qKUMFHthtVP3ocDnuubBMr3ywbae33Rwr d1iPp8Gg8fKtI8iVlvKc+O1Bw939tn4= Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 94FC613B7D; Thu, 28 Oct 2021 08:12:23 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id cAz8ImdbemE/MQAAMHmgww (envelope-from ); Thu, 28 Oct 2021 08:12:23 +0000 From: Juergen Gross To: xen-devel@lists.xenproject.org, x86@kernel.org, linux-kernel@vger.kernel.org Cc: Juergen Gross , Boris Ostrovsky , Stefano Stabellini , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Russell King , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/4] xen: do some cleanup Date: Thu, 28 Oct 2021 10:12:17 +0200 Message-Id: <20211028081221.2475-1-jgross@suse.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211028_011226_111106_5D1B1C7F X-CRM114-Status: UNSURE ( 9.00 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Some cleanups, mostly related to no longer supporting 32-bit PV mode. Juergen Gross (4): x86/xen: remove 32-bit pv leftovers xen: allow pv-only hypercalls only with CONFIG_XEN_PV xen: remove highmem remnants x86/xen: remove 32-bit awareness from startup_xen arch/arm/xen/enlighten.c | 1 - arch/arm/xen/hypercall.S | 1 - arch/arm64/xen/hypercall.S | 1 - arch/x86/include/asm/xen/hypercall.h | 233 ++++++++++++--------------- arch/x86/xen/enlighten_pv.c | 7 - arch/x86/xen/mmu_pv.c | 1 - arch/x86/xen/xen-head.S | 12 +- drivers/xen/mem-reservation.c | 27 ++-- include/xen/arm/hypercall.h | 15 -- 9 files changed, 118 insertions(+), 180 deletions(-) Reviewed-by: Boris Ostrovsky