From: Jani Nikula <jani.nikula@linux.intel.com>
To: "Dmitry Osipenko" <dmitry.osipenko@collabora.com>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"David Airlie" <airlied@gmail.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Gurchetan Singh" <gurchetansingh@chromium.org>,
"Chia-I Wu" <olvaffe@gmail.com>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Daniel Almeida" <daniel.almeida@collabora.com>,
"Gustavo Padovan" <gustavo.padovan@collabora.com>,
"Daniel Stone" <daniel@fooishbar.org>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Rob Clark" <robdclark@gmail.com>,
"Sumit Semwal" <sumit.semwal@linaro.org>,
"Christian König" <christian.koenig@amd.com>,
"Qiang Yu" <yuq825@gmail.com>,
"Steven Price" <steven.price@arm.com>,
"Alyssa Rosenzweig" <alyssa.rosenzweig@collabora.com>,
"Rob Herring" <robh@kernel.org>, "Sean Paul" <sean@poorly.run>,
"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>,
"Abhinav Kumar" <quic_abhinavk@quicinc.com>
Cc: kernel@collabora.com, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org,
virtualization@lists.linux-foundation.org
Subject: Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
Date: Mon, 27 Feb 2023 12:37:46 +0200 [thread overview]
Message-ID: <87a60z2y2t.fsf@intel.com> (raw)
In-Reply-To: <6c16f303-81df-7ebe-85e9-51bb40a8b301@collabora.com>
On Mon, 27 Feb 2023, Dmitry Osipenko <dmitry.osipenko@collabora.com> wrote:
> On 2/17/23 16:41, Dmitry Osipenko wrote:
>> On 2/17/23 16:28, Thomas Zimmermann wrote:
>>> Hi,
>>>
>>> I looked through the series. Most of the patches should have an r-b or
>>> a-b at this point. I can't say much about patch 2 and had questions
>>> about others.
>>>
>>> Maybe you can already land patches 2, and 4 to 6? They look independent
>>> from the shrinker changes. You could also attempt to land the locking
>>> changes in patch 7. They need to get testing. I'll send you an a-b for
>>> the patch.
>>
>> Thank you, I'll apply the acked patches and then make v11 with the
>> remaining patches updated.
>>
>> Not sure if it will be possible to split patch 8, but I'll think on it
>> for v11.
>>
>
> Applied patches 1-2 to misc-fixes and patches 3-7 to misc-next, with the
> review comments addressed.
Please resolve the drm-tip rebuild conflict [1].
BR,
Jani.
[1] https://paste.debian.net/1272275/
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
next prev parent reply other threads:[~2023-02-27 10:38 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230108210445.3948344-1-dmitry.osipenko@collabora.com>
[not found] ` <20230108210445.3948344-6-dmitry.osipenko@collabora.com>
2023-01-26 12:15 ` [PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers Gerd Hoffmann
2023-02-17 12:28 ` Thomas Zimmermann
[not found] ` <20230108210445.3948344-7-dmitry.osipenko@collabora.com>
2023-01-26 12:17 ` [PATCH v10 06/11] drm/shmem-helper: Don't use vmap_use_count for dma-bufs Gerd Hoffmann
[not found] ` <75698ab8-2e0b-8673-2f7d-83ffa37f447b@collabora.com>
2023-01-27 8:06 ` Gerd Hoffmann
2023-02-17 12:41 ` Thomas Zimmermann
[not found] ` <20230108210445.3948344-11-dmitry.osipenko@collabora.com>
2023-01-27 8:04 ` [PATCH v10 10/11] drm/virtio: Support memory shrinking Gerd Hoffmann
[not found] ` <e5e9e8dd-a5b6-cfd2-44d6-4d5aa768e56c@collabora.com>
2023-01-27 8:13 ` [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Gerd Hoffmann
[not found] ` <0081b2c3-56c9-3ed8-b419-5ce8a151999e@collabora.com>
2023-02-16 12:15 ` Daniel Vetter
[not found] ` <c6ae4f5f-7fe1-5497-a611-bee57672c289@collabora.com>
2023-02-16 22:07 ` Daniel Vetter
[not found] ` <20230108210445.3948344-2-dmitry.osipenko@collabora.com>
2023-02-17 12:02 ` [PATCH v10 01/11] drm/msm/gem: Prevent blocking within shrinker loop Thomas Zimmermann
[not found] ` <20230108210445.3948344-4-dmitry.osipenko@collabora.com>
2023-02-17 12:23 ` [PATCH v10 03/11] drm/gem: Add evict() callback to drm_gem_object_funcs Thomas Zimmermann
[not found] ` <20230108210445.3948344-5-dmitry.osipenko@collabora.com>
2023-02-17 12:25 ` [PATCH v10 04/11] drm/shmem: Put booleans in the end of struct drm_gem_shmem_object Thomas Zimmermann
[not found] ` <20230108210445.3948344-8-dmitry.osipenko@collabora.com>
2023-02-17 12:52 ` [PATCH v10 07/11] drm/shmem-helper: Switch to reservation lock Thomas Zimmermann
2023-02-17 13:29 ` Thomas Zimmermann
[not found] ` <20230108210445.3948344-9-dmitry.osipenko@collabora.com>
2023-02-17 13:19 ` [PATCH v10 08/11] drm/shmem-helper: Add memory shrinker Thomas Zimmermann
2023-02-17 13:28 ` [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Thomas Zimmermann
[not found] ` <e9364e10-1ad8-aaaf-3d78-a29b0c1516ef@collabora.com>
[not found] ` <6c16f303-81df-7ebe-85e9-51bb40a8b301@collabora.com>
2023-02-27 10:37 ` Jani Nikula [this message]
[not found] ` <20230108210445.3948344-10-dmitry.osipenko@collabora.com>
2023-02-17 13:42 ` [PATCH v10 09/11] drm/gem: Add drm_gem_pin_unlocked() Thomas Zimmermann
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=87a60z2y2t.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=airlied@gmail.com \
--cc=alyssa.rosenzweig@collabora.com \
--cc=christian.koenig@amd.com \
--cc=daniel.almeida@collabora.com \
--cc=daniel@ffwll.ch \
--cc=daniel@fooishbar.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dmitry.osipenko@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=gurchetansingh@chromium.org \
--cc=gustavo.padovan@collabora.com \
--cc=kernel@collabora.com \
--cc=kraxel@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=olvaffe@gmail.com \
--cc=quic_abhinavk@quicinc.com \
--cc=robdclark@gmail.com \
--cc=robh@kernel.org \
--cc=sean@poorly.run \
--cc=steven.price@arm.com \
--cc=sumit.semwal@linaro.org \
--cc=tzimmermann@suse.de \
--cc=virtualization@lists.linux-foundation.org \
--cc=yuq825@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).