[PATCH 2/2] nvme: prevent potential spectre v1 gadget
Dan Carpenter
dan.carpenter at linaro.org
Wed Nov 29 01:27:47 PST 2023
On Tue, Nov 28, 2023 at 05:59:57PM +0530, Nitesh Shetty wrote:
> This patch fixes the smatch warning, "nvmet_ns_ana_grpid_store() warn:
> potential spectre issue 'nvmet_ana_group_enabled' [w] (local cap)"
> Prevent the contents of kernel memory from being leaked to user space
> via speculative execution by using array_index_nospec.
>
> Signed-off-by: Nitesh Shetty <nj.shetty at samsung.com>
> ---
When it comes to adding array_index_nospec(), then I don't know enough
about it to comment.
regards,
dan carpenter
More information about the Linux-nvme
mailing list