]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvdimm/btt: Free arena sub-allocations on discover_arenas() error path
authorAbdun Nihaal <nihaal@cse.iitm.ac.in>
Tue, 19 May 2026 05:50:12 +0000 (11:20 +0530)
committerAlison Schofield <alison.schofield@intel.com>
Mon, 1 Jun 2026 23:43:53 +0000 (16:43 -0700)
commit13fe4cd9ddd0aacb7777812328be525a11ea3fea
tree2d57bd95a583cbcd6970bca3c0ebc0d59443c5a6
parent8d4b989d9c9afe5f185aa5853b666fc4617afe9e
nvdimm/btt: Free arena sub-allocations on discover_arenas() error path

Memory allocated by btt_freelist_init(), btt_rtt_init(), and
btt_maplocks_init() is not freed on some discover_arenas() error
paths. This leaks memory when arena discovery fails.

Add the missing kfree() calls to release the allocations before
returning an error.

[ as: commit message and log edits ]

Fixes: 5212e11fde4d ("nd_btt: atomic sector updates")
Cc: stable@vger.kernel.org
Signed-off-by: Abdun Nihaal <nihaal@cse.iitm.ac.in>
Reviewed-by: Alison Schofield <alison.schofield@intel.com>
Link: https://patch.msgid.link/20260519-nvdimmleaks-v1-1-592300fb7a43@cse.iitm.ac.in
Signed-off-by: Alison Schofield <alison.schofield@intel.com>
drivers/nvdimm/btt.c