From: Cedric Le Goater (clg_at_fr_dot_ibm_dot_com)
Date: Wed Jul 25 2007 - 03:45:00 PDT
Paul H. Hargrove wrote: > I am pleased to announce the release of the first Beta version of BLCR > 0.6.0, now available at > http://mantis.lbl.gov/blcr-dist/blcr-0.6.0_b1.tar.gz for a source tarball > or > http://mantis.lbl.gov/blcr-dist/blcr-0.6.0_b1-1.src.rpm for a source RPM You'll need the following patch to compile on a fc7 and on any 2.6.21+ vanilla kernels. I'm still fighting with the insmod which is telling me : Running kernel does not match the System.map used to build blcr.o what about glibc 2.6 ? Thanks, C. Signed-off-by: Cedric Le Goater <clg_at_fr_dot_ibm_dot_com> --- configure.ac | 1 + 1 file changed, 1 insertion(+) Index: blcr-0.6.0_b1/configure.ac =================================================================== --- blcr-0.6.0_b1.orig/configure.ac +++ blcr-0.6.0_b1/configure.ac @@ -830,6 +830,7 @@ AC_MSG_RESULT($cr_result) if test "$cr_result" = yes; then CR_FIND_KSYM([hugetlbfs_file_operations],[DATA], [extern const struct file_operations hugetlbfs_file_operations;]) + CR_FIND_KSYM([is_file_shm_hugepages],[CODE]) fi CR_CHECK_KERNEL_CALL_NARGS([permission],[#include <linux/fs.h>],[NULL,0],[NULL,0,NULL])