Re: linux-next: build warning after merge of the drm tree
From: Thomas Hellström
Date: Fri Jan 26 2024 - 04:24:13 EST
On Thu, 2024-01-25 at 11:33 +1100, Stephen Rothwell wrote:
> Hi all,
>
> On Fri, 5 Jan 2024 17:47:45 +1100 Stephen Rothwell
> <sfr@xxxxxxxxxxxxxxxx> wrote:
> >
> > After merging the drm tree, today's linux-next build (htmldocs)
> > produced
> > this warning:
> >
> > Warning: /sys/devices/.../hwmon/hwmon<i>/curr1_crit is defined 2
> > times: Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:35
> > Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:52
> > Warning: /sys/devices/.../hwmon/hwmon<i>/energy1_input is defined 2
> > times: Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:54
> > Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:65
> > Warning: /sys/devices/.../hwmon/hwmon<i>/in0_input is defined 2
> > times: Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:46
> > Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:0
> > Warning: /sys/devices/.../hwmon/hwmon<i>/power1_crit is defined 2
> > times: Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:22
> > Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:39
> > Warning: /sys/devices/.../hwmon/hwmon<i>/power1_max is defined 2
> > times: Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:0
> > Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:8
> > Warning: /sys/devices/.../hwmon/hwmon<i>/power1_max_interval is
> > defined 2 times: Documentation/ABI/testing/sysfs-driver-intel-xe-
> > hwmon:62 Documentation/ABI/testing/sysfs-driver-intel-i915-
> > hwmon:30
> > Warning: /sys/devices/.../hwmon/hwmon<i>/power1_rated_max is
> > defined 2 times: Documentation/ABI/testing/sysfs-driver-intel-xe-
> > hwmon:14 Documentation/ABI/testing/sysfs-driver-intel-i915-
> > hwmon:22
> >
> > Introduced by commits
> >
> > fb1b70607f73 ("drm/xe/hwmon: Expose power attributes")
> > 92d44a422d0d ("drm/xe/hwmon: Expose card reactive critical
> > power")
> > fbcdc9d3bf58 ("drm/xe/hwmon: Expose input voltage attribute")
> > 71d0a32524f9 ("drm/xe/hwmon: Expose hwmon energy attribute")
> > 4446fcf220ce ("drm/xe/hwmon: Expose power1_max_interval")
>
> I am still getting these warnings.
>
We're looking at fixing those.
Thanks,
Thomas