Skip to content

Commit 232274a

Browse files
authored
Merge branch 'main' into vsock-latency-perf
2 parents 082c578 + d9c543d commit 232274a

34 files changed

Lines changed: 1612 additions & 2174 deletions

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/snapshotting/snapshot-support.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -631,10 +631,14 @@ For reference, the C code used in our tests is available
631631
> through the patches
632632
> [here](https://lore.kernel.org/all/20260130173704.12575-1-itazur@amazon.com/)
633633
> and was merged in Linux kernel v7.0. Users need to make sure that the linked
634-
> patches are applied on their kernels. We have backported these patches for
635-
> Amazon Linux kernels v5.10 and v6.1 [here](../../resources/patches/vmclock).
636-
> The kernels used in the [Getting Started Guide](../getting-started.md) include
637-
> these patches.
634+
> patches are applied on their kernels. These patches have been backported to
635+
> Amazon Linux v5.10 and v6.1 microVM kernels, starting from
636+
> [microvm-kernel-5.10.252-285.992.amzn2](https://github.com/amazonlinux/linux/tree/microvm-kernel-5.10.252-285.992.amzn2)
637+
> and
638+
> [microvm-kernel-6.1.167-27.319.amzn2023](https://github.com/amazonlinux/linux/tree/microvm-kernel-6.1.167-27.319.amzn2023)
639+
> respectively. These patched kernels will be automatically downloaded when
640+
> running the integration test suite, or they can be manually downloaded using
641+
> `tools/devtool download_ci_artifacts`.
638642
639643
## Vsock device reset
640644

resources/guest_configs/ci.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ CONFIG_MSDOS_PARTITION=y
44
CONFIG_SQUASHFS_ZSTD=y
55
# aarch64 only TBD split into a separate file
66
CONFIG_DEVMEM=y
7+
CONFIG_STRICT_DEVMEM=y
78
# CONFIG_ARM64_ERRATUM_3194386 is not set
89
# Needed for CTRL+ALT+DEL support
910
CONFIG_SERIO=y
1011
CONFIG_SERIO_I8042=y
1112
CONFIG_SERIO_LIBPS2=y
1213
CONFIG_SERIO_GSCPS2=y
1314
CONFIG_KEYBOARD_ATKBD=y
14-
CONFIG_INPUT_KEYBOARD=y
15+
CONFIG_INPUT_KEYBOARD=y

0 commit comments

Comments
 (0)