All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH 1/2] drm/hyperv: Add DRM driver for hyperv synthetic video device
Date: Tue, 23 Jun 2020 02:45:37 +0800	[thread overview]
Message-ID: <202006230219.6PrCQH2j%lkp@intel.com> (raw)
In-Reply-To: <20200622110623.113546-2-drawat.floss@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1994 bytes --]

Hi Deepak,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on drm-exynos/exynos-drm-next]
[also build test WARNING on tegra-drm/drm/tegra/for-next drm-tip/drm-tip linus/master v5.8-rc2 next-20200622]
[cannot apply to drm-intel/for-linux-next drm/drm-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Deepak-Rawat/DRM-driver-for-hyper-v-synthetic-video-device/20200622-191036
base:   https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next
config: x86_64-allyesconfig (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 1d4c87335d5236ea1f35937e1014980ba961ae34)
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
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>, old ones prefixed by <<):

>> drivers/gpu/drm/tiny/hyperv_drm.c:695:23: warning: unused variable 'hyperv_modifiers' [-Wunused-const-variable]
static const uint64_t hyperv_modifiers[] = {
^
1 warning generated.

vim +/hyperv_modifiers +695 drivers/gpu/drm/tiny/hyperv_drm.c

   694	
 > 695	static const uint64_t hyperv_modifiers[] = {
   696		DRM_FORMAT_MOD_LINEAR,
   697		DRM_FORMAT_MOD_INVALID
   698	};
   699	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 74031 bytes --]

  parent reply	other threads:[~2020-06-22 18:45 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-22 11:06 [RFC PATCH 0/2] DRM driver for hyper-v synthetic video device Deepak Rawat
2020-06-22 11:06 ` Deepak Rawat
2020-06-22 11:06 ` [RFC PATCH 1/2] drm/hyperv: Add DRM driver for hyperv " Deepak Rawat
2020-06-22 11:06   ` Deepak Rawat
2020-06-22 12:46   ` Gerd Hoffmann
2020-06-22 12:46     ` Gerd Hoffmann
2020-06-22 22:20     ` Deepak Rawat
2020-06-22 22:20       ` Deepak Rawat
2020-06-23  9:42       ` Daniel Vetter
2020-06-23  9:42         ` Daniel Vetter
2020-06-23 16:17         ` Gerd Hoffmann
2020-06-23 16:17           ` Gerd Hoffmann
2020-06-25  0:47           ` Deepak Rawat
2020-06-25  0:47             ` Deepak Rawat
2020-06-22 15:19   ` Sam Ravnborg
2020-06-22 15:19     ` Sam Ravnborg
2020-06-22 22:43     ` Deepak Rawat
2020-06-22 22:43       ` Deepak Rawat
2020-06-23  7:59     ` Thomas Zimmermann
2020-06-23  7:59       ` Thomas Zimmermann
2020-06-23  9:12       ` Deepak Rawat
2020-06-23  9:12         ` Deepak Rawat
2020-06-23  9:19         ` Thomas Zimmermann
2020-06-23  9:19           ` Thomas Zimmermann
2020-06-22 18:45   ` kernel test robot [this message]
2020-06-23  2:31   ` Dexuan Cui
2020-06-23  2:31     ` Dexuan Cui
2020-06-23  6:48     ` Deepak Rawat
2020-06-23  6:48       ` Deepak Rawat
2020-06-23 21:58       ` Dexuan Cui
2020-06-23 21:58         ` Dexuan Cui
2020-06-22 11:06 ` [RFC PATCH 2/2] MAINTAINERS: Add maintainer for hyperv " Deepak Rawat
2020-06-22 11:06   ` Deepak Rawat
2020-06-28 23:01 ` [RFC PATCH 0/2] DRM driver for hyper-v synthetic " Daniel Vetter
2020-06-28 23:01   ` Daniel Vetter
2020-09-10  8:19 [RFC PATCH 1/2] drm/hyperv: Add DRM driver for hyperv " Tang, Shaofeng
2020-09-11  0:38 ` Deepak Rawat
2020-11-15  9:14   ` Thomas Zimmermann
2020-11-15 17:55     ` Deepak Rawat
2020-11-15 18:58       ` Thomas Zimmermann
2020-11-16  9:58         ` Daniel Vetter
2020-11-16 16:36           ` Deepak Rawat
2020-09-28 15:58 Marcin Skarbek

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=202006230219.6PrCQH2j%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.