From 4acd609956e4f0b5fa28f808dbe85c5a1684c854 Mon Sep 17 00:00:00 2001 From: msuhanov Date: Tue, 21 Feb 2017 21:50:40 +0300 Subject: [PATCH] New patch and minor changes. --- README.md | 2 +- ...ux-4.10-rc1-enforce-ro.patch => linux-4.10-enforce-ro.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename kernel/{linux-4.10-rc1-enforce-ro.patch => linux-4.10-enforce-ro.patch} (100%) diff --git a/README.md b/README.md index fcb007f..eae96eb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ In particular, we modify the *generic_make_request_checks* function and insert t ## How to install Apply the patch to the source code of your kernel and recompile it. -*The patch was written for Linux 3.15.1, but it remains compatible with newer versions of Linux.* +*The patch was originally written for Linux 3.15.1, but it remains compatible with some newer versions of Linux. Additionally, the new version for Linux 4.10 is available.* ## How to use Simply run the following command: _blockdev --setro /dev/sdb*_ (assuming */dev/sdb* is the evidence to be write protected). diff --git a/kernel/linux-4.10-rc1-enforce-ro.patch b/kernel/linux-4.10-enforce-ro.patch similarity index 100% rename from kernel/linux-4.10-rc1-enforce-ro.patch rename to kernel/linux-4.10-enforce-ro.patch