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:	Fri, 24 Oct 2014 14:48:14 +0530
From:	ajay kanala <ajaykanala321@...il.com>
To:	Mike Galbraith <umgwanakikbuti@...il.com>
Cc:	linux-kernel@...r.kernel.org, linux-mips@...ux-mips.org
Subject: Re: threadirqs and kthreadd_task

thanks Mike for info.
I add mips list in CC now.

In general, the problem does not look like arch specific. Arch code is
calling setup_irq. This code calls generic  __setup_irq. And then
threads are created by this line in kernel/irq/manage.c:
t = kthread_create(irq_thread, new, "irq/%d-%s", irq,
                                   new->name);

and kthreadd_task is uninitialized till this point.

The code looks similar for x86_64 so i am missing something obvious.

Nevertheless, I am hoping someone from mips-list can throw some light
if this feature works well on mips.

Thanks
-- Ajay

On Thu, Oct 23, 2014 at 11:10 PM, Mike Galbraith
<umgwanakikbuti@...il.com> wrote:
> On Thu, 2014-10-23 at 22:48 +0530, ajay kanala wrote:
>> Hi,
>> any help?
>
> You should CC the MIPS folks methinks, works fine in x86_64 at least.
>
> -Mike
>
>
>
--
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