From c322b21469b9f558adc01090ecfda986a63d4dec Mon Sep 17 00:00:00 2001 From: Wentao Zhang Date: Wed, 14 Aug 2024 14:32:35 -0500 Subject: [PATCH] docs: nit --- README.md | 4 ++-- patches/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4455089..41c9e03 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Measure Linux kernel's modified condition/decision coverage (MC/DC) -[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/xlab-uiuc/linux-mcdc/llvm-trunk.yml?label=LLVM%20trunk)](https://github.com/xlab-uiuc/linux-mcdc/actions/workflows/llvm-trunk.yml) -[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/xlab-uiuc/linux-mcdc/llvm-18.yml?label=LLVM%2018)](https://github.com/xlab-uiuc/linux-mcdc/actions/workflows/llvm-18.yml) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/xlab-uiuc/linux-mcdc/llvm-trunk-linux-v5.15.153.yml?label=LLVM%20trunk%2BLinux%20v5.15.153)](https://github.com/xlab-uiuc/linux-mcdc/actions/workflows/llvm-trunk.yml) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/xlab-uiuc/linux-mcdc/llvm-18.yml?label=LLVM%2018%2BLinux%20v5.15.153)](https://github.com/xlab-uiuc/linux-mcdc/actions/workflows/llvm-18.yml) This repository demonstrates [KUnit](https://docs.kernel.org/dev-tools/kunit/index.html)'s modified condition/decision coverage (MC/DC) of 5.15.y Linux kernel using diff --git a/patches/README.md b/patches/README.md index 283243c..7db2d8b 100644 --- a/patches/README.md +++ b/patches/README.md @@ -1,2 +1,2 @@ -Version numbers less than 1.0 indicates internal circulation before being +Version numbers less than 1.0 indicate internal circulation before being submitted to the broader Linux Kernel development community.