Files
android_kernel_xiaomi_sm8450/drivers/usb/host
Oliver Neukum 16b45fdf9c xhci: fix integer overflow
xhci_service_interval_to_ns() returns long long
to avoid an overflow. However, the type cast happens
too late. The fix is to force ULL from the beginning.

This patch should be backported to kernels as old as 3.5, that contain
the commit e3567d2c15 "xhci: Add Intel
U1/U2 timeout policy."

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
CC: stable@vger.kernel.org
2012-10-23 15:43:38 -07:00
..
2012-09-21 09:37:53 -07:00
2012-08-27 07:15:30 -07:00
2012-07-16 16:56:48 -07:00
2012-02-13 14:32:34 -08:00
2011-03-31 11:26:23 -03:00
2012-04-18 13:43:30 -07:00
2012-05-01 21:33:37 -07:00
2011-09-18 01:39:36 -07:00
2012-04-27 11:24:43 -07:00
2011-11-18 10:51:00 -08:00
2012-04-27 11:24:44 -07:00
2011-11-18 10:51:00 -08:00
2012-10-23 15:43:38 -07:00
2012-09-25 15:19:34 -07:00