From 2c7dd187ebdfba809779258ea93b3e06ea7d16f6 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 2 Jun 2015 02:27:26 +0000 Subject: [PATCH] Document generate-kernel-patch and generate-patched-kernel scripts git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6211 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scst/README b/scst/README index e9da11b69..b405b6d9f 100644 --- a/scst/README +++ b/scst/README @@ -159,6 +159,19 @@ IMPORTANT: In the current version simultaneous access to local SCSI devices To uninstall, type 'make scst_uninstall'. + +Creating a kernel patch or patched kernel +----------------------------------------- + +You can use generate-kernel-patch or generate-patched-kernel scripts in +the scripts/ subdirectory to convert SCST source tree as it exists +in the Subversion repository to a Linux kernel patch or generate a +kernel source tree with the SCST patches applied correspondingly. This +subdirectory exists only in the SVN tree. + +Script rebuild-rhel-kernel-rpm might also be useful in this regard. + + Migration from the obsolete proc interface ------------------------------------------