search for: cpu_possible

Displaying 3 results from an estimated 3 matches for "cpu_possible".

Did you mean: cpus_possible
2011 Mar 16
2
[PATCH] Remove no longer used cpu_possible definitions
cpu_possible_mask and related macros are no longer used in Xen. Remove them and adjust comments accordingly. Signed-off-by: juergen.gross@ts.fujitsu.com 1 file changed, 11 insertions(+), 40 deletions(-) xen/include/xen/cpumask.h | 51 +++++++++------------------------------------ _______________________...
2013 Jan 15
0
[PATCH] linux-2.6.18: properly bound buffer access when parsing cpu/*/availability
...a/drivers/xen/core/cpu_hotplug.c +++ b/drivers/xen/core/cpu_hotplug.c @@ -28,13 +28,13 @@ static int local_cpu_hotplug_request(voi static void vcpu_hotplug(unsigned int cpu, struct sys_device *dev) { int err; - char dir[32], state[32]; + char dir[16], state[16]; if ((cpu >= NR_CPUS) || !cpu_possible(cpu)) return; sprintf(dir, "cpu/%u", cpu); - err = xenbus_scanf(XBT_NIL, dir, "availability", "%s", state); + err = xenbus_scanf(XBT_NIL, dir, "availability", "%15s", state); if (err != 1) { printk(KERN_ERR "XENBUS: Unable to read c...
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel