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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Jul 2007 21:05:48 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Oleg Nesterov <oleg@...sign.ru>
Cc:	Mike Galbraith <efault@....de>, linux-kernel@...r.kernel.org
Subject: Re: Q: a bogus task_running() check in try_to_wake_up() ?


* Oleg Nesterov <oleg@...sign.ru> wrote:

> try_to_wake_up:
> 	
> 	if (p->se.on_rq)
> 		goto out_running;
> 
> 	...
> 
> 	if (unlikely(task_running(rq, p)))
> 		goto out_activate;
> 
> How it possible that rq->curr has on_rq == 0 ?
> 
> AFAICS, this can only happen if this task is rq->idle. But idle 
> threads should not sleep, we have a special "scheduling from the idle 
> thread!" check in schedule().

it's also possible if an arch uses __ARCH_WANT_INTERRUPTS_ON_CTXSW, 
right?

[ btw., we dont have a special "scheduling from the idle thread" check
  in schedule() anymore, it's now in kernel/sched_idletask.c :-) ]

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ