From 3279346f808a7f6a46211d5d75ad2ed4d883d79c Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Thu, 5 Mar 2015 14:02:03 +0100 Subject: [PATCH] nova: update kernel (fixes endless loop) If running multiple VBox VMMs with Windows as guest concurrently then it may happen that the system seem to hang. It turned out that actually a VM-exit storm (vmx_exception->handle_exc_nm) causes a endless loop between kernel and vCPU. Nothing gets scheduled nor interrupts are received anymore. The referenced kernel commit fixes this issue. Issue #1343 --- repos/base-nova/ports/nova.hash | 2 +- repos/base-nova/ports/nova.port | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/base-nova/ports/nova.hash b/repos/base-nova/ports/nova.hash index 960bd4d84..b5dc9ce17 100644 --- a/repos/base-nova/ports/nova.hash +++ b/repos/base-nova/ports/nova.hash @@ -1 +1 @@ -6425874c3de23cd3cd5ab08a9273b60aebbd1b80 +7b061888d5ff7417ee1f24eab2d06136e83d720d diff --git a/repos/base-nova/ports/nova.port b/repos/base-nova/ports/nova.port index 4cc00b035..76b266135 100644 --- a/repos/base-nova/ports/nova.port +++ b/repos/base-nova/ports/nova.port @@ -4,7 +4,7 @@ DOWNLOADS := nova.git URL(nova) := https://github.com/alex-ab/NOVA.git # r8 branch -REV(nova) := d82533c18bdae96c036c900c7adf431ec7efc377 +REV(nova) := 27392e1d28c5a4550f71ddda449779e071e86546 DIR(nova) := src/kernel/nova PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)