Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp269690pxb; Wed, 27 Oct 2021 02:43:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyFMK34zCLH+cignrWVqtlQZk9Xf4OCf672cxc8gTIssn5HP3841ghUp1irmYIi8uq5jE+H X-Received: by 2002:aa7:dc0b:: with SMTP id b11mr40243076edu.227.1635327836660; Wed, 27 Oct 2021 02:43:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635327836; cv=none; d=google.com; s=arc-20160816; b=rByn+j1p4XYLovyijK1XIU0A2wrHN6HV0q/HbiQW66Aq8TUPPLGLTNGzPUiySsMl3t ij00kOqZAD6tB0S5BxOF0U9rTxGkOVtQBWsDKnw4jzf30zX86oQR+OGEiSEW5uOtJ8XP KCeYOI8O6+G7+5aWyYuMZqJkolNo1zWFR4NTD5cdoiQ8GcQa3ZzfHxByFcsJLbd13SAb RcZdB3uDEb0Ia2C7hE8Xx/tfZnN/7Ltcr6cz/eKpJwrDqu1lA9QHxGEBx/Rh4Hm+e1Pd jBlB7lIK8aKanDFB2Qwt1MvrBJl1wyurp8QpbtbjcLMLUQihfM0F1gQgItxRfj376cHr Ulgw== 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=SRbdiDdam4NXaqo9jAbgYpxvjmcQ93ZZQwMyJhnoBnc=; b=Adskig5I7BywaYGQTQoWPsH+fsiRldJ3VhxrD4pvwClvNpb0XeLKb+tP+c/7w/2QsQ brg0TnqeKZUEOjE520sBjN/LnTYTEHXchifta3BLwaQuBkLlPhZxdY30405U6NijP11X L3uL6q1jToZqg7wng1kQ+KPlYIm9p5TSrbcUfNrxlEKknEAjFc36OQbDkZ+wCdg1UwJa bX3bg5HmJobMdCya/GDuqtjHl5h6Fao+racr1lvJpbqzO0tGNhdVIk6FtiwHPEsW1zO2 FmqGLKIPkTqlLYW1Zdk15xBPKocyVl+bVfbCBLenx9A+39VCQcEkJEgzkVkPHKtZnT7D YmZA== 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 kx10si29258683ejc.472.2021.10.27.02.43.33; Wed, 27 Oct 2021 02:43:56 -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 S238745AbhJZTcO (ORCPT + 99 others); Tue, 26 Oct 2021 15:32:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:51146 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238731AbhJZTcN (ORCPT ); Tue, 26 Oct 2021 15:32:13 -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 6B6C260F39; Tue, 26 Oct 2021 19:29:48 +0000 (UTC) Date: Tue, 26 Oct 2021 15:29:46 -0400 From: Steven Rostedt To: Guenter Roeck Cc: Jiri Olsa , bpf@vger.kernel.org, linux-kernel@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko Subject: Re: [PATCH 8/8] ftrace/samples: Add multi direct interface test module Message-ID: <20211026152946.55a77e97@gandalf.local.home> In-Reply-To: <20211026192309.GA2038767@roeck-us.net> References: <20211008091336.33616-1-jolsa@kernel.org> <20211008091336.33616-9-jolsa@kernel.org> <20211026192309.GA2038767@roeck-us.net> 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, 26 Oct 2021 12:23:09 -0700 Guenter Roeck wrote: > On Fri, Oct 08, 2021 at 11:13:36AM +0200, Jiri Olsa wrote: > > Adding simple module that uses multi direct interface: > > > > register_ftrace_direct_multi > > unregister_ftrace_direct_multi > > > > The init function registers trampoline for 2 functions, > > and exit function unregisters them. > > > > Signed-off-by: Jiri Olsa > > Building s390:defconfig ... failed > -------------- > Error log: > :1559:2: warning: #warning syscall futex_waitv not implemented [-Wcpp] > {standard input}: Assembler messages: > {standard input}:11: Error: Unrecognized opcode: `pushq' > {standard input}:12: Error: Unrecognized opcode: `movq' > {standard input}:13: Error: Unrecognized opcode: `pushq' > {standard input}:14: Error: Unrecognized opcode: `movq' > {standard input}:15: Error: Unrecognized opcode: `call' > {standard input}:16: Error: Unrecognized opcode: `popq' > {standard input}:17: Error: Unrecognized opcode: `leave' > {standard input}:18: Error: Unrecognized opcode: `ret' > make[3]: *** [scripts/Makefile.build:288: samples/ftrace/ftrace-direct-multi.o] Error 1 > make[2]: *** [scripts/Makefile.build:571: samples/ftrace] Error 2 > make[1]: *** [Makefile:1993: samples] Error 2 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:226: __sub-make] Error 2 > > https://lore.kernel.org/all/YXAqZ%2FEszRisunQw@osiris/ -- Steve