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 4FD55EB64DD for ; Fri, 21 Jul 2023 09:17:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231705AbjGUJR3 (ORCPT ); Fri, 21 Jul 2023 05:17:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229924AbjGUJR1 (ORCPT ); Fri, 21 Jul 2023 05:17:27 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8E512D7E; Fri, 21 Jul 2023 02:17:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689931046; x=1721467046; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=At/XX8D34+ZirskRZoM0gc4kR3O4x9uKb1Fn8SBafdU=; b=nwcxKHoQTB0j5aOqu+0IbJ3hzYr9grQPG8H9JeCtoJRGPdRoZ1rzUy8D 0uP+d6S2Ikvynassncn00qyVSaqOm8+qT9t+PnKePS1UmaR87DejGfaVw oU/PsSPw8WTTuppxfNCwpLfr8VfXK5qVb2dGtKxEpjF6kcGiDBk60nLN6 AOuoxx4c7ThZ5N3AR4+J4G8o6zkCFt+wy5GxmGHMGemqnXtkxsjAklLKa svd8tlfpvECAESVNM3XJZGsM6H/8PXdUjSZ2ehRwk/H2U/gLsaAz0qTHh JpftYiWIbfZvkR+aG8VKuHAlhDwYwZ3qJGu9DvpuWiY/gl2bDIKJWUP9q A==; X-IronPort-AV: E=McAfee;i="6600,9927,10777"; a="365870940" X-IronPort-AV: E=Sophos;i="6.01,220,1684825200"; d="scan'208";a="365870940" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2023 02:17:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10777"; a="718751338" X-IronPort-AV: E=Sophos;i="6.01,220,1684825200"; d="scan'208";a="718751338" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 21 Jul 2023 02:17:24 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qMmGI-00F8sC-1s; Fri, 21 Jul 2023 12:17:22 +0300 Date: Fri, 21 Jul 2023 12:17:22 +0300 From: Andy Shevchenko To: =?utf-8?Q?Barnab=C3=A1s_P=C5=91cze?= Cc: linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org, Mark Gross , Hans de Goede , Armin Wolf Subject: Re: [RFC PATCH v1] platform/x86: wmi: Do not register driver with invalid GUID Message-ID: References: <20230715211604.1272227-1-pobrn@protonmail.com> <_szgAop-lIsQt90xoCYXQbiJtrQclFitfhE2ak2omTiPCx37toqB4lq7OTmBD_vMEn6TonpAns5NgVH1xFpGQLyuLkd0pOGwRqrB8C9INRw=@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <_szgAop-lIsQt90xoCYXQbiJtrQclFitfhE2ak2omTiPCx37toqB4lq7OTmBD_vMEn6TonpAns5NgVH1xFpGQLyuLkd0pOGwRqrB8C9INRw=@protonmail.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 Thu, Jul 20, 2023 at 10:42:29AM +0000, Barnabás Pőcze wrote: > 2023. július 20., csütörtök 10:36 keltezéssel, Andy Shevchenko írta: > > On Wed, Jul 19, 2023 at 07:23:37PM +0000, Barnabás Pőcze wrote: ... > > Yes, that's what file2alias is for. We trust modules we build, right? > > If you don't trust, then we have much bigger problem than this patch > > tries to address. > It seems we have to agree to disagree then. I am confused. The parts are related to each other, you can't disagree on both. You mean we have much bigger problem in the kernel or file2alias is the proper place? I.o.w. which part you agree with and respectively disagree? -- With Best Regards, Andy Shevchenko