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 68E682DF3DA for ; Fri, 19 Dec 2025 08:13:16 +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=1766131996; cv=none; b=uCwADjcmpFmnQ3BCv6GRiHfY2JsWENeYXI60zogYsWdZZqFsT1Sm9rrJ73JRVgcu0SgbbsNj7BJsOF6giO27Rrw1EoNiS3pO310Ft0vzWKvQn9CJusKuXVu1QdEq69Fh5QtELEXHFnpFoP7fb5xc1XHBbPIn0zq7xiAOvK7uzxM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766131996; c=relaxed/simple; bh=U5TfeA3yjn9BSqQ7F9UYR0lZfnuNH+kOmFuHNqkEFro=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=kQ26oe5XsBUJx9vg7Z42KmjGRBaxxwvgnqaH7cE+BwHMn8iii9Ydf3mgUN1AquTRjTL1+x43MU4KEEalGbZLlnOZ743+ZJaO6NkRR5fme94kxO3jV2noJtPdHD0BVsTX54hygffihKawnP6ax6QGjighiCaw1HyPNl5vZ5u3dxo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pHM1EhSi; 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="pHM1EhSi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7977CC4CEF1; Fri, 19 Dec 2025 08:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766131995; bh=U5TfeA3yjn9BSqQ7F9UYR0lZfnuNH+kOmFuHNqkEFro=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pHM1EhSiqpgkXLqI+/HzdlYx+SdqNhjl/UIVIGqAtn+BZjbR1j0+VNbIeSarHixTq B8YSVgg6qHYJD/s5cl4h0oYZrR41yH2q0iH9vGNfDPJ+ASSPsPwGwIgyqOMQDiDpMg 8M2dRBrYe9vZGkxAkd4fFxal+eVrDgZuyAo4SGAudots/Z3E+hw5AHs3wM/vDvKQ00 cnwqOA311m4x5Eqmc2wHuzAbXbIzn+wb/NhZhNzs5ijkmOVjZO6oJRvvhLzB7SVgVA ihkqgriYAenFFIY6vutcq+P7pGHRypY1smRLNhWONwBWyKmFmd0ggNu/awwqnu9NrK f8W4lZaW22iUw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B5B0E380AA50; Fri, 19 Dec 2025 08:10:05 +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] irqchip/sifive-plic: fix call to __plic_toggle in M-Mode code path From: patchwork-bot+linux-riscv@kernel.org Message-Id: <176613180427.3684357.14207836014506509623.git-patchwork-notify@kernel.org> Date: Fri, 19 Dec 2025 08:10:04 +0000 References: <20251103161813.2437427-1-cmirabil@redhat.com> In-Reply-To: <20251103161813.2437427-1-cmirabil@redhat.com> To: Charles Mirabile Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, lzampier@redhat.com, samuel.holland@sifive.com, pjw@kernel.org, tglx@linutronix.de, lkp@intel.com Hello: This patch was applied to riscv/linux.git (fixes) by Thomas Gleixner : On Mon, 3 Nov 2025 11:18:13 -0500 you wrote: > The code path for M-Mode linux that disables interrupts for other contexts > was missed when refactoring __plic_toggle. > > Since the new version caches updates to the state for the primary context, > its use in this codepath is no longer desireable even if it could be made > correct. > > [...] Here is the summary with links: - irqchip/sifive-plic: fix call to __plic_toggle in M-Mode code path https://git.kernel.org/riscv/c/a045359e7245 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html