Bug 197123
Summary: | nftables oops with 4.14.0-rc3 on arm64 (Rock64 board) | ||
---|---|---|---|
Product: | Networking | Reporter: | Johny Mattsson (johny.mattsson+kernel) |
Component: | Netfilter/Iptables | Assignee: | networking_netfilter-iptables (networking_netfilter-iptables) |
Status: | NEW --- | ||
Severity: | normal | CC: | pablo, zub |
Priority: | P1 | ||
Hardware: | ARM | ||
OS: | Linux | ||
Kernel Version: | 4.14.0-rc3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | kernel config used |
Description
Johny Mattsson
2017-10-04 05:58:49 UTC
Could you give a try to this patch? http://patchwork.ozlabs.org/patch/821334/ Thanks. Thanks Pablo! I can confirm that patch fixes the issue. No more oops: ``` root@devuan:~# nft add chain inet filter input { type filter hook input priority 0 \; } root@devuan:~# nft list ruleset table inet filter { chain input { type filter hook input priority 0; policy accept; } } root@devuan:~# ``` (Do I mark this as resolved now, or will you do it when the patch goes in?) I've run into the same on my ALIX 2c3 (http://pcengines.ch/alix2c3.htm). The issue is not present in 4.13.5, but it is in 4.14.0-rc1, and -rc3 (and I assume i -rc2 too). The patch mentioned above solves the issue for me too. |