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>] [day] [month] [year] [list]
Date:	Mon, 2 Mar 2009 14:54:06 -0800
From:	P Mumbai <mumbai.prasanna@...il.com>
To:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: No symbol version for PROM_KMALLOC1 in kernel 2.6.26

Hi all,

I am trying to get my driver working on 2.6.26 kernel. This driver
works fine in 2.6.17 kernel.

I have a glue KLM(kernel loadable module) & the main driver KLM.   The
Glue module exposes a set of API's which the main driver KLM uses.

I have a glue layer which exposes a function called "PROM_KMALLOC1".
This function is exported using "EXPORT_SYMBOL(PROM_KMALLOC1)".  I
load the glue KLM and then load the main driver KLM.
The reference to PROM_KMALLOC1 in my main driver is giving me the
following error.

be:  no symbol version for PROM_KMALLOC1
be: Unknown symbol PROM_KMALLOC1

Is there a different way of exporting symbols in 2.6.26 kernel ?   I
don't know what does symbol version mean ?  Can anyone explain me
please.

i did
[root@...alhost ~]# cat /proc/kallsyms | grep PROM_KMALLOC1
e22352d4 r __ksymtab_PROM_KMALLOC1      [glue]
e22358ba r __kstrtab_PROM_KMALLOC1      [glue]
e223542c r __kcrctab_PROM_KMALLOC1      [glue]
e204d048 T PROM_KMALLOC1        [glue]
d8bc05b7 a __crc_PROM_KMALLOC1  [glue]

~Cheers
Prasanna
--
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