✓ CI.checkpatch: success for drm/xe/hwmon: Update xe hwmon with couple of fixes (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 4 10:04:27 UTC 2024
== Series Details ==
Series: drm/xe/hwmon: Update xe hwmon with couple of fixes (rev6)
URL : https://patchwork.freedesktop.org/series/131765/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cb6199afd3c79dcc6275c8c1ec1785a25d7ea527
Author: Karthik Poosa <karthik.poosa at intel.com>
Date: Thu Apr 4 15:38:27 2024 +0530
drm/xe/hwmon: Cast to output precision before multiplying operands
Address potential overflow in result of multiplication of two lower
precision (u32) operands before widening it to higher precision (u64).
Fixes: 4446fcf220ce ("drm/xe/hwmon: Expose power1_max_interval")
Signed-off-by: Karthik Poosa <karthik.poosa at intel.com>
Reviewed-by: Anshuman Gupta <anshuman.gupta at intel.com>
Cc: Badal Nilawar <badal.nilawar at intel.com>
+ /mt/dim checkpatch 714417be4833696db248e963e5010e6639610bda drm-intel
3dd693083653 drm/xe: Define XE_REG_IS_VALID
a36ba65553e4 drm/xe/hwmon: Update xe_hwmon_get_reg to return struct xe_reg
43a79c861f8b drm/xe/hwmon: Update xe_hwmon_process_reg
cb6199afd3c7 drm/xe/hwmon: Cast to output precision before multiplying operands
More information about the Intel-xe
mailing list