From: kernel test robot <lkp@intel.com>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
dri-devel@lists.freedesktop.org
Cc: kbuild-all@lists.01.org, "Sandy Huang" <hjc@rock-chips.com>,
"Heiko Stübner" <heiko@sntech.de>,
"Emma Anholt" <emma@anholt.net>,
"Christian König" <christian.koenig@amd.com>
Subject: Re: [PATCH 4/5] drm: zte: remove obsolete DRM Support for ZTE SoCs
Date: Wed, 18 Aug 2021 22:37:58 +0800 [thread overview]
Message-ID: <202108182226.Exq8OhFZ-lkp@intel.com> (raw)
In-Reply-To: <20210818124114.28545-5-lukas.bulwahn@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2547 bytes --]
Hi Lukas,
I love your patch! Yet something to improve:
[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on drm-tip/drm-tip next-20210818]
[cannot apply to rockchip/for-next linus/master v5.14-rc6]
[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/Lukas-Bulwahn/Kconfig-symbol-clean-up-on-gpu/20210818-204414
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: i386-tinyconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/432489a34862a1874790d81866c3a30bca355979
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Lukas-Bulwahn/Kconfig-symbol-clean-up-on-gpu/20210818-204414
git checkout 432489a34862a1874790d81866c3a30bca355979
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/Kconfig:354: can't open file "drivers/gpu/drm/zte/Kconfig"
--
>> drivers/gpu/drm/Kconfig:354: can't open file "drivers/gpu/drm/zte/Kconfig"
make[2]: *** [scripts/kconfig/Makefile:77: olddefconfig] Error 1
make[1]: *** [Makefile:626: olddefconfig] Error 2
make: *** [Makefile:220: __sub-make] Error 2
make: Target 'olddefconfig' not remade because of errors.
--
>> drivers/gpu/drm/Kconfig:354: can't open file "drivers/gpu/drm/zte/Kconfig"
make[3]: *** [scripts/kconfig/Makefile:77: syncconfig] Error 1
make[2]: *** [Makefile:626: syncconfig] Error 2
make[1]: *** [Makefile:736: include/config/auto.conf.cmd] Error 2
make[1]: Failed to remake makefile 'include/config/auto.conf.cmd'.
make[1]: Failed to remake makefile 'include/config/auto.conf'.
make[1]: Target 'prepare' not remade because of errors.
make: *** [Makefile:220: __sub-make] Error 2
make: Target 'prepare' not remade because of errors.
vim +354 drivers/gpu/drm/Kconfig
d92d9c3a14488e David Herrmann 2016-08-04 353
0a886f59528aac Shawn Guo 2016-09-22 @354 source "drivers/gpu/drm/zte/Kconfig"
0a886f59528aac Shawn Guo 2016-09-22 355
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 7183 bytes --]
next prev parent reply other threads:[~2021-08-18 14:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-18 12:41 [PATCH 0/5] Kconfig symbol clean-up on gpu Lukas Bulwahn
2021-08-18 12:41 ` [PATCH 1/5] drm: rockchip: remove reference to non-existing config DRM_RGB Lukas Bulwahn
2021-08-18 12:41 ` [PATCH 2/5] drm: amdgpu: remove obsolete reference to config CHASH Lukas Bulwahn
2021-08-18 21:51 ` Alex Deucher
2021-08-18 12:41 ` [PATCH 3/5] drm: v3d: correct reference to config ARCH_BRCMSTB Lukas Bulwahn
2021-08-18 12:41 ` [PATCH 4/5] drm: zte: remove obsolete DRM Support for ZTE SoCs Lukas Bulwahn
2021-08-18 14:37 ` kernel test robot [this message]
2021-08-18 12:41 ` [PATCH 5/5] drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP Lukas Bulwahn
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=202108182226.Exq8OhFZ-lkp@intel.com \
--to=lkp@intel.com \
--cc=airlied@linux.ie \
--cc=christian.koenig@amd.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=emma@anholt.net \
--cc=heiko@sntech.de \
--cc=hjc@rock-chips.com \
--cc=kbuild-all@lists.01.org \
--cc=lukas.bulwahn@gmail.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=tzimmermann@suse.de \
/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