This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers
Mike Miller bb2a37bf41 [PATCH] cciss: fix for DMA brokeness
The CCISS driver seems to loose track of DMA mappings created by it's
fill_cmd() routine.  Neither callers of this routine are extracting the DMA
address created in order to do the unmap.

Instead, they simply try to unmap 0x0.  It's easy to see this problem on an
x86_64 system when using the "swiotlb=force" boot option.  In this case, the
driver is leaking resources of the swiotlb and not causing a sync of the
bounce buffer.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-13 08:22:30 -07:00
..
2005-09-10 10:06:35 -07:00
2005-09-11 19:15:07 -07:00
2005-07-30 09:47:53 -05:00
2005-09-13 08:22:28 -07:00
2005-09-06 17:52:54 -05:00
2005-09-08 01:45:47 -04:00
2005-09-06 22:15:20 -04:00
2005-06-21 18:46:32 -07:00
2005-09-13 08:22:27 -07:00
2005-09-11 19:15:07 -07:00
2005-09-11 19:15:07 -07:00