This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via 1443986a08b4cd564172875c07551681314014da (commit)
via f025f685e965ac9ee1cd35ff3636c8554d9939d2 (commit)
from c81df8d61ed024b253334076041917b2c8fcf55e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1443986a08b4cd564172875c07551681314014da
Author: Justus Winter <[email protected]>
Date: Sat Oct 1 13:29:24 2016 +0200
kern: Improve panic messages from the scheduler.
* kern/sched_prim.c (state_panic): Turn into macro, print symbolic
values of thread state.
commit f025f685e965ac9ee1cd35ff3636c8554d9939d2
Author: Justus Winter <[email protected]>
Date: Sat Oct 1 13:25:22 2016 +0200
kern: Improve assertions and panics.
* kern/assert.h (Assert): Add function argument.
(assert): Supply function argument.
* kern/debug.c (Assert): Add function argument. Unify message format.
(panic): Rename to 'Panic', add location information.
* kern/debug.h (panic): Rename, and add a macro version that supplies
the location.
* linux/dev/include/linux/kernel.h: Use the new panic macro.
-----------------------------------------------------------------------
Summary of changes:
kern/assert.h | 5 +++--
kern/debug.c | 18 +++++++++---------
kern/debug.h | 6 +++++-
kern/sched_prim.c | 23 ++++++++++++++---------
linux/dev/include/linux/kernel.h | 6 ++++--
5 files changed, 35 insertions(+), 23 deletions(-)
hooks/post-receive
--
GNU Mach