From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1042.google.com (mail-pj1-x1042.google.com [IPv6:2607:f8b0:4864:20::1042]) by sourceware.org (Postfix) with ESMTPS id 6E0E8385703F for ; Wed, 26 Aug 2020 14:28:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6E0E8385703F Received: by mail-pj1-x1042.google.com with SMTP id 2so959659pjx.5 for ; Wed, 26 Aug 2020 07:28:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=TUNyUxfPFQFtVPQn28OyMrxSI7SVt/71WUVQHIv/L9U=; b=dVqHpFY2R1PvjerWTvA4jh7+2l1rBpBhrk65OdrklRcasvfRWEcV8cyYmWCaAw6T0p LXSchUAWlMbsHzGEjcrsZg0YfESI1AbFdi2qB9/mljkAsY22hSVKjA2R9H3zUrn5EX+L l0GNGmJPWW7OvWUVTyGXLQbsSAxJtGT3C7WRv7KIyGGgnfuzJQcOq62SE6CyFNAKdob4 kvSu8YBsx0ItN/EkjYe58qvMtacUeFzOYhm/RlsMoaM98/A1lnngXy2pjtc1oLndUGsr nVqr0Oecxq00ULtV2ohDpbDi3lHirlqQrG2XMsZHlzMFTS+uSQeMTp92yO+QpcXB8jK0 Wgzg== X-Gm-Message-State: AOAM530R8oEshAgS0BwIV1ors3etRa7W8YC5Rgh9lemKOxFXCIwhezh8 XAhb/Pk80SuqjQupSQAtepeSyqpqy6faTw== X-Google-Smtp-Source: ABdhPJwcYABImLfuuR6It2yr/8P0jGqL3tYl3U8KuR5GYvh81QaPp158vbfzkHEulrmhgcVPR7jUMA== X-Received: by 2002:a17:90a:aa8a:: with SMTP id l10mr6304497pjq.110.1598452079597; Wed, 26 Aug 2020 07:27:59 -0700 (PDT) Received: from bubble.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id b26sm3455862pff.54.2020.08.26.07.27.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Aug 2020 07:27:58 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 2665381300; Wed, 26 Aug 2020 23:57:55 +0930 (ACST) Date: Wed, 26 Aug 2020 23:57:54 +0930 From: Alan Modra To: "Jose E. Marchesi" Cc: David Faust via Binutils Subject: Re: [PATCH] bpf: add xBPF ISA Message-ID: <20200826142752.GV15695@bubble.grove.modra.org> References: <20200825181747.57537-1-david.faust@oracle.com> <87blixbjwv.fsf@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87blixbjwv.fsf@oracle.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 14:28:01 -0000 On Wed, Aug 26, 2020 at 03:45:20PM +0200, Jose E. Marchesi via Binutils wrote: > > Hi David. > > > This patch adds support for xBPF, another ISA targetting the BPF > > virtual architecture. For now, the primary difference between eBPF > > and xBPF is that xBPF supports indirect calls through the > > 'call %reg' form of the call instruction. > > Thanks for the patch. > I just installed it in both master and 2.35. You installed it without the change Nick requested when reviewing, breaking --enable-targets=all builds. Please fix. -- Alan Modra Australia Development Lab, IBM