mirror of
https://github.com/dynup/kpatch
synced 2025-04-04 23:29:23 +00:00
Add patches rebased on top of upstream 6.2.0. Integration tests for these can be ran as this: $ make PATCH_DIR="linux-6.2.0" KPATCH_BUILD_OPTS="--non-replace --sourcedir /path/to/src/linux-6.2.0" integration-slow Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
10 lines
311 B
Diff
10 lines
311 B
Diff
diff -Nupr src.orig/arch/x86/kvm/x86.c src/arch/x86/kvm/x86.c
|
|
--- src.orig/arch/x86/kvm/x86.c 2023-01-12 11:20:04.716695930 -0500
|
|
+++ src/arch/x86/kvm/x86.c 2023-01-12 11:21:44.162285556 -0500
|
|
@@ -1,4 +1,5 @@
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
+
|
|
/*
|
|
* Kernel-based Virtual Machine driver for Linux
|
|
*
|