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 2C325C433EF for ; Sat, 9 Jul 2022 06:25:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229545AbiGIGZN (ORCPT ); Sat, 9 Jul 2022 02:25:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229454AbiGIGZM (ORCPT ); Sat, 9 Jul 2022 02:25:12 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2809E3F31A; Fri, 8 Jul 2022 23:25:11 -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=Y60swZ3rGRaeT85rdqxGs+rBj7YnKU4E8sIGSU5cn5g=; b=HyyI+Rz1TZM8KB6ilsUJb4iLuE SozGJ9A4WbX6Za91zOtoiJZ7g/zaQfi3PQrrHxUzxHuSP2TfOdlg3K6ghdy5ClsYXfxBm4JK6recB zVWLemzKoqg0F7oTslQ0zvOZZTIt6PIna9umhV7gjKBsi2Qoyc/WBV2gn9tEoZW327qwfnlCKH6X5 JFgrFWOdulSkJbANn7F43klfqGro4wfOammQCX9k9l3IxKsEhkN8RbwvqJh4F8eNc22v/gsUpWRF7 399RvBfH04oT6gpPfj7qOXmokqiwyhbcwX3UWiTPSiDPF2cJaDf3C0lMfHEV+1CW63a3cY50Qtkjw EOSrIpRQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oA3tZ-0078qA-S9; Sat, 09 Jul 2022 06:24:49 +0000 Date: Fri, 8 Jul 2022 23:24:49 -0700 From: Christoph Hellwig To: Yixun Lan Cc: Christoph Hellwig , Yonghong Song , Andrii Nakryiko , Alan Maguire , Palmer Dabbelt , linux-riscv@lists.infradead.org, Paul Walmsley , Albert Ou , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , 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> <712c8fac-6784-2acd-66ca-d1fd393aef23@fb.com> 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 Sat, Jul 09, 2022 at 09:01:10AM +0800, Yixun Lan wrote: > Please check the ongoing discussion [0] in the bcc tools if you're > interested in, advice and comments are welcome > > [0] https://github.com/iovisor/bcc/pull/4085#issuecomment-1179446738 I can't find a way to post there, as replying eems to require a login. Is there a mailing list discussion somewhere that is broadly accessible?