This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Balloon should use u32 to calculate offset #284
Comments
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
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.
Balloon use u64 to calculate offset after reading pfn from queue, which should be u32 instead.
The text was updated successfully, but these errors were encountered: