From: Andy Warner <andyw@pobox.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: linux-ide@vger.kernel.org
Subject: WARN_ON(buflen > PAGE_SIZE) libata-core.c
Date: Wed, 1 Sep 2004 15:08:01 -0500 [thread overview]
Message-ID: <20040901150801.A12145@florence.linkmargin.com> (raw)
I'm working on a tree pulled directly from
bk://gkernel.bkbits.net/libata-2.6
In libata-core.c:ata_sg_init_one() there is:
WARN_ON(buflen > PAGE_SIZE);
Which (unsurpsingly) triggers for all non-tiny
transfers (I'm using sg_utils to generate disk
traffic.)
It's obviously there for a reason, what would
I need to do to get past it. Give me some background
and maybe I can come up with a patch :)
--
andyw@pobox.com
Andy Warner Voice: (612) 801-8549 Fax: (208) 575-5634
next reply other threads:[~2004-09-01 20:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-01 20:08 Andy Warner [this message]
2004-09-17 0:49 ` WARN_ON(buflen > PAGE_SIZE) libata-core.c Jeff Garzik
2004-09-17 2:34 ` Andy Warner
2004-09-17 2:39 ` Jeff Garzik
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=20040901150801.A12145@florence.linkmargin.com \
--to=andyw@pobox.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).