Bug 203039
Summary: | The nf_tables module crashes on boot | ||
---|---|---|---|
Product: | Networking | Reporter: | Artem S. Tashkinov (aros) |
Component: | Netfilter/Iptables | Assignee: | networking_netfilter-iptables (networking_netfilter-iptables) |
Status: | RESOLVED CODE_FIX | ||
Severity: | blocking | CC: | fw, pablo |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 5.0.4 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Artem S. Tashkinov
2019-03-25 18:05:02 UTC
My distro is Fedora 29. GCC version: 8.3.1-2.fc29.x86_64 I compiled the kernel from sources ( https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.4.tar.xz ) with zero patches or modifications applied. This might be a dupe of bug 202905 which has recieved zero attention from developers for almost two weeks. This was also discussed on LKML: https://lkml.org/lkml/2019/3/8/141 Here's a patch which probably resolves the issue: https://patchwork.ozlabs.org/patch/1053232/ It turns out the nf_tables module ****crashes on boot****. Why on earth hasn't this bug been solved already? We are at kernel 5.0.5 already and the issue is still not solved. WTF guys? Its in the queue for 5.0.6: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-5.0/netfilter-nf_tables-fix-set-double-free-in-abort-pat.patch (In reply to Florian Westphal from comment #6) > Its in the queue for 5.0.6: > https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/ > queue-5.0/netfilter-nf_tables-fix-set-double-free-in-abort-pat.patch Thanks! Please close bug 202905 as well. |