Fix guest context management #18
Annotations
2 errors and 10 warnings
lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
lint
Process completed with exit code 1.
|
lint:
src/memmap/constant.rs#L45
[clippy] reported by reviewdog 🐶
constant `PA2VA_DRAM_OFFSET` is never used
Raw Output:
src/memmap/constant.rs:45:11: warning: constant `PA2VA_DRAM_OFFSET` is never used (dead_code)
|
lint:
src/memmap/constant.rs#L52
[clippy] reported by reviewdog 🐶
constant `GUEST_HEAP_OFFSET` is never used
Raw Output:
src/memmap/constant.rs:52:11: warning: constant `GUEST_HEAP_OFFSET` is never used (dead_code)
|
lint:
src/memmap/constant.rs#L54
[clippy] reported by reviewdog 🐶
constant `GUEST_STACK_OFFSET` is never used
Raw Output:
src/memmap/constant.rs:54:11: warning: constant `GUEST_STACK_OFFSET` is never used (dead_code)
|
lint:
<unknown>#L1
[clippy] reported by reviewdog 🐶
unknown and unstable feature specified for `-Ctarget-feature`: `h`
Raw Output:
<unknown>:1:1: warning: unknown and unstable feature specified for `-Ctarget-feature`: `h` ()
|
lint:
<unknown>#L1
[clippy] reported by reviewdog 🐶
unknown and unstable feature specified for `-Ctarget-feature`: `h`
Raw Output:
<unknown>:1:1: warning: unknown and unstable feature specified for `-Ctarget-feature`: `h` ()
|
lint:
src/trap/machine/exception.rs#L62
[clippy] reported by reviewdog 🐶
item name ends with its containing module's name
Raw Output:
src/trap/machine/exception.rs:62:19: warning: item name ends with its containing module's name (clippy::module_name_repetitions)
|
lint:
src/trap/machine/exception.rs#L88
[clippy] reported by reviewdog 🐶
item name ends with its containing module's name
Raw Output:
src/trap/machine/exception.rs:88:15: warning: item name ends with its containing module's name (clippy::module_name_repetitions)
|
lint:
src/device.rs#L8
[clippy] reported by reviewdog 🐶
fields `dtb_addr`, `dtb_size`, and `memory_map` are never read
Raw Output:
src/device.rs:8:12: warning: fields `dtb_addr`, `dtb_size`, and `memory_map` are never read (dead_code)
|
lint:
src/device.rs#L14
[clippy] reported by reviewdog 🐶
method `dtb_data` is never used
Raw Output:
src/device.rs:14:1: warning: method `dtb_data` is never used (dead_code)
|
lint:
src/trap/machine/interrupt.rs#L6
[clippy] reported by reviewdog 🐶
item name ends with its containing module's name
Raw Output:
src/trap/machine/interrupt.rs:6:15: warning: item name ends with its containing module's name (clippy::module_name_repetitions)
|