Skip to content

Commit 13c4a11

Browse files
committed
patches: rebased onto v6.11
1 parent 155c1eb commit 13c4a11

5 files changed

+9
-9
lines changed

patches/v3.0/0000-cover-letter.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From f2c7e85b8f5019419de7fdc159b827fc52f10753 Mon Sep 17 00:00:00 2001
1+
From d005c3b310f93a00709a82b51c897f869c8178c0 Mon Sep 17 00:00:00 2001
22
From: Wentao Zhang <wentaoz5@illinois.edu>
3-
Date: Wed, 11 Sep 2024 17:14:47 -0500
3+
Date: Mon, 16 Sep 2024 19:16:54 -0500
44
Subject: [PATCH v3 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
55

66
This series adds support for building x86-64 kernels with Clang's Source-
@@ -150,7 +150,7 @@ build warnings when they are encountered:
150150
---
151151
v2 -> v3:
152152

153-
* Rebased onto v6.11-rc7 from v6.11-rc6.
153+
* Rebased onto v6.11 from v6.11-rc7.
154154

155155
---
156156

patches/v3.0/0001-llvm-cov-add-Clang-s-Source-based-Code-Coverage-supp.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 637397dfc8b0d9c051c1a7f849742dbbcecdd9fb Mon Sep 17 00:00:00 2001
1+
From 39d7bd367979623699d4866ad088445f28647abc Mon Sep 17 00:00:00 2001
22
From: Wentao Zhang <wentaoz5@illinois.edu>
33
Date: Fri, 30 Aug 2024 14:48:03 -0500
44
Subject: [PATCH v3 1/4] llvm-cov: add Clang's Source-based Code Coverage
@@ -74,7 +74,7 @@ Tested-by: Chuck Wolber <chuck.wolber@boeing.com>
7474
create mode 100644 kernel/llvm-cov/llvm-cov.h
7575

7676
diff --git a/Makefile b/Makefile
77-
index 2966d5fbb..80deed702 100644
77+
index 34bd1d5f9..323af7343 100644
7878
--- a/Makefile
7979
+++ b/Makefile
8080
@@ -738,6 +738,9 @@ endif # KBUILD_EXTMOD

patches/v3.0/0002-llvm-cov-add-Clang-s-MC-DC-support.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 488d663c33d298040dc2748d4f6e5dd95fceb009 Mon Sep 17 00:00:00 2001
1+
From 16c9591109564f353e31769f7775f38dca195496 Mon Sep 17 00:00:00 2001
22
From: Wentao Zhang <wentaoz5@illinois.edu>
33
Date: Fri, 30 Aug 2024 14:49:24 -0500
44
Subject: [PATCH v3 2/4] llvm-cov: add Clang's MC/DC support
@@ -78,7 +78,7 @@ Tested-by: Chuck Wolber <chuck.wolber@boeing.com>
7878
3 files changed, 54 insertions(+)
7979

8080
diff --git a/Makefile b/Makefile
81-
index 80deed702..729be1741 100644
81+
index 323af7343..590e96532 100644
8282
--- a/Makefile
8383
+++ b/Makefile
8484
@@ -741,6 +741,12 @@ all: vmlinux

patches/v3.0/0003-x86-disable-llvm-cov-instrumentation.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 55931669b6598c7cdbc5d4f3023ffbd9eb10d55a Mon Sep 17 00:00:00 2001
1+
From 90bb13a445e95fade37930fd83322f9e2cf3202a Mon Sep 17 00:00:00 2001
22
From: Wentao Zhang <wentaoz5@illinois.edu>
33
Date: Fri, 30 Aug 2024 14:48:53 -0500
44
Subject: [PATCH v3 3/4] x86: disable llvm-cov instrumentation

patches/v3.0/0004-x86-enable-llvm-cov-support.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From f2c7e85b8f5019419de7fdc159b827fc52f10753 Mon Sep 17 00:00:00 2001
1+
From d005c3b310f93a00709a82b51c897f869c8178c0 Mon Sep 17 00:00:00 2001
22
From: Wentao Zhang <wentaoz5@illinois.edu>
33
Date: Fri, 30 Aug 2024 14:49:06 -0500
44
Subject: [PATCH v3 4/4] x86: enable llvm-cov support

0 commit comments

Comments
 (0)