mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ruben Wauters <rubenru09@aol.com>
To: Sajal Gupta <sajal2005gupta@gmail.com>
Cc: maarten.lankhorst@linux.intel.com, mripard@kernel.org,
	tzimmermann@suse.de, 	airlied@gmail.com, simona@ffwll.ch,
	dri-devel@lists.freedesktop.org, 	linux-kernel@vger.kernel.org,
	syzkaller-bugs@googlegroups.com,
	 syzbot+efe2810681f1b065d3a8@syzkaller.appspotmail.com
Subject: Re: [PATCH] drm/gud: validate GUD_ROTATION_0 is present in supported rotations
Date: Sun, 23 Aug 2026 17:33:35 +0100	[thread overview]
Message-ID: <1eb28694bc5fd70efe32b00a5519e82086a79b89.camel@aol.com> (raw)
In-Reply-To: <20260821071812.16500-1-sajal2005gupta@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1642 bytes --]

On Fri, 2026-08-21 at 12:46 +0530, Sajal Gupta wrote:
> The rotation argument to drm_plane_create_rotation_property() is set to
> DRM_MODE_ROTATE_0, and the device reported rotation bitmask is used as
> the supported_rotations argument. The driver never validates that
> GUD_ROTATION_0 is present, so a device that omits it from its
> GUD_PROPERTY_ROTATION triggers the
> WARN_ON(rotation & ~supported_rotations) in
> drm_plane_create_rotation_property()
> 
> Fix this by skipping the creation of rotation property if the device
> doesn't have the GUD_ROTATION_0 bit

Hello, Thank you for the patch
> 
> Fixes: 40e1a70b4aed ("drm: Add GUD USB Display driver")
> Reported-by: syzbot+efe2810681f1b065d3a8@syzkaller.appspotmail.com
> Closes: https://syzkaller.appspot.com/bug?extid=efe2810681f1b065d3a8
> Tested-by: syzbot+efe2810681f1b065d3a8@syzkaller.appspotmail.com
> Signed-off-by: Sajal Gupta <sajal2005gupta@gmail.com>
Acked-by: Ruben Wauters <rubenru09@aol.com>
> ---
>  drivers/gpu/drm/gud/gud_drv.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/gpu/drm/gud/gud_drv.c b/drivers/gpu/drm/gud/gud_drv.c
> index 89bd6ca36003..3a1b9e2a2eaa 100644
> --- a/drivers/gpu/drm/gud/gud_drv.c
> +++ b/drivers/gpu/drm/gud/gud_drv.c
> @@ -289,6 +289,8 @@ static int gud_plane_add_properties(struct gud_device *gdrm)
>  			 * but mask out any additions on future devices.
>  			 */
>  			val &= GUD_ROTATION_MASK;
> +			if (!(val & GUD_ROTATION_0))
> +				continue;
>  			ret = drm_plane_create_rotation_property(&gdrm->plane,
>  								 DRM_MODE_ROTATE_0, val);
>  			break;
> --
> 2.55.0

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 870 bytes --]

      reply	other threads:[~2026-08-23 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-21  7:16 Sajal Gupta
2026-08-23 16:33 ` Ruben Wauters [this message]

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=1eb28694bc5fd70efe32b00a5519e82086a79b89.camel@aol.com \
    --to=rubenru09@aol.com \
    --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=sajal2005gupta@gmail.com \
    --cc=simona@ffwll.ch \
    --cc=syzbot+efe2810681f1b065d3a8@syzkaller.appspotmail.com \
    --cc=syzkaller-bugs@googlegroups.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®