From: kernel test robot <lkp@intel.com>
To: Karol Wachowski <karol.wachowski@linux.intel.com>,
dri-devel@lists.freedesktop.org
Cc: oe-kbuild-all@lists.linux.dev, oded.gabbay@gmail.com,
jeff.hugo@oss.qualcomm.com, maciej.falkowski@linux.intel.com,
lizhi.hou@amd.com,
Karol Wachowski <karol.wachowski@linux.intel.com>
Subject: Re: [PATCH 1/2] accel/ivpu: Add fdinfo support for memory statistics
Date: Sat, 8 Nov 2025 14:05:44 +0800 [thread overview]
Message-ID: <202511081303.INWfFdzI-lkp@intel.com> (raw)
In-Reply-To: <20251106101052.1050348-2-karol.wachowski@linux.intel.com>
Hi Karol,
kernel test robot noticed the following build warnings:
[auto build test WARNING on next-20251106]
[cannot apply to drm-misc/drm-misc-next drm-tip/drm-tip linus/master v6.18-rc4 v6.18-rc3 v6.18-rc2 v6.18-rc4]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Karol-Wachowski/accel-ivpu-Add-fdinfo-support-for-memory-statistics/20251106-181300
base: next-20251106
patch link: https://lore.kernel.org/r/20251106101052.1050348-2-karol.wachowski%40linux.intel.com
patch subject: [PATCH 1/2] accel/ivpu: Add fdinfo support for memory statistics
config: x86_64-buildonly-randconfig-005-20251108 (https://download.01.org/0day-ci/archive/20251108/202511081303.INWfFdzI-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251108/202511081303.INWfFdzI-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202511081303.INWfFdzI-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/accel/ivpu/ivpu_drv.c:458:5: warning: "CONFIG_PROC_FS" is not defined, evaluates to 0 [-Wundef]
458 | #if CONFIG_PROC_FS
| ^~~~~~~~~~~~~~
drivers/accel/ivpu/ivpu_drv.c:475:5: warning: "CONFIG_PROC_FS" is not defined, evaluates to 0 [-Wundef]
475 | #if CONFIG_PROC_FS
| ^~~~~~~~~~~~~~
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for OF_GPIO
Depends on [n]: GPIOLIB [=y] && OF [=n] && HAS_IOMEM [=y]
Selected by [y]:
- GPIO_TB10X [=y] && GPIOLIB [=y] && HAS_IOMEM [=y] && (ARC_PLAT_TB10X || COMPILE_TEST [=y])
WARNING: unmet direct dependencies detected for MFD_STMFX
Depends on [n]: HAS_IOMEM [=y] && I2C [=y] && OF [=n]
Selected by [y]:
- PINCTRL_STMFX [=y] && PINCTRL [=y] && I2C [=y] && OF_GPIO [=y] && HAS_IOMEM [=y]
WARNING: unmet direct dependencies detected for I2C_K1
Depends on [n]: I2C [=y] && HAS_IOMEM [=y] && (ARCH_SPACEMIT || COMPILE_TEST [=y]) && OF [=n]
Selected by [y]:
- MFD_SPACEMIT_P1 [=y] && HAS_IOMEM [=y] && (ARCH_SPACEMIT || COMPILE_TEST [=y]) && I2C [=y]
vim +/CONFIG_PROC_FS +458 drivers/accel/ivpu/ivpu_drv.c
454
455 static const struct file_operations ivpu_fops = {
456 .owner = THIS_MODULE,
457 DRM_ACCEL_FOPS,
> 458 #if CONFIG_PROC_FS
459 .show_fdinfo = drm_show_fdinfo,
460 #endif
461 };
462
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-11-08 6:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 10:10 [PATCH 0/2] accel/ivpu: Add memory statistics support Karol Wachowski
2025-11-06 10:10 ` [PATCH 1/2] accel/ivpu: Add fdinfo support for memory statistics Karol Wachowski
2025-11-07 16:12 ` Jeff Hugo
2025-11-08 6:05 ` kernel test robot [this message]
2025-11-06 10:10 ` [PATCH 2/2] accel/ivpu: Count only resident buffers in memory utilization Karol Wachowski
2025-11-07 16:13 ` Jeff Hugo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202511081303.INWfFdzI-lkp@intel.com \
--to=lkp@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jeff.hugo@oss.qualcomm.com \
--cc=karol.wachowski@linux.intel.com \
--cc=lizhi.hou@amd.com \
--cc=maciej.falkowski@linux.intel.com \
--cc=oded.gabbay@gmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox