WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Use RCU for access control to domain_list and domain

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Use RCU for access control to domain_list and domain_hash
From: "Santos, Jose Renato G" <joserenato.santos@xxxxxx>
Date: Fri, 9 Feb 2007 13:21:17 -0600
Delivery-date: Fri, 09 Feb 2007 11:21:05 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcdMf3iTJGaklU9gQ7CrGLfr4nMiYw==
Thread-topic: [PATCH] Use RCU for access control to domain_list and domain_hash
  Keir 

  I have sent this sometime ago but I guess it got dropped on the floor
  This patch modify accesses to domain_list and domain_hash to use the
RCU functions
  Since the patch uses rcu_read_lock/unlock() functions, I am including
a 2nd patch that add those.

 Thanks

Renato

Signed-off-by: Jose Renato Santos <jsantos@xxxxxxxxxx>

Attachment: domain_list_rcu.patch
Description: domain_list_rcu.patch

Attachment: define_rcu_read.patch
Description: define_rcu_read.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Use RCU for access control to domain_list and domain_hash, Santos, Jose Renato G <=