linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: zhuyinbo <zhuyinbo@loongson.cn>
To: kernel test robot <lkp@intel.com>
Cc: Paul Gazzillo <paul@pgazz.com>,
	Necip Fazil Yildiran <fazilyildiran@gmail.com>,
	oe-kbuild-all@lists.linux.dev,
	Linux Memory Management List <linux-mm@kvack.org>,
	Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
	Jianmin Lv <lvjianmin@loongson.cn>,
	Hongchen Zhang <zhanghongchen@loongson.cn>,
	Liu Peibao <liupeibao@loongson.cn>,
	Juxin Gao <gaojuxin@loongson.cn>,
	Linus Walleij <linus.walleij@linaro.org>,
	zhuyinbo@loongson.cn
Subject: Re: [linux-next:master 995/2428] kismet: WARNING: unmet direct dependencies detected for GPIO_SYSCON when selected by GPIO_SAMA5D2_PIOBU
Date: Thu, 9 Mar 2023 17:49:43 +0800	[thread overview]
Message-ID: <cdf7c3b8-b538-1666-18e2-63a3d0ae3e4f@loongson.cn> (raw)
In-Reply-To: <202303091430.hbWEMt4b-lkp@intel.com>


在 2023/3/9 下午2:44, kernel test robot 写道:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   2c6433e9294b6d0f4d8f08c3c70a3eac434d3ec8
> commit: 7944d3b7fe86067509751473aa917fdfd662d92c [995/2428] gpio: loongson: add gpio driver support
> config: x86_64-kismet-CONFIG_GPIO_SYSCON-CONFIG_GPIO_SAMA5D2_PIOBU-0-0 (https://download.01.org/0day-ci/archive/20230309/202303091430.hbWEMt4b-lkp@intel.com/config)
> reproduce:
>          # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=7944d3b7fe86067509751473aa917fdfd662d92c
>          git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>          git fetch --no-tags linux-next master
>          git checkout 7944d3b7fe86067509751473aa917fdfd662d92c
>          # 1. reproduce by kismet
>             # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md
>             kismet --linux-ksrc=linux --selectees CONFIG_GPIO_SYSCON --selectors CONFIG_GPIO_SAMA5D2_PIOBU -a=x86_64
>          # 2. reproduce by make
>             # save the config file to linux source tree
>             cd linux
>             make ARCH=x86_64 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/202303091430.hbWEMt4b-lkp@intel.com/
>
> kismet warnings: (new ones prefixed by >>)
>>> kismet: WARNING: unmet direct dependencies detected for GPIO_SYSCON when selected by GPIO_SAMA5D2_PIOBU
>     .config:5169:warning: symbol value 'ONFIG_ARCH_MMAP_RND_BITS_MI' invalid for ARCH_MMAP_RND_BITS
>     .config:12935:warning: symbol value 'ONFIG_NR_CPUS_DEFAUL' invalid for NR_CPUS
>     
>     WARNING: unmet direct dependencies detected for OF_GPIO
>       Depends on [n]: GPIOLIB [=y] && OF [=n] && HAS_IOMEM [=y]
>       Selected by [y]:
>       - GPIO_LOONGSON_64BIT [=y] && GPIOLIB [=y] && HAS_IOMEM [=y] && (LOONGARCH || COMPILE_TEST [=y])

This warning  is "unmet direct dependencies detected for OF_GPIO ",  it 
should be GPIO_LOONGSON_64BIT not depend  OF_GPIO  rather than select 
OF_GPIO,

I will add a depend on "OF_GPIO" replace select "OF_GPIO"  for loongson 
gpio driver to fix this warning.

>     
>     WARNING: unmet direct dependencies detected for GPIO_SYSCON
>       Depends on [n]: GPIOLIB [=y] && HAS_IOMEM [=y] && MFD_SYSCON [=y] && OF [=n]
>       Selected by [y]:
>       - GPIO_SAMA5D2_PIOBU [=y] && GPIOLIB [=y] && HAS_IOMEM [=y] && MFD_SYSCON [=y] && OF_GPIO [=y] && (ARCH_AT91 || COMPILE_TEST [=y])
>



      reply	other threads:[~2023-03-09  9:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-09  6:44 kernel test robot
2023-03-09  9:49 ` zhuyinbo [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=cdf7c3b8-b538-1666-18e2-63a3d0ae3e4f@loongson.cn \
    --to=zhuyinbo@loongson.cn \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=fazilyildiran@gmail.com \
    --cc=gaojuxin@loongson.cn \
    --cc=linus.walleij@linaro.org \
    --cc=linux-mm@kvack.org \
    --cc=liupeibao@loongson.cn \
    --cc=lkp@intel.com \
    --cc=lvjianmin@loongson.cn \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=paul@pgazz.com \
    --cc=zhanghongchen@loongson.cn \
    /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