From: Linus Torvalds Date: Thu, 5 Jan 2006 00:20:40 +0000 (-0800) Subject: Relax the rw_verify_area() error checking. X-Git-Tag: v2.6.16-rc1~474^2~22^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28cc71572da38a5a12c1cfe4d7032017adccf69;p=pandora-kernel.git Relax the rw_verify_area() error checking. In particular, allow over-large read- or write-requests to be downgraded to a more reasonable range, rather than considering them outright errors. We want to protect lower layers from (the sadly all too common) overflow conditions, but prefer to do so by chopping the requests up, rather than just refusing them outright. Cc: Peter Anvin Cc: Ulrich Drepper Cc: Andi Kleen Cc: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed