From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Thomas Zimmermann <tzimmermann@suse.de>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
stable <stable@kernel.org>
Subject: Re: [PATCH] drm/ioc32: stop speculation on the drm_compat_ioctl path
Date: Thu, 2 Apr 2026 08:32:24 +0200 [thread overview]
Message-ID: <2026040200-cuddly-macaw-8474@gregkh> (raw)
In-Reply-To: <3f43bc40-58a9-43b2-b21d-7487fb180b57@suse.de>
On Thu, Apr 02, 2026 at 08:20:27AM +0200, Thomas Zimmermann wrote:
>
>
> Am 24.03.26 um 17:42 schrieb Greg Kroah-Hartman:
> > The drm compat ioctl path takes a user controlled pointer, and then
> > dereferences it into a table of function pointers, the signature method
> > of spectre problems. Fix this up by calling array_index_nospec() on the
> > index to the function pointer list.
> >
> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Cc: Maxime Ripard <mripard@kernel.org>
> > Cc: Thomas Zimmermann <tzimmermann@suse.de>
> > Cc: David Airlie <airlied@gmail.com>
> > Cc: Simona Vetter <simona@ffwll.ch>
> > Cc: stable <stable@kernel.org>
> > Assisted-by: gkh_clanker_2000
> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
> Also acked by Sima and Maxime via IRC
>
> https://people.freedesktop.org/~cbrill/dri-log/?channel=dri-devel&highlight_names=&date=2026-04-01&show_html=true
>
> Acked-by: Maxime Ripard <mripard@kernel.org>
> Reviewed-by: Simona Vetter <simona@ffwll.ch>
Great, thanks, I'm assuming some drm developer can pick this up then?
greg k-h
next prev parent reply other threads:[~2026-04-02 6:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-24 16:42 [PATCH] drm/ioc32: stop speculation on the drm_compat_ioctl path Greg Kroah-Hartman
2026-03-25 14:20 ` Thomas Zimmermann
2026-04-02 6:20 ` Thomas Zimmermann
2026-04-02 6:32 ` Greg Kroah-Hartman [this message]
2026-04-02 6:57 ` Thomas Zimmermann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2026040200-cuddly-macaw-8474@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=simona@ffwll.ch \
--cc=stable@kernel.org \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.