All of lore.kernel.org
 help / color / mirror / Atom feed
* [xilinx-xlnx:xlnx_rebase_v5.10 73/1981] kismet: WARNING: unmet direct dependencies detected for ZYNQMP_IPI_MBOX when selected by ZYNQMP_R5_REMOTEPROC
@ 2023-04-14 20:36 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-04-14 20:36 UTC (permalink / raw)
  To: Ben Levinsky
  Cc: Paul Gazzillo, Necip Fazil Yildiran, oe-kbuild-all,
	linux-arm-kernel, Michal Simek, Wendy Liang, Ed Mooring,
	Jason Wu

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10
head:   87ec9a2d98a7a7dfc98b57348a0ec310fd170e4b
commit: f044d7cb1b51c86ffce14094ef414cb83e09b242 [73/1981] remoteproc: Add initial zynqmp R5 remoteproc driver
config: arm64-kismet-CONFIG_ZYNQMP_IPI_MBOX-CONFIG_ZYNQMP_R5_REMOTEPROC-0-0 (https://download.01.org/0day-ci/archive/20230415/202304150415.xcDtGOqJ-lkp@intel.com/config)
reproduce:
        # https://github.com/Xilinx/linux-xlnx/commit/f044d7cb1b51c86ffce14094ef414cb83e09b242
        git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.10
        git checkout f044d7cb1b51c86ffce14094ef414cb83e09b242
        # 1. reproduce by kismet
           # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md
           kismet --linux-ksrc=linux --selectees CONFIG_ZYNQMP_IPI_MBOX --selectors CONFIG_ZYNQMP_R5_REMOTEPROC -a=arm64
        # 2. reproduce by make
           # save the config file to linux source tree
           cd linux
           make ARCH=arm64 olddefconfig

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304150415.xcDtGOqJ-lkp@intel.com/

kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for ZYNQMP_IPI_MBOX when selected by ZYNQMP_R5_REMOTEPROC
   
   WARNING: unmet direct dependencies detected for ZYNQMP_IPI_MBOX
     Depends on [n]: MAILBOX [=n] && ARCH_ZYNQMP [=y] && OF [=y]
     Selected by [y]:
     - ZYNQMP_R5_REMOTEPROC [=y] && REMOTEPROC [=y] && PM [=y] && ARCH_ZYNQMP [=y]

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [xilinx-xlnx:xlnx_rebase_v5.10 73/1981] kismet: WARNING: unmet direct dependencies detected for ZYNQMP_IPI_MBOX when selected by ZYNQMP_R5_REMOTEPROC
@ 2023-04-14 20:36 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-04-14 20:36 UTC (permalink / raw)
  To: Ben Levinsky
  Cc: Paul Gazzillo, Necip Fazil Yildiran, oe-kbuild-all,
	linux-arm-kernel, Michal Simek, Wendy Liang, Ed Mooring,
	Jason Wu

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10
head:   87ec9a2d98a7a7dfc98b57348a0ec310fd170e4b
commit: f044d7cb1b51c86ffce14094ef414cb83e09b242 [73/1981] remoteproc: Add initial zynqmp R5 remoteproc driver
config: arm64-kismet-CONFIG_ZYNQMP_IPI_MBOX-CONFIG_ZYNQMP_R5_REMOTEPROC-0-0 (https://download.01.org/0day-ci/archive/20230415/202304150415.xcDtGOqJ-lkp@intel.com/config)
reproduce:
        # https://github.com/Xilinx/linux-xlnx/commit/f044d7cb1b51c86ffce14094ef414cb83e09b242
        git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.10
        git checkout f044d7cb1b51c86ffce14094ef414cb83e09b242
        # 1. reproduce by kismet
           # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md
           kismet --linux-ksrc=linux --selectees CONFIG_ZYNQMP_IPI_MBOX --selectors CONFIG_ZYNQMP_R5_REMOTEPROC -a=arm64
        # 2. reproduce by make
           # save the config file to linux source tree
           cd linux
           make ARCH=arm64 olddefconfig

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304150415.xcDtGOqJ-lkp@intel.com/

kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for ZYNQMP_IPI_MBOX when selected by ZYNQMP_R5_REMOTEPROC
   
   WARNING: unmet direct dependencies detected for ZYNQMP_IPI_MBOX
     Depends on [n]: MAILBOX [=n] && ARCH_ZYNQMP [=y] && OF [=y]
     Selected by [y]:
     - ZYNQMP_R5_REMOTEPROC [=y] && REMOTEPROC [=y] && PM [=y] && ARCH_ZYNQMP [=y]

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-14 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 20:36 [xilinx-xlnx:xlnx_rebase_v5.10 73/1981] kismet: WARNING: unmet direct dependencies detected for ZYNQMP_IPI_MBOX when selected by ZYNQMP_R5_REMOTEPROC kernel test robot
2023-04-14 20:36 ` kernel test robot

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.