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] [day] [month] [year] [list]
Date:	Wed, 14 Jan 2015 16:48:18 -0500
From:	Boris Ostrovsky <boris.ostrovsky@...cle.com>
To:	Imre Deak <imre.deak@...el.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
	David Vrabel <david.vrabel@...rix.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] xen/xtime: remove incorrect preemption enabled assert

On 01/14/2015 04:34 PM, Imre Deak wrote:
> Signed-off-by: Imre Deak <imre.deak@...el.com>
> ---
>   arch/x86/xen/time.c | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c
> index f473d26..23019b4 100644
> --- a/arch/x86/xen/time.c
> +++ b/arch/x86/xen/time.c
> @@ -458,8 +458,6 @@ void xen_setup_timer(int cpu)
>   
>   void xen_setup_cpu_clockevents(void)
>   {
> -	BUG_ON(preemptible());
> -
>   	clockevents_register_device(this_cpu_ptr(&xen_clock_events.evt));
>   }
>   


This is already in the tree. Commit 8b8cd8a3673d.

Thanks.
-boris
--
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