From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5773E37B012 for ; Fri, 10 Jul 2026 18:40:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783708836; cv=none; b=loBMuxh/qEKWzWiYozdywjwHtFrzFE7k8GMidR/KnRD1bfQbk9Mhq7Z2MufqTnxSNtmxqHMDcAGdf+cmsCM99ykULGbKiOWJiNnGIp+J/1cB5D3PeKgmiYXFZctLtSFaVn0eiSKfpl5qfV/p5hKwZ5zZRp0RNXAMe83w3/jPQXU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783708836; c=relaxed/simple; bh=D1H0ZpPBzSUCblRolEYcoeuAWedpLynHHgd0N/E8WJU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=u6mJu/Mn424Bm+lskjjedYU58hDeO+X4Hks3OVrRs4nsDTlS7pPTU8GQaV4SrqaeZdGOX7PWWg2CoESGq16w/iB+sxzY1xFNFGsc7YfZcd3m25qMSoh7xPwChn48iq3ZCBHojlbTPAy3MoaU0IXdl45QxSOjssdwIvUeagufr48= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nOa0AKg4; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nOa0AKg4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E848E1F000E9; Fri, 10 Jul 2026 18:40:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783708834; bh=dw/tpG8KDs1wNnbeqE/R/jGl9e8uJWm1LVLJMXr3y9c=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=nOa0AKg4/w5beHKoFmvXenDtet1OArIJl21x8N9paGY+Cn6vZqnIkt0tc8X7TGrfC Pp1gpOjlAhLP+PPcZkJMPxperycH8oE8NILFT1SAt9dURXK4H5BAPKPB+P2UCELOWl AUIdanmHcX47w1mzADkTmGul1PsiRk/FUXgY3AnuZRtAmXxvq1z/ops9wjjJGco9vQ gnlXZLQ/NBV98/KL4QUGODs2Yu4ZDoXr6osRXVx4oOHNRtS2PXYJli0nzSOURqcyZv qVSi8koe90GU2G4t38whR8eX9txyUqK7gbAEWhnfcNP/dk91OZVoMJy2rBVZi8dqlI xFziuGhkXhzHw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0BA23924FBF; Fri, 10 Jul 2026 18:40:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] riscv: kprobes: Add test case for c.jal instruction simulation From: patchwork-bot+linux-riscv@kernel.org Message-Id: <178370881238.810467.12745723809097187662.git-patchwork-notify@kernel.org> Date: Fri, 10 Jul 2026 18:40:12 +0000 References: <20260627115051.3235783-1-namcao@linutronix.de> In-Reply-To: <20260627115051.3235783-1-namcao@linutronix.de> To: Nam Cao Cc: linux-riscv@lists.infradead.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Paul Walmsley : On Sat, 27 Jun 2026 13:50:51 +0200 you wrote: > Add test validating that kprobes correctly simulate the c.jal > instruction. > > Signed-off-by: Nam Cao > --- > the test fails without c.jal simulation patch: > https://lore.kernel.org/linux-riscv/20260627001939.3847-1-xiaofengmian@163.com/ > > [...] Here is the summary with links: - riscv: kprobes: Add test case for c.jal instruction simulation https://git.kernel.org/riscv/c/0161aa173c38 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html