summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-05-23 12:56:59 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-22 11:36:54 -0700
commit2da19ffd395d0fdba4ccbc4a3c751554059d4aa3 (patch)
treee17c3f199c7cb570c8200c37741f772ea16a506c /arch
parent85fc3e3eba89272acb005f320ccafa0588a48f49 (diff)
downloadlinux-3.10-2da19ffd395d0fdba4ccbc4a3c751554059d4aa3.tar.gz
linux-3.10-2da19ffd395d0fdba4ccbc4a3c751554059d4aa3.tar.bz2
linux-3.10-2da19ffd395d0fdba4ccbc4a3c751554059d4aa3.zip
xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.
commit 5842f5768599094758931b74190cdf93641a8e35 upstream. We need to make sure that those parameters are setup to be correct. As such the value of 0 is deemed invalid and we find that we bail out. The hypervisor sets by default all of them to be zero and when the hypercall is done does a simple: a.value = d->arch.hvm_domain.params[a.index]; Which means that if the Xen toolstack forgot to setup the proper HVM_PARAM_CONSOLE_EVTCHN (or the PFN one), we would get the default value of 0 and use that. Fixes-Oracle-Bug: 14091238 Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions