On Thu, Jun 11, 2020 at 12:13:03PM +0100, Steven Price wrote: > On 28/05/2020 08:17, kbuild test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y > > head: e0d81ce760044efd3f26004aa32821c34968512a > > commit: 3e041c27b9909704a54bc673f9110391e740f583 [2150/5369] drm/panfrost: Add the panfrost_gem_mapping concept > > config: sparc-allyesconfig (attached as .config) > > compiler: sparc64-linux-gcc (GCC) 9.3.0 > > reproduce (this is a W=1 build): > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > git checkout 3e041c27b9909704a54bc673f9110391e740f583 > > # save the attached .config to linux build tree > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=sparc > > > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > > > > All warnings (new ones prefixed by >>, old ones prefixed by <<): > > > > drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_cleanup': > > > > drivers/gpu/drm/panfrost/panfrost_job.c:279:31: warning: variable 'bo' set but not used [-Wunused-but-set-variable] > > 279 | struct panfrost_gem_object *bo; > > | ^~ > > FYI: This was fixed upstream in fe154a242233 ("drm/panfrost: Remove set but > not used variable 'bo'") Thanks, but this is not a real issue, so no need to fix it in stable trees. greg k-h