public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 6868] Crash with Nat consumption in sg_add
       [not found] <bug-6868-11613@http.bugzilla.kernel.org/>
@ 2008-03-26  9:07 ` bugme-daemon
  2008-03-26 14:43   ` James Bottomley
  2008-03-26 14:43 ` bugme-daemon
  2008-03-26 15:25 ` bugme-daemon
  2 siblings, 1 reply; 4+ messages in thread
From: bugme-daemon @ 2008-03-26  9:07 UTC (permalink / raw)
  To: linux-scsi

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





------- Comment #3 from protasnb@gmail.com  2008-03-26 02:07 -------
If the patch is still needed, please submit it to LKML, otherwise it won't be
reviewed/picked up. 


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

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

* Re: [Bug 6868] Crash with Nat consumption in sg_add
  2008-03-26  9:07 ` [Bug 6868] Crash with Nat consumption in sg_add bugme-daemon
@ 2008-03-26 14:43   ` James Bottomley
  0 siblings, 0 replies; 4+ messages in thread
From: James Bottomley @ 2008-03-26 14:43 UTC (permalink / raw)
  To: bugme-daemon; +Cc: linux-scsi

On Wed, 2008-03-26 at 02:07 -0700, bugme-daemon@bugzilla.kernel.org
wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=6868

> ------- Comment #3 from protasnb@gmail.com  2008-03-26 02:07 -------
> If the patch is still needed, please submit it to LKML, otherwise it won't be
> reviewed/picked up. 

I can certainly promise you that the patch won't apply:  The sg_dev_arr
was removed by this:

commit 7c07d613d22680f1caf2bd9ee49838ec7730b9da
Author: James Bottomley <James.Bottomley@steeleye.com>
Date:   Sun Aug 5 13:36:11 2007 -0500

    [SCSI] sg: use idr to replace static arrays

However, since the root cause is an unhandled failure of
class_device_add, I think it has been fixed by this:

commit d07e03610ca1f4be373f32ad5b25ac00dbdb867d
Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date:   Tue Jan 15 13:18:00 2008 +0900

    [SCSI] sg: handle class_device_create failure properly

James



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

* [Bug 6868] Crash with Nat consumption in sg_add
       [not found] <bug-6868-11613@http.bugzilla.kernel.org/>
  2008-03-26  9:07 ` [Bug 6868] Crash with Nat consumption in sg_add bugme-daemon
@ 2008-03-26 14:43 ` bugme-daemon
  2008-03-26 15:25 ` bugme-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugme-daemon @ 2008-03-26 14:43 UTC (permalink / raw)
  To: linux-scsi

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





------- Comment #4 from anonymous@kernel-bugs.osdl.org  2008-03-26 07:43 -------
Reply-To: James.Bottomley@HansenPartnership.com

On Wed, 2008-03-26 at 02:07 -0700, bugme-daemon@bugzilla.kernel.org
wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=6868

> ------- Comment #3 from protasnb@gmail.com  2008-03-26 02:07 -------
> If the patch is still needed, please submit it to LKML, otherwise it won't be
> reviewed/picked up. 

I can certainly promise you that the patch won't apply:  The sg_dev_arr
was removed by this:

commit 7c07d613d22680f1caf2bd9ee49838ec7730b9da
Author: James Bottomley <James.Bottomley@steeleye.com>
Date:   Sun Aug 5 13:36:11 2007 -0500

    [SCSI] sg: use idr to replace static arrays

However, since the root cause is an unhandled failure of
class_device_add, I think it has been fixed by this:

commit d07e03610ca1f4be373f32ad5b25ac00dbdb867d
Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date:   Tue Jan 15 13:18:00 2008 +0900

    [SCSI] sg: handle class_device_create failure properly

James


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

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

* [Bug 6868] Crash with Nat consumption in sg_add
       [not found] <bug-6868-11613@http.bugzilla.kernel.org/>
  2008-03-26  9:07 ` [Bug 6868] Crash with Nat consumption in sg_add bugme-daemon
  2008-03-26 14:43 ` bugme-daemon
@ 2008-03-26 15:25 ` bugme-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugme-daemon @ 2008-03-26 15:25 UTC (permalink / raw)
  To: linux-scsi

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


protasnb@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |CODE_FIX




------- Comment #5 from protasnb@gmail.com  2008-03-26 08:25 -------
Great, thanks! Closing the bug.


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

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

end of thread, other threads:[~2008-03-26 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-6868-11613@http.bugzilla.kernel.org/>
2008-03-26  9:07 ` [Bug 6868] Crash with Nat consumption in sg_add bugme-daemon
2008-03-26 14:43   ` James Bottomley
2008-03-26 14:43 ` bugme-daemon
2008-03-26 15:25 ` bugme-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox