Re: [PATCH] drm/amd/pm: Handle non-terminated overdrive commands.

2023-10-17 Thread Alex Deucher
Applied. Thanks! On Tue, Oct 17, 2023 at 10:01 AM Bas Nieuwenhuizen wrote: > > The incoming strings might not be terminated by a newline > or a 0. > > (found while testing a program that just wrote the string > itself, causing a crash) > > Cc: sta...@vger.kernel.org > Fixes: e3933f26b657 ("drm/

[PATCH] drm/amd/pm: Handle non-terminated overdrive commands.

2023-10-17 Thread Bas Nieuwenhuizen
The incoming strings might not be terminated by a newline or a 0. (found while testing a program that just wrote the string itself, causing a crash) Cc: sta...@vger.kernel.org Fixes: e3933f26b657 ("drm/amd/pp: Add edit/commit/show OD clock/voltage support in sysfs") Signed-off-by: Bas Nieuwenhu