Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579024 - sys-kernel/genkernel-3.5.0.1: --virtio does not set CONFIG_VIRTIO_=y due to typo
Summary: sys-kernel/genkernel-3.5.0.1: --virtio does not set CONFIG_VIRTIO_=y due to typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-04-04 15:21 UTC by André Erdmann
Modified: 2016-05-16 06:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (0001-gen_configkernel-fix-typo-in-virtio-config-code.patch,964 bytes, patch)
2016-04-04 15:21 UTC, André Erdmann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description André Erdmann 2016-04-04 15:21:36 UTC
Created attachment 429632 [details, diff]
patch

There's a typo in gen_configkernel.sh->config_kernel() causing the virtio-related code to misbehave: it should set CONFIG_VIRTIO_{...} to y, but instead it sets CONFIG_FB_SPLASH=y.

Affected versions: >3.5.0.0

I've attached a patch that fixes the issue.
Note that with that patch applied, I hit bug 486366.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2016-05-16 06:10:15 UTC
[master 3322296] gen_configkernel: bug #486366, fix virtio kconfig.
 1 file changed, 1 insertion(+), 1 deletion(-)