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 9EC3440DFA7 for ; Fri, 24 Apr 2026 13:26:55 +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=1777037215; cv=none; b=ZEDuN4u3unGC41A98jiXIfEJ/LqecRJCcCRlPbAB54WTHvVRO/G1N8H2XYptAZ1IndI7YxyoF5tUoj/4eo8zzNtIIsIk/SsdszzTwNjb+c5tehdz3P8GhxPHZB6pxGpIZ4/Vxo/R9RL7Vv0W9tdf7Z2ZvoUShKAeH/+xciTE/GA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777037215; c=relaxed/simple; bh=45bUrahzjDCQhKEw/kDJCTogfHZR6NpH+qg17RLU+Lo=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=qLfpZuwz00Q5kr4mjD6WCbam6U0+4Q6mNw7thRur2RR3u79/izSJVIUChyV3BPqzt+DOrKxhC8L7UfZVk9ra/5XrgvjRD3Yc5E1Tlv7Y/GIYJ9HiR8V2BfFmtRebIT4bhv/VFOXp7qgwWPEkjLJ8EMDL6B5DoEmvkB6XTp/4E7U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QLWH6RWC; 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="QLWH6RWC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA938C19425; Fri, 24 Apr 2026 13:26:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777037215; bh=45bUrahzjDCQhKEw/kDJCTogfHZR6NpH+qg17RLU+Lo=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=QLWH6RWCRnGqUS+ndojr6729J6apNVlHAw601IFK9CUlb+tGlYawQgUaO7LGorTCl CnaWJety6drc/OJh6rOR90Qg9TMdgruJeUNah98jHPMBp4WHNlp4jVZZVEMh+58asu dnFuGbr+7Jnjh2dAVMXRLPmRaIAMdrjnZ1V3jnslwtv2RG0PyY3JByOz8MfBkAKHXI urQ/pxvQFGkBOBUT6A6jwx4TUldQsqSzekqgNi6o2hvEhoc1kk1whtPoCJc5O6iMyx VZcl1U2lQW8jbHjIxiL3Oih5+GhEGLOpo1Xz3GkQcbE3izw/vZzVVDPTw5pV89WyQn X8R+09twrbBig== Date: Fri, 24 Apr 2026 07:26:51 -0600 (MDT) From: Paul Walmsley To: Nathan Chancellor cc: Paul Walmsley , torvalds@linux-foundation.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] RISC-V updates for v7.1 In-Reply-To: <20260424003249.GA2985598@ax162> Message-ID: <833360eb-6e67-053f-bb26-451e00075dbe@kernel.org> References: <20260424003249.GA2985598@ax162> 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 Nathan, On Thu, 23 Apr 2026, Nathan Chancellor wrote: > On Thu, Apr 23, 2026 at 06:07:29PM -0600, Paul Walmsley wrote: > > Nam Cao (6): > > riscv: Clean up & optimize unaligned scalar access probe > > riscv: Split out measure_cycles() for reuse > > riscv: Reuse measure_cycles() in check_vector_unaligned_access() > > riscv: Split out compare_unaligned_access() > > riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access() > > riscv: Remove support for XIP kernel > > Please note that this series is broken with CONFIG_CFI. Please see the > fix I sent and consider applying it sooner rather than later: > > https://lore.kernel.org/20260406-measure_cycles-cfi-failure-v1-1-03e0234ae02f@kernel.org/ Thanks very much for the reminder; queued for v7.1-rc. - Paul