Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3322485ybi; Fri, 19 Jul 2019 01:16:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqxfpt9zEiAB0Ssk6xWkdGn70q+LBMu52t44qiPhtKuwT6MDVvuJljGFDs/1uG3PtvsYxHwC X-Received: by 2002:a17:902:9349:: with SMTP id g9mr54577155plp.262.1563524217173; Fri, 19 Jul 2019 01:16:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563524217; cv=none; d=google.com; s=arc-20160816; b=QOu+YgZsViWpvHVSuHjbqWzE1A649ICDeerw1stQmDoB2ExCKSazoILr+cZznir9Mb 1uMQfnxjn2jSDCiSp03jw4DG5p5gFZ1ogEX8nRb4g1A6InzEXjD7146Y38v+BOEbX1vK Hhj8c6lLXIc2DEt9NtGuUbnpo3tpbcI1sQ9WRHHqOxKByGo538PDsgc1XRALVp4F0Y6I WKle+KN7WTYSSflxGMvV5v9rhPP7h1KUvordx8QVddKjbYvu58r9+7PbcS8qvesOe0PI t5FEmiVMZhfnDgF0BsHO62Y6JZNjoePOYetZDxhcIM/ADXNeqwhtgaHdm4xQqrkqdPHW pJ8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=qzAsI8JCglmNCEgmS4HtcgdzI5bMKm4bbPnyQQ3vvXo=; b=m1lCH59CbPWP+aj6sFPk1EnStNHCxF1eIQSbPIeFxMLhkELSztIGgxuh5uqE2BXpqt 9PRE3mtj8J6v9480xdVB8KYTssuSvXxv+5CQ7MS5OXGOAiNNZ3ZQj8+F2BFSjT1F4aKA OiR6/xRlaVeB1mmAgp1gaT2G2Kk8wQycfQH10KRuzJmlUq0nMDvPFIsT9ZxBZ2d7vocY Yj50+65LQZ+U0xp85DEZc+Q9BcY/oMW7Lby4VwTqin3lyOKRkizVr3ZGoksCNlJxIHv5 /NtNjLyEPnJmPO1jyRcdAbqFav+47EdSu3oyouMsbHkSFJJom/Fn6WMsEjFcZOsJfH8f FNJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j3si634173pgt.460.2019.07.19.01.16.41; Fri, 19 Jul 2019 01:16:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726396AbfGSIQV (ORCPT + 99 others); Fri, 19 Jul 2019 04:16:21 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:6860 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726029AbfGSIQV (ORCPT ); Fri, 19 Jul 2019 04:16:21 -0400 X-IronPort-AV: E=Sophos;i="5.64,280,1559491200"; d="scan'208";a="71774757" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 19 Jul 2019 16:16:18 +0800 Received: from G08CNEXCHPEKD02.g08.fujitsu.local (unknown [10.167.33.83]) by cn.fujitsu.com (Postfix) with ESMTP id 9DAE34CDE904; Fri, 19 Jul 2019 16:16:19 +0800 (CST) Received: from TSAO.g08.fujitsu.local (10.167.226.60) by G08CNEXCHPEKD02.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 19 Jul 2019 16:16:24 +0800 From: Cao jin To: , CC: , , , , Subject: [PATCH] x86/irq/64: fix the missing update on comment Date: Fri, 19 Jul 2019 16:16:35 +0800 Message-ID: <20190719081635.26528-1-caoj.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.17.2 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.167.226.60] X-yoursite-MailScanner-ID: 9DAE34CDE904.ACF02 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: caoj.fnst@cn.fujitsu.com X-Spam-Status: No Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit e6401c130931 ("x86/irq/64: Split the IRQ stack into its own pages") missed to update one piece of comment as it did to its peer in Xen, which will confuse people who still need to read comment. A bonus fix to identation in ZO's linker script: spaces -> tab. Signed-off-by: Cao jin --- arch/x86/boot/compressed/vmlinux.lds.S | 4 ++-- arch/x86/kernel/head_64.S | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/x86/boot/compressed/vmlinux.lds.S b/arch/x86/boot/compressed/vmlinux.lds.S index 508cfa6828c5..23100c52a7d0 100644 --- a/arch/x86/boot/compressed/vmlinux.lds.S +++ b/arch/x86/boot/compressed/vmlinux.lds.S @@ -64,8 +64,8 @@ SECTIONS _ebss = .; } #ifdef CONFIG_X86_64 - . = ALIGN(PAGE_SIZE); - .pgtable : { + . = ALIGN(PAGE_SIZE); + .pgtable : { _pgtable = . ; *(.pgtable) _epgtable = . ; diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S index bcd206c8ac90..cba94468795e 100644 --- a/arch/x86/kernel/head_64.S +++ b/arch/x86/kernel/head_64.S @@ -195,10 +195,10 @@ ENTRY(secondary_startup_64) /* Set up %gs. * - * The base of %gs always points to the bottom of the irqstack - * union. If the stack protector canary is enabled, it is - * located at %gs:40. Note that, on SMP, the boot cpu uses - * init data section till per cpu areas are set up. + * The base of %gs always points to fixed_percpu_data. If the + * stack protector canary is enabled, it is located at %gs:40. + * Note that, on SMP, the boot cpu uses init data section till + * per cpu areas are set up. */ movl $MSR_GS_BASE,%ecx movl initial_gs(%rip),%eax -- 2.17.0