Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp2927761pxb; Tue, 12 Jan 2021 01:57:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJyn45jz2MQTRT4POFE5rvnFnckGyCay3srz35GoQUjHGvus5H97xN3Gu8RvHQ8I+OxwYp27 X-Received: by 2002:a17:906:6448:: with SMTP id l8mr2752060ejn.357.1610445467173; Tue, 12 Jan 2021 01:57:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610445467; cv=none; d=google.com; s=arc-20160816; b=boSDy5tqqNLg9Sl6KnkaO+vOkndjc1NOyfct/dmVlZoYPMySS1sXNab0ftd7lnSsSv gliVyEOVmNaBndTqxV+qMvVEcr8mSbzrYtWQnjsPQGtmyI48fVg9AdPuuP2OCtkY21rM l0HEzGUf1LW/hRToP/2c2YgM86uURgKeQzxZtSRSfpzQBJxyA6AwauqMN0rUN/7W/gV6 qFWrKSjPp8Dia1zVsz4xm58SZC4gG5pOhhLblIpjIhJjD0+9foyFRZjFSqBCW9BfuvNB o9hBWtSUgnyF0KFU/pL/Myc1T7jObQ6vHKKa8wZuj6H4fZGJJIxGB+X6ZGaUly55wqMc 0+ug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=mXcRPTBBL/6g2b60+ezPe8xH0l+FZxu+KEIwq9nfzJQ=; b=Z8j46ecLznOjaMEVVf5yYmljKgNteEiUCnD1Ka7iAMZE2TcoxpXM4oSjSqMabiGQo5 yXFcz7EdpBwlfKXhx9bZx3L2SLXYetamnnyBb0p0Oh/3oCB1/wfLbAKjVIAvrJuXgH9r q/ZEF4LapMSZsrixtfk2PQA4qTBWUcZukE/PE7ADnKKXlh3UHq4nNXF3Vxsdf830y4P8 j5LFnESnG3Ryd2/3EAKx0GESv0lHmDc8J4ALUQhfe9RiwAJEf97aYr365gsGrRkUxiJc a8ZcjDpGTyVusPH37jXCUG+fzoBJTlfYgddWHXWZ7UkO86wHgGth0Jn+k6XkY9u6+65/ rY8g== 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 r20si1090400edi.479.2021.01.12.01.57.23; Tue, 12 Jan 2021 01:57:47 -0800 (PST) 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 S1726365AbhALAYh (ORCPT + 99 others); Mon, 11 Jan 2021 19:24:37 -0500 Received: from elvis.franken.de ([193.175.24.41]:44158 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390474AbhAKWoj (ORCPT ); Mon, 11 Jan 2021 17:44:39 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kz5uk-0007xs-00; Mon, 11 Jan 2021 23:43:54 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 015D2C0899; Mon, 11 Jan 2021 23:43:05 +0100 (CET) Date: Mon, 11 Jan 2021 23:43:05 +0100 From: Thomas Bogendoerfer To: Alexander Lobakin Cc: Kees Cook , Arnd Bergmann , Nathan Chancellor , Nick Desaulniers , Huacai Chen , Pei Huang , Fangrui Song , Jiaxun Yang , Ralf Baechle , Corey Minyard , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, stable@vger.kernel.org, clang-built-linux@googlegroups.com Subject: Re: [PATCH v5 mips-next 0/9] MIPS: vmlinux.lds.S sections fixes & cleanup Message-ID: <20210111224305.GA22825@alpha.franken.de> References: <20210110115245.30762-1-alobakin@pm.me> <202101111153.AE5123B6@keescook> <20210111205649.18263-1-alobakin@pm.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210111205649.18263-1-alobakin@pm.me> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 11, 2021 at 08:57:25PM +0000, Alexander Lobakin wrote: > From: Kees Cook > Date: Mon, 11 Jan 2021 11:53:39 -0800 > > > On Sun, Jan 10, 2021 at 11:53:50AM +0000, Alexander Lobakin wrote: > >> This series hunts the problems discovered after manual enabling of > >> ARCH_WANT_LD_ORPHAN_WARN. Notably: > >> - adds the missing PAGE_ALIGNED_DATA() section affecting VDSO > >> placement (marked for stable); > >> - stops blind catching of orphan text sections with .text.* > >> directive; > >> - properly stops .eh_frame section generation. > >> > >> Compile and runtime tested on MIPS32R2 CPS board with no issues > >> using two different toolkits: > >> - Binutils 2.35.1, GCC 10.2.1 (with Alpine patches); > >> - LLVM stack: 11.0.0 and from latest Git snapshot. > >> > >> Since v4 [3]: > >> - new: drop redundant .text.cps-vec creation and blind inclusion > >> of orphan text sections via .text.* directive in vmlinux.lds.S; > >> - don't assert SIZEOF(.rel.dyn) as it's reported that it may be not > >> empty on certain machines and compilers (Thomas); > >> - align GOT table like it's done for ARM64; > >> - new: catch UBSAN's "unnamed data" sections in generic definitions > >> when building with LD_DEAD_CODE_DATA_ELIMINATION; > >> - collect Reviewed-bys (Kees, Nathan). > > > > Looks good; which tree will this land through? > > linux-mips/mips-next I guess, since 7 of 9 patches are related only > to this architecture. > This might need Arnd's Acked-bys or Reviewed-by for the two that > refer include/asm-generic, let's see what Thomas think. Looks good from my side and I have it already sitting in branch for submission. Arnd, are you ok with the changes in include/asm-generic ? Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]