Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1014456ybl; Tue, 13 Aug 2019 06:10:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqzJzEA3TkLyqeI0rK3KZpgBJ8qHBoNSlyzjpVVgcuG1Z9rscQ1FCZQzZ7hcMem4BKVMtaCL X-Received: by 2002:a17:902:40e:: with SMTP id 14mr28287159ple.323.1565701853916; Tue, 13 Aug 2019 06:10:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565701853; cv=none; d=google.com; s=arc-20160816; b=YvsJZZDR4yPoKMDT7RiL5Lgo4J90WHUh4fCERELKxPfqae4c/zI1PN+RNrV5utw6QG 95L4JwreVOqCbMF5itXfmqwzjdB10rSRz2EbkThh++hDGBtgPWlco6Z53zJA/l946VIs cJNo+oa8PQKs+LvduhaMjGONg2gJek2mi7//7UU+yzMqOY6pwOlSq1ri336qjA0hQwBe DucxBWUPtCd2YZQiZyaaoPEBx0ixf9zCinEHx6HbSW5ci3JEwVrtPJLukVhnN2o8+tPj 6cCkjZN8T1CGXmW6MCP/jkWVVW6pcFczP8W7yqneWYO0tHl/4/7//8i043cAvyGWKR/S bbKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=R4ImuV3MxysHsHNQsfFpiFK6fvE3LC+BWG2OC63TZfc=; b=fTinKBtgvvr1Xxo8Q43lsDAnoJhASkPlj0HsC9UkYxUeNG6WQ9VOBojdyTC2aXtVJV VgySDtAaNxeS/ltmzUxrpHx8RWy3m9Rii0i4aENFhYwhpgBT/I2ic4+AWwu00rxZCTBB 91qA0Go/zhMkwT3KU+TaBFWY69smUK39t2wUswZ9xJDNWVx6cGYU2qVHNWSLhG5dUvOT KH48UsJIXOoWQtnX8gveOIeEWvSAeLvOvLxe/ScXZGdg+C1l2rGZ95R7RNLqKRenIZda iSpWwEGNHJur4a9VIoSHQC7K496Dd3lwf0g5OSn1RoVnvaARHbdL28r5V8gIEu9bEjIb OAyw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v14si953940pjb.82.2019.08.13.06.10.36; Tue, 13 Aug 2019 06:10:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728956AbfHMNJo convert rfc822-to-8bit (ORCPT + 99 others); Tue, 13 Aug 2019 09:09:44 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:34816 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727311AbfHMNJm (ORCPT ); Tue, 13 Aug 2019 09:09:42 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1hxWYR-0006ba-4q; Tue, 13 Aug 2019 15:09:35 +0200 Date: Tue, 13 Aug 2019 15:09:35 +0200 From: Sebastian Andrzej Siewior To: Juri Lelli Cc: tglx@linutronix.de, rostedt@goodmis.org, linux-rt-users@vger.kernel.org, peterz@infradead.org, linux-kernel@vger.kernel.org, bristot@redhat.com, williams@redhat.com Subject: Re: [RT PATCH] sched/deadline: Make inactive timer run in hardirq context Message-ID: <20190813130934.g37ob6wr4br4rkwg@linutronix.de> References: <20190731103715.4047-1-juri.lelli@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20190731103715.4047-1-juri.lelli@redhat.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-07-31 12:37:15 [+0200], Juri Lelli wrote: > Hi, Hi, > Both v4.19-rt and v5.2-rt need this. > > Mainline "sched: Mark hrtimers to expire in hard interrupt context" > series needs this as well (20190726185753.077004842@linutronix.de in > particular). Do I need to send out a separate patch for it? time will show. I applied it now to my tree and will ping tglx later… > Best, > > Juri Sebastian