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:   Sat, 17 Sep 2016 13:24:05 -0400
From:   Tejun Heo <tj@...nel.org>
To:     Borislav Petkov <bp@...en8.de>
Cc:     torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
        jiangshanlai@...il.com, akpm@...ux-foundation.org,
        kernel-team@...com, Tony Luck <tony.luck@...el.com>,
        linux-edac@...r.kernel.org
Subject: Re: [PATCH 2/7] mce, workqueue: remove keventd_up() usage

On Sat, Sep 17, 2016 at 09:56:23AM +0200, Borislav Petkov wrote:
> > This change depends on an earlier workqueue patch and is followed by a
> > patch to remove keventd_up().  It'd be great if it can be routed
> > through the wq/for-4.9 branch.
> 
> I don't mind as long as I can call it as early as:
> 
> ->x86_64_start_reservations
> |->start_kernel
>   |->check_bugs
>      |->identify_boot_cpu
>         |->identify_cpu
> 	   |->mcheck_cpu_init
> 	     |->do_machine_check
> 	       |->mce_report_event
> 	          |->mce_schedule_work
> 
> because this is the earliest callchain I can see.

Yeah, that's way after workqueue early init.  Should be fine.

Thanks.

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ