Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp6710735ybf; Fri, 6 Mar 2020 03:06:07 -0800 (PST) X-Google-Smtp-Source: ADFU+vvejl0msSnXqB2GtiAG7kFA71jinZqRl6Q6GF51liQwXOF0iHdgg5K84ZEOlDXeaHYu6K6F X-Received: by 2002:aca:b02:: with SMTP id 2mr2097414oil.25.1583492767683; Fri, 06 Mar 2020 03:06:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583492767; cv=none; d=google.com; s=arc-20160816; b=B732ECudAs/y8F1y8oFfVJ95AjvkFJtQjntycq4UxceCxluFHfUI/kM96oq1DXUi8c vV/tMjp+M9zHZ4Jd+LBhWbxt+VoQxM9FoHkwBGEj+tfrLsCqYTyC9cB7li3FsydG4DzK jyvXkFxpZAhXLe/0gDKTn1SDB7JMrCFlt4XZSsS1xIDvmRQzljwREzwhHyszI3hyUnWZ z7l8PF6K0KvB2C+aAbjBOJudMCEsDSryYGv3/VvEerhnRUTF2lAltvCUMD+TZxjiUkda W3qzpMocZFOth+fIrRHdj1dUrfZmVqaYkDLyxFWRgqS5q7gc8D6KlazGV2KZQlGKoiLX rWcA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:message-id:in-reply-to :references:to:user-agent:from:content-transfer-encoding :mime-version; bh=uCm5hP7VDQPYlMOaOfoaa+xyMNYMMK02rj6tjzP//Y0=; b=MiEnt6fzelbJ9NyF2LrVLlrDT7HvANarLibTACwPxo8UV2mljuV524YBj4Mr6aMvcb y1YSAWIAFErgbp8NgvCkai3E1pn4OCfkBnCJmQ8GtHzzEQJJVb5/PDC0qN4bMnCUL0/n SNmZtHyfKTcIcTb7q82bPV0Za99clOfxSPYhr1sM6GCzTRxLQ2dyxDlJOoo+MXuvdtKQ rZiRZNIZxjGy8YZypP75KGnBCYw7wvHWpICuAlRwg+aXsJIsQmTC45Ksi2enZd6Gl5oL yrFZ2+uwcxcnfV5RYzgisBk11MqgjQBdNLXAm6C9NsNPWGJ2h6oDuN01y1qg8+q+Xcve vstg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w4si1059691oih.231.2020.03.06.03.05.56; Fri, 06 Mar 2020 03:06:07 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726633AbgCFLFR convert rfc822-to-8bit (ORCPT + 99 others); Fri, 6 Mar 2020 06:05:17 -0500 Received: from mail.fireflyinternet.com ([109.228.58.192]:50992 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726025AbgCFLFR (ORCPT ); Fri, 6 Mar 2020 06:05:17 -0500 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 20465561-1500050 for multiple; Fri, 06 Mar 2020 11:04:38 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT From: Chris Wilson User-Agent: alot/0.6 To: Daniel Vetter , Dave Airlie , LKML , Randy Dunlap , dri-devel References: <04221997-79ba-f8a2-4f2d-3c3d9f5219bc@infradead.org> In-Reply-To: <04221997-79ba-f8a2-4f2d-3c3d9f5219bc@infradead.org> Message-ID: <158349267722.20069.17505391287458085225@skylake-alporthouse-com> Subject: Re: [PATCH] drm: unbreak the DRM menu, broken by DRM_EXPORT_FOR_TESTS Date: Fri, 06 Mar 2020 11:04:37 +0000 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Randy Dunlap (2020-03-06 01:26:10) > From: Randy Dunlap > > Unbreak the DRM menu. This Kconfig symbol does not depend on DRM, > so the menu is broken at that point. > > Move the symbol to a location in the Kconfig file so that it does > not break the dependency continuity. I suspect it was me, thanks for fixing it! > Fixes: 6349120ddcbf ("drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig") > Signed-off-by: Randy Dunlap > Cc: Chris Wilson > Cc: Daniel Vetter Reviewed-by: Chris Wilson -Chris