Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816192 - sys-cluster/k3s: Kernel config check VLAN change to CONFIG_VLAN_8021Q
Summary: sys-cluster/k3s: Kernel config check VLAN change to CONFIG_VLAN_8021Q
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-04 07:30 UTC by Ladislav Zitka
Modified: 2021-10-05 04:08 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ladislav Zitka 2021-10-04 07:30:32 UTC
On recent 5.x kernels there is no more CONFIG_VLAN, but it merged probably (to check) to CONFIG_VLAN_8021Q, so please change this to get rid of this message. Thx.

Reproducible: Always

Actual Results:  
 Checking for suitable kernel configuration options...
 *   CONFIG_VLAN:	 is not set when it should be.


Expected Results:  
No message when  CONFIG_VLAN_8021Q is set.
Comment 1 Larry the Git Cow gentoo-dev 2021-10-05 04:05:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3980c9e2b2f0a20024620e85671a1bc892292769

commit 3980c9e2b2f0a20024620e85671a1bc892292769
Author:     Ladislav Jech <archenroot@gmail.com>
AuthorDate: 2021-10-05 04:03:32 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-10-05 04:05:19 +0000

    sys-cluster/k3s: CONFIG_VLAN_8021Q
    
    Closes: https://bugs.gentoo.org/816192
    Package-Manager: Portage-3.0.26, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-cluster/k3s/k3s-1.19.10-r1.ebuild | 2 +-
 sys-cluster/k3s/k3s-1.20.6.ebuild     | 2 +-
 sys-cluster/k3s/k3s-1.21.0.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Comment 2 Zac Medico gentoo-dev 2021-10-05 04:08:22 UTC
Thanks!