Skip to content

Commit

Permalink
nova: handle invalid FPU guest state
Browse files Browse the repository at this point in the history
Makes the kernel robust against invalid guest FPU state provided by a VMM,
e.g. our port of Vbox6.

Issue #5314
  • Loading branch information
alex-ab authored and chelmuth committed Sep 16, 2024
1 parent 64644c9 commit 6ff4a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repos/base-nova/ports/nova.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e8997fb0870b6f8bdcb6da34a9b333ed4a304305
dd4d2aba9dd83ec08e956cb31274c62cbcaf91f6
2 changes: 1 addition & 1 deletion repos/base-nova/ports/nova.port
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 6ff4a77

Please sign in to comment.