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 38AD44A21 for ; Fri, 24 Apr 2026 00:32:53 +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=1776990774; cv=none; b=A8hDitpQW/eAtPstsqYru9JqzH+WahenoSHIhqPfKPC+s7Rg8JC8NE1PNFMJRhjq8cLpImJiY15//tWW9LSkIb1uQU8pKQ8ICeORDmN3Q7Dfsa1faSttNJPFFNo1qyEx9D5s2ELvenOn6w+ns5r2XQaKaOjZcgs1nl8yymoyhi8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776990774; c=relaxed/simple; bh=DJG/pKHyLxElCYAoVVI4MUfA2QkkYYoHGQCULfEX+Ws=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pKK87VEMHnT0C31LaV4YtMweIKMs7fUqjI2YJPNyBnIwUdBW+/f0XKlxUFP9cdW8Ce0zqBQNrmmKO1wH1fnmrmlyIn0LTInRGg1mY6FQ0cwWp479XBV/opCTE5wPbkPMS+L0hMlW/WU6vBiCSsbbljw1bnmlt6436yhCvDWh8CU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fyhhXCID; 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="fyhhXCID" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C52C1C2BCAF; Fri, 24 Apr 2026 00:32:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776990773; bh=DJG/pKHyLxElCYAoVVI4MUfA2QkkYYoHGQCULfEX+Ws=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fyhhXCIDbLMGTRMnvBDeck5N704Nt+x4ifO5bCq2cx8/S9iHpcRjD9S5U0T49YJnp 6c23F//UtqN5u80NSM0yQ2ANQa9l1wrw83s6g6mzSV+4LGTSxg4elIh66hq6v9fXfH W06acqlGbAm1cSjm4CUdTH6XZuLS+zZWG3ynXX7JVHok482bFY6C/huaw8I6wY/hfd E4xo1BJdPGVaFVYIOlsyu+7tp3dKW7rbYcbGM1ikRNSwIVS32t2/GLNSASbhhKa6On HysCyiVbZE0a9DcNMRVbalAC8Y+WLjMe+VxtFQMyiCKRMpHhiWxQQyCK+GIO71ucfQ PSeHkxPqyVzdg== Date: Thu, 23 Apr 2026 17:32:49 -0700 From: Nathan Chancellor To: Paul Walmsley Cc: torvalds@linux-foundation.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] RISC-V updates for v7.1 Message-ID: <20260424003249.GA2985598@ax162> References: 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 Content-Disposition: inline In-Reply-To: Hi Paul, 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/ Cheers, Nathan