On Tue, 26 Jun 2018 10:13:35 +0200, Michal Suchánek wrote:
On Mon, 25 Jun 2018 18:11:43 +0200 Takashi Iwai <tiwai@suse.de> wrote:
On Mon, 25 Jun 2018 17:57:42 +0200, Michal Suchánek wrote:
On Mon, 25 Jun 2018 17:46:42 +0200 Takashi Iwai <tiwai@suse.de> wrote:
On Mon, 25 Jun 2018 17:17:43 +0200, Michal Suchánek wrote:
On Mon, 25 Jun 2018 17:11:32 +0200 Christof Hanke <christof.hanke@mpcdf.mpg.de> wrote:
Hi,
Hello,
this is bug 1098050
Please update your package to work with the new kernels.
You can see the required changes in the SRs references in the bugzilla.
Hm, so this hits every KMP build? That's too bad...
Every KMP that builds on i586, specifically. Other archs happen to works.
So it hits most of KMPs :)
Can we somehow trick it away, e.g. by giving ARCH=i586 in /usr/src/linux-obj/i586/*/Makefile?
Probably. However, this is an upstream requirement and is not going to go away in foreseeable future so we might as well fix the KMPs.
Yes but adding ARCH= would be exactly the fix for all KMPs. What else needed in each KMP side?
And I'm not sure whether this is the intended behavior. This kind of thing may be treated as a regression, too.
BTW, is the affecting upstream commit 104daea149c4 kconfig: reference environment variables directly and remove 'option env=' ?
I suppose it might be a bug. We have
# Select 32 or 64 bit config 64BIT bool "64-bit kernel" if ARCH = "x86" default ARCH != "i386" ---help--- Say yes to build a 64-bit kernel - formerly known as x86_64 Say no to build a 32-bit kernel - formerly known as i386
So the option has a description and the value should be saved even after f467c5640c29ad258c3cd8186a776c82fc3b8057 ("kconfig: only write '# CONFIG_FOO is not set' for visible symbols") but it is not.
Ah that commit, thanks, now it's clearer. So yes I agree that it's the unexpected behavior. Care to report it to upstream? thanks, Takashi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org