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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 114E6C54E58 for ; Sun, 24 Mar 2024 02:09:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:To:From:Subject: Cc:Message-Id:Date:Mime-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=G0mZot7fbXBQhtpcFpJ+J9AlJNHfpUQ/KWPagNeDe4Q=; b=hr89w2EPzoI6J3 7qcOEetxbuQajrSGnKRDxxFlAHXF2LmhqzBlRBkT1Z5QmcV4gOa65axAjAwNLcmEJtR5+6u93OQ9Y r1wzD6TW+W9AFECwsg81OwSxhOTTFcQ7DTRE8x/pqPQFSEBJXlGTiJd6Pwqp9mcOd4CGpWcFU+H8k oGYkmprvvLLRPAbaM9/dj4Qqvdzd2KyInsot+kAhcVgl5WVnveAye4nGhjuC0i5BjMWmAsQeuu1ja Zn6343ahpx3d0vVZOmab5nXX/9oUaWflSJDoffCfWs8wiah8Ul+iQ2GypCVSugRlt+/xQ6GjqrRW8 7JUp2GOxxzJPZmIF6tUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1roDIy-0000000BcjK-0LcY; Sun, 24 Mar 2024 02:09:48 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1roDIs-0000000BciH-34TL for linux-riscv@lists.infradead.org; Sun, 24 Mar 2024 02:09:44 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 25BE560B94; Sun, 24 Mar 2024 02:09:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60F56C433C7; Sun, 24 Mar 2024 02:09:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711246180; bh=xLFaz7y9iLJbenBgB0XSOQ7OAJTa+9SPB03yg2l70K4=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=l4USRb7l32g9v7Lkc9P2AyB3UUtf7sayKNOxlLtFvzeUmTi5an51pxlE+M+tezxqh feKB8/Zh+/TPPQm2gIrcJ8f3WkUIPXcSovyIb4gf1sjH7oguPpsQMVXYwFVUB8N7AN uwphr1NNMu8kB2MwBIsoDwBTeU6h2/guGX4/0Jma5Clu6HKmyPbOBgxPNzv1Pr9q7p 7OuwWyrlmLgIpaOZbtl7vDidi5HTyUGJKT6hiw4RKuZ3gzUwcQJPAYZDMgqYZFM15x b34WTOWTyYUkMRZHjnJ936PU4sAmgTG6SpNQBx+m6jNYPdm8EykPflDBsk0jt60+te lUAY0G6IeDA1g== Mime-Version: 1.0 Date: Sun, 24 Mar 2024 04:09:36 +0200 Message-Id: Cc: "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , , "Naveen N . Rao" , "Anil S Keshavamurthy" , "David S . Miller" , "Masami Hiramatsu" , Subject: Re: [PATCH v2] arch/riscv: Enable kprobes when CONFIG_MODULES=n From: "Jarkko Sakkinen" To: "Randy Dunlap" , X-Mailer: aerc 0.17.0 References: <20240323232908.13261-1-jarkko@kernel.org> <40c96057-4bd8-4743-bea1-5d848f0e0c84@infradead.org> In-Reply-To: <40c96057-4bd8-4743-bea1-5d848f0e0c84@infradead.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240323_190942_967540_1993C2D8 X-CRM114-Status: UNSURE ( 5.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Sun Mar 24, 2024 at 2:37 AM EET, Randy Dunlap wrote: > > > On 3/23/24 16:29, Jarkko Sakkinen wrote: > > +config HAVE_KPROBES_ALLOC > > + bool > > + help > > + Architectures that select this option are capable of allocating memory > > + for kprobes withou the kernel module allocator. > > without Thanks, will fix. BR, Jarkko _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv