linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* hpsa failure with 4.3.0-rc1
@ 2015-09-30  7:40 Hannes Reinecke
  2015-09-30  9:14 ` Borislav Petkov
  2015-09-30 14:32 ` Don Brace
  0 siblings, 2 replies; 3+ messages in thread
From: Hannes Reinecke @ 2015-09-30  7:40 UTC (permalink / raw)
  To: Don Brace, linux-scsi@vger.kernel.org; +Cc: Joerg Roedel, Borislav Petkov

Hi all,

trying to boot 4.3.0-rc1 on a system with hpsa results in a swiotlb
failure:

hpsa 0000:22:00.0: Logical aborts not supported
hpsa 0000:22:00.0: HP SSD Smart Path aborts not supported
hpsa 0000:22:00.0: swiotlb buffer is full (sz: 786432 bytes)
swiotlb: coherent allocation failed for device 0000:22:00.0 size=
786432
CPU: 43 PID: 566 Comm: systemd-udevd Not tainted 4.3.0-rc1-default+ #358
Hardware name: HP ProLiant BL660c Gen8, BIOS I32 08/20/2012
 ffff88181c314098 ffff8810194cba40 ffffffff8138fad2 00000000000c0
 ffff8810194cba80 ffffffff813ba3d9 ffff881000000008 0000000000000
220
 ffff88181c314098 00000000000c0000 ffff8810184101e8 ffff881018410
000
Call Trace:
 [<ffffffff8138fad2>] dump_stack+0x4b/0x69
 [<ffffffff813ba3d9>] swiotlb_alloc_coherent+0x149/0x160
 [<ffffffff8104b7ae>] x86_swiotlb_alloc_coherent+0x3e/0x50
 [<ffffffffa030ef45>] hpsa_init_one+0x915/0x1c90 [hpsa]
 [<ffffffff810d694c>] ? rcu_read_lock_sched_held+0x8c/0xa0
 [<ffffffff813d8550>] local_pci_probe+0x40/0xa0
 [<ffffffff813d951b>] ? pci_match_device+0xdb/0x100

4.2.0-rc3 worked fine here.
Needless to say, enabling IOMMU makes the problem go away :-)

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		               zSeries & Storage
hare@suse.de			               +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: hpsa failure with 4.3.0-rc1
  2015-09-30  7:40 hpsa failure with 4.3.0-rc1 Hannes Reinecke
@ 2015-09-30  9:14 ` Borislav Petkov
  2015-09-30 14:32 ` Don Brace
  1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2015-09-30  9:14 UTC (permalink / raw)
  To: Hannes Reinecke; +Cc: Don Brace, linux-scsi@vger.kernel.org, Joerg Roedel

On Wed, Sep 30, 2015 at 09:40:50AM +0200, Hannes Reinecke wrote:
> Hi all,
> 
> trying to boot 4.3.0-rc1 on a system with hpsa results in a swiotlb
> failure:
> 
> hpsa 0000:22:00.0: Logical aborts not supported
> hpsa 0000:22:00.0: HP SSD Smart Path aborts not supported
> hpsa 0000:22:00.0: swiotlb buffer is full (sz: 786432 bytes)
> swiotlb: coherent allocation failed for device 0000:22:00.0 size=
> 786432
> CPU: 43 PID: 566 Comm: systemd-udevd Not tainted 4.3.0-rc1-default+ #358
> Hardware name: HP ProLiant BL660c Gen8, BIOS I32 08/20/2012
>  ffff88181c314098 ffff8810194cba40 ffffffff8138fad2 00000000000c0
>  ffff8810194cba80 ffffffff813ba3d9 ffff881000000008 0000000000000
> 220
>  ffff88181c314098 00000000000c0000 ffff8810184101e8 ffff881018410
> 000
> Call Trace:
>  [<ffffffff8138fad2>] dump_stack+0x4b/0x69
>  [<ffffffff813ba3d9>] swiotlb_alloc_coherent+0x149/0x160
>  [<ffffffff8104b7ae>] x86_swiotlb_alloc_coherent+0x3e/0x50
>  [<ffffffffa030ef45>] hpsa_init_one+0x915/0x1c90 [hpsa]
>  [<ffffffff810d694c>] ? rcu_read_lock_sched_held+0x8c/0xa0
>  [<ffffffff813d8550>] local_pci_probe+0x40/0xa0
>  [<ffffffff813d951b>] ? pci_match_device+0xdb/0x100
> 
> 4.2.0-rc3 worked fine here.
> Needless to say, enabling IOMMU makes the problem go away :-)

Hmm, I don't see anything relevant having changed in swiotlb since then:

$ git log --oneline v4.2-rc3..HEAD $(git ls-files arch/x86/ drivers/ include/ | grep swiotlb)
33e247c7e58d Merge branch 'akpm' (patches from Andrew)
6894258eda2f dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}
32e09870eedf xen: Make clear that swiotlb and biomerge are dealing with DMA address

Maybe my regex is missing some or the problem is somewhere else...

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: hpsa failure with 4.3.0-rc1
  2015-09-30  7:40 hpsa failure with 4.3.0-rc1 Hannes Reinecke
  2015-09-30  9:14 ` Borislav Petkov
@ 2015-09-30 14:32 ` Don Brace
  1 sibling, 0 replies; 3+ messages in thread
From: Don Brace @ 2015-09-30 14:32 UTC (permalink / raw)
  To: Hannes Reinecke, linux-scsi@vger.kernel.org; +Cc: Joerg Roedel, Borislav Petkov

I reported this a little while ago:
http://marc.info/?l=linux-kernel&m=144284810906949&w=2

It did clear up between rc1 and rc3.

Not sure what changes were applied in-between.


On 09/30/2015 02:40 AM, Hannes Reinecke wrote:
> Hi all,
>
> trying to boot 4.3.0-rc1 on a system with hpsa results in a swiotlb
> failure:
>
> hpsa 0000:22:00.0: Logical aborts not supported
> hpsa 0000:22:00.0: HP SSD Smart Path aborts not supported
> hpsa 0000:22:00.0: swiotlb buffer is full (sz: 786432 bytes)
> swiotlb: coherent allocation failed for device 0000:22:00.0 size=
> 786432
> CPU: 43 PID: 566 Comm: systemd-udevd Not tainted 4.3.0-rc1-default+ #358
> Hardware name: HP ProLiant BL660c Gen8, BIOS I32 08/20/2012
>   ffff88181c314098 ffff8810194cba40 ffffffff8138fad2 00000000000c0
>   ffff8810194cba80 ffffffff813ba3d9 ffff881000000008 0000000000000
> 220
>   ffff88181c314098 00000000000c0000 ffff8810184101e8 ffff881018410
> 000
> Call Trace:
>   [<ffffffff8138fad2>] dump_stack+0x4b/0x69
>   [<ffffffff813ba3d9>] swiotlb_alloc_coherent+0x149/0x160
>   [<ffffffff8104b7ae>] x86_swiotlb_alloc_coherent+0x3e/0x50
>   [<ffffffffa030ef45>] hpsa_init_one+0x915/0x1c90 [hpsa]
>   [<ffffffff810d694c>] ? rcu_read_lock_sched_held+0x8c/0xa0
>   [<ffffffff813d8550>] local_pci_probe+0x40/0xa0
>   [<ffffffff813d951b>] ? pci_match_device+0xdb/0x100
>
> 4.2.0-rc3 worked fine here.
> Needless to say, enabling IOMMU makes the problem go away :-)
>
> Cheers,
>
> Hannes


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

end of thread, other threads:[~2015-09-30 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30  7:40 hpsa failure with 4.3.0-rc1 Hannes Reinecke
2015-09-30  9:14 ` Borislav Petkov
2015-09-30 14:32 ` Don Brace

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