blob: 211bc5bbc755f030eeec2828a0f2cb496b4ba42d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
---
name: Bug
about: Related to runtime bugs, panics, warnings...
labels: • bug
---
**Description**
<!--
What the bug is and/or how to reproduce it.
Some common details that are typically useful to know are below -- please fill/remove as needed.
Other details that may be useful to know, if relevant:
- Deterministic or not?
- Does it happen under QEMU, a VM, a real machine, etc.?
-->
**Architecture(s)**
- `arm`
- `arm64`
- `ppc64le`
- `riscv64`
- `x86_64`
**Toolchain versions**
- `rustc`:
- `bindgen`:
- LLVM/Clang:
- GCC:
- QEMU:
<details><summary><strong>Kernel log</strong></summary>
<p>
```text
Paste it here -- feel free to reduce it to the relevant parts.
```
</p>
</details>
<details><summary><strong>Kernel config</strong></summary>
<p>
```text
Paste it here -- feel free to reduce it to the relevant parts.
```
</p>
</details>
|