All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com, Dan Carpenter <error27@gmail.com>
Subject: Re: [PATCH v4 10/10] drm/panfrost: Rename panfrost_job functions to reflect real role
Date: Sat, 11 Oct 2025 14:14:53 +0800	[thread overview]
Message-ID: <202510111347.yceSirEP-lkp@intel.com> (raw)

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20251001022039.1215976-11-adrian.larumbe@collabora.com>
References: <20251001022039.1215976-11-adrian.larumbe@collabora.com>
TO: "Adrián Larumbe" <adrian.larumbe@collabora.com>
TO: linux-kernel@vger.kernel.org
CC: dri-devel@lists.freedesktop.org
CC: Steven Price <steven.price@arm.com>
CC: Boris Brezillon <bbrezillon@kernel.org>
CC: kernel@collabora.com
CC: "Adrián Larumbe" <adrian.larumbe@collabora.com>
CC: Rob Herring <robh@kernel.org>
CC: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
CC: Maxime Ripard <mripard@kernel.org>
CC: Thomas Zimmermann <tzimmermann@suse.de>
CC: David Airlie <airlied@gmail.com>
CC: Simona Vetter <simona@ffwll.ch>

Hi Adrián,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 1a93d70801421ca506807ced45566490976d532a]

url:    https://github.com/intel-lab-lkp/linux/commits/Adri-n-Larumbe/drm-panfrost-Replace-DRM-driver-allocation-method-with-newer-one/20251001-102438
base:   1a93d70801421ca506807ced45566490976d532a
patch link:    https://lore.kernel.org/r/20251001022039.1215976-11-adrian.larumbe%40collabora.com
patch subject: [PATCH v4 10/10] drm/panfrost: Rename panfrost_job functions to reflect real role
:::::: branch date: 10 days ago
:::::: commit date: 10 days ago
config: s390-randconfig-r071-20251004 (https://download.01.org/0day-ci/archive/20251011/202510111347.yceSirEP-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 8.5.0

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>
| Reported-by: Dan Carpenter <error27@gmail.com>
| Closes: https://lore.kernel.org/r/202510111347.yceSirEP-lkp@intel.com/

smatch warnings:
drivers/gpu/drm/panfrost/panfrost_job.c:958 panfrost_jm_close() warn: iterator 'i' not incremented

vim +/i +958 drivers/gpu/drm/panfrost/panfrost_job.c

6aa8bc58ac88f3 Boris Brezillon 2025-09-17  951  
af0a25dc419cec Adrián Larumbe  2025-10-01  952  void panfrost_jm_close(struct drm_file *file)
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  953  {
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  954  	struct panfrost_file_priv *panfrost_priv = file->driver_priv;
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  955  	struct panfrost_jm_ctx *jm_ctx;
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  956  	unsigned long i;
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  957  
6aa8bc58ac88f3 Boris Brezillon 2025-09-17 @958  	xa_for_each(&panfrost_priv->jm_ctxs, i, jm_ctx)
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  959  		panfrost_jm_ctx_destroy(file, i);
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  960  
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  961  	xa_destroy(&panfrost_priv->jm_ctxs);
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  962  }
6aa8bc58ac88f3 Boris Brezillon 2025-09-17  963  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

             reply	other threads:[~2025-10-11  6:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-11  6:14 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-01  2:20 [PATCH v4 00/10] Some Panfrost fixes and improvements Adrián Larumbe
2025-10-01  2:20 ` [PATCH v4 10/10] drm/panfrost: Rename panfrost_job functions to reflect real role Adrián Larumbe
2025-10-01 15:19   ` Boris Brezillon

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=202510111347.yceSirEP-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=error27@gmail.com \
    --cc=oe-kbuild@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.