Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp891317ybm; Wed, 27 May 2020 10:27:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwmWrl6Rs7900VKeBjRROHCEBwgc0E+I/N5No3H/WE83ODsSUcdfJRWv6jweN3PMDRurIUk X-Received: by 2002:a50:f391:: with SMTP id g17mr26299825edm.102.1590600449823; Wed, 27 May 2020 10:27:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590600449; cv=none; d=google.com; s=arc-20160816; b=okkEmIhCIb7Pb0MVGOCf8yXHdXEMdMDahGwVPZ9kbd3kT104ZQmlg8Mhhk2JibkgAS LH6J8x9eQYhpJSei6Aom1WpVic3iceX95t4grOS3K+0+oSwf2KeYVsATWKZ6Jxm3jtg9 A9yeSFrF/QVvnAJ3wdezXBVnMKtDeW0N5k7h4Tl6YIqI//eCKT4FZNNqaHV5RsvwEbW9 FRMZbBo2yRtU8ek/Sh4HgIK6rCLOISiws0g+OJGgM47jisV640v6+1+KBzmSVqDci7lV UmJC3UyzSX+6Ug7kIKkDH/54JOaJjPX77XVxLCrwC0yyPTueZw3qJxDItgcn4DLkzf4l CtOg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=9udSfgTN/g+zlQv9Pfepj5afoeztKAX+Ao8ZDX30aW8=; b=OKD7knthNNzZurLx7LW9i8DDIl28vknoYSVm363lSC1+w1++FuWGsM/NY057NCWeVi F5KNLKVQ+66LTubgyKsQNET+9sZWNNuwrAoNsJxFaFlY5JLXFbt2EETI8WSFQF2sFIR/ 3gor8/m+LTcPEk8EmSRJpVf6uVNgqZl3NvVQkvAa/+HQG0km55o01xv8wayu/24IRcwt 1kGsRA9WxcOAd9s9I8zGdtJ7lBlOpThDWBLt2UXnSF0088rwV0AFL2mzNF1EOmX1MyFg /TtPF2V/sMuKrm6yKpnOGfx47lScgtSrdvpfkhhOeRiD6x7QqiY1wNPCxt3jgh98Or1q scdg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w18si2038882edv.185.2020.05.27.10.27.07; Wed, 27 May 2020 10:27:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387903AbgE0Lzw (ORCPT + 99 others); Wed, 27 May 2020 07:55:52 -0400 Received: from elvis.franken.de ([193.175.24.41]:41116 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729415AbgE0LzJ (ORCPT ); Wed, 27 May 2020 07:55:09 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1jdueJ-00019x-02; Wed, 27 May 2020 13:55:07 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 646EDC059B; Wed, 27 May 2020 13:53:54 +0200 (CEST) Date: Wed, 27 May 2020 13:53:54 +0200 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: linux-mips@vger.kernel.org, Kees Cook , Borislav Petkov , Heiko Carstens , Fangrui Song , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] MIPS: Move kernel head into a standalone section Message-ID: <20200527115354.GC13965@alpha.franken.de> References: <20200527063438.391949-1-jiaxun.yang@flygoat.com> <20200527063438.391949-3-jiaxun.yang@flygoat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200527063438.391949-3-jiaxun.yang@flygoat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 27, 2020 at 02:34:33PM +0800, Jiaxun Yang wrote: > That's what already done by Arm64 and other architectures. > That would allow us put more things like PE headers safely into > the header. > > Signed-off-by: Jiaxun Yang > --- > arch/mips/kernel/head.S | 4 ++-- > arch/mips/kernel/vmlinux.lds.S | 8 ++++++-- > 2 files changed, 8 insertions(+), 4 deletions(-) > > diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S > index c7c2795837e7..8081a905a71c 100644 > --- a/arch/mips/kernel/head.S > +++ b/arch/mips/kernel/head.S > @@ -59,6 +59,8 @@ > #endif > .endm > > + __HEAD > +_head: > #ifndef CONFIG_NO_EXCEPT_FILL > /* > * Reserved space for exception handlers. I'm adding the missing piece, why this change ist broken: * Necessary for machines which link their kernels at KSEG0. by putting something in front of that will probably break platforms making use of "feature". If we can make sure, we don't need it anymore, we should first remove this and then add __HEAD part. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]