Skip to content

Commit 51d1c16

Browse files
authored
Merge pull request containers#19 from slp/update-v5.15.57
Rebase kernel on v5.15.57
2 parents 9ae2f8a + f058486 commit 51d1c16

14 files changed

+16
-16
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
KERNEL_VERSION = linux-5.15.52
1+
KERNEL_VERSION = linux-5.15.57
22
KERNEL_REMOTE = https://cdn.kernel.org/pub/linux/kernel/v5.x/$(KERNEL_VERSION).tar.xz
33
KERNEL_TARBALL = tarballs/$(KERNEL_VERSION).tar.xz
44
KERNEL_SOURCES = $(KERNEL_VERSION)
55
KERNEL_PATCHES = $(shell find patches/ -name "0*.patch" | sort)
66
KERNEL_C_BUNDLE = kernel.c
77

88
ABI_VERSION=3
9-
FULL_VERSION=3.1.0
9+
FULL_VERSION=3.2.0
1010

1111
ifeq ($(SEV),1)
1212
VARIANT = -sev

patches-sev/0012-virtio-enable-DMA-API-if-memory-is-restricted.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 85faae5803d4aad873e04761a108cb91763edf19 Mon Sep 17 00:00:00 2001
1+
From 8912884d7254bc132be38828969476849a112f2c Mon Sep 17 00:00:00 2001
22
From: Sergio Lopez <slp@sinrega.org>
33
Date: Fri, 10 Sep 2021 13:05:01 +0200
44
Subject: [PATCH 12/13] virtio: enable DMA API if memory is restricted

patches-sev/0013-Allow-booting-SEV-ES-APs-without-GHCB-HACK.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From cc8d37420062b28485032abbdfd27f0c1cd0fb81 Mon Sep 17 00:00:00 2001
1+
From 8a35c0e9093c32602c9a615c27f8c760bb41946c Mon Sep 17 00:00:00 2001
22
From: Sergio Lopez <slp@sinrega.org>
33
Date: Fri, 24 Sep 2021 17:50:39 +0200
44
Subject: [PATCH 13/13] Allow booting SEV-ES APs without GHCB (HACK)

patches/0001-krunfw-Don-t-panic-when-init-dies.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From ab8af3d608f1dd6f51c2bb4b13cc9b4269b68273 Mon Sep 17 00:00:00 2001
1+
From b199934cdcf917f17b1681c963d71f902a2ac69e Mon Sep 17 00:00:00 2001
22
From: Sergio Lopez <slp@redhat.com>
33
Date: Mon, 16 May 2022 15:47:50 +0200
44
Subject: [PATCH 01/13] krunfw: Don't panic when init dies
@@ -16,7 +16,7 @@ Signed-off-by: Sergio Lopez <slp@redhat.com>
1616
2 files changed, 7 insertions(+)
1717

1818
diff --git a/kernel/exit.c b/kernel/exit.c
19-
index 91a43e57a32e..d75d95921ba5 100644
19+
index aefe7445508d..2a089826b711 100644
2020
--- a/kernel/exit.c
2121
+++ b/kernel/exit.c
2222
@@ -64,6 +64,7 @@

patches/0002-krunfw-Ignore-run_cmd-on-orderly-reboot.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From ad327855db5d33084788ba1a6048a152535f8076 Mon Sep 17 00:00:00 2001
1+
From 345015f3f15ae6646e0587c8ec4cdbe043a3bbab Mon Sep 17 00:00:00 2001
22
From: Sergio Lopez <slp@redhat.com>
33
Date: Mon, 16 May 2022 16:04:27 +0200
44
Subject: [PATCH 02/13] krunfw: Ignore run_cmd on orderly reboot

patches/0003-virtio-vsock-add-VIRTIO_VSOCK_F_DGRAM-feature-bit.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 7e3b76cdc85f31b97bce9345491263f30e141818 Mon Sep 17 00:00:00 2001
1+
From fe457614431fb6da86577f7bad930b3bc6fdc9c2 Mon Sep 17 00:00:00 2001
22
From: Jiang Wang <jiang.wang@bytedance.com>
33
Date: Tue, 6 Apr 2021 23:22:06 +0000
44
Subject: [PATCH 03/13] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit

patches/0004-virtio-vsock-add-support-for-virtio-datagram.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From cc5cf77b723753eb604decb47bb46ea5d87b81ba Mon Sep 17 00:00:00 2001
1+
From 53f3b976173616855c9a3689e8be01c99dbbeb80 Mon Sep 17 00:00:00 2001
22
From: Jiang Wang <jiang.wang@bytedance.com>
33
Date: Thu, 26 May 2022 18:43:37 +0200
44
Subject: [PATCH 04/13] virtio/vsock: add support for virtio datagram

patches/0005-vhost-vsock-add-support-for-vhost-dgram.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 195b2c089caefd801215b96e3c851c441a29bf30 Mon Sep 17 00:00:00 2001
1+
From 70e45733e03189199edf979e34f2b2e19ec70d32 Mon Sep 17 00:00:00 2001
22
From: Jiang Wang <jiang.wang@bytedance.com>
33
Date: Fri, 10 Dec 2021 12:42:16 +0100
44
Subject: [PATCH 05/13] vhost/vsock: add support for vhost dgram.

patches/0006-vsock_test-add-tests-for-vsock-dgram.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 269ca9dfb4248194e739258b3f166370505210a7 Mon Sep 17 00:00:00 2001
1+
From ae5c44a42dc6707b6246d93f2567fbb1897971b8 Mon Sep 17 00:00:00 2001
22
From: Jiang Wang <jiang.wang@bytedance.com>
33
Date: Fri, 9 Apr 2021 18:32:20 +0000
44
Subject: [PATCH 06/13] vsock_test: add tests for vsock dgram

patches/0007-virtio-vsock-add-sysfs-for-rx-buf-len-for-dgram.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 8eeca940ebf2f45f09a4deed01b6b07be9e4079a Mon Sep 17 00:00:00 2001
1+
From 352565f9558a85972108f353b9b66718a19874f2 Mon Sep 17 00:00:00 2001
22
From: Jiang Wang <jiang.wang@bytedance.com>
33
Date: Thu, 26 May 2022 18:46:09 +0200
44
Subject: [PATCH 07/13] virtio/vsock: add sysfs for rx buf len for dgram

0 commit comments

Comments
 (0)