Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Balloon should use u32 to calculate offset #284

Closed
HerlinCoder opened this issue May 29, 2023 · 0 comments · Fixed by #286 or #287
Closed

Balloon should use u32 to calculate offset #284

HerlinCoder opened this issue May 29, 2023 · 0 comments · Fixed by #286 or #287
Assignees

Comments

@HerlinCoder
Copy link
Collaborator

Balloon use u64 to calculate offset after reading pfn from queue, which should be u32 instead.

@HerlinCoder HerlinCoder self-assigned this May 29, 2023
HerlinCoder added a commit to HerlinCoder/dragonball-sandbox that referenced this issue May 29, 2023
We fixes a problem that offset should be parsed as u32 instead of u64 in
virtio-balloon.

Fixes: openanolis#284

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
HerlinCoder added a commit to HerlinCoder/dragonball-sandbox that referenced this issue May 29, 2023
We fixes a problem that offset should be parsed as u32 instead of
u64 in virtio-balloon.

Fixes: openanolis#284

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
HerlinCoder added a commit to HerlinCoder/dragonball-sandbox that referenced this issue May 29, 2023
We fixes a problem that offset should be parsed as u32 instead of
u64 in virtio-balloon.

Fixes: openanolis#284

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
HerlinCoder added a commit to HerlinCoder/dragonball-sandbox that referenced this issue May 29, 2023
We fixes a problem that offset should be parsed as u32 instead of
u64 in virtio-balloon.

Fixes: openanolis#284

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
studychao pushed a commit that referenced this issue May 30, 2023
We fixes a problem that offset should be parsed as u32 instead of
u64 in virtio-balloon.

Fixes: #284

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
HerlinCoder added a commit to HerlinCoder/dragonball-sandbox that referenced this issue May 30, 2023
Fixed:
- Fixed openanolis#284, fix balloon pfn using u32
- Fixed openanolis#285, add Madvise error type

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
studychao pushed a commit that referenced this issue May 30, 2023
Fixed:
- Fixed #284, fix balloon pfn using u32
- Fixed #285, add Madvise error type

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
studychao pushed a commit to studychao/dragonball-sandbox that referenced this issue Jul 7, 2023
We fixes a problem that offset should be parsed as u32 instead of
u64 in virtio-balloon.

Fixes: openanolis#284

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
studychao pushed a commit to studychao/dragonball-sandbox that referenced this issue Jul 7, 2023
Fixed:
- Fixed openanolis#284, fix balloon pfn using u32
- Fixed openanolis#285, add Madvise error type

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant