Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp2538131pxb; Tue, 12 Oct 2021 08:36:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwhh2W1+HV4G+3prLJ2yKK2T3ioNWrIWMVTqnsY91gtljzKI8Io5MBvrMFpnjjBRONrFxVS X-Received: by 2002:a65:6a0a:: with SMTP id m10mr23369506pgu.82.1634052998923; Tue, 12 Oct 2021 08:36:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634052998; cv=none; d=google.com; s=arc-20160816; b=mgg7rFDBssNjpb1qoJSkLzTlOs65d+1qX4y/baoO3ldDYn/nXx9hY6Ue1Q2PJ2Q7PC i5xAZnaPsBjYJX3DAVvTbdyihbJU20mbreZQDGz/UOMUBohzTEz2/Xd6qqRBg1DNVOVC vg2IyR7uLzgdkora9Jj9GCkRV26hHK61vsV2acBoFy/V/Od7GYbX5gCyUHSaRUB/qXmT iWsZe+F9PRZIDVa6R/aVqOEjtoV/RUqbJDjh4p+H+8RAgHu01TcyNJLkDXi5BDYX+x7j 3806teWsykYFr/rjmuhuaQcWbbUUg+PhdAR/YePJKWPTJI720+oRKCOzuiTC8MSgCB4g QBTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=ORQLdIf7FEyxcjCcKb8o/VNny0JV0B+wmUlGyUUToSw=; b=HAVtmv2UqteJJ2lHXAZ/7L18yiPOlnYgJy/Cy8334PbGvQTkRVzczcve4eV/L0qMBK 1wDf564pcEQ5A6QOYU24MzAlkPSGM5cBrMjAN1Ux/qVKKCnpp+BcT4qySCoFd98hs60D /Uey/x8Lk9yEiRcD6pO4PEku9EqrumDV2zTeq41dZGXPDG1zFq1Rb8rJWfwxZDIcePxq Wag7qMr2JrwxCvTohJvcwwWOqnbN1SS1C8V2wUJMInf++EMW8zB9Qwo5/BJMVFkSTpzY COO6cyTTT8j+PkYeGHho4GCN34FCDDkFabovHdM+NDSz5BIFO3GqhRF74StsYLbDMz2F PIrg== 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 p15si18165034plw.13.2021.10.12.08.36.26; Tue, 12 Oct 2021 08:36:38 -0700 (PDT) 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 S237313AbhJLPgR (ORCPT + 99 others); Tue, 12 Oct 2021 11:36:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:55810 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232642AbhJLPgI (ORCPT ); Tue, 12 Oct 2021 11:36:08 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 06B5F60EBB; Tue, 12 Oct 2021 15:34:05 +0000 (UTC) Date: Tue, 12 Oct 2021 11:34:04 -0400 From: Steven Rostedt To: Heiko Carstens Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Olsa Subject: Re: [PATCH 0/4] s390: DYNAMIC_FTRACE_WITH_DIRECT_CALL support Message-ID: <20211012113404.29ac7c9c@gandalf.local.home> In-Reply-To: References: <20211012133802.2460757-1-hca@linux.ibm.com> <20211012094852.7f6a59b8@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 12 Oct 2021 16:59:02 +0200 Heiko Carstens wrote: > One thing to note: Jiri adds a new a sample module, which obviously > will not compile for s390. Not sure if the config mechanism I propose > with this patch set is the best way to address this - it would then > require to add a config option for each new sample module. Is that really an issue? We could just group them, as long as they have the same prefix. HAVE_SAMPLE_FTRACE_DIRECT HAVE_SAMPLE_FTRACE_MULTI_DIRECT ?? -- Steve