From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH 1/8] vfs: fix too big f_pos handling Date: Thu, 14 Jan 2010 05:13:08 +0000 Message-ID: <20100114051308.GA14616@ZenIV.linux.org.uk> References: <20100113140955.GA18593@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , LKML , Heiko Carstens , KAMEZAWA Hiroyuki , Andi Kleen , Nick Piggin , Hugh Dickins , Linux Memory Management List , linux-fsdevel@vger.kernel.org To: "Wu, Fengguang" Return-path: Content-Disposition: inline In-Reply-To: <20100113140955.GA18593@localhost> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Jan 13, 2010 at 10:09:56PM +0800, Wu, Fengguang wrote: > From: KAMEZAWA Hiroyuki > > Now, rw_verify_area() checsk f_pos is negative or not. And if > negative, returns -EINVAL. > > But, some special files as /dev/(k)mem and /proc//mem etc.. > has negative offsets. And we can't do any access via read/write > to the file(device). > > This patch introduce a flag S_VERYBIG and allow negative file > offsets. Ehh... FMODE_NEG_OFFSET in file->f_mode, perhaps? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org