From mboxrd@z Thu Jan 1 00:00:00 1970 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AAA76C7EE23 for ; Thu, 1 Jun 2023 17:18:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EE86610E592; Thu, 1 Jun 2023 17:18:11 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id C614D10E23E; Thu, 1 Jun 2023 17:18:10 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EA82061E16; Thu, 1 Jun 2023 17:18:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0DF8C433EF; Thu, 1 Jun 2023 17:18:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685639889; bh=rmHFArekaGiZKmQ4ziA9csHRSAucq2oWTt/lCe73L1U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iUk2l35RTUEH2L4IMsBA4fbLDaA5Lj610c0mdiM2klA9M/8oSzJxop86q+KXmO6Uw oV73orKsz+L76WpEzmtX6YdC6jvuAPcgzoLOqcL18mnXhspJzPhCZCzDv88U7jjxYi LSyK8TaFIb8Ilr2P2MhRoc74XeBYFvJlf5c2SLpkc9r4/sHBvyZ7efUT0YUn0WbbXL eDNAHuUMQHP6WRjnQ9QVV+Zy9Nso6ClbLwcZxdp2+8yzmbrCgrh4QOHdSyjYuG+aTN v3x56RSvEnyoQu1OgGJi5DzePWVR+c4rQJ49eiBg9W4Xg74BoqWXn0eWpC9P94zEOR cxadhV6GfK8Vg== Date: Thu, 1 Jun 2023 10:18:07 -0700 From: Jakub Kicinski To: Andrzej Hajda Message-ID: <20230601101807.7e0363bf@kernel.org> In-Reply-To: References: <20230224-track_gt-v8-0-4b6517e61be6@intel.com> <55aa19b3-58d4-02ae-efd1-c3f3d0f21ce6@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] [PATCH v8 0/7] drm/i915: use ref_tracker library for tracking wakerefs X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: netdev@vger.kernel.org, intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Chris Wilson , Eric Dumazet , Daniel Vetter , Rodrigo Vivi , Rodrigo Vivi , David Airlie , "David S . Miller" , Dmitry Vyukov Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, 1 Jun 2023 19:14:50 +0200 Andrzej Hajda wrote: > Ping on the series, everything reviewed. > Eric, Dave, Jakub, could you take patches 1-4 via net tree? Sure thing, would you mind reposting them separately? Easier for us to apply and it's been over a month since posting, a fresh run of build bots won't hurt either.