From: Joonyoung Shim <jy0922.shim@samsung.com>
To: Dave Airlie <airlied@gmail.com>
Cc: Inki Dae <inki.dae@samsung.com>,
kyungmin.park@samsung.com, sw0312.kim@samsung.com,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v2 09/14] drm/exynos: add G2D driver
Date: Tue, 20 Mar 2012 10:09:28 +0900 [thread overview]
Message-ID: <4F67D8C8.4090101@samsung.com> (raw)
In-Reply-To: <CAPM=9txxK0Sv33nubTVSZnAmWgN-A+WRxKHqcv4pK0XsOm26mA@mail.gmail.com>
On 03/19/2012 09:25 PM, Dave Airlie wrote:
> On Fri, Mar 16, 2012 at 9:47 AM, Inki Dae<inki.dae@samsung.com> wrote:
>> From: Joonyoung Shim<jy0922.shim@samsung.com>
>>
>> The G2D is a 2D graphic accelerator that supports Bit Block Transfer.
>> This G2D driver is exynos drm specific and supports only G2D(version
>> 4.1) of later Exynos series from Exynos4X12 because supporting DMA.
> So just to make sure I understand, userspace generates two command
> streams, one containing registers that don't need base addresses
> and one containing registers that do contain it.
>
> Now tell me how this address security wise, since non-root users have
> the ability to use this interface.
>
> can userspace put registers that require a base address into the first
> command stream and specify any phy addr in the system?
Right, it's possible scenario. I will add codes to check it.
> If not, please
> explain in comments where this is blocked. Where is the list of
> registers the first command stream and second command stream can
> access specified?
>
> I'm not really happy about this appearing so late on the radar for
> 3.4, you really want new major userspace security features to turn up
> a lot earlier for review.
I post the patch to get the review like this and i think time posting
patch can be open always. If the patch has serious problem, certainly
don't apply it. I don't want it too, but i will try to solve it and
resend updated patch.
Thanks.
next prev parent reply other threads:[~2012-03-20 1:09 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 9:47 [PATCH v2 00/14] updated exynos-drm-next Inki Dae
2012-03-16 9:47 ` [PATCH v2 01/14] drm/exynos: add HDMI version 1.4 support Inki Dae
2012-03-16 9:47 ` [PATCH v2 02/14] drm/exynos: added mode_fixup feature and code clean Inki Dae
2012-03-16 9:47 ` [PATCH v2 03/14] drm/exynos: update gem and buffer framework Inki Dae
2012-03-16 9:47 ` [PATCH v2 04/14] drm/exynos: added new funtion to get/put dma address Inki Dae
2012-03-16 9:47 ` [PATCH v2 05/14] drm/exynos: release pending pageflip events when closed Inki Dae
2012-03-16 9:47 ` [PATCH v2 06/14] drm/exynos: remove module of exynos drm subdrv Inki Dae
2012-03-16 9:47 ` [PATCH v2 07/14] drm/exynos: add subdrv open/close functions Inki Dae
2012-03-16 9:47 ` [PATCH v2 08/14] drm/exynos: add is_local member in exynos_drm_subdrv struct Inki Dae
2012-03-16 9:47 ` [PATCH v2 09/14] drm/exynos: add G2D driver Inki Dae
2012-03-19 12:25 ` Dave Airlie
2012-03-20 1:09 ` Joonyoung Shim [this message]
2012-03-16 9:47 ` [PATCH v2 10/14] drm/exynos: added virtual display driver Inki Dae
2012-03-16 9:47 ` [PATCH v2 11/14] drm/exynos: remove exynos_mixer.h Inki Dae
2012-03-16 9:47 ` [PATCH v2 12/14] drm/exynos: cleanup exynos_hdmi.h Inki Dae
2012-03-16 9:47 ` [PATCH v2 13/14] drm/exynos: add default pixel format for plane Inki Dae
2012-03-16 9:47 ` [PATCH v2 14/14] drm/exynos: enable hdmi audio feature Inki Dae
2012-03-20 9:49 ` [PATCH v2 00/14] updated exynos-drm-next Dave Airlie
2012-03-21 1:47 ` Inki Dae
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=4F67D8C8.4090101@samsung.com \
--to=jy0922.shim@samsung.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=sw0312.kim@samsung.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.