mbox series

[0/2] Updates to amd_sfh

Message ID 20230707065722.9036-1-Basavaraj.Natikar@amd.com
Headers show
Series Updates to amd_sfh | expand

Message

Basavaraj Natikar July 7, 2023, 6:57 a.m. UTC
This patch series include changes for renaming the float32 variable
including the fix for shift-out-of-bounds issue.

Basavaraj Natikar (2):
  HID: amd_sfh: Rename the float32 variable
  HID: amd_sfh: Fix for shift-out-of-bounds

 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c | 30 ++++++++++++++-----
 1 file changed, 23 insertions(+), 7 deletions(-)

Comments

Benjamin Tissoires July 10, 2023, 8:32 a.m. UTC | #1
On Fri, 07 Jul 2023 12:27:20 +0530, Basavaraj Natikar wrote:
> This patch series include changes for renaming the float32 variable
> including the fix for shift-out-of-bounds issue.
> 
> Basavaraj Natikar (2):
>   HID: amd_sfh: Rename the float32 variable
>   HID: amd_sfh: Fix for shift-out-of-bounds
> 
> [...]

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git (for-6.5/upstream-fixes), thanks!

[1/2] HID: amd_sfh: Rename the float32 variable
      https://git.kernel.org/hid/hid/c/c1685a862a4b
[2/2] HID: amd_sfh: Fix for shift-out-of-bounds
      https://git.kernel.org/hid/hid/c/878543661764

Cheers,