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 A3C6E28373 for ; Fri, 10 Jul 2026 18:39:53 +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=1783708794; cv=none; b=ZLCPCnt8LKxTdvtcxX5cZow+zYXaoKJBpD9h4Cd3ZA1HwQTK+qsZKrc+lv0IGkMwyBcjtiMVOsJsO2RfUFO+gcGutYliHMqzwjLAG1OldNkPjDS9DGT8V37zUQ2xyn3ZiU1Vjwx/Z4J7viNOoyHc3v0D6V7dogY3A95bq0YWBAE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783708794; c=relaxed/simple; bh=b8f3tSgtMGLYnYsz510YCunzhuPCUmqCjVKw2TMRYaE=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=MY2MuPocESVaVhDZvKKv1d1zEomO0ujC0hH6GEDRtU6VZjXpPwHkoRXa2iu6paWmO5iOaidqSN610ja8/ekcFh+3fI3ehZOu884k77tLyM/JMWnhzQEVtCuZ8BtoQKF7UJU3MQPi9IK0FIAKFgRiuVWr8aj/3MkE9/9tM5q7LTM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iWK6Ta8q; 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="iWK6Ta8q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE3161F000E9; Fri, 10 Jul 2026 18:39:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783708793; bh=i+UCOIKUOki66Cgh6NwbRxl6rCAzB/afRBsg3PmeFhk=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=iWK6Ta8qJXgLpb4gP/Ljnl5yQdlDKv4s5VcOrZURoLygaVTCAn/l+CNt9SD2tXkTl pkUSH5bRKfHCM+pIC4ZWDYqx/DlCYTXxeRpZgfBi+uq3588++GkbdOYYXL0xm8dN6M 5KieZC60gh6DUBk+ZdQUMafcW7+qBYIC8szSa1EmZheuHcvEAxEB/iiWRsBNi548Vv P70VcMSrOhJU/bHDemjvL7sbzLQHN3LuUD5KA/5VX7bB+wkxXKPtaxWRg+HCORO1cK ihEjigFiWnbxiNB3jpLiSUpatMvKJZagTGUBiRHsFRJPPeJSAJFSemYY13lgPGQwtm Q9mxfzkHaMQxw== Date: Fri, 10 Jul 2026 12:39:52 -0600 (MDT) From: Paul Walmsley To: Charlie Jenkins , Nam Cao cc: Xiaofeng Yuan , Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 1/2] riscv: probes: simulate c.jal instruction In-Reply-To: <178358158037.977550.10342416507496007508.b4-review@b4> Message-ID: References: <20260701081033.49871-1-xiaofengmian@163.com> <20260701081033.49871-2-xiaofengmian@163.com> <178358158037.977550.10342416507496007508.b4-review@b4> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Hi Nam, Charlie, On Thu, 9 Jul 2026, Charlie Jenkins wrote: > Reviewed-by: Charlie Jenkins > Tested-by: Charlie Jenkins Thank you both for posting Reviewed-by:s and Tested-by:s for these patches. One request: at the end of your Tested-by:s, it's very helpful for myself and others if we know what platform they were tested on, and whether the testing was simply boot testing, or whether the tests were direct functional tests of the code being patched. So for example, something along the lines of the following would be really great: Tested-by: J. Kernel Developer # QEMU; kprobes or Tested-by: J. Kernel Developer # Litex VexRISCV; boot Thanks again for reviewing and testing! - Paul