Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1109641yba; Thu, 4 Apr 2019 04:32:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqwyPiRH5tK1UfreSdt0Rth/yLfvWYvxsWrkASxqGbfZZhSdArWS8n732OR0SuNaH/zF0rCF X-Received: by 2002:a63:c118:: with SMTP id w24mr5096548pgf.67.1554377570553; Thu, 04 Apr 2019 04:32:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554377570; cv=none; d=google.com; s=arc-20160816; b=Z1b4056T0RaqRYp1iXsUfAFyP7NDzDeJcF7JeBGqY/3CBrXzeHJ7/WCNxsycPRzHkH Ikdx+dq5dlNxmszfgIUChI1m1gQUhopChqMH2fhLIKpCN31AiRCIhQbIZy0AsrQX5lhF m4bWWnlxEB+MDAVJCBSXGp02VlfcHBqS8/A9VRDIex0XubW9wkWcYDxR/0TYE74vzigd 07+6TBj5WNkamIyzx77DYcqX3wFDgWGK9ouSZtrWqvwb6GzczohcmHGRqfC/EoqIzMj8 bi5CR/RrZeacdO9rblD3M3WerWplrk9tIKvQe7I1V2MAEtEG99MgPJkBpn+OWwzzVhWI lHnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=Wagt4FI+aJXnGf/53Fqj71kwzj50rV4HBf1RL7DfY2Y=; b=e3KU24ofq3+405Mrp8eGOS2InoYqKDRcxqWcTn36m6dU5tYXQ5tbD9uWQPGQq17bN+ lE0a5F0b2RigWDn0/SpMyGinFGb6a9FA/u18Eg3/ORveasZ/2v8jlKsCQytXfhTQwCDr BG4WCT9F5bLbWkMvdGG9ig56FuHj5C4jjpXCUTb+iRK4UbNmQp+BSUBiS1UN10dqnLzo hayksWYz8nh6CVWtO4BokBZ84rexQz/8QizNEaY9RunqizYmWItjQw83ORlZIC25b+bq fZGLFSkbUpvt4+pAdZd6ByKoM2nufygk0dCfOzgTro/r8Q1Pbl01g83YL5lI9W0gClmM KtFw== 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 o16si14838383pgj.392.2019.04.04.04.32.34; Thu, 04 Apr 2019 04:32:50 -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 S1728905AbfDDLcB (ORCPT + 99 others); Thu, 4 Apr 2019 07:32:01 -0400 Received: from mx2.suse.de ([195.135.220.15]:55156 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728543AbfDDLcA (ORCPT ); Thu, 4 Apr 2019 07:32:00 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5EE88AE67; Thu, 4 Apr 2019 11:31:58 +0000 (UTC) Date: Thu, 4 Apr 2019 13:31:57 +0200 (CEST) From: Miroslav Benes To: Joe Lawrence cc: Joao Moreira , live-patching@vger.kernel.org, pmladek@suse.cz, jikos@suse.cz, nstange@suse.de, jpoimboe@redhat.com, khlebnikov@yandex-team.ru, jeyu@kernel.org, matz@suse.de, linux-kernel@vger.kernel.org, yamada.masahiro@socionext.com, linux-kbuild@vger.kernel.org, michal.lkml@markovi.net Subject: Re: [PATCH v2 5/8] modpost: Integrate klp-convert In-Reply-To: <20190322145404.GA31248@redhat.com> Message-ID: References: <20190301141313.15057-1-jmoreira@suse.de> <20190301141313.15057-6-jmoreira@suse.de> <20190322145404.GA31248@redhat.com> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 22 Mar 2019, Joe Lawrence wrote: > On Fri, Mar 01, 2019 at 11:13:10AM -0300, Joao Moreira wrote: > > From: Josh Poimboeuf > > > > Create cmd_klp_convert and hook it into scripts/Makefile.modpost. > > cmd_klp_convert invokes klp-convert with the right arguments for the > > conversion of unresolved symbols inside a livepatch. > > > > [khlebnikov: > > * save cmd_ld_ko_o into .module.cmd, if_changed_rule doesn't do that > > * fix bashisms for debian where /bin/sh is a symlink to /bin/dash > > * rename rule_link_module to rule_ld_ko_o, otherwise arg-check inside > > if_changed_rule compares cmd_link_module and cmd_ld_ko_o > > * check modinfo -F livepatch only if CONFIG_LIVEPATCH is true > > ] > > > > [mbenes: > > * remove modinfo call. LIVEPATCH_ in Makefiled > > ] > > > > [jmoreira: > > * split up: move the .livepatch file-based scheme for identifying > > livepatches to a previous patch, as it was required for correctly > > building Symbols.list there. > > ] > > > > Signed-off-by: Josh Poimboeuf > > Signed-off-by: Konstantin Khlebnikov > > Signed-off-by: Miroslav Benes > > Signed-off-by: Joao Moreira > > --- > > scripts/Kbuild.include | 4 +++- > > scripts/Makefile.modpost | 16 +++++++++++++++- > > scripts/mod/modpost.c | 6 +++++- > > scripts/mod/modpost.h | 1 + > > 4 files changed, 24 insertions(+), 3 deletions(-) > > > > > > [ ... snip ... ] > > > > diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost > > index 7d4af0d0accb..da779a185218 100644 > > --- a/scripts/Makefile.modpost > > +++ b/scripts/Makefile.modpost > > @@ -125,8 +125,22 @@ quiet_cmd_ld_ko_o = LD [M] $@ > > -o $@ $(filter-out FORCE,$^) ; \ > > $(if $(ARCH_POSTLINK), $(MAKE) -f $(ARCH_POSTLINK) $@, true) > > > > +SLIST = $(objtree)/Symbols.list > > +KLP_CONVERT = scripts/livepatch/klp-convert > > +quiet_cmd_klp_convert = KLP $@ > > + cmd_klp_convert = mv $@ $(@:.ko=.klp.o); \ > > + $(KLP_CONVERT) $(SLIST) $(@:.ko=.klp.o) $@ > > + > > +define rule_ld_ko_o > > + $(call cmd,ld_ko_o) $(cmd_ld_ko_o) ; \ > ^ > Should there be a ';' semicolon here (and maybe a line-break) between > $(call cmd,ld_ko_o) and $(cmd_ld_ko_o)? Probably yes. Originally there was $(call echo-cmd,ld_ko_o) $(cmd_ld_ko_o) ; but "echo-" disappeared somewhere. Joao? So maybe even $(call cmd,ld_ko_o) could be enough, because cmd contains echo-cmd, but I'm not good at reading scripts/Kbuild.include. > I didn't see this in my x86_64 VM, but on a ppc64le box, I kept getting > really strange build errors that I traced to this line. Without a > semicolon, the build was trying to run a make command with a linker > command smashed onto the end of it: > > make -f ./arch/powerpc/Makefile.postlink crypto/xts.ko ld -r -EL -m elf64lppc -T ./scripts/module-common.lds -T ./arch/powerpc/kernel/module.lds --save-restore-funcs --build-id -o crypto/xts.ko crypto/xts.o crypto/xts.mod.o Miroslav