OpenVZ Forum


Home » General » Support » Complie kernel 022stab070.1 warnings.
Re: Complie kernel 022stab070.1 warnings. [message #1780 is a reply to message #1771] Thu, 23 February 2006 16:38 Go to previous messageGo to previous message
dev is currently offline  dev
Messages: 1693
Registered: September 2005
Location: Moscow
Senior Member

You have 2 options:
1.
change
CONFIG_EXT3_FS=m
CONFIG_JBG=m
to
CONFIG_EXT3_FS=y
CONFIG_JBG=y

or

2. apply the following patch:
--- ./include/linux/kernel.h.ext3	2006-02-22 16:28:44.000000000 +0300
+++ ./include/linux/kernel.h	2006-02-23 19:40:08.000000000 +0300
@@ -97,6 +97,8 @@ extern int __kernel_text_address(unsigne
 extern int kernel_text_address(unsigned long addr);
 extern int session_of_pgrp(int pgrp);
 
+asmlinkage int vprintk(const char *fmt, va_list args)
+        __attribute__ ((format (printf, 1, 0)));
 asmlinkage int printk(const char * fmt, ...)
 	__attribute__ ((format (printf, 1, 2)));
 
--- ./kernel/printk.c.ext3	2006-02-22 16:28:45.000000000 +0300
+++ ./kernel/printk.c	2006-02-23 19:38:59.000000000 +0300
@@ -656,6 +656,8 @@ out:
 	return printed_len;
 }
 
+EXPORT_SYMBOL(vprintk);
+
 asmlinkage int printk(const char *fmt, ...)
 {
 	va_list args;


will be fixed in 071, thanks Cool


http://static.openvz.org/userbars/openvz-developer.png
 
Read Message
Read Message
Read Message
Previous Topic: rhel4.2 vps sshd daemon problem
Next Topic: support for bridging?
Goto Forum:
  


Current Time: Thu Oct 17 05:15:38 GMT 2024

Total time taken to generate the page: 0.05209 seconds