Hi -
This fixes the bug(s) in https://github.com/brho/akaros/issues/42.
Also, I expanded the ability to return from panics. Previously, you'd
almost always fail to return from a panic ('exit' or 'e' from the
monitor). Now, you might actually get back a partially usable system,
which would help getting an strace log off the system.
Barret
The following changes since commit 9149ab5e6a29ee449908ed428ede857184108a70:
x86: Add get_actual_pstate() (2017-10-26 14:33:29 -0400)
are available in the Git repository at:
[email protected]:brho/akaros.git bughunt
for you to fetch changes up to 2b284c49cea87c10f281ed331a939e6698eb43e6:
Add support for attempting returns from panic (2017-10-30 14:57:25 -0400)
----------------------------------------------------------------
View this online at:
https://github.com/brho/akaros/compare/9149ab5e6a29...2b284c49cea8
----------------------------------------------------------------
Barret Rhoden (4):
pm: Fix uninitialized struct page semaphore
mm: Don't free pages in the page cache
pm: Catch issues with page map pages
Add support for attempting returns from panic
kern/include/pagemap.h | 1 +
kern/include/syscall.h | 1 +
kern/src/init.c | 17 ++++++++++++-----
kern/src/mm.c | 21 ++++++++++-----------
kern/src/page_alloc.c | 1 +
kern/src/pagemap.c | 33 ++++++++++++++++++++++++++++++---
kern/src/pmap.c | 4 ++--
kern/src/syscall.c | 9 +++++++++
8 files changed, 66 insertions(+), 21 deletions(-)
--
You received this message because you are subscribed to the Google Groups
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.