mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Move to new kernel 5.3-rc3
The last kernel we were using included some manual porting of the virtio-pmem and virtio-fs patches. By moving to 5.3-rc3, we are now closer to upstream since the virtio-pmem patches are part of the linux kernel now. Additionally, this includes the latest patches from virtio-fs maintainers, which works with the latest version of virtiofsd. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
4b3fd906f7
commit
021e8d9e13
@@ -67,9 +67,9 @@ LINUX_CUSTOM_DIR="linux-custom"
|
||||
if [ ! -f "$VMLINUX_IMAGE" ]; then
|
||||
SRCDIR=$PWD
|
||||
pushd $WORKLOADS_DIR
|
||||
git clone --depth 1 "https://github.com/sboeuf/linux.git" -b "virtio-pmem_and_virtio-fs" $LINUX_CUSTOM_DIR
|
||||
git clone --depth 1 "https://github.com/sboeuf/linux.git" -b "virtio-fs" $LINUX_CUSTOM_DIR
|
||||
pushd $LINUX_CUSTOM_DIR
|
||||
cp $SRCDIR/resources/linux-virtio-pmem-and-virtio-fs-config .config
|
||||
cp $SRCDIR/resources/linux-virtio-fs-config .config
|
||||
make bzImage -j `nproc`
|
||||
cp vmlinux $VMLINUX_IMAGE
|
||||
cp arch/x86/boot/bzImage $BZIMAGE_IMAGE
|
||||
|
||||
Reference in New Issue
Block a user