Re: [PATCH] /dev/mem: Fix wrong error on accessing beyond validmemory addresses.

From: Andrei Warkentin
Date: Mon Nov 14 2011 - 16:21:41 EST


Hi Peter,

----- Original Message -----
> From: "Andrei Warkentin" <andreiw@xxxxxxxxxx>
> To: linux-kernel@xxxxxxxxxxxxxxx
> Cc: "Andrei Warkentin" <andreiw@xxxxxxxxxx>, "H. Peter Anvin" <hpa@xxxxxxxxx>
> Sent: Wednesday, November 9, 2011 6:31:19 PM
> Subject: [PATCH] /dev/mem: Fix wrong error on accessing beyond valid memory addresses.
>
> Currently this returns -EFAULT, but it really should be returning 0,
> as in - 0 bytes read or written. This is what you would get by
> opening a block device, seeking to the end, and trying to read
> something. Additionally, make lseek() check the sought-to offset
> to pass the valid_phys_addr_range test.
>
> Cc: H. Peter Anvin <hpa@xxxxxxxxx>
> Signed-off-by: Andrei Warkentin <andreiw@xxxxxxxxxx>
> ---

I know you're very busy, but I was wondering if you could
give your two cents on this change. This change grew from
our discussion on LKML last week.

Thanks ahead,
A
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/