From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bL2NS3Jhnz333H for ; Sun, 15 Jun 2025 18:54:00 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bL2NN6rwBz2y3W for ; Sun, 15 Jun 2025 18:53:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bL2NN33Q3z9T; Sun, 15 Jun 2025 18:53:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750013636; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I/2FMcnl0ytUJn1g90TsPwPfd+ucnQFNsaX+oalRMRY=; b=eI8cUNQXsQ7MaAP621GK7Sbc+YM0po86asuu7GBWls2vM6FpGJhyplLk4pIvNdUNoxsn52 uyvWmeu5xy6PbECA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750013636; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I/2FMcnl0ytUJn1g90TsPwPfd+ucnQFNsaX+oalRMRY=; b=Bg/XQr8z6J/sdgOY3bnuWHs2zAxZ97NphdhVDWZP/FShaiYIxDIA9twSStkI9a02k3tj2+ mbwGUbKNbU7qbTTdTJfyjTWj8c0zGJNdgczCWyZ0DS+NnwcRWk6GhxQkZD4CizCSy4HyEY 6yvWD/EJ+skBYxIPK+7FA1st7aPjsff6xetBK5M/CbyEZ3CGrSUAdvPwoR0nEG5yhz+43g +/lXPhnlm36gRahyFBLyzpR8vXgauFxGXTYIHa+ysUMRQGQnmRc/nGHLQmbtVdolXC5okS gOfmNSZPU9nuIJHmT0VtMNHPyKaX9nPL314LUUqUQruJgDoE0UIhv6KlrXxPeA== Message-ID: <27a8a2b7-85b2-4f8b-8fdf-aa3c8aff9d62@ipfire.org> Date: Sun, 15 Jun 2025 20:53:56 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: [RFC PATCH 1/3] linux: Don't blacklist the DRM modules any more To: Michael Tremer References: <20250427171524.324778-1-michael.tremer@ipfire.org> Content-Language: en-GB Cc: "IPFire: Development-List" From: Adolf Belka In-Reply-To: <20250427171524.324778-1-michael.tremer@ipfire.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Michael, I just did a test of suricata-8.0.0-rc1 in a 196 build so was also able to test out this patch set for DRM. My vm console terminal worked and was shown at a higher resolution than previously. So everything worked fine from my simple test. Regards, Adolf. On 27/04/2025 19:15, Michael Tremer wrote: > Signed-off-by: Michael Tremer > --- > config/rootfiles/common/aarch64/linux | 1 - > config/rootfiles/common/riscv64/linux | 1 - > config/rootfiles/common/x86_64/linux | 1 - > lfs/linux | 13 ------------- > 4 files changed, 16 deletions(-) > > diff --git a/config/rootfiles/common/aarch64/linux b/config/rootfiles/common/aarch64/linux > index 88c528557..ffd22d7a8 100644 > --- a/config/rootfiles/common/aarch64/linux > +++ b/config/rootfiles/common/aarch64/linux > @@ -573,7 +573,6 @@ boot/dtb-KVER > #boot/dtb-KVER/synaptics/berlin4ct-stb.dtb > boot/vmlinuz-KVER > #etc/cpufreq-bench.conf > -etc/modprobe.d/framebuffer.conf > etc/modprobe.d/ipv6.conf > #lib/modules > #lib/modules/KVER > diff --git a/config/rootfiles/common/riscv64/linux b/config/rootfiles/common/riscv64/linux > index e1b6c071c..7681cf09a 100644 > --- a/config/rootfiles/common/riscv64/linux > +++ b/config/rootfiles/common/riscv64/linux > @@ -13,7 +13,6 @@ boot/dtb-KVER > #boot/dtb-KVER/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb > boot/vmlinuz-KVER > #etc/cpufreq-bench.conf > -etc/modprobe.d/framebuffer.conf > etc/modprobe.d/ipv6.conf > #lib/modules > #lib/modules/KVER > diff --git a/config/rootfiles/common/x86_64/linux b/config/rootfiles/common/x86_64/linux > index aeb8ce71b..7ae6bbaae 100644 > --- a/config/rootfiles/common/x86_64/linux > +++ b/config/rootfiles/common/x86_64/linux > @@ -2,7 +2,6 @@ boot/System.map-KVER > boot/config-KVER > boot/vmlinuz-KVER > #etc/cpufreq-bench.conf > -etc/modprobe.d/framebuffer.conf > etc/modprobe.d/ipv6.conf > #lib/modules > #lib/modules/KVER > diff --git a/lfs/linux b/lfs/linux > index f1a436c03..15e279ca9 100644 > --- a/lfs/linux > +++ b/lfs/linux > @@ -225,19 +225,6 @@ endif > # Only do this once > cd $(DIR_APP) && install -m 755 usr/gen_init_cpio /sbin/ > > - # disable drm by install drm to /bin/false because i915 ignore blacklisting > - echo install drm /bin/false > /etc/modprobe.d/framebuffer.conf > - > - # Blacklist old framebuffer modules > - for f in $$(find /lib/modules/$(KVER)/kernel/drivers/video/fbdev/ -name *.ko.xz); do \ > - echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer.conf ; \ > - done > - # Blacklist new drm framebuffer modules > - for f in $$(find /lib/modules/$(KVER)/kernel/drivers/gpu/drm -name *.ko.xz); do \ > - echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer.conf ; \ > - done > - sed -i -e "s|.ko.xz||g" /etc/modprobe.d/framebuffer.conf > - > # Disable ipv6 at runtime > echo "options ipv6 disable_ipv6=1" > /etc/modprobe.d/ipv6.conf >