Mikulas Patocka
ff236f7af8
sunhme: fix dma warning in Sun HME
...
Fix dma-api-checking warnings in Sun HME
Sun HME driver is mapping the first fragment with dma_map_single and subsequent
fragments with dma_map_page. It is unmapping all fragments with dma_unmap_single
and that produces the warning.
This patch changes it so that it unmaps only the first fragment with
dma_unmap_single and subsequent fragments are unmapped with dma_unmap_page.
WARNING: at lib/dma-debug.c:816 check_unmap+0x3ac/0x780()
hme 0000:01:01.1: DMA-API: device driver frees DMA memory with wrong function [device address=0x00000000c1082000] [size=32 bytes] [mapped as page] [unmapped as single]
Modules linked in: nbd sunhme openpromfs sermouse unix
Call Trace:
[0000000000456910] warn_slowpath_common+0x50/0xa0
[0000000000571f4c] check_unmap+0x3ac/0x780
[0000000000572570] debug_dma_unmap_page+0x50/0x60
[000000001002f5fc] happy_meal_tx+0x11c/0x260 [sunhme]
[000000001002fc4c] happy_meal_interrupt+0xcc/0xe0 [sunhme]
[0000000000492d94] handle_fasteoi_irq+0x74/0x100
[000000000042ac0c] handler_irq+0xcc/0x100
[0000000000426a54] valid_addr_bitmap_patch+0x14/0x1c0
[0000000000665de0] _spin_unlock_irqrestore+0x40/0x60
[0000000000462bb8] mod_timer+0x118/0x1a0
[00000000005ec254] sk_reset_timer+0x14/0x40
[0000000000635e4c] tcp_event_new_data_sent+0x8c/0xc0
[0000000000639374] __tcp_push_pending_frames+0x34/0xc0
---[ end trace 73d5c42c1e9f11c4 ]---
Mapped at:
[<000000001002f148>] happy_meal_start_xmit+0x308/0x480 [sunhme]
[<00000000005fc858>] dev_hard_start_xmit+0x318/0x3c0
[<000000000060fec4>] sch_direct_xmit+0x1a4/0x200
[<00000000005fced0>] dev_queue_xmit+0x410/0x560
[<0000000000604a1c>] neigh_resolve_output+0xfc/0x300
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-12-02 22:26:38 -08:00
..
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-12-01 22:13:38 -08:00
2009-11-18 10:47:03 -08:00
2009-12-02 22:10:16 -08:00
2009-11-18 23:29:17 -08:00
2009-12-02 19:57:14 -08:00
2009-12-01 16:15:53 -08:00
2009-11-18 10:48:35 -08:00
2009-09-01 01:14:07 -07:00
2009-09-24 17:08:56 -07:00
2009-11-18 22:19:03 -08:00
2009-12-02 19:57:10 -08:00
2009-12-02 19:57:17 -08:00
2009-10-13 11:48:18 -07:00
2009-10-13 11:48:18 -07:00
2009-10-14 14:54:52 -07:00
2009-11-25 15:14:13 -08:00
2009-11-18 22:19:03 -08:00
2009-12-02 19:57:12 -08:00
2009-12-02 19:57:13 -08:00
2009-11-18 23:29:17 -08:00
2009-12-02 19:57:11 -08:00
2009-12-02 19:57:11 -08:00
2009-10-13 12:55:20 -07:00
2009-10-14 10:52:40 -07:00
2009-11-10 20:28:51 -08:00
2009-12-02 19:57:18 -08:00
2009-11-18 10:48:38 -08:00
2009-11-18 22:19:03 -08:00
2009-11-18 05:03:28 -08:00
2009-11-29 17:23:58 -08:00
2009-10-11 11:20:58 -07:00
2009-11-29 00:57:15 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-29 00:57:15 -08:00
2009-11-17 23:04:59 -08:00
2009-10-28 02:46:54 -07:00
2009-12-02 01:26:01 -08:00
2009-11-06 05:01:54 -08:00
2009-12-01 22:13:38 -08:00
2009-10-13 11:48:18 -07:00
2009-11-18 23:29:17 -08:00
2009-09-01 01:13:50 -07:00
2009-09-04 03:41:07 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-07-05 19:23:38 -07:00
2009-10-13 11:48:18 -07:00
2009-10-13 11:48:18 -07:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-03-27 00:46:54 -07:00
2009-10-12 04:18:48 -07:00
2009-09-01 01:14:07 -07:00
2009-09-03 20:02:11 -07:00
2008-11-25 18:25:32 -08:00
2009-09-01 01:14:07 -07:00
2009-11-18 23:29:17 -08:00
2009-07-05 19:16:04 -07:00
2009-11-18 23:29:17 -08:00
2009-11-29 00:57:15 -08:00
2008-10-08 16:29:57 -07:00
2009-03-24 23:32:03 -07:00
2009-11-30 00:13:28 -08:00
2009-06-15 03:02:23 -07:00
2009-10-13 11:48:18 -07:00
2009-09-17 20:07:53 +02:00
2009-09-02 01:03:33 -07:00
2008-10-08 16:29:57 -07:00
2009-08-12 17:44:53 -07:00
2009-04-04 16:51:14 -07:00
2009-12-02 22:00:34 -08:00
2009-12-02 19:57:13 -08:00
2009-08-12 23:03:00 -07:00
2009-08-12 22:53:28 -07:00
2009-04-27 03:27:43 -07:00
2009-11-05 20:00:41 -08:00
2009-08-12 23:02:59 -07:00
2009-08-12 23:02:59 -07:00
2009-11-05 20:00:52 -08:00
2009-11-05 20:00:29 -08:00
2009-11-18 05:03:14 -08:00
2009-11-05 20:00:48 -08:00
2009-11-17 04:08:48 -08:00
2009-11-06 20:26:09 -08:00
2009-10-11 23:30:16 -07:00
2009-10-11 23:30:14 -07:00
2009-12-02 19:57:22 -08:00
2009-10-11 23:30:16 -07:00
2009-10-13 11:48:18 -07:00
2009-11-18 23:29:17 -08:00
2009-11-20 13:57:54 -08:00
2009-07-05 19:16:04 -07:00
2009-07-05 19:16:04 -07:00
2009-11-18 23:29:17 -08:00
2009-09-01 01:14:07 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-11 19:22:21 -08:00
2009-09-01 01:14:07 -07:00
2009-03-11 23:26:02 -07:00
2009-09-01 01:13:40 -07:00
2009-12-01 22:13:38 -08:00
2009-02-17 17:21:08 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2008-12-29 18:42:33 -08:00
2009-09-23 07:39:43 -07:00
2009-11-18 23:29:17 -08:00
2009-10-11 11:20:58 -07:00
2008-11-25 18:23:59 -08:00
2009-09-01 01:14:07 -07:00
2009-11-18 22:19:03 -08:00
2009-10-11 11:20:58 -07:00
2009-11-18 23:29:17 -08:00
2009-10-14 14:54:52 -07:00
2009-11-18 23:29:17 -08:00
2009-10-20 18:51:37 -07:00
2009-07-06 18:56:11 -07:00
2009-11-18 23:29:17 -08:00
2009-11-08 23:00:54 -08:00
2009-11-02 23:40:57 -08:00
2009-11-02 23:40:59 -08:00
2009-11-11 19:03:34 -08:00
2009-11-11 19:03:36 -08:00
2009-11-08 00:43:17 -08:00
2009-11-18 23:29:17 -08:00
2009-10-11 11:20:58 -07:00
2009-02-26 21:02:19 -08:00
2008-11-25 18:24:57 -08:00
2009-04-16 02:20:08 -07:00
2009-09-07 01:56:52 -07:00
2009-09-01 01:14:07 -07:00
2009-11-18 23:29:17 -08:00
2009-01-06 10:47:44 -08:00
2009-11-20 15:35:04 -08:00
2009-07-05 19:16:04 -07:00
2009-11-18 10:48:39 -08:00
2009-06-12 18:01:46 +02:00
2009-11-18 23:29:17 -08:00
2009-10-02 09:55:19 -07:00
2009-11-18 23:29:17 -08:00
2009-11-19 12:29:30 -08:00
2009-07-06 13:05:13 -07:00
2009-11-29 00:57:15 -08:00
2009-11-18 23:29:17 -08:00
2009-10-13 11:48:18 -07:00
2009-11-20 13:53:36 -08:00
2009-10-20 19:11:07 -07:00
2009-10-20 19:11:06 -07:00
2009-11-18 23:29:17 -08:00
2009-05-05 12:29:47 -07:00
2009-09-01 01:14:07 -07:00
2009-11-18 23:29:17 -08:00
2009-09-21 15:14:58 +02:00
2009-04-27 02:53:52 -07:00
2009-04-27 02:53:52 -07:00
2008-11-25 18:24:38 -08:00
2009-12-01 16:15:52 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-06-03 02:43:41 -07:00
2009-09-21 15:14:56 +02:00
2008-10-08 16:29:57 -07:00
2009-07-05 19:16:04 -07:00
2009-04-16 02:20:16 -07:00
2009-11-18 23:29:17 -08:00
2009-11-29 00:57:15 -08:00
2009-10-14 15:13:45 -07:00
2009-10-12 23:59:08 -07:00
2009-10-01 14:34:40 -07:00
2009-09-03 20:02:11 -07:00
2009-11-18 23:29:17 -08:00
2009-11-29 17:04:31 -08:00
2009-04-16 02:20:21 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2008-11-28 15:55:00 -08:00
2009-05-03 14:19:23 -07:00
2009-05-01 15:21:55 -07:00
2009-01-11 00:06:36 -08:00
2009-07-08 10:30:03 -07:00
2009-05-01 15:24:18 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-13 14:07:30 -08:00
2009-06-12 18:01:45 +02:00
2009-10-11 11:20:58 -07:00
2009-10-12 13:26:39 -07:00
2009-11-18 23:29:17 -08:00
2009-04-27 02:53:49 -07:00
2009-09-03 20:02:11 -07:00
2009-11-18 23:29:17 -08:00
2009-07-16 20:21:24 -07:00
2009-11-17 04:02:24 -08:00
2009-12-01 16:15:56 -08:00
2009-10-07 01:07:41 -07:00
2009-12-01 16:15:56 -08:00
2009-12-01 16:15:57 -08:00
2009-11-05 22:18:14 -08:00
2009-12-02 00:52:31 -08:00
2009-12-02 00:52:31 -08:00
2009-09-02 01:03:33 -07:00
2008-11-10 15:11:56 -05:00
2009-09-01 01:14:07 -07:00
2009-11-18 10:48:44 -08:00
2009-12-01 22:13:38 -08:00
2009-09-21 15:14:54 +02:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-04-29 17:32:34 -07:00
2009-11-13 19:56:53 -08:00
2009-08-30 22:35:11 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-10-13 11:48:18 -07:00
2009-11-18 23:29:17 -08:00
2009-10-13 11:48:18 -07:00
2009-11-18 23:29:17 -08:00
2009-10-13 03:44:05 -07:00
2009-10-13 11:48:18 -07:00
2009-11-18 23:29:17 -08:00
2009-11-19 12:29:30 -08:00
2009-10-01 15:14:54 -07:00
2009-11-06 00:55:55 -08:00
2009-10-29 22:57:27 -07:00
2009-11-18 22:19:03 -08:00
2009-01-06 11:28:06 +01:00
2009-12-01 22:13:38 -08:00
2009-09-17 20:53:52 -07:00
2009-11-18 23:29:17 -08:00
2009-08-12 22:13:16 -07:00
2009-11-18 23:29:17 -08:00
2009-05-01 15:21:55 -07:00
2009-03-27 00:46:47 -07:00
2009-03-27 00:46:48 -07:00
2009-11-17 00:05:02 -08:00
2009-03-19 23:59:27 -07:00
2009-12-01 22:13:38 -08:00
2009-02-20 00:38:51 -08:00
2009-07-05 19:23:38 -07:00
2008-11-12 23:38:36 -08:00
2008-11-12 23:38:36 -08:00
2009-11-10 20:28:52 -08:00
2009-11-18 23:29:17 -08:00
2008-11-25 18:25:49 -08:00
2009-11-18 23:29:17 -08:00
2009-07-05 19:16:04 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-02-02 23:19:50 -08:00
2009-11-18 22:19:03 -08:00
2009-12-02 22:26:38 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-09-22 14:00:09 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-04 05:06:24 -08:00
2009-12-02 19:57:15 -08:00
2009-12-02 19:57:15 -08:00
2009-10-13 11:48:18 -07:00
2009-10-13 11:48:18 -07:00
2009-11-06 22:52:32 -08:00
2009-11-18 22:19:03 -08:00
2009-01-21 14:34:08 -08:00
2009-08-30 21:51:47 -07:00
2009-09-11 12:54:45 -07:00
2009-08-30 21:51:47 -07:00
2009-11-29 00:57:15 -08:00
2009-11-18 10:48:49 -08:00
2009-11-26 15:51:25 -08:00
2009-11-26 15:51:29 -08:00
2009-11-18 22:19:03 -08:00
2009-01-11 00:06:36 -08:00
2009-09-02 01:03:33 -07:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-08-09 21:46:53 -07:00