diff options
author | Roger Pau Monné <royger@FreeBSD.org> | 2015-11-14 09:27:31 +0000 |
---|---|---|
committer | Roger Pau Monné <royger@FreeBSD.org> | 2015-11-14 09:27:31 +0000 |
commit | 9da11fae5635a37a9ddffaf4d748819929f75cfc (patch) | |
tree | 98cdd042aca2818e51c414d6af54d4b42d4875e5 /emulators/xen-kernel/files/xsa149.patch | |
parent | - Switch to options helpers (diff) |
xen: update to 4.5.2
...and add XSA-156.
Sponsored by: Citrix Systems R&D
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D4150
Notes
Notes:
svn path=/head/; revision=401564
Diffstat (limited to 'emulators/xen-kernel/files/xsa149.patch')
-rw-r--r-- | emulators/xen-kernel/files/xsa149.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/xen-kernel/files/xsa149.patch b/emulators/xen-kernel/files/xsa149.patch deleted file mode 100644 index 41103b298356..000000000000 --- a/emulators/xen-kernel/files/xsa149.patch +++ /dev/null @@ -1,20 +0,0 @@ -xen: free domain's vcpu array - -This was overlooked in fb442e2171 ("x86_64: allow more vCPU-s per -guest"). - -This is XSA-149. - -Signed-off-by: Jan Beulich <jbeulich@suse.com> -Reviewed-by: Ian Campbell <ian.campbell@citrix.com> - ---- a/xen/common/domain.c -+++ b/xen/common/domain.c -@@ -841,6 +841,7 @@ static void complete_domain_destroy(stru - - xsm_free_security_domain(d); - free_cpumask_var(d->domain_dirty_cpumask); -+ xfree(d->vcpu); - free_domain_struct(d); - - send_global_virq(VIRQ_DOM_EXC); |