bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] hurd: Remove the ecx kludge


From: Samuel Thibault
Subject: Re: [PATCH 1/2] hurd: Remove the ecx kludge
Date: Wed, 1 Mar 2023 19:23:12 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Luca, le mer. 01 mars 2023 19:01:02 +0100, a ecrit:
> I still have to fully understand the existing code, so this might be
> something completely wrong... but if interrupting an rpc is a complex thing
> to do reliably in user space, why not add some kernel support? Also, how do
> you test this code?

Mach already provides support for interruption. But it cannot deal
with the user code itself. One way could be to add a pointer to the
mach_msg call for the kernel to check the cancel flag itself, but that
becomes relatively dirty, compared to just dealing with the matter in
userland, which on the other hand allows userland to introduce whatever
interruption/cancelation/signal/etc. notions at will.

> Also, if I understand correctly, in case the thread finished the syscall and
> successfully received a message, but didn't return to userspace yet, isn't
> there the risk of losing the message, with the current approach?

IIRC that part is not interruptible, so either we get a message, or we
get interrupted, but not both.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]