Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95AB0C61DA4 for ; Thu, 16 Feb 2023 13:08:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230057AbjBPNIy (ORCPT ); Thu, 16 Feb 2023 08:08:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229740AbjBPNIw (ORCPT ); Thu, 16 Feb 2023 08:08:52 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 554B94DE1F for ; Thu, 16 Feb 2023 05:08:51 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 8ABD0660219B; Thu, 16 Feb 2023 13:08:48 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1676552929; bh=1aMvxDh8d3+C/+m2WmV57NMDEipr+R/LGtcHEX+eb0w=; h=Date:Subject:To:References:Cc:From:In-Reply-To:From; b=bDnXrSwE0Bt+o5pYbEKkMcaJCFdrIPQl8oEZjJo2QaiwE9jk6bQCwtS/MdxO7iq96 icDV3WdrMXQ9CZ25dvrmYvaMhKMBkAimClZ7oYANFD3zD0dO89V23UcWHSD2ub41bN 7uJFzcBP4F6E1uaF5GeBdxmFiTr7CVlQxowFWpQeWGNEtCILN9mX1O9tXmocqkrikR bOY/Yr7hzKyxlYgwM3iDeh0A8+3wRFqWUDIyqTGxkIEGniFafb8clhDJWPjlK6FFyf 2UmDBsw+qtP7yOxigjwkm0Sixspy9BYdhaKYhoIOfTNpT+PUxS0cu878EiVgP2ClpP yRjHSygR12XHw== Message-ID: <9f34badc-53b2-1152-2900-8e105feec55b@collabora.com> Date: Thu, 16 Feb 2023 14:08:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: [PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers Content-Language: en-US To: Dmitry Osipenko , Dmitry Baryshkov References: <20230108210445.3948344-1-dmitry.osipenko@collabora.com> <20230127081339.yovxofpboc4gfdgo@sirius.home.kraxel.org> <0081b2c3-56c9-3ed8-b419-5ce8a151999e@collabora.com> Cc: Gerd Hoffmann , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, kernel@collabora.com, virtualization@lists.linux-foundation.org, David Airlie , Gurchetan Singh , Chia-I Wu , Daniel Almeida , Gustavo Padovan , Daniel Stone , Maarten Lankhorst , Maxime Ripard , Rob Clark , Sumit Semwal , =?UTF-8?Q?Christian_K=c3=b6nig?= , Qiang Yu , Steven Price , Alyssa Rosenzweig , Rob Herring , Sean Paul , Abhinav Kumar , Konrad Dybcio From: AngeloGioacchino Del Regno In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 16/02/23 13:15, Daniel Vetter ha scritto: > On Mon, Jan 30, 2023 at 03:02:10PM +0300, Dmitry Osipenko wrote: >> On 1/27/23 11:13, Gerd Hoffmann wrote: >>> On Thu, Jan 26, 2023 at 01:55:09AM +0300, Dmitry Osipenko wrote: >>>> Hello Thomas and Gerd, >>>> >>>> On 1/9/23 00:04, Dmitry Osipenko wrote: >>>>> This series: >>>>> >>>>> 1. Makes minor fixes for drm_gem_lru and Panfrost >>>>> 2. Brings refactoring for older code >>>>> 3. Adds common drm-shmem memory shrinker >>>>> 4. Enables shrinker for VirtIO-GPU driver >>>>> 5. Switches Panfrost driver to the common shrinker >>>>> >>>>> Changelog: >>>>> >>>>> v10:- Rebased on a recent linux-next. >>>>> >>>>> - Added Rob's ack to MSM "Prevent blocking within shrinker loop" patch. >>>>> >>>>> - Added Steven's ack/r-b/t-b for the Panfrost patches. >>>>> >>>>> - Fixed missing export of the new drm_gem_object_evict() function. >>>>> >>>>> - Added fixes tags to the first two patches that are making minor fixes, >>>>> for consistency. >>>> >>>> Do you have comments on this version? Otherwise ack will be appreciated. >>>> Thanks in advance! >>> >>> Don't feel like signing off on the locking changes, I'm not that >>> familiar with the drm locking rules. So someone else looking at them >>> would be good. Otherwise the series and specifically the virtio changes >>> look good to me. >>> >>> Acked-by: Gerd Hoffmann >> >> Thomas was looking at the the DRM core changes. I expect he'll ack them. >> >> Thank you for reviewing the virtio patches! > > I think best-case would be an ack from msm people that this looks good > (even better a conversion for msm to start using this). > Dmitry B, Konrad, can you please help with this one? Thanks! Regards, Angelo > Otherwise I think the locking looks reasonable, I think the tricky bits > have been moving the dma-buf rules, but if you want I can try to take > another in-depth look. But would need to be in 2 weeks since I'm going on > vacations, pls ping me on irc if I'm needed. > > Otherwise would be great if we can land this soon, so that it can soak the > entire linux-next cycle to catch any driver specific issues. > -Daniel