lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 4 Jun 2014 14:29:09 +0200
From:	Peter Zijlstra <peterz@...radead.org>
To:	Kirill Tkhai <tkhai@...dex.ru>
Cc:	"riel@...hat.com" <riel@...hat.com>,
	"laijs@...fujitsu.com" <laijs@...fujitsu.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"mingo@...nel.org" <mingo@...nel.org>
Subject: Re: [PATCH] sched: Fix migration_cpu_stop() return value

On Wed, Jun 04, 2014 at 02:03:38PM +0200, Peter Zijlstra wrote:
> On Wed, Jun 04, 2014 at 03:18:45PM +0400, Kirill Tkhai wrote:
> > Hi, Peter,
> > 
> > 04.06.2014, 14:41, "Peter Zijlstra" <peterz@...radead.org>:
> > >  A while ago I did a similar patch for some debugging, but looking at it
> > >  again today I realized we should probably fix this anyway.
> > >
> > >  ---
> > >  Subject: sched: Fix migration_cpu_stop() return value
> > >
> > >  There are a number of migration_cpu_stop() users; and some actually care
> > >  about the success of the migration. So report this.
> > >
> > >  In particular migrate_task_to() as used from task_numa_migrate()
> > >  actually tests this return value.
> > >
> > >  Also change set_cpus_allowed_ptr() to propagate this return value, since
> > >  it already returns other errors.
> > >
> > >  Cc: Lai Jiangshan <laijs@...fujitsu.com>
> > >  Cc: Ingo Molnar <mingo@...hat.com>
> > >  Signed-off-by: Peter Zijlstra <peterz@...radead.org>
> > >  ---
> > >   kernel/sched/core.c |   15 +++++++++++----
> > >   1 file changed, 11 insertions(+), 4 deletions(-)
> > (snipped everything because of bad email editor)
> > 
> > In set_cpus_allowed_ptr() p->on_rq branch can not fail.
> > 
> > We've changed affinity and released rq's lock, so task can migrate
> > on allowed cpu only (even if migration_cpu_stop fails).
> > 
> > And it's a little ambiguously how user should react on this EAGAIN.
> 
> Try again? So one reason it might fail is because the task got migrated
> in between the stop_cpu_call(migration_cpu_stop) call getting to
> __migrate_task().
> 
> Esp. if you look at migrate_task_to() its fairly easy to fail this.
> Currently it reports success, even though we completely failed to
> migrate.
> 
> On -EAGAIN, re-evaluate the target and try again (later). Like for the
> numa case, we'll try again on the next task_numa_migrate() call if its
> still relevant.

Argh, I just realized that the one case the numa code is interested in
is actually reported as success (task_cpu() != cpu).

I'll go make a new patch..

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ