Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1275417

Re: [kbuild-all] [PATCH] locking_selftest: Save/restore migrate_disable_atomic in locking selftest

From Fengguang Wu <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [kbuild-all] [PATCH] locking_selftest: Save/restore migrate_disable_atomic in locking selftest
Date 2015-11-23 15:20 +0100
Message-ID <qy08i-2R4-9@gated-at.bofh.it> (permalink)
References <qxTJw-76I-11@gated-at.bofh.it> <qxTTc-7a2-3@gated-at.bofh.it> <qxZFg-2qN-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Nov 23, 2015 at 08:43:25AM -0500, Steven Rostedt wrote:
> On Mon, 23 Nov 2015 15:30:30 +0800
> kbuild test robot <lkp@intel.com> wrote:
> 
> > Hi Jianchuan,
> > 
> > [auto build test ERROR on: v4.4-rc2]
> > [also build test ERROR on: next-20151120]
> > 
> > url:    https://github.com/0day-ci/linux/commits/jianchuan-wang-windriver-com/locking_selftest-Save-restore-migrate_disable_atomic-in-locking-selftest/20151123-152217
> > config: x86_64-randconfig-x013-11230343 (attached as .config)
> > reproduce:
> >         # save the attached .config to linux build tree
> >         make ARCH=x86_64 
> > 
> > All errors (new ones prefixed by >>):
> > 
> >    lib/locking-selftest.c: In function 'dotest':
> > >> lib/locking-selftest.c:981:25: error: 'struct task_struct' has no member named 'migrate_disable_atomic'  
> >      save_migrate_atomic = p->migrate_disable_atomic;
> >                             ^
> >    lib/locking-selftest.c:987:3: error: 'struct task_struct' has no member named 'migrate_disable_atomic'
> >      p->migrate_disable_atomic = save_migrate_atomic;
> >       ^
> 
> 
> Need to add RT in the subject like "[PATCH RT]". Then perhaps Fengguang
> can have his tests either ignore these or test against the -rt trees.

Yes sure. Shall I apply RT patches to this tree/branch?

https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] locking_selftest: Save/restore migrate_disable_atomic in locking selftest <jianchuan.wang@windriver.com> - 2015-11-23 08:30 +0100
  Re: [PATCH] locking_selftest: Save/restore migrate_disable_atomic in  locking selftest kbuild test robot <lkp@intel.com> - 2015-11-23 08:40 +0100
    Re: [PATCH] locking_selftest: Save/restore migrate_disable_atomic  in locking selftest Steven Rostedt <rostedt@goodmis.org> - 2015-11-23 14:50 +0100
      Re: [kbuild-all] [PATCH] locking_selftest: Save/restore  migrate_disable_atomic in locking selftest Steven Rostedt <rostedt@goodmis.org> - 2015-11-23 15:20 +0100
        Re: [kbuild-all] [PATCH] locking_selftest: Save/restore  migrate_disable_atomic in locking selftest Fengguang Wu <lkp@intel.com> - 2015-11-23 16:10 +0100
      Re: [kbuild-all] [PATCH] locking_selftest: Save/restore  migrate_disable_atomic in locking selftest Fengguang Wu <lkp@intel.com> - 2015-11-23 15:20 +0100
        Re: [kbuild-all] [PATCH] locking_selftest: Save/restore  migrate_disable_atomic in locking selftest Sebastian Andrzej Siewior <bigeasy@linutronix.de> - 2015-11-23 15:40 +0100
          Re: [kbuild-all] [PATCH] locking_selftest: Save/restore  migrate_disable_atomic in locking selftest Fengguang Wu <lkp@intel.com> - 2015-11-23 16:10 +0100

csiph-web