mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
kernel: upgrade kernel to 5.10.x for arm64.
In kernel 5.10.x on arm64 side, When CONFIG_RANDOM_BASE is enabled, physical base address can be a negative number. It may lead to bug when a PA is taken as a unsigned number in comparison, as PA is calculated based on the physical base address. The bug has been fixed latest code by commit ee7febce051945be2 in memory hotplug zone. We can eliminate the bug in an easy way by casting the PA as a signed value in the current code base to avoid lots of backport. Depends-on: github.com/kata-containers/tests#3388 Fixes: #1596 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
@@ -155,9 +155,6 @@ assets:
|
||||
uscan-url: >-
|
||||
https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-(5\.4\..+)\.tar\.gz
|
||||
version: "v5.10.25"
|
||||
architecture:
|
||||
aarch64:
|
||||
version: "v5.4.71"
|
||||
|
||||
kernel-experimental:
|
||||
description: "Linux kernel with virtio-fs support"
|
||||
|
Reference in New Issue
Block a user