All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: Oleksandr Andrushchenko <andr2000@gmail.com>, jgross@suse.com
Cc: alsa-devel@alsa-project.org,
	Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	xen-devel@lists.xenproject.org
Subject: Re: [PATCH v2 2/3] drm/xen-front: Use Xen common shared buffer implementation
Date: Mon, 17 Dec 2018 10:26:42 -0500	[thread overview]
Message-ID: <19501fdd-eae6-295e-7394-777c25ea4cf1__40425.4689849496$1545060360$gmane$org@oracle.com> (raw)
In-Reply-To: <686a8b1e-3588-32bc-abc7-79221dc9c74e@gmail.com>

On 12/17/18 10:03 AM, Oleksandr Andrushchenko wrote:
> On 12/17/18 4:52 PM, Boris Ostrovsky wrote:
>> On 12/17/18 5:19 AM, Oleksandr Andrushchenko wrote:
>>> Hello, Juergen, Boris!
>>>
>>> As this DRM part of the series is the only one which needs ack/nack
>>>
>>> (and it might take quite some time to complete) could we please
>>>
>>> merge the patches 1 and 3 now that already have ack/r-b?
>>>
>>
>>
>> TBH I am not sure it makes sense to do this without the second patch.
>> Refactoring (and IIUIC this series is purely refactoring --- is it not?)
>> is done to reduce amount of code, and with only first and third patch we
>> end up with quite a significant increase in the number of LoC. (I am
>> going purely by diffstat)
>>
>> Of course, the other reason for refactoring is to eliminate code
>> duplication, but without second patch that will not happen.
>
> Agree, but this is the basis for the new pv camera frontend
>
> I am working on now [1], so even if we do not remove the code from DRM
>
> then we at least do not add it to the camera driver


Since 1 and 3 are already ACKed you should be able to start the camera
series with these two patches as pre-requisites even if patch 2 is still
stalled by the time your camera code is posted (which I assume will be
4.22 or later).



-boris


>
>> -boris
>
> Thank you,
>
> Oleksandr
>
> [1]
> https://github.com/andr2000/linux/blob/camera_front_v1/drivers/media/xen/Kconfig#L6
>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2018-12-17 15:27 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-30  7:42 [Xen-devel][PATCH v2 1/3] xen: Introduce shared buffer helpers for page directory Oleksandr Andrushchenko
2018-11-30  7:42 ` Oleksandr Andrushchenko
2018-11-30  7:42 ` [Xen-devel][PATCH v2 2/3] drm/xen-front: Use Xen common shared buffer implementation Oleksandr Andrushchenko
2018-12-05  8:20   ` [PATCH " Oleksandr Andrushchenko
2018-12-05  8:20   ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-12-05  8:20     ` Oleksandr Andrushchenko
2018-12-13 10:16     ` Oleksandr Andrushchenko
2018-12-13 10:16       ` Oleksandr Andrushchenko
2018-12-17 10:19       ` [PATCH " Oleksandr Andrushchenko
2018-12-17 10:19       ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-12-17 10:19         ` Oleksandr Andrushchenko
2018-12-17 14:52         ` [PATCH " Boris Ostrovsky
2018-12-17 14:52         ` [Xen-devel] " Boris Ostrovsky
2018-12-17 15:03           ` Oleksandr Andrushchenko
2018-12-17 15:26             ` Boris Ostrovsky
2018-12-18  8:47               ` Oleksandr Andrushchenko
2018-12-18  8:47               ` [Xen-devel] " Oleksandr Andrushchenko
2018-12-17 15:26             ` Boris Ostrovsky [this message]
2018-12-17 15:03           ` Oleksandr Andrushchenko
2018-12-13 10:16     ` Oleksandr Andrushchenko
2018-12-18 16:15   ` Noralf Trønnes
2018-12-18 16:15   ` [Xen-devel][PATCH " Noralf Trønnes
2018-12-18 18:31     ` [PATCH " Boris Ostrovsky
2018-12-18 18:31     ` [Xen-devel][PATCH " Boris Ostrovsky
2018-12-18 18:31       ` Boris Ostrovsky
2018-12-18 18:48       ` [PATCH " Oleksandr Andrushchenko
2018-12-18 18:48       ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-11-30  7:42 ` [PATCH " Oleksandr Andrushchenko
2018-11-30  7:42 ` [Xen-devel][PATCH v2 3/3] ALSA: xen-front: " Oleksandr Andrushchenko
2018-12-03  9:36   ` [alsa-devel] " Takashi Iwai
2018-12-03  9:38     ` [alsa-devel] [PATCH " Oleksandr Andrushchenko
2018-12-03  9:38     ` [alsa-devel] [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-12-03  9:36   ` [alsa-devel] [PATCH " Takashi Iwai
2018-11-30  7:42 ` Oleksandr Andrushchenko
2018-11-30  7:46 ` [Xen-devel][PATCH v2 1/3] xen: Introduce shared buffer helpers for page directory Oleksandr Andrushchenko
2018-11-30  7:46   ` Oleksandr Andrushchenko
2018-11-30  7:46 ` [PATCH " Oleksandr Andrushchenko
2018-12-05  0:28 ` Boris Ostrovsky
2018-12-05  0:28 ` [Xen-devel][PATCH " Boris Ostrovsky

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='19501fdd-eae6-295e-7394-777c25ea4cf1__40425.4689849496$1545060360$gmane$org@oracle.com' \
    --to=boris.ostrovsky@oracle.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=andr2000@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jgross@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleksandr_andrushchenko@epam.com \
    --cc=xen-devel@lists.xenproject.org \
    /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.