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 D9AD41DF736 for ; Sat, 22 Nov 2025 01:10:29 +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=1763773829; cv=none; b=JeSfNIjRytbf16czuFByNhsqy5i06W2YjqNhGwqXi5SBmygqi74U9KK3lTY8lwEV4W8WXoka6Sas/8qGFGpAFhb6oWOCryfrpc6khw/MagEOOL/5oPhJ1svcCnd7Ke5aD7jfYMMIA5WZCjnI5f+BPtFrr2kLy0z10YqxZb4LIsw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763773829; c=relaxed/simple; bh=V5/3lcf0wE54FxK6rCPxY1hvL1brr+ChL3XS4dJOp4g=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=gOMmOiKd7VaI4HBqSw0jPqk40UGgaxr95F5JOAlUq2fpGqRlIdAol9CWmL+51xUvavOUT+HmuHYzbR7jkO/kB2OdK1Wcx3ZFhmrmG3lp4O29+k1nShV+UxS9xWdv69OC7Xy09tpuAXbvmiJFBoHMSlEONBmPuzwUY2KSyTYbb9Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GUmypLaJ; 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="GUmypLaJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CACA4C4CEF1; Sat, 22 Nov 2025 01:10:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763773829; bh=V5/3lcf0wE54FxK6rCPxY1hvL1brr+ChL3XS4dJOp4g=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=GUmypLaJnPk6p2ddsECWAmjKvrfITMjOeqoNkNHBcpeWmHbK7cJnM30ztlr0EYWm+ RhBQgyyfWkcYWt238rGr0nCRklVvLvdWzT88KEgqPkuHeQ2tk295TUHtT/mX/oheCq CxAZUpED9Q2bKhPgrkNz9g2r8cA7I4Q3BIFTLa8Z1ENBNIktcbRbAviP5NuCx6a72m eDp8lvM457D7FC6HFSe1lrZfNPNOkttuXA2uwahFCsCjF27J8+IlH8F6uyvhf9aPFA z5hNI59XwRa7l35hLBz7eNa2Lx7yhrjXfxPuTuRF03IdEj0eWnq+LdU3LJj07V3+64 p8Gh1to8iY2qA== Date: Fri, 21 Nov 2025 18:10:23 -0700 (MST) From: Paul Walmsley To: Jiakai Xu cc: Paul Walmsley , Nathan Chancellor , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Palmer Dabbelt , Albert Ou , Alexandre Ghiti , namcao@linutronix.de Subject: Re: Re: Re: [PATCH] riscv: fix KUnit test_kprobes crash when building with Clang In-Reply-To: <5b293e31.1dde8.19a9a0f91bb.Coremail.xujiakai2025@iscas.ac.cn> Message-ID: References: <738dd4e2.ff73.19a7cd7b4d5.Coremail.xujiakai2025@iscas.ac.cn> <621798fc-68bc-504c-755f-0a2f1f83d1c2@kernel.org> <108ac2f0.17c6b.19a8fc4d1ca.Coremail.xujiakai2025@iscas.ac.cn> <5b293e31.1dde8.19a9a0f91bb.Coremail.xujiakai2025@iscas.ac.cn> 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 On Wed, 19 Nov 2025, Jiakai Xu wrote: > > Looks like you're using a mail client that sends HTML in what should be a > > plain-text E-mail; please fix that. > > I apologize for that oversight. > I will make sure to use plain-text emails going forward. Looks like there's still a problem (the ">"s above). > > Not all of it, but some edited summary is appropriate. I've queued the > > following revision for v6.18-rc fixes, under the theory that it would be > > good to get the test working for Clang users while the LLVM folks > > investigate. Please let us know ASAP if you think anything in it should > > be changed. I plan to send a PR out later this week. > > Thank you for your review of the patch and for the time and effort > you spent on it. I fully agree with the modifications you made to the patch > description. Looks like some of the LLVM folks have responded to https://github.com/llvm/llvm-project/issues/168308 with some suggestions. Could you implement those and test it and update the patch? If that can be done by early next week, then we should hopefully be able to get it in before v6.18 is tagged. thanks, - Paul