Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: Alice <alicef@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] Add deblob support only for python3
Date: Fri, 23 Jul 2021 11:30:05
Message-Id: u4kclclox@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] Add deblob support only for python3 by Alice
1 >>>>> On Fri, 23 Jul 2021, Alice wrote:
2
3 > On 7/23/21 6:04 AM, Ulrich Mueller wrote:
4 >> Maybe this is a stupid question, but what is USE=deblob doing these days
5 >> anyway? I thought that all nonfree firmware had been removed from the
6 >> kernel tree (with version 4.14) and was provided separately by the
7 >> sys-kernel/linux-firmware package?
8
9 > There are still users that want a full libre(deblob) kernel.
10 > There are also distributions built around libre(deblob) kernel.
11 > deblob is still removing many modules from the kernel that are non-free
12 > you can see for exemple is removing things also on most recent kernels
13 > https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/5.13-gnu/deblob-5.13
14
15 I know, but I still wonder what it actually does. I've checked the first
16 10 or so files in their list, and they all say in their header that they
17 are under a free software license. So does that mean the license info in
18 these files is wrong? If not, then why is the script touching them?
19
20 Also, (e.g.) this:
21
22 | announce MICROCODE_INTEL - "Intel microcode patch loading support"
23 | reject_firmware arch/x86/kernel/cpu/microcode/intel.c
24 | clean_blob arch/x86/kernel/cpu/microcode/intel.c
25 | clean_blob arch/x86/events/intel/core.c
26 | clean_kconfig arch/x86/Kconfig MICROCODE_INTEL
27 | clean_mk CONFIG_MICROCODE_INTEL arch/x86/kernel/cpu/microcode/Makefile
28
29 IIUC, it will disable CPU microcode updates. The code being removed is
30 entirely free (but it could load some non-free third-party microcode).
31 Do we really endorse that, from a security (spectre, meltdown, etc.)
32 point of view? Note that the ex-factory microcode of these CPUs is
33 already non-free, so arguably rejecting updates for it doesn't change
34 anything.
35
36 Ulrich

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [PATCH] Add deblob support only for python3 Alice <alicef@g.o>
Re: [gentoo-dev] [PATCH] Add deblob support only for python3 Alessandro Barbieri <lssndrbarbieri@×××××.com>