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 D52C6ECAAD8 for ; Tue, 20 Sep 2022 05:25:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F0E2B10E286; Tue, 20 Sep 2022 05:25:05 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id BAD1410E286; Tue, 20 Sep 2022 05:25:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663651502; x=1695187502; h=date:from:to:cc:subject:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xuDq04V3ERIqON4UuLH1RmjGkFR75KWm8lnYzEvFeDI=; b=gFxlXcUYcKDofGNPNpnxdsDtMBDUlFoNGplVYs7wgtR5K9H0ar2hlEei Kov8uG1WtnOiR/+sZ8GmJFyWRsqkHYf5LaWtexvxE+vcTsykTRwObutCK OlFwLv36bxED2Mlcos78BGeDT8G74OR/53P8P8uRVSeR4N/DAOMb4poIM x5Oje3lKocGTwmZRUIrLL/6YLutwhCTC1eF0HRebc8+ysdluR/DB2QqB8 xxXd77CNgw1OCrRs1GD/h0mKkEF5WQHKKHgHHA/FQw8UKMf83qnr9gguf a8jpyb7EdXVjc/u90OYaUSK0NsC9C/RimFOf3RtVS+H4xDkgQ48F4h9nX g==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="279327675" X-IronPort-AV: E=Sophos;i="5.93,329,1654585200"; d="scan'208";a="279327675" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2022 22:25:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,329,1654585200"; d="scan'208";a="794124954" Received: from linux.intel.com ([10.54.29.200]) by orsmga005.jf.intel.com with ESMTP; 19 Sep 2022 22:25:01 -0700 Received: from maurocar-mobl2 (maurocar-mobl2.ger.corp.intel.com [10.252.59.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id C58B4580713; Mon, 19 Sep 2022 22:24:56 -0700 (PDT) Date: Tue, 20 Sep 2022 07:24:54 +0200 From: Mauro Carvalho Chehab To: Luis Chamberlain Message-ID: <20220920072454.4cf91f24@maurocar-mobl2> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] [PATCH v6 0/4] Let userspace know when snd-hda-intel needs i915 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: alsa-devel@alsa-project.org, Richard Weinberger , Kai Vehmanen , Greg KH , intel-gfx@lists.freedesktop.org, Lucas De Marchi , Takashi Iwai , dri-devel@lists.freedesktop.org, Jaroslav Kysela , Vignesh Raghavendra , David Airlie , Christophe JAILLET , linux-modules@vger.kernel.org, Daniel Vetter , Miquel Raynal , linux-mtd@lists.infradead.org, Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Pierre-Louis Bossart Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Luis, On Mon, 9 May 2022 13:38:28 -0700 Luis Chamberlain wrote: > On Mon, May 09, 2022 at 06:23:35PM +0200, Mauro Carvalho Chehab wrote: > > Currently, kernel/module annotates module dependencies when > > request_symbol is used, but it doesn't cover more complex inter-driver > > dependencies that are subsystem and/or driver-specific. > > > > At this pount v5.18-rc7 is out and so it is too late to soak this > in for the proper level of testing I'd like to see for modules-next. > So I can review this after the next merge window. I'd want to beat > the hell out of this and if possible I'd like to see if we can have > some test coverage for the intended goal and how to break it. Any news with regards to this patch series? Regards, Mauro