-
**Description**
Currently, from what I gather, we either implement our own `Error` type or throw a `std::io::Error`. In general, I'm a fan of having the least external dependencies as possible and I …
-
**Describe the bug**
Kernel fails to remap a PCI bridge that has no upstream. I have an Nvidia GPU which supports "MIG", aka multi-instance groups. Unlike the other GPU VFIO report, my NVIDIA GPU sup…
sdake updated
2 years ago
-
Since last rust-analyzer I get unresolved import errors on every import of names from std, such as:
```
use std::{f64::consts::FRAC_PI_2, time::Duration};
```
I noticed this error is also trig…
-
Added as part of the [SIMD work](https://github.com/rust-lang/rfcs/pull/1199), supports feature detection based on e.g. target processor. This issue tracks stabilization.
### Relevant issues and bu…
-
We should use proper upstream releases of all the crates that we're currently pulling in via git `rev=` dependencies. Of course, that requires actually _making_ upstream releases first...
- [x] Pub…
-
There seems to be a significant compile time regression when using the LVI mitigation passes on some crates. The smallest case I could come up with is:
```rust
#[macro_use] extern crate crunchy;
…
-
**Describe the bug**
Plugging in a Mellanox NIC SRIOV interface (Connect-X 5) results in an interface that doesn't work.
**To Reproduce**
Pass through a Connect-X virtual function:
```
./clou…
sdake updated
2 years ago
-
Fails with the rust integration tests:
```
$ ENARX_BACKEND=sgx RUSTFLAGS='-C target-cpu=x86-64-v4' cargo test
[…]
test echo ... FAILED
test memory_stress_test ... FAILED
test rust_sev_attestatio…
-
I am trying to create an enclave where the “inner” part (basically containing the business logic) is instrumented with LLVM's SanitizerCoverage, but having some problems due to Cargo's building of the…
-
I am unable to get pruntime running in a simulated SGX environment and am getting the following error:
```
user:~/phala-blockchain/standalone/pruntime/bin$ sudo ./app
./app: error while loading sha…