From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751268AbdKPXui (ORCPT ); Thu, 16 Nov 2017 18:50:38 -0500 Received: from mail-io0-f194.google.com ([209.85.223.194]:45979 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbdKPXuY (ORCPT ); Thu, 16 Nov 2017 18:50:24 -0500 X-Google-Smtp-Source: AGs4zMaw5YG8QqNc8zoIstXe6LZZkIujSjU2ycBlbey3/VBMr3+WKnJLjeNwqaHBp5uOpte0sXeHgA== Date: Thu, 16 Nov 2017 15:50:19 -0800 From: Sami Tolvanen To: Ard Biesheuvel Cc: Will Deacon , Mark Rutland , Andi Kleen , Kees Cook , linux-kbuild@vger.kernel.org, Nick Desaulniers , "linux-kernel@vger.kernel.org" , Greg Hackmann , Masahiro Yamada , Michal Marek , Yury Norov , Alex Matveev , Matthias Kaehlcke , "linux-arm-kernel@lists.infradead.org" , Maxim Kuvyrkov Subject: Re: [PATCH v2 08/18] arm64: don't disable ADR_PREL_PG_HI21* with ARM64_ERRATUM_843419 Message-ID: <20171116235019.GA55530@samitolvanen.mtv.corp.google.com> References: <20171115213428.22559-1-samitolvanen@google.com> <20171115213428.22559-9-samitolvanen@google.com> <20171116114406.GB9361@arm.com> <20171116163132.GC94341@samitolvanen.mtv.corp.google.com> <20171116213702.GA10616@samitolvanen.mtv.corp.google.com> <20171116230939.GA38360@samitolvanen.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 16, 2017 at 11:20:40PM +0000, Ard Biesheuvel wrote: > So at which point is the IR in a partially linked object file > converted into executable code? At the final module link step (cmd_ld_ko_o) in scripts/Makefile.modpost, added in patch 12. Sami