From 65d154e4183c14382a37886f015f2a5163d90d35 Mon Sep 17 00:00:00 2001 From: scjody Date: Tue, 20 Nov 2007 20:45:53 +0000 Subject: [PATCH] Branch b1_6 Add patch documentation. b=12842 --- .../patches/modpost_external_module_updates_rhel4.patch | 4 ++++ .../patches/modpost_external_module_updates_sles9.patch | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lustre/kernel_patches/patches/modpost_external_module_updates_rhel4.patch b/lustre/kernel_patches/patches/modpost_external_module_updates_rhel4.patch index 9fdfe79..35bf139 100644 --- a/lustre/kernel_patches/patches/modpost_external_module_updates_rhel4.patch +++ b/lustre/kernel_patches/patches/modpost_external_module_updates_rhel4.patch @@ -1,3 +1,7 @@ +This patch updates the RHEL 4 module build system to properly support +dependencies between external modules, similarly to the way they are +supported in newer kernels. + Index: linux-2.6.9-55.EL/scripts/Makefile.modpost =================================================================== --- linux-2.6.9-55.EL.orig/scripts/Makefile.modpost diff --git a/lustre/kernel_patches/patches/modpost_external_module_updates_sles9.patch b/lustre/kernel_patches/patches/modpost_external_module_updates_sles9.patch index 9ca0765..39b85d4 100644 --- a/lustre/kernel_patches/patches/modpost_external_module_updates_sles9.patch +++ b/lustre/kernel_patches/patches/modpost_external_module_updates_sles9.patch @@ -1,3 +1,7 @@ +This patch updates the SLES 9 module build system to properly support +dependencies between external modules, similarly to the way they are +supported in newer kernels. + Index: linux-2.6.5-7.286/scripts/Makefile.modpost =================================================================== --- linux-2.6.5-7.286.orig/scripts/Makefile.modpost -- 1.8.3.1