Re: accessing user memory from kernel

2021-04-19 Thread Mike Larkin
On Mon, Apr 19, 2021 at 11:27:29PM +0200, Alessandro Pistocchi wrote: > Hi all, > > I am playing around with openbsd kernel source code. > Is there any clean way of accessing a process' memory from inside the > kernel? > > Thanks, > Alessandro man copyin

accessing user memory from kernel

2021-04-19 Thread Alessandro Pistocchi
Hi all, I am playing around with openbsd kernel source code. Is there any clean way of accessing a process' memory from inside the kernel? Thanks, Alessandro