kernel: msg: include details about who sent a message

This commit is contained in:
2026-03-05 21:04:02 +00:00
parent 36c5ac7837
commit 09d292fd09
2 changed files with 12 additions and 0 deletions

View File

@@ -202,6 +202,8 @@ extern kern_status_t channel_recv_msg(
}
out_msg->msg_id = msg->msg_id;
out_msg->msg_sender = msg->msg_sender_thread->tr_parent->t_id;
out_msg->msg_endpoint = msg->msg_sender_port->p_base.ob_id;
spin_unlock_irqrestore(&msg->msg_lock, msg_lock_flags);