From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753834AbdK1Pcq (ORCPT ); Tue, 28 Nov 2017 10:32:46 -0500 Received: from mail.kernel.org ([198.145.29.99]:52152 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753288AbdK1Pcp (ORCPT ); Tue, 28 Nov 2017 10:32:45 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9E87521943 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Tue, 28 Nov 2017 10:32:42 -0500 From: Steven Rostedt To: Sebastian Andrzej Siewior Cc: Clark Williams , LKML , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Daniel Bristot de Oliveira , John Kacur , Scott Wood , Mike Galbraith Subject: Re: [PATCH RT] fix IPI balancing for 4.14-rt Message-ID: <20171128103242.412fbb79@gandalf.local.home> In-Reply-To: <20171128083114.GA1540@linutronix.de> References: <20171006140504.48dc32c1@gandalf.local.home> <20171121091425.7577dc02@tagon> <20171121102436.3e25655f@gandalf.local.home> <20171123172538.GB32454@linutronix.de> <20171127172521.184b9a46@gandalf.local.home> <20171128083114.GA1540@linutronix.de> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Nov 2017 09:31:14 +0100 Sebastian Andrzej Siewior wrote: > That patch in v4.14 rt-devel RT git tree has it as one commit. The patch > in RT queue has the IRQ_WORK_HARD_IRQ added in the patch where that flag > was introduced. For reference: > https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git/tree/patches/irqwork-push_most_work_into_softirq_context.patch?h=linux-4.14.y-rt-patches&id=657d8cd9f93891840fb1cd1666a8e590d19e72ba#n144 > Ah, so you added the addition of the flag to that patch, not the IPI balancing patch pulled from mainline. That's fine then. -- Steve