From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964894AbcJVLKJ (ORCPT ); Sat, 22 Oct 2016 07:10:09 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:54319 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754455AbcJVLKG (ORCPT ); Sat, 22 Oct 2016 07:10:06 -0400 Message-Id: <20161022110431.928361515@linutronix.de> User-Agent: quilt/0.63-1 Date: Sat, 22 Oct 2016 11:07:29 -0000 From: Thomas Gleixner To: LKML Cc: Ashton Holmes , Michal Necasek , stern@rowland.harvard.edu, michael.thayer@oracle.com, knut.osmundsen@oracle.com, Peter Zijlstra , Ingo Molnar , rt@linutronix.de Subject: [patch 0/2] timers: Fix base clock forwarding issues Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Several people have reported USB timeout issues starting in 4.8 which are related to the timer wheel overhaul. The following two patches adress the brown paperbag bugs in that code. Thanks, tglx