From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] linux: Do not enable dangerous legacy DRM drivers Date: Wed, 03 Aug 2022 11:51:01 +0100 Message-ID: <9CDE5CE1-4067-47B2-979B-9B44ACDA4270@ipfire.org> In-Reply-To: <6ae4f7af-7c92-7b25-3c5f-2c959959c18d@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9170839900890730679==" List-Id: --===============9170839900890730679== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 2 Aug 2022, at 10:35, Peter M=C3=BCller wro= te: >=20 > https://lists.ipfire.org/pipermail/development/2022-July/013886.html >=20 > This leaves current Nvidia Nouveau support untouched. >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/kernel/kernel.config.x86_64-ipfire | 11 ++--------- > 1 file changed, 2 insertions(+), 9 deletions(-) >=20 > diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kern= el.config.x86_64-ipfire > index 40975b5fc..3a05794aa 100644 > --- a/config/kernel/kernel.config.x86_64-ipfire > +++ b/config/kernel/kernel.config.x86_64-ipfire > @@ -5121,7 +5121,7 @@ CONFIG_DRM_AMD_DC_DCN=3Dy >=20 > # CONFIG_HSA_AMD is not set > CONFIG_DRM_NOUVEAU=3Dm > -CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT=3Dy > +# CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT is not set > CONFIG_NOUVEAU_DEBUG=3D5 > CONFIG_NOUVEAU_DEBUG_DEFAULT=3D3 > # CONFIG_NOUVEAU_DEBUG_MMU is not set > @@ -5201,14 +5201,7 @@ CONFIG_DRM_XEN_FRONTEND=3Dm > CONFIG_DRM_VBOXVIDEO=3Dm > CONFIG_DRM_GUD=3Dm > CONFIG_DRM_HYPERV=3Dm > -CONFIG_DRM_LEGACY=3Dy > -# CONFIG_DRM_TDFX is not set > -# CONFIG_DRM_R128 is not set > -# CONFIG_DRM_I810 is not set > -# CONFIG_DRM_MGA is not set > -# CONFIG_DRM_SIS is not set > -# CONFIG_DRM_VIA is not set > -# CONFIG_DRM_SAVAGE is not set > +# CONFIG_DRM_LEGACY is not set > CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=3Dy >=20 > # > --=20 > 2.35.3 --===============9170839900890730679==--