On Wed, 2002-11-13 at 21:13, Rusty Lynch wrote: > The following is a small patch to the 2.5.47 kernel that adds an exported > function called valid_kernel_address() that allows kernel code to verify > a kernel-mapped address is valid. > > valid_kernel_address just calls the static inline kernel_text_address() > function defined in arch/i386/kernel/traps.c > it is customary that people who ask for an export explain why they need it.... would you mind explaining that ?