Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1123632yba; Thu, 4 Apr 2019 04:51:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqwe768i/U6z3oxlBZGJc/hgzBSaFrb+dZI0RN8RjEd/oObdIwD4Ppv5mrITEkg0U9opbZ3L X-Received: by 2002:a63:d304:: with SMTP id b4mr5435161pgg.300.1554378691950; Thu, 04 Apr 2019 04:51:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554378691; cv=none; d=google.com; s=arc-20160816; b=wZYfjpaxVqFGvdZ4rmV4j59fA/EI/V+EwM9eo/2tTsLdSy5k3NHvK4S5iYquxBmw1y ANoMFsYnnrVLzw85jLRqubfFrui/VLZYLToM0xtgNOOkOKq/CrNEkCZJ3uDV2L2a4RUd 7573xYvKjlN4BJ7x6CKMctcaWpSHYCEWuRvzd/SYJUW9C/FzZGFzT2/bU/GtWIbtH428 OJXy8kSCMK9DwmNXunoeVBTz/NshzqoH/EZZrFTI0MpeS75r0fdbj/sZS1QCJaqJA/1x +InOXpCkCK/SC4/e59D/fDpTja9+LcIe5SbN0if5ypondBHBg76Kn5dpnm/kIsKTFIZ0 7Ahw== 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=/Duny11Pwjfh6PO+IcTLxCznQ2Kdy3lJP+cxArTyYXM=; b=nzLMi1P9EqEoL4xLNUqHTzyC7KVXNcB2vpGFSovMSBbdHrwnlK66d+mOlvxBclhbgP ViBj+qFOBe9eJMWea0lx8D4340tPgQ+jD1gfmo76UFfaNcKeIAeKeG9NtMv4VRZiuM9V 8T1SpzCWzOmqS58kWsq0wXKxJwgVqpLSgUhmHkkr7ksZkX/JFUlZoVGm8FdGllYo2a8t hkU2hFzztGvHTK260T5zrAAHqvpX7uWjU+vzN0BU2Puz/6t/aIMRcUtJCdEJi8e20d6o 04MAsiUGtkb37/BWzSrmAcHg2Jbz367saDnxQuXOydGx7+60g/i4EWi0M+j2Mxb8UGAY vZ1g== 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 e17si15432855pgo.44.2019.04.04.04.51.15; Thu, 04 Apr 2019 04:51:31 -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 S1729540AbfDDLtR (ORCPT + 99 others); Thu, 4 Apr 2019 07:49:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:59688 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726269AbfDDLtR (ORCPT ); Thu, 4 Apr 2019 07:49:17 -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 36516AFB0; Thu, 4 Apr 2019 11:49:16 +0000 (UTC) Date: Thu, 4 Apr 2019 13:49:13 +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 0/8] klp-convert In-Reply-To: <0580fe97-7882-68c1-54f2-5778f47c5564@redhat.com> Message-ID: References: <20190301141313.15057-1-jmoreira@suse.de> <20190318191843.GA22702@redhat.com> <3423e586-5ae7-1dd2-8e5f-3930f168143b@suse.de> <0580fe97-7882-68c1-54f2-5778f47c5564@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 > BTW, something I *just* noticed when putting together that toy out-of-tree > module to test out multi-object livepatch modules is that we aren't > considering out-of-tree symbols in Symbols.list. > > Perhaps we can save that for v4 or beyond, but maybe we want to re-arrange the > klp-convert arguments to "klp-convert > [Symbols.list ...]" where we treat everything after as a symbol list > file? (This would assume we would generate a separate out-of-tree module > Symbols.list file.) /thinking-out-loud I understand it could help the testing quite a bit right now, but do we care about out-of-tree modules in general? Miroslav