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 00368C6FD18 for ; Tue, 25 Apr 2023 13:40:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234249AbjDYNkV (ORCPT ); Tue, 25 Apr 2023 09:40:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234226AbjDYNkP (ORCPT ); Tue, 25 Apr 2023 09:40:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6CD1CC10 for ; Tue, 25 Apr 2023 06:40:14 -0700 (PDT) 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 4100462E74 for ; Tue, 25 Apr 2023 13:40:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C811C433D2; Tue, 25 Apr 2023 13:40:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1682430013; bh=FBcOU3ArzB+cQj4nJpiLs6zcMHbZH4Z0/9aOs+7ndho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mJesmFyOPJhQ+RYcBeqWIMN453fJ6pyQZoN97EqAbHn1SItoNSeBO58np+ElwJaXj Snq4Yp/4NSdtQftbOjyuxuX62bKeEdMbykP1mvEc0RnH9KCv8iMQdXLE9PyiKMnIpF uVzslG2q7TH+dwBZGe29tRaj5eYa1htAqo3YjDp8= Date: Tue, 25 Apr 2023 15:40:10 +0200 From: Greg Kroah-Hartman To: Adam Borowski Cc: "Winkler, Tomas" , Arnd Bergmann , "linux-kernel@vger.kernel.org" , "Usyskin, Alexander" Subject: Re: [PATCH] mei: make hdcp and pxp depend on X86 && PCI Message-ID: <2023042502-resolute-divisible-fbff@gregkh> References: <20230423135124.55196-1-kilobyte@angband.pl> <20230425115210.GA4151911@angband.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230425115210.GA4151911@angband.pl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 25, 2023 at 01:52:10PM +0200, Adam Borowski wrote: > On Tue, Apr 25, 2023 at 04:39:23AM +0000, Winkler, Tomas wrote: > > What is the exact issue you are experiencing, can you add the error message this fixes? > > The problem doesn't trigger in mainline Then it's nothing we need to worry about in mainline. If/when other changes ever happen to need it here in mainline, we will gladly take the change. For obvious reasons, we can't take patches for issues outside of our codebase. Nor do you want us to, as that way lies madness and an unmaintainable mess. thanks, greg k-h