On Sat, 14 Mar 2026 18:54:30 +0530, Athira Rajeev wrote:
> htmdump modules uses global memory buffers to capture
> details like capabilities, status of specified HTM, read the
> trace buffer. These are initialized during module init and
> hence needs to be freed in module exit.
>
> Patch adds freeing of the memory in module exit. The change
> also includes minor clean up for the variable name. The
> read call back for the debugfs interface file saves filp->private_data
> to local variable name which is same as global variable
> name for the memory buffers. Rename these local variable
> names.
>
> [...]
Applied to powerpc/fixes.
[1/3] powerpc/pseries/htmdump: Free the global buffers in htmdump module exit
https://git.kernel.org/powerpc/c/54d54f33813d7911555226b4220737177a2ba8d6
[2/3] powerpc/pseries/htmdump: Fix the offset value used in processor
configuration dump
https://git.kernel.org/powerpc/c/4ec6ade73f1626a74d46e61ff247cf2b1b96446b
[3/3] powerpc/pseries/htmdump: Fix the offset value used in htm status dump
https://git.kernel.org/powerpc/c/0031424cbc0a6eafc56a8f9201a4a69d3649981e
cheers