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 3E6ECC05027 for ; Thu, 2 Feb 2023 17:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232149AbjBBRaY (ORCPT ); Thu, 2 Feb 2023 12:30:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232277AbjBBRaU (ORCPT ); Thu, 2 Feb 2023 12:30:20 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 226056A325; Thu, 2 Feb 2023 09:30:20 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CB495B82753; Thu, 2 Feb 2023 17:30:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 69B81C4339B; Thu, 2 Feb 2023 17:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675359017; bh=4PONHIEudcXNZESaUql5vum3JtEcjpY8pniiHFOE15w=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HQveGkALcid7UBYNr7QwtKoolhvCGaYfmB3m3zEH1HtC4+U+Ulm2wjrgX2hgqZmcv uGOFMDhl3/1Lr5mnNvMZbvA0impyok2Ga+PtW6vH4+bmJON5pEp2JKahJXJ/obZ7oM d5R85b6K8n5OTmrT31WWHiVWSjZ8txpxduKr9IfzmYF4mJX7ncczG1jYMv9YukOzf7 jEBw+mT1ZSPWWS6J7zdgE6ZpXRv+wp3FDdAnayDbUJINVVLY9D7+nMa12sC+7g89BC BklVVXsXB94VRWLzrx/Ku1TZ99HNCjjBOZ1XvQ5+GFxto+gFEtneUco3fcxf5nnavA Ydg1Oa3FRpNng== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 4D25FE270CC; Thu, 2 Feb 2023 17:30:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH V2] riscv: kprobe: Fixup kernel panic when probing an illegal position From: patchwork-bot+linux-riscv@kernel.org Message-Id: <167535901731.19827.1576402289548615657.git-patchwork-notify@kernel.org> Date: Thu, 02 Feb 2023 17:30:17 +0000 References: <20230201040604.3390509-1-guoren@kernel.org> In-Reply-To: <20230201040604.3390509-1-guoren@kernel.org> To: Guo Ren Cc: linux-riscv@lists.infradead.org, palmer@rivosinc.com, conor.dooley@microchip.com, liaochang1@huawei.com, bjorn@kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, guoren@linux.alibaba.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Tue, 31 Jan 2023 23:06:04 -0500 you wrote: > From: Guo Ren > > The kernel would panic when probed for an illegal position. eg: > > (CONFIG_RISCV_ISA_C=n) > > echo 'p:hello kernel_clone+0x16 a0=%a0' >> kprobe_events > echo 1 > events/kprobes/hello/enable > cat trace > > [...] Here is the summary with links: - [V2] riscv: kprobe: Fixup kernel panic when probing an illegal position https://git.kernel.org/riscv/c/87f48c7ccc73 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html