From: Michael S. Tsirkin <mst@redhat.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH V5 1/2] gpio: Add virtio-gpio driver
Date: Sat, 21 Aug 2021 06:08:15 -0400 [thread overview]
Message-ID: <20210821060804-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20210811035456.g633otggs5dejfrj@vireshk-i7>
[-- Attachment #1: Type: text/plain, Size: 2253 bytes --]
On Wed, Aug 11, 2021 at 09:24:56AM +0530, Viresh Kumar wrote:
> On 11-08-21, 05:01, kernel test robot wrote:
> > Hi Viresh,
> >
> > I love your patch! Yet something to improve:
> >
> > [auto build test ERROR on soc/for-next]
> > [also build test ERROR on vhost/linux-next linus/master v5.14-rc5 next-20210810]
> > [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/Viresh-Kumar/gpio-Add-virtio-based-driver/20210810-182659
> > base: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git for-next
> > config: riscv-randconfig-r042-20210810 (attached as .config)
> > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 614c7d03877fd99c2de47429b15be3f00306a3bd)
> > 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/4fe66a15717a74f8f876f70595f050b4dffda7ae
> > git remote add linux-review https://github.com/0day-ci/linux
> > git fetch --no-tags linux-review Viresh-Kumar/gpio-Add-virtio-based-driver/20210810-182659
> > git checkout 4fe66a15717a74f8f876f70595f050b4dffda7ae
> > # save the attached .config to linux build tree
> > mkdir build_dir
> > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=riscv SHELL=/bin/bash drivers/gpio/
> >
> > 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/gpio/gpio-virtio.c:356:4: error: use of undeclared identifier 'VIRTIO_ID_GPIO'
> > { VIRTIO_ID_GPIO, VIRTIO_DEV_ANY_ID },
> > ^
> > 1 error generated.
>
> I forgot to mention a dependency :(
>
> https://lore.kernel.org/lkml/61b27e3bc61fb0c9f067001e95cfafc5d37d414a.1627362340.git.viresh.kumar(a)linaro.org/
Maybe just include it here for completeness.
> --
> viresh
next prev parent reply other threads:[~2021-08-21 10:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-10 10:25 [PATCH V5 0/2] gpio: Add virtio based driver Viresh Kumar
2021-08-10 10:25 ` Viresh Kumar
2021-08-10 10:25 ` [PATCH V5 1/2] gpio: Add virtio-gpio driver Viresh Kumar
2021-08-10 10:25 ` Viresh Kumar
2021-08-10 21:01 ` kernel test robot
2021-08-11 3:54 ` Viresh Kumar
2021-08-21 10:08 ` Michael S. Tsirkin [this message]
2021-08-23 3:20 ` Viresh Kumar
2021-08-11 12:25 ` Linus Walleij
2021-08-11 12:25 ` Linus Walleij
2021-08-20 23:56 ` kernel test robot
2021-08-10 10:25 ` [PATCH V5 2/2] gpio: virtio: Add IRQ support Viresh Kumar
2021-08-10 10:25 ` Viresh Kumar
2021-08-11 12:28 ` Linus Walleij
2021-08-11 12:28 ` Linus Walleij
2021-08-18 11:00 ` Viresh Kumar
2021-08-18 11:00 ` Viresh Kumar
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=20210821060804-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=kbuild-all@lists.01.org \
/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 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.