All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: virtio-dev@lists.oasis-open.org,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
	ML dri-devel <dri-devel@lists.freedesktop.org>,
	Gurchetan Singh <gurchetansingh@chromium.org>,
	Sebastien Boeuf <sebastien.boeuf@intel.com>,
	Gerd Hoffmann <kraxel@redhat.com>,
	Vivek Goyal <vgoyal@redhat.com>
Subject: Re: [PATCH v2 04/23] virtio: Add get_shm_region method
Date: Wed, 9 Sep 2020 11:26:46 +0200	[thread overview]
Message-ID: <20200909092646.GA438822@phenom.ffwll.local> (raw)
In-Reply-To: <CAJfpegsMEZoCQe7frsr9Kaq6EZsuRFWP3zs7sgrxnUDLzfcx_w@mail.gmail.com>

On Wed, Sep 09, 2020 at 09:13:11AM +0200, Miklos Szeredi wrote:
> On Wed, Sep 9, 2020 at 9:04 AM Gerd Hoffmann <kraxel@redhat.com> wrote:
> >
> > On Wed, Sep 02, 2020 at 05:00:25PM -0700, Gurchetan Singh wrote:
> > > On Wed, Sep 2, 2020 at 3:15 PM Vivek Goyal <vgoyal@redhat.com> wrote:
> > >
> > > > Hi Gurchetan,
> > > >
> > > > Now Miklos has queued, these tree virtio patches for shared memory
> > > > region in his tree as part of virtiofs dax patch series.
> > > >
> > > > I am hoping this will get merged in 5.10 through his tree.
> > > >
> > > >
> > > > https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git/log/?h=dax
> > >
> > >
> > > Terrific ... !  Maybe we can queue the version Miklos has in drm-misc-next
> > > to avoid merge conflicts ?!?
> >
> > I guess it would either be merging the fuse tree into drm-misc-next,
> > or cherry-picking the three virtio shm patches from the fuse tree.
> 
> Maybe cleanest if we'd do a separate branch for the virtio patches and
> pull that into both the fuse-next and the drm-misc-next trees?

+1

If the trees are more closely related (e.g. drm and v4l or so) then
occasionally we just merge patches into one tree with acks from all the
other maintainers. But topic branch for the common bits feels better here.

Please send the topic pull request to drm-misc maintainers (Maarten,
Maxime, Thomas) so they can pull it in.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2020-09-09  9:27 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 21:08 [virtio-dev] [PATCH v2 00/23] Blob prerequisites + blob resources Gurchetan Singh
2020-09-02 21:08 ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 01/23] Fix use after free in get_capset_info callback Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 02/23] drm/virtio: fix uninitialized variable Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 03/23] drm/virtio: report uuid in debugfs Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 04/23] virtio: Add get_shm_region method Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 22:15   ` Vivek Goyal
2020-09-03  0:00     ` [virtio-dev] " Gurchetan Singh
2020-09-03  0:00       ` Gurchetan Singh
2020-09-09  7:03       ` [virtio-dev] " Gerd Hoffmann
2020-09-09  7:03         ` Gerd Hoffmann
2020-09-09  7:13         ` Miklos Szeredi
2020-09-09  9:26           ` Daniel Vetter [this message]
2020-09-09  9:28             ` Daniel Vetter
2020-09-10  0:28               ` [virtio-dev] " Gurchetan Singh
2020-09-10  0:28                 ` Gurchetan Singh
2020-09-10  9:56                 ` Miklos Szeredi
2020-09-14 23:44                   ` [virtio-dev] " Gurchetan Singh
2020-09-14 23:44                     ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 05/23] virtio: Implement get_shm_region for PCI transport Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 06/23] virtio: Implement get_shm_region for MMIO transport Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 07/23] drm/virtio: blob prep: refactor getting pages and attaching backing Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 08/23] drm/virtio: blob prep: make CPU responses more generic Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 09/23] virtio-gpu api: blob resources Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-09  6:55   ` [virtio-dev] " Gerd Hoffmann
2020-09-09  6:55     ` Gerd Hoffmann
2020-09-17  0:16     ` [virtio-dev] " Gurchetan Singh
2020-09-17  0:16       ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 10/23] virtio-gpu api: host visible feature Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-09  7:05   ` [virtio-dev] " Gerd Hoffmann
2020-09-09  7:05     ` Gerd Hoffmann
2020-09-09  7:09   ` [virtio-dev] " Gerd Hoffmann
2020-09-09  7:09     ` Gerd Hoffmann
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 11/23] virtio-gpu api: cross-device feature Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 12/23] drm/virtio: implement blob resources: probe for the feature Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 13/23] drm/virtio: implement blob resources: probe for host visible region Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 14/23] drm/virtio: implement blob resources: expose virtio_gpu_resource_id_get Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 15/23] drm/virtio: implement blob resources: add new fields to internal structs Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 16/23] drm/virtio: implement blob resources: implement vram object Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 17/23] drm/virtio: implement blob resources: hypercall interface Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 18/23] drm/virtio: implement blob resources: blob display integration Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 19/23] drm/virtio: implement blob resources: refactor UUID code somewhat Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 20/23] drm/virtio: implement blob resources: fix stride discrepancy Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 21/23] drm/virtio: implement blob resources: report blob mem to userspace Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 22/23] drm/virtio: implement blob resources: resource create blob ioctl Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh
2020-09-03 21:11   ` [virtio-dev] " Chia-I Wu
2020-09-03 21:11     ` Chia-I Wu
2020-09-03 22:12     ` [virtio-dev] " Gurchetan Singh
2020-09-03 22:12       ` Gurchetan Singh
2020-09-02 21:08 ` [virtio-dev] [PATCH v2 23/23] drm/virtio: advertise features to userspace Gurchetan Singh
2020-09-02 21:08   ` Gurchetan Singh

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=20200909092646.GA438822@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gurchetansingh@chromium.org \
    --cc=kraxel@redhat.com \
    --cc=miklos@szeredi.hu \
    --cc=mst@redhat.com \
    --cc=sebastien.boeuf@intel.com \
    --cc=vgoyal@redhat.com \
    --cc=virtio-dev@lists.oasis-open.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.