Skip to content

Commit

Permalink
Rebase on a v6.6.59 kernel
Browse files Browse the repository at this point in the history
This is a clean rebase with no changes needed in the downstream patches.

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Nov 4, 2024
1 parent 2581d12 commit 1b5bd30
Show file tree
Hide file tree
Showing 25 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
KERNEL_VERSION = linux-6.6.52
KERNEL_VERSION = linux-6.6.59
KERNEL_REMOTE = https://cdn.kernel.org/pub/linux/kernel/v6.x/$(KERNEL_VERSION).tar.xz
KERNEL_TARBALL = tarballs/$(KERNEL_VERSION).tar.xz
KERNEL_SOURCES = $(KERNEL_VERSION)
KERNEL_PATCHES = $(shell find patches/ -name "0*.patch" | sort)
KERNEL_C_BUNDLE = kernel.c

ABI_VERSION = 4
FULL_VERSION = 4.4.2
TIMESTAMP = "Tue Oct 8 13:02:33 CEST 2024"
FULL_VERSION = 4.5.0
TIMESTAMP = "Mon Nov 4 12:34:02 CET 2024"

KERNEL_FLAGS = KBUILD_BUILD_TIMESTAMP=$(TIMESTAMP)
KERNEL_FLAGS += KBUILD_BUILD_USER=root
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6616593252269d81b003d7aa1e7e4dd156d1a629 Mon Sep 17 00:00:00 2001
From 83aec6003044244d4c2e3851dcec0af97ec0486f Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Fri, 10 Sep 2021 13:05:01 +0200
Subject: [PATCH 1/4] virtio: enable DMA API if memory is restricted
Expand Down Expand Up @@ -54,5 +54,5 @@ index 80669e05bf0e..438b4f6c5cdb 100644
/*
* In theory, it's possible to have a buggy QEMU-supposed
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches-sev/0002-x86-sev-write-AP-reset-vector.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ecbb6d5db802293ef27575a672336e17e8c2abfd Mon Sep 17 00:00:00 2001
From b6379abecd7a40dbbd98ef09eca23789c693bc24 Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Thu, 20 Oct 2022 10:23:16 +0200
Subject: [PATCH 2/4] x86/sev: write AP reset vector
Expand Down Expand Up @@ -55,5 +55,5 @@ index 9905dc0e0b09..38df85fd1324 100644
/* Check if AP Jump Table is page-aligned */
if (jump_table_addr & ~PAGE_MASK)
--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0738c09d916b06afa162facb0edc84ffe121c35a Mon Sep 17 00:00:00 2001
From d10df5bc5c8986a6dd0961ebf354c7e6ecfbda32 Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Wed, 3 Aug 2022 12:35:12 +0200
Subject: [PATCH 3/4] Implement driver to retrieve secrets from cmdline
Expand Down Expand Up @@ -292,5 +292,5 @@ index c787e94cc898..2fb8a8af9af6 100644

/*
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches-sev/0004-x86-sev-Avoid-using-native_cpuid.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 95ae01ac9240b47dcdeda540e59a24ba0bdaf963 Mon Sep 17 00:00:00 2001
From baaba00fa3a3c5407b8a08f262388b173306219f Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Wed, 5 Jun 2024 16:20:08 +0200
Subject: [PATCH 4/4] x86/sev: Avoid using native_cpuid
Expand Down Expand Up @@ -61,5 +61,5 @@ index cc47a818a640..a2b5b08eee23 100644
/* Check the SEV MSR whether SEV or SME is enabled */
RIP_REL_REF(sev_status) = msr = __rdmsr(MSR_AMD64_SEV);
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches/0001-krunfw-Don-t-panic-when-init-dies.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 7f18f75689b7b0f34ca711daa4e29e2d4ae5f910 Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Thu, 2 Mar 2023 07:34:49 +0100
Subject: [PATCH 01/17] krunfw: Don't panic when init dies
Subject: [PATCH 01/20] krunfw: Don't panic when init dies

In libkrun, the isolated process runs as PID 1. When it exits,
trigger an orderly reboot instead of panic'ing.
Expand Down Expand Up @@ -58,5 +58,5 @@ index 6ebef11c8876..4323caa5b871 100644
machine_restart(cmd);
}
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches/0002-krunfw-Ignore-run_cmd-on-orderly-reboot.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 5ed6edb3e75df34958f788bca363748cea75eea1 Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Mon, 16 May 2022 16:04:27 +0200
Subject: [PATCH 02/17] krunfw: Ignore run_cmd on orderly reboot
Subject: [PATCH 02/20] krunfw: Ignore run_cmd on orderly reboot

We don't really support restarting the conventional way, so ignore
"run_cmd" so we can fall back to an emergency sync and reboot.
Expand All @@ -28,5 +28,5 @@ index 4323caa5b871..d9d6f0dd2ebc 100644
if (ret) {
pr_warn("Failed to start orderly reboot: forcing the issue\n");
--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 06a9c813b4f59d92edf78a6011a719629323081c Mon Sep 17 00:00:00 2001
From: Bobby Eshleman <bobby.eshleman () bytedance ! com>
Date: Sat, 10 Jun 2023 00:58:28 +0000
Subject: [PATCH 03/17] vsock/dgram: generalize recvmsg and drop
Subject: [PATCH 03/20] vsock/dgram: generalize recvmsg and drop
transport->dgram_dequeue

This commit drops the transport->dgram_dequeue callback and makes
Expand Down Expand Up @@ -348,5 +348,5 @@ index 0ce65d0a4a44..6b19e308a140 100644
.stream_dequeue = virtio_transport_stream_dequeue,
.stream_enqueue = virtio_transport_stream_enqueue,
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches/0004-vsock-refactor-transport-lookup-code.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 5a2b5b9c1a9f473836c361153b15c10eab012e9a Mon Sep 17 00:00:00 2001
From: Bobby Eshleman <bobby.eshleman () bytedance ! com>
Date: Sat, 10 Jun 2023 00:58:29 +0000
Subject: [PATCH 04/17] vsock: refactor transport lookup code
Subject: [PATCH 04/20] vsock: refactor transport lookup code

Introduce new reusable function vsock_connectible_lookup_transport()
that performs the transport lookup logic.
Expand Down Expand Up @@ -57,5 +57,5 @@ index c3fdb22cfd39..5a517638deed 100644
default:
return -ESOCKTNOSUPPORT;
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches/0005-vsock-support-multi-transport-datagrams.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 10b18bb2d94abcf35e199c76fcf9921de1dbb9ae Mon Sep 17 00:00:00 2001
From: Bobby Eshleman <bobby.eshleman () bytedance ! com>
Date: Sat, 10 Jun 2023 00:58:30 +0000
Subject: [PATCH 05/17] vsock: support multi-transport datagrams
Subject: [PATCH 05/20] vsock: support multi-transport datagrams

This patch adds support for multi-transport datagrams.

Expand Down Expand Up @@ -304,5 +304,5 @@ index 6b19e308a140..21a4debde550 100644
.dgram_allow = virtio_transport_dgram_allow,
.dgram_get_cid = virtio_transport_dgram_get_cid,
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches/0006-vsock-make-vsock-bind-reusable.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 9b076ce6da60de7904d340289a2187325efee512 Mon Sep 17 00:00:00 2001
From: Bobby Eshleman <bobby.eshleman () bytedance ! com>
Date: Sat, 10 Jun 2023 00:58:31 +0000
Subject: [PATCH 06/17] vsock: make vsock bind reusable
Subject: [PATCH 06/20] vsock: make vsock bind reusable

This commit makes the bind table management functions in vsock usable
for different bind tables. For use by datagrams in a future patch.
Expand Down Expand Up @@ -102,5 +102,5 @@ index afe28d3b0b74..6a94a623dd07 100644
struct sockaddr_vm *addr)
{
--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f9c572bf348f3eda2d0763ecf0e212cf6861d769 Mon Sep 17 00:00:00 2001
From: Bobby Eshleman <bobby.eshleman () bytedance ! com>
Date: Sat, 10 Jun 2023 00:58:32 +0000
Subject: [PATCH 07/17] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
Subject: [PATCH 07/20] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit

This commit adds a feature bit for virtio vsock to support datagrams.

Expand All @@ -24,5 +24,5 @@ index 64738838bee5..9c25f267bbc0 100644
struct virtio_vsock_config {
__le64 guest_cid;
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches/0008-virtio-vsock-support-dgrams.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From cea879931c45169784b8b2301ae02ee45c4aa20d Mon Sep 17 00:00:00 2001
From: Bobby Eshleman <bobby.eshleman () bytedance ! com>
Date: Sat, 10 Jun 2023 00:58:33 +0000
Subject: [PATCH 08/17] virtio/vsock: support dgrams
Subject: [PATCH 08/20] virtio/vsock: support dgrams

This commit adds support for datagrams over virtio/vsock.

Expand Down Expand Up @@ -741,5 +741,5 @@ index 21a4debde550..20f5b123bde5 100644
{
return true;
--
2.46.0
2.45.2

4 changes: 2 additions & 2 deletions patches/0009-tests-add-vsock-dgram-tests.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From aacd77363c0f5c8515f9ef55889cd367d42d06f9 Mon Sep 17 00:00:00 2001
From: Jiang Wang <[email protected]>
Date: Sat, 10 Jun 2023 00:58:35 +0000
Subject: [PATCH 09/17] tests: add vsock dgram tests
Subject: [PATCH 09/20] tests: add vsock dgram tests

This patch adds tests for vsock datagram.

Expand Down Expand Up @@ -667,5 +667,5 @@ index 5dc7767039f6..7c66e934341a 100644
{},
};
--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From b4ce449d32a4a9c71041052c1e4599f3a01eccfa Mon Sep 17 00:00:00 2001
From bf4eb6179408f2fb6bbdd0d750a494ca1d0bf9c2 Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Thu, 19 May 2022 22:38:26 +0200
Subject: [PATCH 10/21] Transparent Socket Impersonation implementation
Subject: [PATCH 10/20] Transparent Socket Impersonation implementation

Transparent Socket Impersonation (AF_TSI) is an address family that
provides sockets presenting two simultaneous personalities, AF_INET
Expand Down
6 changes: 3 additions & 3 deletions patches/0011-tsi-allow-hijacking-sockets-tsi_hijack.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 38643ecb3d75f3c156249b6488b76ef608e990cb Mon Sep 17 00:00:00 2001
From 4cb286e56e14f2ea4b0c99567fb14558c508d2c0 Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Thu, 19 May 2022 22:42:01 +0200
Subject: [PATCH 11/17] tsi: allow hijacking sockets (tsi_hijack)
Subject: [PATCH 11/20] tsi: allow hijacking sockets (tsi_hijack)

Add a kernel command line option (tsi_hijack) enabling users to
request the kernel to hijack AF_INET(SOCK_STREAM || SOCK_DGRAM)
Expand Down Expand Up @@ -69,5 +69,5 @@ index eda6c4ba7961..6cf01d7ce8f5 100644
int err;

--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From d5eb37359e9bf9c208f252ac01c345fb6947d74b Mon Sep 17 00:00:00 2001
From 322fce4105e6a4570c6d1c9ac154d89c6c0b2029 Mon Sep 17 00:00:00 2001
From: Asahi Lina <[email protected]>
Date: Wed, 25 Sep 2024 16:35:34 +0200
Subject: [PATCH 12/17] arm64: cpufeature: Unify SCOPE_LOCAL_CPU early & late
Subject: [PATCH 12/20] arm64: cpufeature: Unify SCOPE_LOCAL_CPU early & late
behavior

SCOPE_LOCAL_CPU is mostly used for CPU errata. The early feature logic
Expand Down Expand Up @@ -81,5 +81,5 @@ index 7e9660455900..6802a8eeb6a6 100644

if (caps->desc)
--
2.46.0
2.45.2

6 changes: 3 additions & 3 deletions patches/0013-prctl-Introduce-PR_-SET-GET-_MEM_MODEL.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From eda97730a842489f539f86f74f07495645a7c972 Mon Sep 17 00:00:00 2001
From 61f6748465de43ae02b1e6ce78aa100ab9757d66 Mon Sep 17 00:00:00 2001
From: Hector Martin <[email protected]>
Date: Thu, 11 Apr 2024 09:51:20 +0900
Subject: [PATCH 13/17] prctl: Introduce PR_{SET,GET}_MEM_MODEL
Subject: [PATCH 13/20] prctl: Introduce PR_{SET,GET}_MEM_MODEL

On some architectures, it is possible to query and/or change the CPU
memory model. This allows userspace to switch to a stricter memory model
Expand Down Expand Up @@ -119,5 +119,5 @@ index 44b575990333..2db751ce25a2 100644
error = -EINVAL;
break;
--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 55e5da0ad8c673f5f8e07524210bba70b5714ff3 Mon Sep 17 00:00:00 2001
From a0a7db4f8927e5f8dda3c99b1f8e8bed15eaba03 Mon Sep 17 00:00:00 2001
From: Hector Martin <[email protected]>
Date: Mon, 6 May 2024 16:47:51 +0200
Subject: [PATCH 14/17] arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO
Subject: [PATCH 14/20] arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO
CPUs

Some ARM64 implementations are known to always use the TSO memory model.
Expand Down Expand Up @@ -229,5 +229,5 @@ index c251ef3caae5..cedae062dbdd 100644
HAS_WFXT
HW_DBM
--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 0f5f434bc794b2a46105b8ae9aed8b99c7f9dea4 Mon Sep 17 00:00:00 2001
From 411580c12e8dd196e525b71caebd4e847413747a Mon Sep 17 00:00:00 2001
From: Hector Martin <[email protected]>
Date: Thu, 11 Apr 2024 09:51:22 +0900
Subject: [PATCH 15/17] arm64: Introduce scaffolding to add ACTLR_EL1 to thread
Subject: [PATCH 15/20] arm64: Introduce scaffolding to add ACTLR_EL1 to thread
state

Some CPUs expose IMPDEF features in ACTLR_EL1 that can be meaningfully
Expand Down Expand Up @@ -137,5 +137,5 @@ index c583d1f335f8..86e0631df0c1 100644
if (boot_args[1] || boot_args[2] || boot_args[3]) {
pr_err("WARNING: x1-x3 nonzero in violation of boot protocol:\n"
--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From a32ac5f90f7acfa73651a6fa726d05a207333e3a Mon Sep 17 00:00:00 2001
From b04f31204cda6ed6735f20138797ebd033558969 Mon Sep 17 00:00:00 2001
From: Hector Martin <[email protected]>
Date: Thu, 11 Apr 2024 09:51:23 +0900
Subject: [PATCH 16/17] arm64: Implement Apple IMPDEF TSO memory model control
Subject: [PATCH 16/20] arm64: Implement Apple IMPDEF TSO memory model control

Apple CPUs may implement the TSO memory model as an optional
configurable mode. This allows x86 emulators to simplify their
Expand Down Expand Up @@ -207,5 +207,5 @@ index cedae062dbdd..cee02bfc4633 100644
HAS_VIRT_HOST_EXTN
HAS_WFXT
--
2.46.0
2.45.2

6 changes: 3 additions & 3 deletions patches/0017-drm-virtio-Support-fence-passing-feature.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 81c1338fa3e17c7fd327224ea2466a517a92d914 Mon Sep 17 00:00:00 2001
From 9ec85361575b3936127e5f879dc3250e716eb452 Mon Sep 17 00:00:00 2001
From: Dmitry Osipenko <[email protected]>
Date: Sat, 7 Oct 2023 22:47:47 +0300
Subject: [PATCH 17/17] drm/virtio: Support fence-passing feature
Subject: [PATCH 17/20] drm/virtio: Support fence-passing feature

Support extended version of VIRTIO_GPU_CMD_SUBMIT_3D command that allows
passing in-fence IDs to host for waiting, removing need to do expensive
Expand Down Expand Up @@ -450,5 +450,5 @@ index f556fde07b76..c3182c8255cf 100644

#define VIRTIO_GPU_CAPSET_VIRGL 1
--
2.46.0
2.45.2

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 897560fd00e1add63a9973c31fc437b006855680 Mon Sep 17 00:00:00 2001
From a2a7742b033bd36460343555bcc9ddedac9ffb88 Mon Sep 17 00:00:00 2001
From: Sergio Lopez <[email protected]>
Date: Tue, 8 Oct 2024 11:24:25 +0200
Subject: [PATCH] Enable 64 bit processes to use compat input syscalls
Subject: [PATCH 18/20] Enable 64 bit processes to use compat input syscalls

The compat variant of input syscalls is only enabled for 32 bit
tasks, but in some cases, such as userspace emulation, it's useful to
Expand Down Expand Up @@ -120,5 +120,5 @@ index 2db751ce25a2..1be74620b0b6 100644
error = -EINVAL;
break;
--
2.46.0
2.45.2

8 changes: 4 additions & 4 deletions patches/0019-dax-Allow-block-size-PAGE_SIZE.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From ce899b86d685b28016cc27c505d1fdca468c9b2e Mon Sep 17 00:00:00 2001
From 0d5513eeec3176ffdc62348f1fc52579f9daeebf Mon Sep 17 00:00:00 2001
From: Asahi Lina <[email protected]>
Date: Sun, 20 Oct 2024 01:23:41 +0900
Subject: [PATCH 1/2] dax: Allow block size > PAGE_SIZE
Subject: [PATCH 19/20] dax: Allow block size > PAGE_SIZE

For virtio-dax, the file/FS blocksize is irrelevant. FUSE always uses
large DAX blocks (2MiB), which will work with all host page sizes. Since
Expand All @@ -22,7 +22,7 @@ Signed-off-by: Asahi Lina <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/dax.c b/fs/dax.c
index becb4a6920c6..2ef3b50e8d7a 100644
index 3380b43cb6bb..9a33625740c1 100644
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -1032,7 +1032,7 @@ int dax_writeback_mapping_range(struct address_space *mapping,
Expand All @@ -35,5 +35,5 @@ index becb4a6920c6..2ef3b50e8d7a 100644

if (mapping_empty(mapping) || wbc->sync_mode != WB_SYNC_ALL)
--
2.47.0
2.45.2

Loading

0 comments on commit 1b5bd30

Please sign in to comment.