From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753413AbeADPMv (ORCPT + 1 other); Thu, 4 Jan 2018 10:12:51 -0500 Received: from s3.sipsolutions.net ([144.76.63.242]:52504 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753270AbeADPMs (ORCPT ); Thu, 4 Jan 2018 10:12:48 -0500 Message-ID: <1515078757.10342.33.camel@sipsolutions.net> Subject: Re: [PATCH v4 31/36] mac80211_hwsim: Replace hrtimer tasklet with softirq hrtimer From: Johannes Berg To: Anna-Maria Gleixner , LKML Cc: Thomas Gleixner , Peter Zijlstra , Ingo Molnar , keescook@chromium.org, Christoph Hellwig , John Stultz , linux-wireless@vger.kernel.org, Kalle Valo Date: Thu, 04 Jan 2018 16:12:37 +0100 In-Reply-To: <20171221104205.7269-32-anna-maria@linutronix.de> References: <20171221104205.7269-1-anna-maria@linutronix.de> <20171221104205.7269-32-anna-maria@linutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.2-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, 2017-12-21 at 11:42 +0100, Anna-Maria Gleixner wrote: > From: Thomas Gleixner > > Switch the timer to HRTIMER_MODE_SOFT, which executed the timer I've pointed out before that this should say HRTIMER_MODE_REL_SOFT. Anyway, since it still doesn't apply on my tree, somebody else will have to pick it up. johannes