acrn-hypervisor/hypervisor/common
Yonghua Huang e5f0e2e4f8 hv:fix crash issue when handling HC_NOTIFY_REQUEST_FINISH
Input 'vcpu_id‘ shall be validated properly:
- 'vcpu_id' shall be less than 'vm->hw.created_vcpus'
instead of 'MAX_VCPUS_PER_VM'.

Tracked-On: #4670
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2020-04-22 16:18:57 +08:00
..
hv_main.c hv: clear NEED_RESCHEDULE flag in schedule 2018-12-29 10:16:20 +08:00
hypercall.c hv:fix crash issue when handling HC_NOTIFY_REQUEST_FINISH 2020-04-22 16:18:57 +08:00
io_request.c hv: decouple IO completion polling from idle thread 2018-12-29 10:16:20 +08:00
ptdev.c HV: check to avoid interrupt delay timer add twice 2019-01-30 10:23:34 +08:00
schedule.c hv: decouple IO completion polling from idle thread 2018-12-29 10:16:20 +08:00
softirq.c hv: remove the theoretic infinite loop 2018-12-05 13:17:38 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
trusty_hypercall.c hv: fix integer violations 2018-11-14 12:46:34 +08:00
vm_load.c hv: enable SMAP in hypervisor 2018-12-14 15:24:26 +08:00