[libc-commits] [PATCH] D150456: [libc] Check the RPC server once again after the kernel exits

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri May 12 09:41:40 PDT 2023


jhuber6 added a comment.

In D150456#4338163 <https://reviews.llvm.org/D150456#4338163>, @JonChesterfield wrote:

> If the server gets a value after the kernel has finished, it can send work back to the kernel, which won't do anything useful. Is there a way we can guard against that, perhaps in handle?

I don't think that's possible given the API, the kernel would be blocked on that value to returned from the server and unable to exit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150456/new/

https://reviews.llvm.org/D150456



More information about the libc-commits mailing list