Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 853055 - net-firewall/firewalld CONFIG_NFT_COUNTER in kernels >=5.17 removed
Summary: net-firewall/firewalld CONFIG_NFT_COUNTER in kernels >=5.17 removed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-19 12:23 UTC by SigHunter
Modified: 2022-11-30 04:14 UTC (History)
1 user (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 SigHunter 2022-06-19 12:23:13 UTC
Hi, just a heads up, 

the ebuild for net-firewall/firewalld-1.1.1 checks for CONFIG_NFT_COUNTER which as far as I understand does not exist as a separate module on linux kernels >= 5.17 because the counter function is now built-in 

https://github.com/torvalds/linux/commit/023223dfbfb34fcc9b7dd41e21fbf9a5d5237989

my sys-kernel/gentoo-kernel-5.18.5 does not have this config symbol

gentoo ~ # zgrep CONFIG_NFT_COUNTER /proc/config.gz
gentoo ~ #

when emerging net-firewall/firewalld-1.1.1 it complains:
 *   CONFIG_NFT_COUNTER:         is not set when it should be.

Regards
Sebastian
Comment 1 Larry the Git Cow gentoo-dev 2022-11-30 04:14:36 UTC
The bug has been closed via the following commit(s):

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

commit e891cc7cc5a17f7fd4cbcb668fabcacc3549bff6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-30 04:12:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-30 04:13:36 +0000

    net-firewall/firewalld: add 1.2.2
    
    Closes: https://bugs.gentoo.org/853055
    Signed-off-by: Sam James <sam@gentoo.org>

 net-firewall/firewalld/Manifest               |   1 +
 net-firewall/firewalld/firewalld-1.2.2.ebuild | 216 ++++++++++++++++++++++++++
 2 files changed, 217 insertions(+)