From nobody Wed May 1 07:22:45 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1576000960; cv=none; d=zohomail.com; s=zohoarc; b=YIbow04MzCUHMS5nD8xOziH5OnWFJpudKysGbluOOsxuDZIhuiSUxkgFHpjf9SPTxW/BLwC1iYEXu9MdxJYeSPOXOfHl0YVu7+4i2K0kzX9k871doKPneu5QW2xk5kgmU3kDYEUmxplWgmMcxwgWT1/nL6cuZnqo2YI4+W1q964= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1576000960; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=l8R2TM2ttP/ff3oqH8Sl8PUfcZudlkCiAk5HMerNHNQ=; b=gX8TUi19Kylket4WVuzimiKWrspOeXZRPsX2O6Ye2lo2QdAKqxt+whyFcRcErYQC53amCs76t6rsFrQjE4nCQnZT+rma2Zbp04aK+eG2ikFxgVMkqWWsDvW7txMmC0TVpn2RSLiSNreT/sOBpzAvVd5m8DyAtPvpq6iiqsATB6M= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1576000960035397.3849388937929; Tue, 10 Dec 2019 10:02:40 -0800 (PST) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iejpZ-00013m-8r; Tue, 10 Dec 2019 18:01:53 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iejpX-00013d-ON for xen-devel@lists.xenproject.org; Tue, 10 Dec 2019 18:01:51 +0000 Received: from Galois.linutronix.de (unknown [2a0a:51c0:0:12e:550::1]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 236d880e-1b77-11ea-b6f1-bc764e2007e4; Tue, 10 Dec 2019 18:01:50 +0000 (UTC) Received: from [5.158.153.53] (helo=tip-bot2.lab.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1iejpT-0007Na-K6; Tue, 10 Dec 2019 19:01:47 +0100 Received: from [127.0.1.1] (localhost [IPv6:::1]) by tip-bot2.lab.linutronix.de (Postfix) with ESMTP id 23F3D1C290C; Tue, 10 Dec 2019 19:01:47 +0100 (CET) X-Inumbo-ID: 236d880e-1b77-11ea-b6f1-bc764e2007e4 Date: Tue, 10 Dec 2019 18:01:46 -0000 From: "tip-bot2 for Krzysztof Kozlowski" To: linux-tip-commits@vger.kernel.org In-Reply-To: <1574306470-10305-1-git-send-email-krzk@kernel.org> References: <1574306470-10305-1-git-send-email-krzk@kernel.org> MIME-Version: 1.0 Message-ID: <157600090696.30329.14792453915019294290.tip-bot2@tip-bot2> X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1, SHORTCIRCUIT=-0.0001 Subject: [Xen-devel] [tip: x86/cleanups] x86/Kconfig: Fix Kconfig indentation X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Reply-To: linux-kernel@vger.kernel.org Cc: Juergen Gross , Stefano Stabellini , x86-ml , LKML , Krzysztof Kozlowski , Ingo Molnar , "H. Peter Anvin" , xen-devel@lists.xenproject.org, Boris Ostrovsky , Borislav Petkov , Thomas Gleixner Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: b03b016fe54edd1b527d749e139b2fc9407ac414 Gitweb: https://git.kernel.org/tip/b03b016fe54edd1b527d749e139b2fc94= 07ac414 Author: Krzysztof Kozlowski AuthorDate: Thu, 21 Nov 2019 04:21:09 +01:00 Committer: Borislav Petkov CommitterDate: Tue, 10 Dec 2019 18:43:21 +01:00 x86/Kconfig: Fix Kconfig indentation Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski Signed-off-by: Borislav Petkov Cc: "H. Peter Anvin" Cc: Boris Ostrovsky Cc: Ingo Molnar Cc: Juergen Gross Cc: Stefano Stabellini Cc: Thomas Gleixner Cc: x86-ml Cc: xen-devel@lists.xenproject.org Link: https://lkml.kernel.org/r/1574306470-10305-1-git-send-email-krzk@kern= el.org --- arch/x86/Kconfig | 68 +++++++++++++++++++++---------------------- arch/x86/xen/Kconfig | 8 ++--- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5e89499..d7bbed5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -439,8 +439,8 @@ config X86_MPPARSE (esp with 64bit cpus) with acpi support, MADT and DSDT will override it =20 config GOLDFISH - def_bool y - depends on X86_GOLDFISH + def_bool y + depends on X86_GOLDFISH =20 config RETPOLINE bool "Avoid speculative indirect branches in kernel" @@ -561,9 +561,9 @@ config X86_UV # Please maintain the alphabetic order if and when there are additions =20 config X86_GOLDFISH - bool "Goldfish (Virtual Platform)" - depends on X86_EXTENDED_PLATFORM - ---help--- + bool "Goldfish (Virtual Platform)" + depends on X86_EXTENDED_PLATFORM + ---help--- Enable support for the Goldfish virtual platform used primarily for Android development. Unless you are building for the Android Goldfish emulator say N here. @@ -806,9 +806,9 @@ config KVM_GUEST timing infrastructure such as time of day, and system time =20 config ARCH_CPUIDLE_HALTPOLL - def_bool n - prompt "Disable host haltpoll when loading haltpoll driver" - help + def_bool n + prompt "Disable host haltpoll when loading haltpoll driver" + help If virtualized under KVM, disable host haltpoll. =20 config PVH @@ -887,16 +887,16 @@ config HPET_EMULATE_RTC depends on HPET_TIMER && (RTC=3Dy || RTC=3Dm || RTC_DRV_CMOS=3Dm || RTC_D= RV_CMOS=3Dy) =20 config APB_TIMER - def_bool y if X86_INTEL_MID - prompt "Intel MID APB Timer Support" if X86_INTEL_MID - select DW_APB_TIMER - depends on X86_INTEL_MID && SFI - help - APB timer is the replacement for 8254, HPET on X86 MID platforms. - The APBT provides a stable time base on SMP - systems, unlike the TSC, but it is more expensive to access, - as it is off-chip. APB timers are always running regardless of CPU - C states, they are used as per CPU clockevent device when possibl= e. + def_bool y if X86_INTEL_MID + prompt "Intel MID APB Timer Support" if X86_INTEL_MID + select DW_APB_TIMER + depends on X86_INTEL_MID && SFI + help + APB timer is the replacement for 8254, HPET on X86 MID platforms. + The APBT provides a stable time base on SMP + systems, unlike the TSC, but it is more expensive to access, + as it is off-chip. APB timers are always running regardless of CPU + C states, they are used as per CPU clockevent device when possible. =20 # Mark as expert because too many people got it wrong. # The code disables itself when not needed. @@ -1035,8 +1035,8 @@ config SCHED_MC_PRIO If unsure say Y here. =20 config UP_LATE_INIT - def_bool y - depends on !SMP && X86_LOCAL_APIC + def_bool y + depends on !SMP && X86_LOCAL_APIC =20 config X86_UP_APIC bool "Local APIC support on uniprocessors" if !PCI_MSI @@ -1185,8 +1185,8 @@ config X86_LEGACY_VM86 If unsure, say N here. =20 config VM86 - bool - default X86_LEGACY_VM86 + bool + default X86_LEGACY_VM86 =20 config X86_16BIT bool "Enable support for 16-bit segments" if EXPERT @@ -1207,10 +1207,10 @@ config X86_ESPFIX64 depends on X86_16BIT && X86_64 =20 config X86_VSYSCALL_EMULATION - bool "Enable vsyscall emulation" if EXPERT - default y - depends on X86_64 - ---help--- + bool "Enable vsyscall emulation" if EXPERT + default y + depends on X86_64 + ---help--- This enables emulation of the legacy vsyscall page. Disabling it is roughly equivalent to booting with vsyscall=3Dnone, except that it will also disable the helpful warning if a program @@ -1648,9 +1648,9 @@ config ARCH_PROC_KCORE_TEXT depends on X86_64 && PROC_KCORE =20 config ILLEGAL_POINTER_VALUE - hex - default 0 if X86_32 - default 0xdead000000000000 if X86_64 + hex + default 0 if X86_32 + default 0xdead000000000000 if X86_64 =20 config X86_PMEM_LEGACY_DEVICE bool @@ -1991,11 +1991,11 @@ config EFI platforms. =20 config EFI_STUB - bool "EFI stub support" - depends on EFI && !X86_USE_3DNOW - select RELOCATABLE - ---help--- - This kernel feature allows a bzImage to be loaded directly + bool "EFI stub support" + depends on EFI && !X86_USE_3DNOW + select RELOCATABLE + ---help--- + This kernel feature allows a bzImage to be loaded directly by EFI firmware without the use of a bootloader. =20 See Documentation/admin-guide/efi-stub.rst for more information. diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index ba5a418..1aded63 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -62,10 +62,10 @@ config XEN_512GB boot parameter "xen_512gb_limit". =20 config XEN_SAVE_RESTORE - bool - depends on XEN - select HIBERNATE_CALLBACKS - default y + bool + depends on XEN + select HIBERNATE_CALLBACKS + default y =20 config XEN_DEBUG_FS bool "Enable Xen debug and tuning parameters in debugfs" _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel