tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 3aba70aed91f2b283f7952be152ad76ec5c34975 commit: 582d4ad468cbc6ef2db4689ff3bd5868d95402c9 media: tc358746: select CONFIG_GENERIC_PHY date: 3 months ago :::::: branch date: 7 hours ago :::::: commit date: 3 months ago config: i386-kismet-CONFIG_GENERIC_PHY_MIPI_DPHY-CONFIG_VIDEO_SUN8I_A83T_MIPI_CSI2-0-0 (attached as .config) reproduce: (attached as reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202309240957.C5LAm2kB-lkp@xxxxxxxxx/ kismet warnings: (new ones prefixed by >>) >> kismet: WARNING: unmet direct dependencies detected for GENERIC_PHY_MIPI_DPHY when selected by VIDEO_SUN8I_A83T_MIPI_CSI2 .config:5219:warning: symbol value 'ONFIG_ARCH_MMAP_RND_BITS_MI' invalid for ARCH_MMAP_RND_BITS WARNING: unmet direct dependencies detected for GENERIC_PHY_MIPI_DPHY Depends on [n]: GENERIC_PHY [=n] Selected by [y]: - VIDEO_SUN8I_A83T_MIPI_CSI2 [=y] && MEDIA_SUPPORT [=y] && MEDIA_PLATFORM_SUPPORT [=y] && MEDIA_PLATFORM_DRIVERS [=y] && V4L_PLATFORM_DRIVERS [=y] && VIDEO_DEV [=y] && (ARCH_SUNXI || COMPILE_TEST [=y]) && PM [=y] && COMMON_CLK [=y] && RESET_CONTROLLER [=y] -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
Attachment:
.config.gz
Description: application/gzip
reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=582d4ad468cbc6ef2db4689ff3bd5868d95402c9 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 582d4ad468cbc6ef2db4689ff3bd5868d95402c9 # 1. reproduce by kismet # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md kismet --linux-ksrc=linux --selectees CONFIG_GENERIC_PHY_MIPI_DPHY --selectors CONFIG_VIDEO_SUN8I_A83T_MIPI_CSI2 -a=i386 # 2. reproduce by make # save the config file to linux source tree cd linux make ARCH=i386 olddefconfig