Tim Hutt
Tim Hutt
> Having a configurable path for the exe doesn't make sense either since it's a special executable and stays in the same place. But it doesn't - that's the whole...
I had a look at cleaning up the code and one thing that seemed weird is you used `NonZeroUsize` for the node IDs. Is there a reason for that? The...
Any plans to use Landlock on Linux? That seems like a better solution than symlinks.
Yeah this is a bit awkward. I have resorted to using `=1.2.3` style dependencies in my `Cargo.toml` file, but this isn't a full solution because it doesn't lock transitive dependencies.
Thanks for this. I tested it with my code and it worked perfectly.
Ah yeah I didn't notice this is only in preview 2. Guess it will have to wait!
> Yes because it matters for microarchitectural side channels Yes it should be mentioned, or yes it should raise an exception? Can you expand a bit? I get that this...
> I think this was already fixed? Ah you're right. I only noticed them in `cbo_exceptions.adoc` - it looks like they were accidentally left there when the link to that...
Isn't the point of invalidating that some other agent may have written to it, so then their writes become visible to us? Or am I totally misunderstanding this? > An...
I agree... Sorry maybe we're talking about different things or I'm just being really stupid. Here's what I mean:  1. Hart 0 does a normal load of some block....