Received: by 10.223.185.116 with SMTP id b49csp8979415wrg; Fri, 2 Mar 2018 11:09:40 -0800 (PST) X-Google-Smtp-Source: AG47ELtaJ0qzq+ukSBnJQFKxOfa1EOiQeNSx+ckq9RubvqUsKQRyV5eBJua1pYAuYobtuRZYUfPa X-Received: by 2002:a17:902:3a3:: with SMTP id d32-v6mr6134842pld.219.1520017780635; Fri, 02 Mar 2018 11:09:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520017780; cv=none; d=google.com; s=arc-20160816; b=0vIJW/j2VpFt1GQvhMnTvTOqMaDQkfmW2459jrpa3LvVTQCkdDKvH3R2WQMlAaRLft dw5rMI0TebQzW8SKqajdw98DMDfvYIBLtdYue4Boj/JVCym2Paq3wzAsgogAFr/l6GKy EwDHDNqHGWxcUjWb9l0pII11fRZYSEh69MKQPYdRzPIOrZBiVtdgqp3AwZ13Ve2bpGZI Fx4A2ZY3hYrxH3MyNkikZZvM9gjcUoQO7kZZiDF+mNWmErHyXATupeM3oa1+8escC5IU +3cviWlLeFzFL3InWjAKQBYqxsEThdwP8vw+BgmTuVGlzfwjGHX/af/uf8m+DRs+sstm pcPg== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=Z33CM4BvjDSBE/KBTwGCxMZBdAIngJxIk3SnYKVopy0=; b=pS1oGyv4LPnH6Yv4yo7ODtOG6JnVOwKxXEs+7HG1PEjKiVK3y754y6/F1z37uXTU0K IHq2zTJs1ObopAXI2rOpEHFX72AZo6pElnNwiAcisUxxVqi+oXIRVarOUTg125lXhKDc td8Iaz+bxsF/umR4+y+8IvxbqutgVXoaEuSCqZcvDrzSNk64vBDAU73WiN8HpXjXxnsF J9Dlke3n1zD3mE2gof4Bmo66DO8yIglU3gWcoBIpqToVhbHTzwmZPB7PeLNxeh7vLYI3 u8R2YzKAQsdVspowgPQUyLiVbSoWTzS729wKl/EQGjYFA3bG9Cp1hasurfe6QcKzMQim arEw== 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 r15-v6si5430427pli.431.2018.03.02.11.09.07; Fri, 02 Mar 2018 11:09:40 -0800 (PST) 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 S1428789AbeCBOwi (ORCPT + 99 others); Fri, 2 Mar 2018 09:52:38 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:54312 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1428753AbeCBOwg (ORCPT ); Fri, 2 Mar 2018 09:52:36 -0500 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1erlzR-0008BP-E8; Fri, 02 Mar 2018 15:48:53 +0100 Date: Fri, 2 Mar 2018 15:52:33 +0100 From: Sebastian Andrzej Siewior To: Haris Okanovic Cc: linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, julia.cartwright@ni.com, gratian.crisan@ni.com, anna-maria@linutronix.de Subject: Re: [PATCH v3 2/2] timers: Don't search for expired timers while TIMER_SOFTIRQ is scheduled Message-ID: <20180302145232.anp4hz25uwqygopa@linutronix.de> References: <20170803210657.19179-1-haris.okanovic@ni.com> <20170803210657.19179-2-haris.okanovic@ni.com> <28f05e39-6bc6-99c5-e1bc-91be3e79ea78@ni.com> <13c06708-f7ad-4f46-1c0b-f12d1ca16beb@ni.com> <20180301164755.pipco45y5nlvmdsy@linutronix.de> <7079102c-f53b-e8ab-c54d-1c40ff21d921@ni.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7079102c-f53b-e8ab-c54d-1c40ff21d921@ni.com> User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018-03-01 12:37:49 [-0600], Haris Okanovic wrote: > It was added back into 4.9 at some point after v4.9.30-rt20. I see an older > version in v4.9.68-rt60, for example, hence my original email. It was > dropped sometime thereafter, presumably because it no longer cleanly > applies. I don't see it in v4.14.20-rt17, for example. It was removed in v4.9.34-rt24 via 95d4a348841d ("Revert "timers: Don't wake ktimersoftd on every tick""). I don't see any leftovers or an older version. Looking at the queue I see two patches from you and that is: timers: Don't wake ktimersoftd on every tick tpm_tis: fix stall after iowrite*()s and the former is reverted. This was v4.9.84-rt62 that I've been looking at. Could please point me to the code/patches or something? > > Is there a newer patch pending on your side? > > Not yet. The latest version on patchwork is OK, just needs to be rebased > post-4.9. I'll post a new version when I get a chance to build and retest > it. okay. Sebastian