Bug 2443276
| Summary: | Fix crash when ops doesn't support udata | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Scott Shambarger <scott-fedora> | |
| Component: | nftables | Assignee: | Phil Sutter <psutter> | |
| Status: | ON_QA --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 42 | CC: | dimitri.ledkov, kevin, psutter, xzhou | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | --- | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2443346 (view as bug list) | Environment: | ||
| Last Closed: | Type: | --- | ||
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2443346 | |||
|
Description
Scott Shambarger
2026-02-27 07:44:54 UTC
FEDORA-2026-0a171392b4 (nftables-1.1.1-3.fc42.1) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2026-0a171392b4 Thanks Phil... forgot that we should future proof 1.1.3 against even newer nft versions too :) FEDORA-2026-0a171392b4 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-0a171392b4` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-0a171392b4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Can I please ask if separate issues needs to be opened for Centos Stream and RHEL products? This issue originated from redhat engineers working on istio, and thus I believe OpenShift products, Centos, and RHEL are also affected. Hi Scott, (In reply to Scott Shambarger from comment #2) > Thanks Phil... forgot that we should future proof 1.1.3 against even newer > nft versions too :) The only real "future proof" is a song by Massive Attack. ;) While defensive coding surely helps preventing crashes (real ones, not the overly frequent call to BUG() in unexpected situations), forward compatibility is a utopian goal with nftables due to how data is exchanged between kernel and user space and (at least upstream's) need to implement new features. Best we can do is detect the situation. Upstream's current approach for this is to attach the creating nftables' version to new tables and warn the user if parsing a table which has a newer version number than the current one. (In reply to Dimitri John Ledkov from comment #4) > Can I please ask if separate issues needs to be opened for Centos Stream and > RHEL products? > > This issue originated from redhat engineers working on istio, and thus I > believe OpenShift products, Centos, and RHEL are also affected. Already done: https://issues.redhat.com/browse/RHEL-152438 |