From: mojtaba on 12 Jan 2010 11:30 [please cc kernelppc(a)gmail.com] Dear all, Are there any alternatives for dlopen(), dlsym() and dlclose() in kernel mode? Basicly, I need to load an executable object file and execute an specific function in it. Best regards, moji -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Bryan Donlan on 12 Jan 2010 11:50 On Tue, Jan 12, 2010 at 11:19 AM, mojtaba <kernelppc(a)gmail.com> wrote: > [please cc kernelppc(a)gmail.com] > Dear all, > > Are there any alternatives for dlopen(), dlsym() and dlclose() in > kernel mode? Basicly, I need to load an executable object file �and > execute an specific function in it. You could create a kernel module; but the .so files used in userspace, in general, cannot be loaded. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: 2.6.33 vs. NVIDIA GForce GT 220 Next: For what stand's __initdata, __devinit etc. ? |