]> xenbits.xensource.com Git - xen.git/commit
x86: replace bad ASSERT() in xenmem_add_to_physmap_one()
authorJan Beulich <jbeulich@suse.com>
Tue, 28 Nov 2017 12:14:10 +0000 (13:14 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 28 Nov 2017 12:14:10 +0000 (13:14 +0100)
commitf33d653f46f5889db7be4fef31d71bc871834c10
tree9cac6ead35abf9a85d529a67e3a78143d60ffbe4
parenta3d64de8e86f5812917d2d0af28298f80debdf9a
x86: replace bad ASSERT() in xenmem_add_to_physmap_one()

There are no locks being held, i.e. it is possible to be triggered by
racy hypercall invocations. Subsequent code doesn't really depend on the
checked values, so this is not a security issue.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Release-acked-by: Julien Grall <julien.grall@linaro.org>
xen/arch/x86/mm.c