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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1C752C433EF for ; Wed, 6 Jul 2022 07:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231158AbiGFHAY (ORCPT ); Wed, 6 Jul 2022 03:00:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230420AbiGFHAS (ORCPT ); Wed, 6 Jul 2022 03:00:18 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5D021F2DC; Wed, 6 Jul 2022 00:00:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=R46HUaC7dh3ENW3T9JD/LPCN0Q73/N8vSw6Q2zMi/zs=; b=vOm/O/oIezRVCyIO8pt7RST9FS c0ALDfi9HMbz8Vxvmsju3KsbI2eUJASfRzM4wlPSLViIZ2jp5PRhygeJUzgVObOSIkUA818QIL6hv 7VIjlRE+GoqmMDDguZDLAKkOHSXH1rS5lfUiRQkoWEykBEpe8/1T7r0wGqNRtefDwq0OYdx4p99vW XvAJZPD5k5+KjlJWgqthaCHi1G2ngvYWMK7HFsZ8SaIcD9xnsidmEW81T7CX3BeIAKbRmJr1cdemD cxfyt0z128b5NXZj95mP2YrSMk1zswZ681CgAorn3aHZ07qd++0Wr7WCShFW+i4dzdAIuIHFKeQ1X 1uzohvaA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8z10-006tU3-EX; Wed, 06 Jul 2022 07:00:03 +0000 Date: Wed, 6 Jul 2022 00:00:02 -0700 From: Christoph Hellwig To: Andrii Nakryiko Cc: Christoph Hellwig , Alan Maguire , Yixun Lan , Palmer Dabbelt , linux-riscv@lists.infradead.org, Paul Walmsley , Albert Ou , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , open list , Networking , bpf Subject: Re: [PATCH] RISC-V/bpf: Enable bpf_probe_read{, str}() Message-ID: References: <20220703130924.57240-1-dlan@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 05, 2022 at 10:00:42PM -0700, Andrii Nakryiko wrote: > riscv existed as of [0], so I'd argue it is a proper bug fix, as > corresponding select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE should > have been added back then. How much of an eBPF ecosystem was there on RISC-V at the point?