From: "Christian König" <deathsimple@vodafone.de>
To: Leo Liu <leo.liu@amd.com>, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/radeon: check buffer relocation offset
Date: Mon, 28 Apr 2014 16:17:39 +0200 [thread overview]
Message-ID: <535E6303.2000608@vodafone.de> (raw)
In-Reply-To: <1398692422-14849-1-git-send-email-leo.liu@amd.com>
Am 28.04.2014 15:40, schrieb Leo Liu:
> Signed-off-by: Leo Liu <leo.liu@amd.com>
> Cc:stable@vger.kernel.org
There should be a space between the "CC:" and "stable@vger.kernel.org"
> ---
> drivers/gpu/drm/radeon/radeon_uvd.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_uvd.c b/drivers/gpu/drm/radeon/radeon_uvd.c
> index 5748bda..0f96c47 100644
> --- a/drivers/gpu/drm/radeon/radeon_uvd.c
> +++ b/drivers/gpu/drm/radeon/radeon_uvd.c
> @@ -465,6 +465,10 @@ static int radeon_uvd_cs_reloc(struct radeon_cs_parser *p,
> cmd = radeon_get_ib_value(p, p->idx) >> 1;
>
> if (cmd < 0x4) {
> + if (end <= start) {
> + DRM_ERROR("invalid reloc offset %X!\n", offset);
> + return -EINVAL;
> + }
No idea where that came from (mail client or your editor), but
checkpatch.pl complained that those new lines ended with DOS line endings.
Anyway I've fixed those minor problems and applied it to my 3.15 queue.
Thanks,
Christian.
> if ((end - start) < buf_sizes[cmd]) {
> DRM_ERROR("buffer (%d) to small (%d / %d)!\n", cmd,
> (unsigned)(end - start), buf_sizes[cmd]);
prev parent reply other threads:[~2014-04-28 14:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-28 13:40 [PATCH] drm/radeon: check buffer relocation offset Leo Liu
2014-04-28 14:17 ` Christian König [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=535E6303.2000608@vodafone.de \
--to=deathsimple@vodafone.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=leo.liu@amd.com \
/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.