Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775431 - app-containers/docker-20.10.5 is checking for CONFIG_NETFILTER_NETLINK, but this is not a user configurable option
Summary: app-containers/docker-20.10.5 is checking for CONFIG_NETFILTER_NETLINK, but t...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-11 12:15 UTC by Andrei Slavoiu
Modified: 2022-01-01 10:23 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 Andrei Slavoiu 2021-03-11 12:15:18 UTC
At least in kernel 5.11.5, CONFIG_NETFILTER_NETLINK is not directly settable when configuring the kernel, it is automatically enabled when one of the options that depend on it is enabled. The ebuild should instead check the actual feature that needs to be enabled:

NETFILTER_NETLINK

There is no help available for this option.
Symbol: NETFILTER_NETLINK [=n]
Type : tristate
Defined at net/netfilter/Kconfig:13
Depends on: NET [=y] && INET [=y] && NETFILTER [=y]
Selected by [n]:
- IP_SET [=n] && NET [=y] && INET [=y] && NETFILTER [=y]
- NETFILTER_NETLINK_ACCT [=n] && NET [=y] && INET [=y] && NETFILTER [=y] && NETFILTER_ADVANCED [=y]
- NETFILTER_NETLINK_QUEUE [=n] && NET [=y] && INET [=y] && NETFILTER [=y] && NETFILTER_ADVANCED [=y]
- NETFILTER_NETLINK_LOG [=n] && NET [=y] && INET [=y] && NETFILTER [=y]
- NETFILTER_NETLINK_OSF [=n] && NET [=y] && INET [=y] && NETFILTER [=y] && NETFILTER_ADVANCED [=y]
- NF_TABLES [=n] && NET [=y] && INET [=y] && NETFILTER [=y]
- NF_CT_NETLINK [=n] && NET [=y] && INET [=y] && NETFILTER [=y] && NF_CONNTRACK [=m]
- NF_CT_NETLINK_TIMEOUT [=n] && NET [=y] && INET [=y] && NETFILTER [=y] && NF_CONNTRACK [=m] && NETFILTER_ADVANCED [=y] && NF_CONNTRACK_TIMEOUT [=n]
- NF_CT_NETLINK_HELPER [=n] && NET [=y] && INET [=y] && NETFILTER [=y] && NF_CONNTRACK [=m] && NF_CT_NETLINK [=n] && NETFILTER_NETLINK_QUEUE [=n] && NETFILTER_NETLINK_GLUE_CT [=n] && NETFILTER_ADVANCED [=y]

Reproducible: Always