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:	Tue, 12 Aug 2008 22:57:33 -0700
From:	Jeremy Fitzhardinge <jeremy@...p.org>
To:	Rusty Russell <rusty@...tcorp.com.au>
CC:	virtualization@...ts.linux-foundation.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] stop_machine: wean Xen off stop_machine_run

Rusty Russell wrote:
> This is the last use of (the deprecated) stop_machine_run in the tree.
>   

OK, thanks.

> Signed-off-by: Rusty Russell <rusty@...tcorp.com.au>
>   
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@...rix.com>

> diff -r 332ec042cb4d drivers/xen/manage.c
> --- a/drivers/xen/manage.c	Wed Aug 13 10:48:27 2008 +1000
> +++ b/drivers/xen/manage.c	Wed Aug 13 15:50:02 2008 +1000
> @@ -102,7 +102,7 @@ static void do_suspend(void)
>  	/* XXX use normal device tree? */
>  	xenbus_suspend();
>  
> -	err = stop_machine_run(xen_suspend, &cancelled, 0);
> +	err = stop_machine(xen_suspend, &cancelled, &cpumask_of_cpu(0));
>  	if (err) {
>  		printk(KERN_ERR "failed to start xen_suspend: %d\n", err);
>  		goto out;
>   

--
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