Skip to content

Commit 9ae2f8a

Browse files
authored
Merge pull request containers#18 from slp/update-v5.15.52
Rebase kernel on v5.15.52
2 parents a3b9157 + 01ae306 commit 9ae2f8a

14 files changed

+28
-28
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.47
1+
KERNEL_VERSION = linux-5.15.52
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.0.0
9+
FULL_VERSION=3.1.0
1010

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 013aa017f53073261ff9d504e335a45910043971 Mon Sep 17 00:00:00 2001
1+
From 85faae5803d4aad873e04761a108cb91763edf19 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
@@ -46,5 +46,5 @@ index 603a6f4345ef..ebe01291bf37 100644
4646
/*
4747
* In theory, it's possible to have a buggy QEMU-supposed
4848
--
49-
2.35.1
49+
2.36.1
5050

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From a80cccc76accab3b7806ee9d8fc8d7f26eb61d1e Mon Sep 17 00:00:00 2001
1+
From cc8d37420062b28485032abbdfd27f0c1cd0fb81 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)
@@ -88,5 +88,5 @@ index cc8391f86cdb..3470382c8784 100644
8888

8989
.section ".text32","ax"
9090
--
91-
2.35.1
91+
2.36.1
9292

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 28b6f9d5597e5e05b8133701202b13e8cc23161b Mon Sep 17 00:00:00 2001
1+
From ab8af3d608f1dd6f51c2bb4b13cc9b4269b68273 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
@@ -58,5 +58,5 @@ index f7440c0c7e43..a5733d636668 100644
5858
machine_restart(cmd);
5959
}
6060
--
61-
2.35.1
61+
2.36.1
6262

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 91cdc5411acfc0adb95c4c92374897c00594854f Mon Sep 17 00:00:00 2001
1+
From ad327855db5d33084788ba1a6048a152535f8076 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
@@ -28,5 +28,5 @@ index a5733d636668..989521b0dda7 100644
2828
if (ret) {
2929
pr_warn("Failed to start orderly reboot: forcing the issue\n");
3030
--
31-
2.35.1
31+
2.36.1
3232

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 58b3e04e93a59e6dbef7eda51d0bbf616acbfa0f Mon Sep 17 00:00:00 2001
1+
From 7e3b76cdc85f31b97bce9345491263f30e141818 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
@@ -222,5 +222,5 @@ index c5f936fbf876..e70e78d6fd19 100644
222222

223223
static struct virtio_driver virtio_vsock_driver = {
224224
--
225-
2.35.1
225+
2.36.1
226226

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 19de84dcfe67d79934caf6fa0bf73d727a633112 Mon Sep 17 00:00:00 2001
1+
From cc5cf77b723753eb604decb47bb46ea5d87b81ba 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
@@ -986,5 +986,5 @@ index ec2c2afbf0d0..7b62b6f6cc23 100644
986986

987987
/* Release refcnt obtained when we fetched this socket out of the
988988
--
989-
2.35.1
989+
2.36.1
990990

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 09e3109778ea116412a1510295a08a7f48a16972 Mon Sep 17 00:00:00 2001
1+
From 195b2c089caefd801215b96e3c851c441a29bf30 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.
@@ -439,5 +439,5 @@ index 4436c2fd5095..2b9b354b4d56 100644
439439
return ret;
440440
return misc_register(&vhost_vsock_misc);
441441
--
442-
2.35.1
442+
2.36.1
443443

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 88400d3c7b4f45ecbd7322532671afd2a55f0cef Mon Sep 17 00:00:00 2001
1+
From 269ca9dfb4248194e739258b3f166370505210a7 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
@@ -372,5 +372,5 @@ index 2a3638c0a008..98d9811747f4 100644
372372
};
373373

374374
--
375-
2.35.1
375+
2.36.1
376376

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 51286e0aa2323a30eba0d58d5e664b99a1f377f1 Mon Sep 17 00:00:00 2001
1+
From 8eeca940ebf2f45f09a4deed01b6b07be9e4079a 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
@@ -97,5 +97,5 @@ index 59b34b7a6500..c050dd570e5e 100644
9797

9898
module_init(virtio_vsock_init);
9999
--
100-
2.35.1
100+
2.36.1
101101

0 commit comments

Comments
 (0)