lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 22 Mar 2019 15:00:25 +0100 From: Arnd Bergmann <arnd@...db.de> To: "Luck, Tony" <tony.luck@...el.com> Cc: Borislav Petkov <bp@...en8.de>, Mauro Carvalho Chehab <mchehab@...nel.org>, James Morse <james.morse@....com>, "Zhuo, Qiuxu" <qiuxu.zhuo@...el.com>, "linux-edac@...r.kernel.org" <linux-edac@...r.kernel.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] EDAC, {skx|i10nm}_edac: Fix randconfig build error On Fri, Mar 15, 2019 at 10:28 PM Luck, Tony <tony.luck@...el.com> wrote: > > > Basically I cheat Kconfig, so if one driver is built-in and > > the other is a loadable module, we compile both as built-in. > > My mail client may have munged that path. Both "git am" and "patch -p1" > barf when I try to apply it. Since it was small I tried to replicate manually, > but I must have messed up something because Kconfig still seems content > to let me have CONFIG_EDAC_SKX=y with CONFIG_EDAC_I10NM=m > > :-( Sorry, this was my mistake, my email was garbled. The patch was correct though: the idea here is not to change the Kconfig symbols but to change the Makefile to do the right thing even when Kconfig is set wrong. Arnd
Powered by blists - more mailing lists