From: Al Viro <v...@ftp.linux.org.uk> On Behalf Of Al Viro > Sent: 02 June 2020 22:58 > On Tue, Jun 02, 2020 at 08:41:38PM +0000, David Laight wrote: > > > In which case you need a 'user_access_begin' that takes the mm > > as an additional parameter. > > What does any of that have to do with mm? Details, please.
Actually probably nothing. I was sort of thinking that maybe the user process's memory map (mm?) would be temporarily 'attached' to the kernel thread so that it used the normal copy_to/from_user() fault handling to access the 'other' process. In which case you'd want to do the bound check against the limit of the user addresses in the mm rather than those of the current process. But later posts probably imply that it is all done differently. David - Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK Registration No: 1397386 (Wales)