From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0422C10F13 for ; Tue, 16 Apr 2019 19:03:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BAE3B20663 for ; Tue, 16 Apr 2019 19:03:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730234AbfDPTC7 (ORCPT ); Tue, 16 Apr 2019 15:02:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:60402 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727136AbfDPTC7 (ORCPT ); Tue, 16 Apr 2019 15:02:59 -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 A756FAE47; Tue, 16 Apr 2019 19:02:57 +0000 (UTC) Date: Tue, 16 Apr 2019 21:02:56 +0200 (CEST) From: Miroslav Benes To: Joe Lawrence cc: linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, linux-kbuild@vger.kernel.org, Jessica Yu , Jiri Kosina , Joao Moreira , Josh Poimboeuf , Konstantin Khlebnikov , Masahiro Yamada , Michael Matz , Nicolai Stange , Petr Mladek Subject: Re: [PATCH v3 2/9] kbuild: Support for Symbols.list creation In-Reply-To: Message-ID: References: <20190410155058.9437-1-joe.lawrence@redhat.com> <20190410155058.9437-3-joe.lawrence@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 Tue, 16 Apr 2019, Joe Lawrence wrote: > On 4/11/19 3:04 PM, Miroslav Benes wrote: > > > >> diff --git a/samples/livepatch/Makefile b/samples/livepatch/Makefile > >> index 2472ce39a18d..8b9b42a258ad 100644 > >> --- a/samples/livepatch/Makefile > >> +++ b/samples/livepatch/Makefile > >> @@ -1,3 +1,4 @@ > >> +LIVEPATCH_livepatch-sample := y > >> obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-sample.o > >> obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-mod.o > >> obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch-shadow-fix1.o > > > > We discussed this and I think there has been no conclusion yet. Shouldn't > > we do the same (add LIVEPATCH_) for the other samples here as well? > > In v2 review, I mentioned moving this hunk to ("modpost: Add modinfo flag to > livepatch modules") along with the same change to the other sample modules. I > didn't apply that for v3, but can do so for the next spin if it makes the > commits easier to review. I think it belongs here, but I may be missing something. Anyway, it is not really important, so I'd leave it up to you. Miroslav