[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4756C590.9080301@redhat.com>
Date: Wed, 05 Dec 2007 10:36:48 -0500
From: Dave Anderson <anderson@...hat.com>
To: linux-kernel@...r.kernel.org
CC: anderson@...hat.com
Subject: [PATCH] exec: allow > 2GB executables to run on 64-bit systems
When a executable that is greater than 2GB in size is attempted on a 64-bit
system on a file system that calls, or uses generic_file_open() as its
open handler, it fails with an EOVERFLOW erro. This patch adds a call
to force_o_largefile() call in open_exec(), as done in sys_open() and
sys_openat().
Signed-off-by: anderson@...hat.com
---
View attachment "LKML_open_exec.patch" of type "text/plain" (438 bytes)
Powered by blists - more mailing lists