[PATCH 0/5] drm/amd/pm: Prevent division by zero

2025-03-25 Thread Denis Arefev
This series of patches prevents possible division by zero. The user can set any speed value. If speed is greater than UINT_MAX/8, division by zero is possible. Found by Linux Verification Center (linuxtesting.org) with SVACE. Denis Arefev (5): drm/amd/pm: Prevent division by zero drm/amd/pm

Re: [PATCH 0/5] drm/amd/pm: Prevent division by zero

2025-03-21 Thread Alex Deucher
On Fri, Mar 21, 2025 at 6:53 AM Denis Arefev wrote: > > This series of patches prevents possible division by zero. > > The user can set any speed value. > If speed is greater than UINT_MAX/8, division by zero is possible. > > Found by Linux Verification Center (linuxtesting.org) with SVACE. Appli