nova: handle invalid FPU guest state

Makes the kernel robust against invalid guest FPU state provided by a VMM,
e.g. our port of Vbox6.

Issue #5314
This commit is contained in:
Alexander Boettcher 2024-09-13 10:52:38 +02:00 committed by Norman Feske
parent ff506b0375
commit a07b5937d9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
e8997fb0870b6f8bdcb6da34a9b333ed4a304305
dd4d2aba9dd83ec08e956cb31274c62cbcaf91f6

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := bca1aa3553d8c5df4f4b6ed5a2ee72f69bdf7a7f
REV(nova) := 60419b83599fbe506308b0375371c49136e00985
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))