Re: [PATCH] habanalabs: select CRC32

From: Arnd Bergmann
Date: Tue Oct 12 2021 - 16:42:23 EST


On Tue, Oct 12, 2021 at 10:10 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> On 10/11/21 11:44 PM, Arnd Bergmann wrote:
> > On Tue, Oct 12, 2021 at 7:54 AM Vegard Nossum <vegard.nossum@xxxxxxxxxx> wrote:
> >> On 10/11/21 9:37 PM, Arnd Bergmann wrote:
> >>> On Mon, Oct 11, 2021 at 6:29 PM Vegard Nossum <vegard.nossum@xxxxxxxxxx> wrote:
> >>
> >> Otherwise it's mostly CRC32 and a couple of odd ones like this that I've
> >> seen so far:
> >>
> >> ERROR: modpost: "dell_privacy_has_mic_mute"
> >> [drivers/platform/x86/dell/dell-laptop.ko] undefined!
> >
> > I have a patch for this one that I should send out.
>
> I sent a patch for that. Hans de Goede replaced with:
> [PATCH] platform/x86: dell: Make DELL_WMI_PRIVACY depend on DELL_WMI
>
> <20211011132338.407571-1-hdegoede@xxxxxxxxxx>
>
> so no need to send your patch.

Unfortunately there is still a related problem that remains with
"DELL_WMI=m && DELL_SMBIOS=y", and another one with
"DELL_WMI=m && DELL_LAPTOP=y && DELL_WMI_PRIVACY=y".

Arnd