From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 72BB822097 for ; Sat, 27 Jun 2026 11:53:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782561181; cv=none; b=krkR1Xn0DxI12YVW886mBURvmuo+QdeLEkcNL3xtdxD7WCi5DxiLyyR6CpKQbD9Ye9U834hWRT/5dHnHkrkflndWMeCeZd5CUOBluyhC8va/Ifngi280YuvKq6TU1ezlxOk6fhx/MoPkADtOvSbkz25fBw7d1bkzsNvgTOb2SV4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782561181; c=relaxed/simple; bh=NrvIXBmyQCpArzVTIgx2K7SVdrmTheHKmkp2Bifz8cw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Obenbhq/tVbjepFyaduK6DdcEEvNZFuTx9bXqijkeb4zaIA2AQf1EdIYNq0oa5MfvMJ6+jSlOmxs6jDdgWE8ged28zLwLVjaiBubIjwpCf2BIjwU2BQJceaTXmRz0A3Cfe/L6DZZQr3gb/JwAP7SWGNP96SMQHFGyTQgyoWD2VI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=nVzRBxFY; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=sEJWAL/s; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="nVzRBxFY"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="sEJWAL/s" From: Nam Cao DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1782561178; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NrvIXBmyQCpArzVTIgx2K7SVdrmTheHKmkp2Bifz8cw=; b=nVzRBxFYlxGMNeOMTHdkZfIOTcEuWkDJpjKLXgODVCYVK7tXDWdnZkxIif0FydmQxJmlPn gwzT987spXF59HAvnP5IaL+WR1R2RguXdzsYOAkPa9vQpYZeDtGp49zUdVvKB7GPMZUMrS e4l+V2KrRN0Lhe9o51wwH0Cmr9t3k258MLt9oq/1VVMAUXtZZLHKmO8DRHO7KPET7mzaWI 7ZJJgx46q89M7KmcPTyyYgxBRix3koZP79UQcGPe3AfAFNrIfG9DuyXqk4WOQHoefOsKSV 1MPZMhLR0VUuYvCa7i9OqgMdYoQ9nN8WXdCl/VzHl0t1HC7gZw0dd2j6hNLtog== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1782561178; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NrvIXBmyQCpArzVTIgx2K7SVdrmTheHKmkp2Bifz8cw=; b=sEJWAL/sEDO2NQpQcktKtub2xs7FtS7whUot9N3o5lkvhAEiIakIhZDu+bBWH5iUz4mhBr ywhqVHMqLr02QzDw== To: Charlie Jenkins , Xiaofeng Yuan Cc: pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] riscv: probes: simulate c.jal instruction In-Reply-To: <878q805jvd.fsf@yellow.woof> References: <20260627001939.3847-1-xiaofengmian@163.com> <178253409654.105999.9483335947060007692.b4-review@b4> <878q805jvd.fsf@yellow.woof> Date: Sat, 27 Jun 2026 13:52:54 +0200 Message-ID: <8733y85hex.fsf@yellow.woof> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Nam Cao writes: > Charlie Jenkins writes: >> Can you also add a test case to: >> arch/riscv/kernel/tests/kprobes/test-kprobes-asm.S? > > I already have a patch adding test case. Let me send it. I screwed up and didn't cc you two. But here it is: https://lore.kernel.org/lkml/20260627115051.3235783-1-namcao@linutronix.de/ Nam