From: kernel test robot <lkp@intel.com>
To: Yemike Abhilash Chandra <y-abhilashchandra@ti.com>,
mchehab@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, hverkuil+cisco@kernel.org
Cc: oe-kbuild-all@lists.linux.dev, sakari.ailus@linux.intel.com,
bparrot@ti.com, jai.luthra@ideasonboard.com, dale@farnsworth.org,
linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, u-kumar1@ti.com,
y-abhilashchandra@ti.com, Sukrut Bellary <sbellary@baylibre.com>
Subject: Re: [PATCH V6 4/4] media: ti: vpe: Add the VIP driver
Date: Sun, 23 Nov 2025 16:10:00 +0800 [thread overview]
Message-ID: <202511231502.YcimpKQJ-lkp@intel.com> (raw)
In-Reply-To: <20251120091030.2081594-5-y-abhilashchandra@ti.com>
Hi Yemike,
kernel test robot noticed the following build warnings:
[auto build test WARNING on robh/for-next]
[also build test WARNING on linuxtv-media-pending/master sailus-media-tree/master linus/master v6.18-rc6 next-20251121]
[cannot apply to sailus-media-tree/streams]
[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/Yemike-Abhilash-Chandra/media-ti-vpe-Re-introduce-multi-instance-and-multi-client-support/20251120-171336
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link: https://lore.kernel.org/r/20251120091030.2081594-5-y-abhilashchandra%40ti.com
patch subject: [PATCH V6 4/4] media: ti: vpe: Add the VIP driver
config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20251123/202511231502.YcimpKQJ-lkp@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251123/202511231502.YcimpKQJ-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/202511231502.YcimpKQJ-lkp@intel.com/
All warnings (new ones prefixed by >>):
drivers/media/platform/ti/vpe/vip.c: In function 'enable_irqs':
>> drivers/media/platform/ti/vpe/vip.c:78:47: warning: conversion from 'long unsigned int' to 'u32' {aka 'unsigned int'} changes value from '18446744073709551471' to '4294967151' [-Woverflow]
78 | #define reg_write(dev, offset, val) iowrite32((val), (dev)->base + (offset))
| ^~~~~
drivers/media/platform/ti/vpe/vip.c:776:9: note: in expansion of macro 'reg_write'
776 | reg_write(parser, VIP_PARSER_FIQ_MASK, ~PARSER_IRQ_MASK);
| ^~~~~~~~~
vim +78 drivers/media/platform/ti/vpe/vip.c
76
77 #define reg_read(dev, offset) ioread32((dev)->base + (offset))
> 78 #define reg_write(dev, offset, val) iowrite32((val), (dev)->base + (offset))
79
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2025-11-23 8:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-20 9:10 [PATCH V6 0/4] Add support for TI VIP Yemike Abhilash Chandra
2025-11-20 9:10 ` [PATCH V6 1/4] media: ti: vpe: Re-introduce multi-instance and multi-client support Yemike Abhilash Chandra
2025-11-20 9:10 ` [PATCH V6 2/4] media: ti: vpe: Export vpdma_load_firmware() function Yemike Abhilash Chandra
2025-11-20 9:10 ` [PATCH V6 3/4] dt-bindings: media: ti: vpe: Add support for Video Input Port Yemike Abhilash Chandra
2025-11-20 9:50 ` Krzysztof Kozlowski
2025-11-20 10:32 ` Yemike Abhilash Chandra
2025-11-20 9:10 ` [PATCH V6 4/4] media: ti: vpe: Add the VIP driver Yemike Abhilash Chandra
2025-11-23 8:10 ` kernel test robot [this message]
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=202511231502.YcimpKQJ-lkp@intel.com \
--to=lkp@intel.com \
--cc=bparrot@ti.com \
--cc=conor+dt@kernel.org \
--cc=dale@farnsworth.org \
--cc=devicetree@vger.kernel.org \
--cc=hverkuil+cisco@kernel.org \
--cc=jai.luthra@ideasonboard.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=robh@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=sbellary@baylibre.com \
--cc=u-kumar1@ti.com \
--cc=y-abhilashchandra@ti.com \
/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;
as well as URLs for NNTP newsgroup(s).