On 03/02/2011 09:42 PM, Greg KH wrote: > On Wed, Mar 02, 2011 at 05:50:16PM +0100, Stefan Bader wrote: >>> FUJITA Tomonori (1): >>> swiotlb: fix wrong panic >>> >> >> This one breaks compilation of 64bit for me as swiotlb_tbl_unmap_single() >> does >> not exist. It does not look like it is a simple single patch that would get >> it >> back to 2.6.32. > > I don't understand. Is this patch somehow broken? Is there an > additional patch I need to apply to fix the build issue? I need more > information here. >
This is a patch included in your 2.6.32.30 release and it is broken because it uses a function that does not exist in 2.6.32. When I looked at the git blame of the function in Linus tree it consists of multiple shas. So it would be more than one single patch needed from there. -Stefan > thanks, > > greg k-h > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
