All of lore.kernel.org
 help / color / mirror / Atom feed
From: fengguang.wu@intel.com (Fengguang Wu)
To: linux-arm-kernel@lists.infradead.org
Subject: [arm:drm-etnaviv-devel 89/149] drivers/staging/etnaviv/etnaviv_gem_submit.c:263:19: error: 'struct drm_etnaviv_gem_submit_reloc' has no member named 'shift'
Date: Mon, 23 Nov 2015 12:40:09 +0800	[thread overview]
Message-ID: <20151123044009.GA15973@wfg-t540p.sh.intel.com> (raw)
In-Reply-To: <20151120163544.GE8644@n2100.arm.linux.org.uk>

Sorry, done!

On Fri, Nov 20, 2015 at 04:35:44PM +0000, Russell King - ARM Linux wrote:
> It seems that my request to _not_ test individual commits in this
> branch are not being heeded...
> 
> On Sat, Nov 21, 2015 at 12:15:21AM +0800, kbuild test robot wrote:
> > tree:   http://repo.or.cz/linux-2.6/linux-2.6-arm.git drm-etnaviv-devel
> > head:   77c57a5498ebe5c85b4a71fbcf800a9140f9a697
> > commit: 11c90396fe41eb9d232018c47d89da4080c375d2 [89/149] staging: etnaviv: clean up public API
> > config: i386-randconfig-r0-201546 (attached as .config)
> > reproduce:
> >         git checkout 11c90396fe41eb9d232018c47d89da4080c375d2
> >         # save the attached .config to linux build tree
> >         make ARCH=i386 
> > 
> > Note: the arm/drm-etnaviv-devel HEAD a0252118653cb935f209bd8baf048195c77d3292 builds fine.
> >       It only hurts bisectibility.
> > 
> > All errors (new ones prefixed by >>):
> > 
> >    drivers/staging/etnaviv/etnaviv_gem_submit.c: In function 'submit_reloc':
> > >> drivers/staging/etnaviv/etnaviv_gem_submit.c:263:19: error: 'struct drm_etnaviv_gem_submit_reloc' has no member named 'shift'
> >       if (submit_reloc.shift || submit_reloc.or) {
> >                       ^
> > >> drivers/staging/etnaviv/etnaviv_gem_submit.c:263:41: error: 'struct drm_etnaviv_gem_submit_reloc' has no member named 'or'
> >       if (submit_reloc.shift || submit_reloc.or) {
> >                                             ^
> > 
> > vim +263 drivers/staging/etnaviv/etnaviv_gem_submit.c
> > 
> > b920a1d2 Christian Gmeiner 2014-09-27  257  				(off < last_offset)) {
> > b920a1d2 Christian Gmeiner 2014-09-27  258  			DRM_ERROR("invalid offset %u at reloc %u\n", off, i);
> > b920a1d2 Christian Gmeiner 2014-09-27  259  			return -EINVAL;
> > b920a1d2 Christian Gmeiner 2014-09-27  260  		}
> > b920a1d2 Christian Gmeiner 2014-09-27  261  
> > 80ddbc50 Russell King      2014-10-21  262  		/* Vivante hardware has no need for shifts or bitwise or-ing */
> > 80ddbc50 Russell King      2014-10-21 @263  		if (submit_reloc.shift || submit_reloc.or) {
> > 80ddbc50 Russell King      2014-10-21  264  			DRM_ERROR("invalid shift or bitwise or at reloc %u\n",
> > 80ddbc50 Russell King      2014-10-21  265  				  i);
> > 80ddbc50 Russell King      2014-10-21  266  			return -EINVAL;
> > 
> > :::::: The code at line 263 was first introduced by commit
> > :::::: 80ddbc5081a66ab9d3d494044ddbe3a7c94efbed staging: etnaviv: remove shifting and bitwise or-ing of GPU addresses
> > 
> > :::::: TO: Russell King <rmk+kernel@arm.linux.org.uk>
> > :::::: CC: Russell King <rmk+kernel@arm.linux.org.uk>
> > 
> > ---
> > 0-DAY kernel test infrastructure                Open Source Technology Center
> > https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> 
> 
> 
> -- 
> FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
> according to speedtest.net.

      reply	other threads:[~2015-11-23  4:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-20 16:15 [arm:drm-etnaviv-devel 89/149] drivers/staging/etnaviv/etnaviv_gem_submit.c:263:19: error: 'struct drm_etnaviv_gem_submit_reloc' has no member named 'shift' kbuild test robot
2015-11-20 16:35 ` Russell King - ARM Linux
2015-11-23  4:40   ` Fengguang Wu [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=20151123044009.GA15973@wfg-t540p.sh.intel.com \
    --to=fengguang.wu@intel.com \
    --cc=linux-arm-kernel@lists.infradead.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.