From: ew@unixpunx.net (Eric Weiss)
To: linux-kernel@vger.kernel.org
Subject: Re: kernel BUG
Date: Fri, 28 Jun 2002 12:54:40 -700 [thread overview]
Message-ID: <3d1cbf00ac6bb1.05920024@> (raw)
On Thu, 2002-06-27 at 14:23, Chaoyang Deng wrote:
>
>Hi,
>
>I am working on an iSCSI target driver with a Fibre Channel disk. After I
>updated my OS to linux7.3 with kernel 2.4.18-3, I got problem: my driver
>will crash my box. I am not sure if it is a bug in my code or in the
>Qlogic Fibre Channel driver or in the kernel. Could anyone give me a hint?
>
The BUG() is popping in include/asm/pci.h:pci_map_sg(). If either sg_list.address
or sg_list.page is not NULL, or both are NULL the BUG() is called. The reason
for this is around 2.4.13-pre2 bounce buffers along with a nasty memcpy where added
in linux/drivers/scsi/scsi_lib.c:scsi_io_completion() to scatterlists for HighMemIO
support, along with two extra members (page & offset) to struct scatterlist in
include/linux/scatterlist.h.
Eric Weiss
___________________________________________________________
http://webmail.unixpunx.org - Free mail for hackers, free mail for the punks.
next reply other threads:[~2002-06-28 19:52 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-28 19:54 Eric Weiss [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-31 17:02 Kernel bug Sergiy Vovk
2011-09-24 19:26 kernel bug Roman Kapusta
2011-09-24 19:45 ` Roman Kapusta
2011-09-26 0:50 ` Li Zefan
2010-12-23 18:12 kernel BUG Dipl.-Ing. Michael Niederle
2010-12-23 19:43 ` Chris Ball
2010-12-23 20:55 ` Michael Niederle
2010-12-24 0:19 ` Chris Ball
2010-12-24 0:32 ` Michael Niederle
2010-12-24 0:51 ` Chris Ball
2010-12-25 9:50 ` Michael Niederle
2010-12-25 11:46 ` Christian Thaeter
[not found] <200907311139.55095.christoph.thielecke@gmx.de>
2009-07-31 16:01 ` kernel bug Linus Torvalds
2009-07-31 16:26 ` Eric Paris
[not found] <150c16850812011409hf507ac6m5b168571ee6b453e@mail.gmail.com>
2008-12-02 21:06 ` Kernel BUG Justin Maggard
2008-12-02 23:38 ` Neil Brown
2008-12-11 21:23 ` Dan Williams
2008-09-10 20:35 kernel bug Todor Gyumyushev
2008-09-11 3:21 ` Aaron Straus
2008-04-13 16:06 monte
2008-04-13 18:20 ` Jesper Juhl
2008-04-13 18:33 ` Alan Cox
2008-03-29 9:05 Olver Eduardo Ramos
2008-03-30 1:06 ` Rafael J. Wysocki
2007-09-19 21:43 Kernel bug Branislav Bozgai
2007-09-24 15:33 ` Mel Gorman
2007-08-19 18:33 kernel bug Costas Sismanis
2006-12-22 11:59 Kernel BUG Rudy Zijlstra
2006-12-22 11:59 ` Rudy Zijlstra
2006-12-22 13:42 ` Peter Zijlstra
2006-12-22 13:42 ` Peter Zijlstra
2006-12-22 23:46 ` Rudy Zijlstra
2005-11-26 1:23 Kernel bug Vympel
2005-11-27 12:51 ` Hugh Dickins
2005-11-03 18:10 Kernel BUG Mark Fortescue
2005-11-03 18:59 ` Trond Myklebust
2005-11-03 23:15 ` Mark Fortescue
2005-11-04 10:08 ` Mark Fortescue
2005-09-26 8:59 Haavard Bjerke
2005-04-07 21:26 kernel BUG christophe varoqui
2005-02-18 19:38 kernel bug Steve Felt
2004-07-06 15:06 Kernel BUG Teuling, Sieme
2004-07-06 20:21 ` Thomas Gleixner
2003-03-26 23:57 Perez-Gonzalez, Inaky
2003-03-27 14:23 ` Hugh Dickins
2003-03-26 13:13 kasper_k_jensen
2003-01-25 22:56 Kernel bug Massimiliano C. - Uf0On|in3
2003-01-19 18:01 Christophe Dupre
2003-01-07 9:17 kernel BUG Sönke Ruempler
2002-12-07 10:09 Kernel BUG Henrik Steffen
2002-12-08 1:47 ` Alan Cox
2002-11-27 11:31 kernel bug sanket rathi
2002-11-27 10:45 sanket rathi
2002-11-27 9:50 sanket rathi
2002-11-27 10:10 ` Arjan van de Ven
2002-06-28 19:26 kernel BUG ew
2002-06-27 19:23 Chaoyang Deng
2002-06-28 5:58 ` Austin Gonyou
2002-06-28 14:00 ` Mike Black
2002-05-21 14:01 kernel bug Chen Hao
2001-11-25 18:03 Kernel Bug gonzalo.ab
2001-11-25 23:59 ` Adam Schrotenboer
2001-05-13 16:46 Kernel bug Tomas Jura
2001-05-13 17:12 ` Olaf Hering
2001-05-13 17:48 ` Tomas Jura
2001-05-14 15:27 ` Olaf Hering
2001-03-06 19:55 kernel bug ernte23
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=3d1cbf00ac6bb1.05920024@ \
--to=ew@unixpunx.net \
--cc=linux-kernel@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.