CVE-2026-72224: nvdimm/btt: Free arenas on btt_init() error paths
In the Linux kernel, the following vulnerability has been resolved:
nvdimm/btt: Free arenas on bttinit() error paths
The arenas allocated by discoverarenas() or createarenas() are not freed on some error paths in bttinit(). This leaks memory when BTT initialization fails.
Call freearenas() from the affected error paths to release the allocations.
[ as: commit message and log edits ]