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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6AB1DC63703 for ; Thu, 8 Dec 2022 12:54:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230191AbiLHMyz (ORCPT ); Thu, 8 Dec 2022 07:54:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230042AbiLHMyx (ORCPT ); Thu, 8 Dec 2022 07:54:53 -0500 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71CB28C452; Thu, 8 Dec 2022 04:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670504092; x=1702040092; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=HKOTpPr3Rc+JigkbyXJ0fjP09xprOScLGyKpsYCD4GI=; b=CfXxEUlcHFR/yRIhMNqyrBJ0dpqqp6aj0zpvWthDUWr6U/6XCK2zqzem Bwar1fsyUZ7SPAB3K4EAQUiK5OCzuzSZgEWiQtT9bqqZ1TkZtQw1UsAaq HMIGfxArZDqfWI/RS9JhySp4uj6QLdFUsn4H6ObpmqhiICk8tE5M0ppqV UNaU23gfV0CgASbS/1ohYWSSa7knOKEGkz4EgAVU6b0v1ypEo7AAIVAiK aQKqBrK2jQdmd5vM3GXLyK9+RWRzfFgstZsIkDHwi4pySpa0L+mw8qBbe rEVRaWwli0n/9GLnyHoVptrK5ZK6a9dFrNPyIGTx4IybGUC+fSoROkllv A==; X-IronPort-AV: E=McAfee;i="6500,9779,10554"; a="379323683" X-IronPort-AV: E=Sophos;i="5.96,227,1665471600"; d="scan'208";a="379323683" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2022 04:54:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10554"; a="624689457" X-IronPort-AV: E=Sophos;i="5.96,227,1665471600"; d="scan'208";a="624689457" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006.jf.intel.com with ESMTP; 08 Dec 2022 04:54:47 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1p3GQH-006KqO-1n; Thu, 08 Dec 2022 14:54:45 +0200 Date: Thu, 8 Dec 2022 14:54:45 +0200 From: Andy Shevchenko To: Greg Kroah-Hartman , Mathias Nyman , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Cc: Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , Tvrtko Ursulin , David Airlie , Daniel Vetter , Kevin Cernekee , Mathias Nyman , Lucas De Marchi , Jani Nikula Subject: Re: [PATCH v5 1/4] i915: Move list_count() to list.h as list_count_nodes() for broader use Message-ID: References: <20221130134838.23805-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221130134838.23805-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 30, 2022 at 03:48:35PM +0200, Andy Shevchenko wrote: > Some of the existing users, and definitely will be new ones, want to > count existing nodes in the list. Provide a generic API for that by > moving code from i915 to list.h. Greg, I believe this one is ready to be taken. Or please tell me what I need to do. -- With Best Regards, Andy Shevchenko