From: Adolf Belka <adolf.belka@ipfire.org>
To: Michael Tremer <michael.tremer@ipfire.org>
Cc: "IPFire: Development-List" <development@lists.ipfire.org>
Subject: Re: [RFC PATCH 1/3] linux: Don't blacklist the DRM modules any more
Date: Sun, 15 Jun 2025 20:53:56 +0200 [thread overview]
Message-ID: <27a8a2b7-85b2-4f8b-8fdf-aa3c8aff9d62@ipfire.org> (raw)
In-Reply-To: <20250427171524.324778-1-michael.tremer@ipfire.org>
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 <michael.tremer@ipfire.org>
> ---
> 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
>
next prev parent reply other threads:[~2025-06-15 18:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-27 17:15 Michael Tremer
2025-04-27 17:15 ` [RFC PATCH 2/3] kernel: Enable DRM and disable Framebuffer support Michael Tremer
2025-04-27 17:15 ` [RFC PATCH 3/3] cdrom: Disable modesetting in text mode Michael Tremer
2025-06-15 18:53 ` Adolf Belka [this message]
2025-06-16 8:52 ` [RFC PATCH 1/3] linux: Don't blacklist the DRM modules any more Michael Tremer
2025-06-16 11:28 ` Adolf Belka
2025-06-16 14:27 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=27a8a2b7-85b2-4f8b-8fdf-aa3c8aff9d62@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
--cc=michael.tremer@ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox