nova: update kernel branch

- Avoid DoS against kernel, reported by Julian Stecklina
- Provide EFI systab pointer through HIP
- Fix PCID bug

Fixes #3440
This commit is contained in:
Alexander Boettcher 2019-07-09 09:25:15 +02:00 committed by Christian Helmuth
parent 47e6d72bf2
commit 53a83fb76e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
d71ebf6cefa4a1526859188fe1646e3c71320f5b
fdf169a91f3aaa9a343924faa16966cbc79f31e7

View File

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