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 E859B35B155 for ; Wed, 19 Nov 2025 12:30:51 +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=1763555452; cv=none; b=hwYZKs+3oNPEmkYxe28mneXMeBtWJavQOuHlENnV3RI33VYjSqtAYcntpeOqVjU0AFkFhiOQQNxLhm3qcF02h5YFlaIYyRBXOuj5vdsmpVEgMKp44vjYMd+AE2cNJkuD2gQM8oJdPe3ZPcoc7d0FycPjPzR9tWhOaq00/tv2pT4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763555452; c=relaxed/simple; bh=pV3aaX6iNgAKqE1MoQjwMUxNZdYr7ERloJjy7fJLIoc=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=H7GM56Ln3qZ2x5bg9DiFpd+EDxJBLwvG5MTd3pw6IMsd3GgH4jK6t2SzZhWIwTdoRsIetGgfVruWE7WDv5PgF2eSEZ5MYak5mKGHsieUGkuxdB8pIM/hsQF4obFn4HE8wwz38/rWpsiaUM0MwUvYbEKvnW5IwF3iGKA4Wj8KY90= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EYTp4Djs; 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="EYTp4Djs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27AF3C113D0; Wed, 19 Nov 2025 12:30:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763555451; bh=pV3aaX6iNgAKqE1MoQjwMUxNZdYr7ERloJjy7fJLIoc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=EYTp4Djsi3eJAeKx4OU0ujsubTC7IPc+wS1JQBfec8wVdJbgQuDbZ0s+FJnrRYGtT RaU4eQp9m8ASKUXlicBD/1rm57u5bqxp5EgVJzUiteF1JoeM5emJGl32zu3k76hGSP wQluXUo36hjPr9HblRxx5VabgNxwn9JkB2flfom/VYiwclZ7/us67UPR7XVqLjymLR HqiN4XIVlT3IApFym4lnXEIN+BMGOwvHbzkWOH186ZdAZSG9W9YUJ3kVhJMMRZoL75 Xp5do217DrNLoPdtWImqWKN6e/zAzdT6EflYzSJbwufR8sWIYzSUw1hNd64ElzdK9u CUPVKBnw9Mkng== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id AE197380AA41; Wed, 19 Nov 2025 12:30:17 +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 v5 0/2] riscv: hwprobe: Add Zicbop support From: patchwork-bot+linux-riscv@kernel.org Message-Id: <176355541625.758643.4500342763865705965.git-patchwork-notify@kernel.org> Date: Wed, 19 Nov 2025 12:30:16 +0000 References: <20251118162436.15485-1-zihong.plct@isrc.iscas.ac.cn> In-Reply-To: <20251118162436.15485-1-zihong.plct@isrc.iscas.ac.cn> To: Yao Zihong Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, ajones@ventanamicro.com, alexghiti@rivosinc.com, shuah@kernel.org, samuel.holland@sifive.com, evan@rivosinc.com, cleger@rivosinc.com, zihongyao@outlook.com, zhangyin2018@iscas.ac.cn, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr Hello: This series was applied to riscv/linux.git (for-next) by Paul Walmsley : On Wed, 19 Nov 2025 00:23:23 +0800 you wrote: > Changes since v4: > ------------------ > - Fixed style problems. (Andrew Jones) > - Updated the selftest gating logic: the cbo.inval test is now also > enabled when `--zicboz-raises-sigill` or `-z` is supplied, instead of > being skipped when these flags are present. (Andrew Jones) > > [...] Here is the summary with links: - [v5,1/2] riscv: hwprobe: Expose Zicbop extension and its block size https://git.kernel.org/riscv/c/22813b82af1e - [v5,2/2] selftests/riscv: Add Zicbop prefetch test https://git.kernel.org/riscv/c/b291b9de3182 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html