From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] IA-32 emulation issues
Date: Thu, 02 Jan 2003 23:38:34 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590709805634@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590709805630@msgid-missing>
>>>>> On 02 Jan 2003 15:31:04 -0800, Arun Sharma <arun.sharma@intel.com> said:
Arun> I've done some more debugging on this and I think there is no problem
Arun> with getdents/getdents64.
Arun> The problem was with a test case that did pwrite(2) with offset = -1
Arun> and it was expecting the test to fail. However, on IA-64, the test
Arun> case passed, leaving this temp file on the disk:
Arun> $ ls -l /tmp/pwrbcneW5/pwrite_file
Arun> -rw-r--r-- 1 tester tester 4294968319 Jan 2 15:34 /tmp/pwrbcneW5/pwrite_file
Arun> Subsequently, the test harness tries to cleanup the file and does a
Arun> lstat on it, which results in EOVERFLOW.
I think this has been fixed in 2.5 already: the problem was that the
x86 version of sys_open() ended up turning on the O_LARGEFILE flag,
which was wrong (I think Andi Kleen pointed this out, originally).
The fix was to add the sys32_open() wrapper. I don't recall if this
has been added to 2.4.xx already. If not, it probably ought to be
added.
--david
next prev parent reply other threads:[~2003-01-02 23:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-26 21:27 [Linux-ia64] IA-32 emulation issues Arun Sharma
2003-01-02 21:18 ` David Mosberger
2003-01-02 23:31 ` Arun Sharma
2003-01-02 23:38 ` David Mosberger [this message]
2003-01-08 17:42 ` Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590709805634@msgid-missing \
--to=davidm@napali.hpl.hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.