|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel][Xense-devel][PATCH][XSM][1/4] Xen Security Modules Patch
On Thu, 2007-03-08 at 10:28 -0500, George S. Coker, II wrote:
> + /*
> + * Try all modules and see whichever could be the binary policy.
> + * Adjust the initrdidx if module[1] is the binary policy.
> + */
> + for (i = mbi->mods_count-1; i >= 1; i--) {
> +#if defined(__i386__)
> + _policy_start = (u32 *)(initial_images_start +
> (mod[i].mod_start-mod[0].mod_start));
> +#elif defined(__x86_64__)
> + _policy_start = __va(initial_images_start +
> (mod[i].mod_start-mod[0].mod_start));
> +#else
> +#error Architecture unsupported by XSM
> +#endif
This is unacceptable, please make it fail gracefully on non-x86.
Thanks,
Alex
--
Alex Williamson HP Open Source & Linux Org.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|