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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 36702C433E0 for ; Tue, 22 Dec 2020 14:19:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E875623124 for ; Tue, 22 Dec 2020 14:19:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727028AbgLVOTF (ORCPT ); Tue, 22 Dec 2020 09:19:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726802AbgLVOTE (ORCPT ); Tue, 22 Dec 2020 09:19:04 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F1F9C0613D3; Tue, 22 Dec 2020 06:18:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=Czhr0lZ6q7lggbyK5BscVjMM51bWnt+mp2M9jPtWApM=; b=OYm3LQIX07Nw82C/3BFSqrMbww w8YueS8jraJ7fHEdX4kWtlkFiQ5UU6juC18/mY8mLT7tTJQtWc9iIzLFwdEirmXZyyxnXUtEgCphb CbrwGhniNr/l0GMrPftPvhCAqMJUljn+wED/f79le8Aa+DlqcrUXDcEu8kZAdwIyGMHSRG6MsLG4z D49Maf+QHKenhKjXA4FJl5eitKhVThAdppdwprBdi8ty3q7vID4rVk7CMUTxSYFXpnr/wc04qgvLZ EiuUcvImrPFeTFVn+FVzhjvG3wXo/0ewNw3ACLsN+16qneZP2PpA9zdmw2NbD9FdL+nBnAcULahl0 SGI2wVdQ==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kriUU-0004aY-3u; Tue, 22 Dec 2020 14:18:18 +0000 Date: Tue, 22 Dec 2020 14:18:18 +0000 From: Christoph Hellwig To: Yonghong Song Cc: Florent Revest , Alexei Starovoitov , Andrii Nakryiko , KP Singh , bpf , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Florent Revest , open list Subject: Re: [PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper Message-ID: <20201222141818.GA17056@infradead.org> References: <20201126165748.1748417-1-revest@google.com> <50047415-cafe-abab-a6ba-e85bb6a9b651@fb.com> <194b5a6e6e30574a035a3e3baa98d7fde7f91f1c.camel@chromium.org> <221fb873-80fc-5407-965e-b075c964fa13@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <221fb873-80fc-5407-965e-b075c964fa13@fb.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org FYI, there is a reason why kallsyms_lookup is not exported any more. I don't think adding that back through a backdoor is a good idea.