From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751741AbdLGHft (ORCPT ); Thu, 7 Dec 2017 02:35:49 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:48285 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbdLGHfs (ORCPT ); Thu, 7 Dec 2017 02:35:48 -0500 Date: Thu, 7 Dec 2017 08:35:37 +0100 (CET) From: Anna-Maria Gleixner To: Felipe Balbi cc: LKML , Thomas Gleixner , Peter Zijlstra , Ingo Molnar , keescook@chromium.org, Christoph Hellwig , John Stultz , linux-usb@vger.kernel.org Subject: Re: [PATCH v3 35/36] usb/gadget/NCM: Replace tasklet with softirq hrtimer In-Reply-To: <87lgiitz2a.fsf@linux.intel.com> Message-ID: References: <20171129153101.27297-1-anna-maria@linutronix.de> <20171129153101.27297-36-anna-maria@linutronix.de> <87lgiitz2a.fsf@linux.intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 4 Dec 2017, Felipe Balbi wrote: > Anna-Maria Gleixner writes: > > > From: Thomas Gleixner > > > > The tx_tasklet tasklet is used in invoke the hrtimer (task_timer) in > > softirq context. This can be also achieved without the tasklet but > > with HRTIMER_MODE_SOFT as hrtimer mode. > > > > Signed-off-by: Thomas Gleixner > > Signed-off-by: Anna-Maria Gleixner > > Cc: Felipe Balbi > > Cc: linux-usb@vger.kernel.org > > This doesn't compile, so I'm assuming it depends on previous patches on > this series? Yes, you are right. It depends on the patches for the softirq context hrtimer rework. > > In that case: > > Acked-by: Felipe Balbi > > -- > balbi >