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=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 0B538C43461 for ; Wed, 16 Sep 2020 13:47:16 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9DE1C22286 for ; Wed, 16 Sep 2020 13:47:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="aKs74xhC"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="KOxebZoN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9DE1C22286 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:In-Reply-To:Date:References: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Y+L1m8lglCjEG4qg6cuFZqHpQA1VA4dKqImz/GTp/58=; b=aKs74xhCSHz8Cq9AFVcDDID7I I1dJV2FKt8HDf3Gle43Z6sYoZisAk4Zep3K655XjG53x1b32N3PK1su41g6vEvKXLJovx46pCOWDg h2MeWDfqlMGhna/sa+QgSGq8+jHy+IOZvVs//dGmoXUuFIEHNsfkLGeMAedte059MP4O78O7iWdDQ Kk8DYXACopJ/5Da3ip25j72grqQuJnzDLp3rluxkjlrl+Cbl2xUhEqiUvYfntv7gkKsvDd4weJPqq dgxSWjpzPPSItusogdht5yB7PO/tFMYSE6N96seUIJNQrc2ae4YzGtQsIve/0gbD6JVrXH+JE06Gm 1k4cLUpDQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIXkl-0006pG-AZ; Wed, 16 Sep 2020 13:45:43 +0000 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIXkj-0006oi-5h for linux-arm-kernel@lists.infradead.org; Wed, 16 Sep 2020 13:45:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600263940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vEOYWIWUZZbjOvWaaaZu93r2/i0CVOT9x7lwnsy/CMY=; b=KOxebZoNA5RMhEHD/jgg+UlRomb5+yQJ5BVAD2SbuWjoOR4/XRcOIoOdygGf68Bdf5ampE PdA0v83tnD8IOyF4zORRFAk5jbb+UVFU2hjY3i9HoXmagtVaXK35NWhWnlTHb9fzFe1HhZ glwn0LVcMUQn1Gaf9POMmsbh3btoA78= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-97-rId4z_HRNOupn5g7JK_1kQ-1; Wed, 16 Sep 2020 09:45:35 -0400 X-MC-Unique: rId4z_HRNOupn5g7JK_1kQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 13722AD682; Wed, 16 Sep 2020 13:45:32 +0000 (UTC) Received: from astarta.redhat.com (ovpn-114-67.ams2.redhat.com [10.36.114.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 54A1A78811; Wed, 16 Sep 2020 13:45:26 +0000 (UTC) From: Yauheni Kaliuta To: Jean-Philippe Brucker Subject: Re: [PATCH v2] arm64: bpf: Fix branch offset in JIT References: <20200914160355.19179-1-ilias.apalodimas@linaro.org> <20200915131102.GA26439@willie-the-truck> <20200915135344.GA113966@apalos.home> <20200915141707.GB26439@willie-the-truck> <20200915192311.GA124360@apalos.home> <20200916131702.GB5316@myrica> Date: Wed, 16 Sep 2020 16:45:24 +0300 In-Reply-To: <20200916131702.GB5316@myrica> (Jean-Philippe Brucker's message of "Wed, 16 Sep 2020 15:17:02 +0200") Message-ID: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200916_094541_270287_EB0F9EA4 X-CRM114-Status: GOOD ( 10.88 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Song Liu , Zi Shen Lim , Alexei Starovoitov , Will Deacon , ardb@kernel.org, Daniel Borkmann , naresh.kamboju@linaro.org, John Fastabend , Catalin Marinas , Jakub Kicinski , Andrii Nakryiko , Jesper Dangaard Brouer , Yonghong Song , KP Singh , linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, Ilias Apalodimas , linux-kernel@vger.kernel.org, Martin KaFai Lau , Jiri Olsa , bpf@vger.kernel.org, "David S. Miller" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Jean-Philippe! >>>>> On Wed, 16 Sep 2020 15:17:02 +0200, Jean-Philippe Brucker wrote: > On Wed, Sep 16, 2020 at 03:39:37PM +0300, Yauheni Kaliuta wrote: >> If you start to amend extables, could you consider a change like >> >> 05a68e892e89 ("s390/kernel: expand exception table logic to allow >> new handling options") >> >> and implementation of BPF_PROBE_MEM then? > Commit 800834285361 ("bpf, arm64: Add BPF exception tables") should have > taken care of that, no? Ah, missed that. Thanks! -- WBR, Yauheni Kaliuta _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel