linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd()
  2009-06-12 13:43 [Bug 13520] New: " bugzilla-daemon
@ 2009-06-15  8:41 ` bugzilla-daemon
  2009-06-15 17:39 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2009-06-15  8:41 UTC (permalink / raw)
  To: linux-ide

http://bugzilla.kernel.org/show_bug.cgi?id=13520


Joerg Roedel <joro@8bytes.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joro@8bytes.org




--- Comment #1 from Joerg Roedel <joro@8bytes.org>  2009-06-15 08:41:24 ---
I currently think this is a driver bug. But to be sure can you please upload
the vmlinux file of the failing kernel somewhere so I can have a look at the
addresses of the segment boundary symbols?

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd()
  2009-06-12 13:43 [Bug 13520] New: " bugzilla-daemon
  2009-06-15  8:41 ` [Bug 13520] " bugzilla-daemon
@ 2009-06-15 17:39 ` bugzilla-daemon
  2009-06-16 10:28 ` bugzilla-daemon
  2009-06-17 13:46 ` bugzilla-daemon
  3 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2009-06-15 17:39 UTC (permalink / raw)
  To: linux-ide

http://bugzilla.kernel.org/show_bug.cgi?id=13520





--- Comment #2 from Andrew Randrianasulu <randrik@mail.ru>  2009-06-15 17:39:34 ---
http://url.file.am/?DJvfr 


md5sum: dc6da35c982542b8c083edae790ceb8c  kernel-2.6.30.bz2

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd()
  2009-06-12 13:43 [Bug 13520] New: " bugzilla-daemon
  2009-06-15  8:41 ` [Bug 13520] " bugzilla-daemon
  2009-06-15 17:39 ` bugzilla-daemon
@ 2009-06-16 10:28 ` bugzilla-daemon
  2009-06-17 13:51   ` Bartlomiej Zolnierkiewicz
  2009-06-17 13:46 ` bugzilla-daemon
  3 siblings, 1 reply; 7+ messages in thread
From: bugzilla-daemon @ 2009-06-16 10:28 UTC (permalink / raw)
  To: linux-ide

http://bugzilla.kernel.org/show_bug.cgi?id=13520





--- Comment #3 from Joerg Roedel <joro@8bytes.org>  2009-06-16 10:27:59 ---
Ok, this was a dma-debug bug. The two warnings above are for memory areas which
exactly ends at the beginning of the kernel text segment. I queued a fix in my
tree and send it out when -rc1 is released. I also marked the patch for stable
backporting.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd()
  2009-06-12 13:43 [Bug 13520] New: " bugzilla-daemon
                   ` (2 preceding siblings ...)
  2009-06-16 10:28 ` bugzilla-daemon
@ 2009-06-17 13:46 ` bugzilla-daemon
  3 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2009-06-17 13:46 UTC (permalink / raw)
  To: linux-ide

http://bugzilla.kernel.org/show_bug.cgi?id=13520





--- Comment #4 from Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>  2009-06-17 13:46:14 ---
On Tuesday 16 June 2009 12:28:01 bugzilla-daemon@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=13520
> 
> 
> 
> 
> 
> --- Comment #3 from Joerg Roedel <joro@8bytes.org>  2009-06-16 10:27:59 ---
> Ok, this was a dma-debug bug. The two warnings above are for memory areas which
> exactly ends at the beginning of the kernel text segment. I queued a fix in my
> tree and send it out when -rc1 is released. I also marked the patch for stable
> backporting.

Could you please post a link to the fix and then close the bug?  Thanks.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd()
  2009-06-16 10:28 ` bugzilla-daemon
@ 2009-06-17 13:51   ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 7+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-06-17 13:51 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: linux-ide

On Tuesday 16 June 2009 12:28:01 bugzilla-daemon@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=13520
> 
> 
> 
> 
> 
> --- Comment #3 from Joerg Roedel <joro@8bytes.org>  2009-06-16 10:27:59 ---
> Ok, this was a dma-debug bug. The two warnings above are for memory areas which
> exactly ends at the beginning of the kernel text segment. I queued a fix in my
> tree and send it out when -rc1 is released. I also marked the patch for stable
> backporting.

Could you please post a link to the fix and then close the bug?  Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd()
       [not found] <bug-13520-11633@https.bugzilla.kernel.org/>
@ 2012-06-08 11:55 ` bugzilla-daemon
  2012-06-08 11:55 ` bugzilla-daemon
  1 sibling, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-06-08 11:55 UTC (permalink / raw)
  To: linux-ide

https://bugzilla.kernel.org/show_bug.cgi?id=13520


Alan <alan@lxorguk.ukuu.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alan@lxorguk.ukuu.org.uk
         Resolution|                            |OBSOLETE




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd()
       [not found] <bug-13520-11633@https.bugzilla.kernel.org/>
  2012-06-08 11:55 ` [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd() bugzilla-daemon
@ 2012-06-08 11:55 ` bugzilla-daemon
  1 sibling, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-06-08 11:55 UTC (permalink / raw)
  To: linux-ide

https://bugzilla.kernel.org/show_bug.cgi?id=13520


Alan <alan@lxorguk.ukuu.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-06-08 11:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-13520-11633@https.bugzilla.kernel.org/>
2012-06-08 11:55 ` [Bug 13520] WARNING: at lib/dma-debug.c:576 check_for_illegal_area+0xd3/0xfd() bugzilla-daemon
2012-06-08 11:55 ` bugzilla-daemon
2009-06-12 13:43 [Bug 13520] New: " bugzilla-daemon
2009-06-15  8:41 ` [Bug 13520] " bugzilla-daemon
2009-06-15 17:39 ` bugzilla-daemon
2009-06-16 10:28 ` bugzilla-daemon
2009-06-17 13:51   ` Bartlomiej Zolnierkiewicz
2009-06-17 13:46 ` bugzilla-daemon

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).