search for: 70bab38

Displaying 2 results from an estimated 2 matches for "70bab38".

Did you mean: 706ae38
2007 Sep 10
1
[PATCH] Add macros for acessing lguest fields
...ort of acessor is preferred anyway. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> --- drivers/lguest/io.c | 10 +++++----- drivers/lguest/lg.h | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/lguest/io.c b/drivers/lguest/io.c index ea68613..70bab38 100644 --- a/drivers/lguest/io.c +++ b/drivers/lguest/io.c @@ -247,7 +247,7 @@ static int lgread_other(struct lguest *lg, void *buf, u32 addr, unsigned bytes) { if (!lguest_address_ok(lg, addr, bytes) - || access_process_vm(lg->tsk, addr, buf, bytes, 0) != bytes) { + || access_pro...
2007 Sep 10
1
[PATCH] Add macros for acessing lguest fields
...ort of acessor is preferred anyway. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> --- drivers/lguest/io.c | 10 +++++----- drivers/lguest/lg.h | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/lguest/io.c b/drivers/lguest/io.c index ea68613..70bab38 100644 --- a/drivers/lguest/io.c +++ b/drivers/lguest/io.c @@ -247,7 +247,7 @@ static int lgread_other(struct lguest *lg, void *buf, u32 addr, unsigned bytes) { if (!lguest_address_ok(lg, addr, bytes) - || access_process_vm(lg->tsk, addr, buf, bytes, 0) != bytes) { + || access_pro...