Re: [Patch v6 3/7] leds: ledtrig-tty: free allocated ttyname buffer on deactivate

From: m . brock
Date: Sat Nov 04 2023 - 09:26:03 EST


Florian Eckert wrote on 2023-10-30 11:04:
The ttyname buffer for the ledtrig_tty_data struct is allocated in the
sysfs ttyname_store() function. This buffer must be released on trigger
deactivation. This was missing and is thus a memory leak.

Shouldn´t there be a Fixes tag here?

And as a side note: you have patches 1..7/7 and a cover letter 0/8 ?

Maarten