lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 17 Nov 2006 14:45:49 +0000 (GMT)
From:	James Simmons <jsimmons@...radead.org>
To:	Randy Dunlap <randy.dunlap@...cle.com>
cc:	lkml <linux-kernel@...r.kernel.org>, pazke@...pac.ru,
	akpm <akpm@...l.org>
Subject: Re: [PATCH] visws: sgivwfb is module needs exports


Acked-by: James Simmons <jsimmons@...radead.org>

On Thu, 16 Nov 2006, Randy Dunlap wrote:

> From: Randy Dunlap <randy.dunlap@...cle.com>
> 
> With CONFIG_FB_SGIVW=m:
> WARNING: "sgivwfb_mem_size" [drivers/video/sgivwfb.ko] undefined!
> WARNING: "sgivwfb_mem_phys" [drivers/video/sgivwfb.ko] undefined!
> 
> (or don't allow FB_SGIVW=m in Kconfig)
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> ---
>  arch/i386/mach-visws/setup.c |    3 +++
>  1 file changed, 3 insertions(+)
> 
> --- linux-2619-rc6.orig/arch/i386/mach-visws/setup.c
> +++ linux-2619-rc6/arch/i386/mach-visws/setup.c
> @@ -6,6 +6,7 @@
>  #include <linux/smp.h>
>  #include <linux/init.h>
>  #include <linux/interrupt.h>
> +#include <linux/module.h>
>  
>  #include <asm/fixmap.h>
>  #include <asm/arch_hooks.h>
> @@ -142,6 +143,8 @@ void __init time_init_hook(void)
>  
>  unsigned long sgivwfb_mem_phys;
>  unsigned long sgivwfb_mem_size;
> +EXPORT_SYMBOL(sgivwfb_mem_phys);
> +EXPORT_SYMBOL(sgivwfb_mem_size);
>  
>  long long mem_size __initdata = 0;
>  
> 
> 
> ---
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ