Re: Kernel modules

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Laight
Date: Friday, January 18, 2008 - 11:11 am

On Thu, Jan 17, 2008 at 11:07:16AM +0000, Andrew Doran wrote:

One problem here is that the compat code probably doesn't want to call
the sys_foo() function itself, but rather then next function down that
is executed once all the parameters are in kernel space.

I think that means that if sys_foo() is in an LKM, then compat_bar_sys_foo()
must also be in an LKM.  Then the LKM dependecies can be used to ensure
all the required functionality is present.

	David

-- 
David Laight: david@l8s.co.uk
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Kernel modules, Andrew Doran, (Wed Jan 16, 5:48 am)
Re: Kernel modules, Andrew Doran, (Wed Jan 16, 6:03 am)
Re: Kernel modules, Steven M. Bellovin, (Wed Jan 16, 8:25 am)
Re: Kernel modules, Andrew Doran, (Thu Jan 17, 4:07 am)
Re: Kernel modules, David Laight, (Fri Jan 18, 11:11 am)
Re: Kernel modules, Adam Hamsik, (Fri Jan 18, 2:30 pm)
Re: Kernel modules, Reinoud Zandijk, (Sun Jan 27, 2:17 pm)