From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9C43B12F385; Thu, 28 Mar 2024 15:58:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711641522; cv=none; b=Si79WL+mcP8gaDngwOnQGoSyMEhq+t92qM3gAur8r8d2c/pJvCEgLWgsBlpUttUCO5/VcgMAphjEHL9KGBVIR0Vi4H7t+Y4gXKVe+lH/mltjos8Wq3saKcZ2wlcAN1RSgIzEQ2Sp/t00FM73bydbHUDT7LvSfPU3yBBtAnl3X5w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711641522; c=relaxed/simple; bh=AbM2WN9pbEniGvK98xcSrbQUB/L/CWtvNllKxZcHCUM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=LFYjXF2YxnVFeXMWUN2YaOVEmZGCxCam7BpdTu0NNIsU51rRIdjRuJBOq3gEfjlOWYQ0p0FmJgnmUB0a+8TkCJKyzkhlDfSrXeBm/JCGQmGThrmNxqx0bGEWZ3LdVPCZvbyqHW70825nXJt15lLuQxU37+PLLkzJu0GVnpmz888= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qUYZHxma; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qUYZHxma" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 07153C433C7; Thu, 28 Mar 2024 15:58:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711641522; bh=AbM2WN9pbEniGvK98xcSrbQUB/L/CWtvNllKxZcHCUM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=qUYZHxmaJflCD1nUBHvOy8dWgPX0GtAwKD/v/ZEhSiq62TqwAbVcG9M80sJvWdbDA rv+4pKWJbvQmjW0eukMyREiQ9WJiIkpsQWmtMFkiulZk4+mz+LAZ3IEwlrFkl4va3O +LMZpMJ45EPjKBupMMDuhhRnXIxy0TxUx1n0Nxkms+iVF5/qKKsx6sfsTVHYfpISzy KgZcU8+GyLApOYZymIl+hflEsZ0S12W2xwShXxjQHRM0sBv1p4wIeg7jBVNoELtIal Ces79067msGpMR6LtIeuovr5kI8TuROdEb+BYMLvHaABympji1R0jJpnzXB8tegk8N QXVb8IsCRNMyw== Message-ID: <9be0ea6e-b0f4-407e-b20f-e12188b32ac3@kernel.org> Date: Thu, 28 Mar 2024 16:58:38 +0100 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] Documentation: dev-tools: Add link to RV docs To: Brendan Jackman , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: corbet@lwn.net, rostedt@goodmis.org References: <20240328124947.2107524-1-jackmanb@google.com> Content-Language: en-US, pt-BR, it-IT From: Daniel Bristot de Oliveira In-Reply-To: <20240328124947.2107524-1-jackmanb@google.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 3/28/24 13:49, Brendan Jackman wrote: > I could not remember the name of this system and it's pretty hard to > find without the right keywords. I had to ask an LLM! > > Drop a breadcrumb to help people find it in the future. > > Signed-off-by: Brendan Jackman Acked-by: Daniel Bristot de Oliveira Thanks! -- Daniel