Page MenuHomeFreeBSD

ena: Fix customer metrics deallocation statement place
Needs ReviewPublic

Authored by osamaabb_amazon.com on Aug 20 2024, 8:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 23, 3:53 PM
Unknown Object (File)
Sat, Feb 21, 5:24 PM
Unknown Object (File)
Sun, Feb 8, 7:21 AM
Unknown Object (File)
Sat, Jan 31, 4:09 AM
Unknown Object (File)
Jan 26 2026, 11:37 AM
Unknown Object (File)
Dec 23 2025, 10:40 AM
Unknown Object (File)
Dec 11 2025, 5:11 AM
Unknown Object (File)
Nov 23 2025, 9:09 AM
Subscribers

Details

Reviewers
cperciva
Summary

Upstream commit [1] made if_alloc_domain() never fail, then also do the
wrappers if_alloc(), if_alloc_dev(), and if_gethandle().

Upstream commit [2] removed the NULL check conducted by the driver.
This commit also removes err_customer_metrics_alloc goto label.

Commit [2] leaves behind a floating free() statement that
deallocates customer_metrics_array. This commit places the
deallocation statement where it belongs.

[1] commit 4787572d0580 ("ifnet: make if_alloc_domain() never fail")
[2] commit aa3860851b9f ("net: Remove unneeded NULL check for the allocated ifnet")

Approved by: cperciva
MFC after: 2 weeks
Sponsored by: Amazon, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 59083
Build 55970: arc lint + arc unit