jdinan / xpmem-old

Automatically exported from code.google.com/p/xpmem
GNU General Public License v2.0
0 stars 0 forks source link

undefined symbols in kernel module on RHEL 6.0 #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Looks like several functions are not exported in stock RHEL6.0 kernel:
per_cpu__mmu_gathers
free_pages_and_swap_cache
flush_tlb_mm
huge_pte_offset
__put_task_struct
zap_page_range

2. set_cpus_allowed() is not available because CONFIG_CPUMASK_OFFSTACK is 
defined in stock kernel

3. libxpemem.c fails to compile because <stropts.h> is missing. But it is not 
really needed to compile the library.

What version of the product are you using? On what operating system?
parent: 0:b81e55620a68 tip
 Initial commit to google code repository.
branch: default
commit: 5 modified, 99 unknown
update: (current)

OS: RHEL 6.0

Please provide any additional information below.

Original issue reported on code.google.com by dezert.p...@gmail.com on 25 Dec 2011 at 10:51