Hi, On 4/29/21 4:08 AM, kernel test robot wrote: > Hi Hans, > > I love your patch! Yet something to improve: > > [auto build test ERROR on drm-intel/for-linux-next] > [also build test ERROR on usb/usb-testing drm-tip/drm-tip linus/master v5.12 next-20210428] > [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/Hans-de-Goede/drm-usb-type-c-Add-support-for-out-of-band-hotplug-notification/20210429-055515 > base: git://anongit.freedesktop.org/drm-intel for-linux-next > config: openrisc-randconfig-r034-20210428 (attached as .config) > compiler: or1k-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 > # https://github.com/0day-ci/linux/commit/130f9b782d8350b2658242d084a434e18c9e85dc > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review Hans-de-Goede/drm-usb-type-c-Add-support-for-out-of-band-hotplug-notification/20210429-055515 > git checkout 130f9b782d8350b2658242d084a434e18c9e85dc > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=openrisc These are caused by me forgetting to add a "depends on DRM" to the Kconfig for the Type-C displayport.c Kconfig option. I'll fix this in the next version. Regards, Hans