From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3] drm: Use USB controller's DMA mask when importing dmabufs
Date: Wed, 24 Feb 2021 00:09:06 +0800 [thread overview]
Message-ID: <202102240037.DaP0rFPj-lkp@intel.com> (raw)
In-Reply-To: <20210223105842.27011-1-tzimmermann@suse.de>
[-- Attachment #1: Type: text/plain, Size: 2900 bytes --]
Hi Thomas,
I love your patch! Perhaps something to improve:
[auto build test WARNING on linus/master]
[also build test WARNING on v5.11 next-20210223]
[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]
url: https://github.com/0day-ci/linux/commits/Thomas-Zimmermann/drm-Use-USB-controller-s-DMA-mask-when-importing-dmabufs/20210223-190109
base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 3b9cdafb5358eb9f3790de2f728f765fef100731
config: x86_64-randconfig-a015-20210223 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/63fa5ee495df649f26d331618560f427bd009255
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Thomas-Zimmermann/drm-Use-USB-controller-s-DMA-mask-when-importing-dmabufs/20210223-190109
git checkout 63fa5ee495df649f26d331618560f427bd009255
# save the attached .config to linux build tree
make W=1 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 >>):
drivers/gpu/drm/udl/udl_drv.c:42:2: error: 'DRM_GEM_SHMEM_DRIVER_OPS_USB' undeclared here (not in a function); did you mean 'DRM_GEM_SHMEM_DRIVER_OPS'?
42 | DRM_GEM_SHMEM_DRIVER_OPS_USB,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| DRM_GEM_SHMEM_DRIVER_OPS
>> drivers/gpu/drm/udl/udl_drv.c:42:2: warning: excess elements in struct initializer
drivers/gpu/drm/udl/udl_drv.c:42:2: note: (near initialization for 'driver')
--
drivers/gpu/drm/tiny/gm12u320.c:616:2: error: 'DRM_GEM_SHMEM_DRIVER_OPS_USB' undeclared here (not in a function); did you mean 'DRM_GEM_SHMEM_DRIVER_OPS'?
616 | DRM_GEM_SHMEM_DRIVER_OPS_USB,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| DRM_GEM_SHMEM_DRIVER_OPS
>> drivers/gpu/drm/tiny/gm12u320.c:616:2: warning: excess elements in struct initializer
drivers/gpu/drm/tiny/gm12u320.c:616:2: note: (near initialization for 'gm12u320_drm_driver')
vim +42 drivers/gpu/drm/udl/udl_drv.c
36
37 static const struct drm_driver driver = {
38 .driver_features = DRIVER_ATOMIC | DRIVER_GEM | DRIVER_MODESET,
39
40 /* GEM hooks */
41 .fops = &udl_driver_fops,
> 42 DRM_GEM_SHMEM_DRIVER_OPS_USB,
43
44 .name = DRIVER_NAME,
45 .desc = DRIVER_DESC,
46 .date = DRIVER_DATE,
47 .major = DRIVER_MAJOR,
48 .minor = DRIVER_MINOR,
49 .patchlevel = DRIVER_PATCHLEVEL,
50 };
51
---
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: 43405 bytes --]
prev parent reply other threads:[~2021-02-23 16:09 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-23 10:58 [PATCH v3] drm: Use USB controller's DMA mask when importing dmabufs Thomas Zimmermann
2021-02-23 10:58 ` Thomas Zimmermann
2021-02-23 11:19 ` Greg KH
2021-02-23 11:19 ` Greg KH
2021-02-23 11:27 ` Greg KH
2021-02-23 11:27 ` Greg KH
2021-02-23 11:46 ` Daniel Vetter
2021-02-23 11:46 ` Daniel Vetter
2021-02-23 12:02 ` Greg KH
2021-02-23 12:02 ` Greg KH
2021-02-23 12:14 ` Daniel Vetter
2021-02-23 12:14 ` Daniel Vetter
2021-02-23 12:24 ` Greg KH
2021-02-23 12:24 ` Greg KH
2021-02-23 12:40 ` Daniel Vetter
2021-02-23 12:40 ` Daniel Vetter
2021-02-23 12:50 ` Greg KH
2021-02-23 12:50 ` Greg KH
2021-02-23 12:59 ` Daniel Vetter
2021-02-23 12:59 ` Daniel Vetter
2021-02-23 12:51 ` Thomas Zimmermann
2021-02-23 12:51 ` Thomas Zimmermann
2021-02-23 13:09 ` Greg KH
2021-02-23 13:09 ` Greg KH
2021-02-25 19:01 ` Sudip Mukherjee
2021-02-25 19:01 ` Sudip Mukherjee
2021-02-25 21:39 ` Salvatore Bonaccorso
2021-02-25 21:39 ` Salvatore Bonaccorso
2021-02-23 12:37 ` Thomas Zimmermann
2021-02-23 12:37 ` Thomas Zimmermann
2021-02-23 12:44 ` Greg KH
2021-02-23 12:44 ` Greg KH
2021-02-23 12:49 ` Daniel Vetter
2021-02-23 12:49 ` Daniel Vetter
2021-02-23 12:52 ` Greg KH
2021-02-23 12:52 ` Greg KH
2021-02-23 13:43 ` Thomas Zimmermann
2021-02-23 13:43 ` Thomas Zimmermann
2021-02-23 12:47 ` Daniel Vetter
2021-02-23 12:47 ` Daniel Vetter
2021-02-23 15:45 ` Alan Stern
2021-02-23 15:45 ` Alan Stern
2021-02-24 6:02 ` Thomas Zimmermann
2021-02-24 6:02 ` Thomas Zimmermann
2021-02-23 13:44 ` Takashi Iwai
2021-02-23 13:44 ` Takashi Iwai
2021-02-23 14:06 ` Thomas Zimmermann
2021-02-23 14:06 ` Thomas Zimmermann
2021-02-23 16:00 ` Alan Stern
2021-02-23 16:00 ` Alan Stern
2021-02-23 16:12 ` Takashi Iwai
2021-02-23 16:12 ` Takashi Iwai
2021-02-23 17:30 ` Greg KH
2021-02-23 17:30 ` Greg KH
2021-02-24 5:59 ` Thomas Zimmermann
2021-02-24 5:59 ` Thomas Zimmermann
2021-02-24 7:27 ` Christoph Hellwig
2021-02-23 16:09 ` 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=202102240037.DaP0rFPj-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.