I saw the error() at line 842, triggered by a guest/VM cloning a conversation. There are a few related failures with devmnt and cs. Hopefully this will help us track them down.
For background, cs is involved in the NAT's bypass, due to the nettrans() call. Maybe that'll get changed too. Signed-off-by: Barret Rhoden <[email protected]> --- Merged to master at db16cd0c4ef4..b6a75964d9ed (from, to] You can see the entire diff with 'git diff' or at https://github.com/brho/akaros/compare/db16cd0c4ef4...b6a75964d9ed kern/drivers/dev/mnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/drivers/dev/mnt.c b/kern/drivers/dev/mnt.c index 52db491dd572..7accc8815c50 100644 --- a/kern/drivers/dev/mnt.c +++ b/kern/drivers/dev/mnt.c @@ -835,7 +835,7 @@ void mountrpc(struct mnt *m, struct mntrpc *r) cn = "?"; if (r->c != NULL && r->c->name != NULL) cn = r->c->name->s; - printd + printk ("mnt: proc %s %lu: mismatch from %s %s rep 0x%p tag %d fid %d T%d R%d rp %d\n", "current->text", "current->pid", sn, cn, r, r->request.tag, r->request.fid, r->request.type, r->reply.type, r->reply.tag); -- 2.11.0.483.g087da7b7c-goog -- 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.
