Received: by 10.223.185.116 with SMTP id b49csp7591989wrg; Thu, 1 Mar 2018 07:56:06 -0800 (PST) X-Google-Smtp-Source: AG47ELvlrkj9ban3hKVhGnG01Jvp2RvIr70tEM09EUN0V0FeX4K+SecTF8AMW8/M5XeCQKkPPybB X-Received: by 2002:a17:902:4581:: with SMTP id n1-v6mr2397545pld.135.1519919766570; Thu, 01 Mar 2018 07:56:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519919766; cv=none; d=google.com; s=arc-20160816; b=Zpp6oJb0XAelZycK1H77pzRSQdaL/pYr9GmlgNAAKIEEXzSh7wF3rdDF6xkZyUmnft MypIITHI96UTEU2l4EZM0QrKxViaVN8pMhnlAnF0C+ag95FZga3nuYDMVaUHMEGQKvn7 Yf4IkXgUeb9Pr5lCJej3UWRRvm0rt9IoosB1ycHTYXaME7P1kAcvdHvncfeROLTCh/9C TQBpQ4mEJ5AMQbdS8iHKIFMhw391oyxcI5yns6FHPuWsY1HG17ykjmmW2eOvQ63aVpRO CV1otIWcyHD856+j0CqlFOnOyUKL5SXuJYjiseEg80HSZy1pumqiFisBxsoJA9l6SToM Bvxg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-id:mime-version:user-agent :references:message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=W9EKadcmlWjBgrFPimAmxlXQyY/souPY+/E5lw9mhK0=; b=dv/JuCEWsWHpYcqDwZfxaco26cv3D3OkMJb3HdZ1frTdnD9YgfbXw2OzhAAR0zpCyp Fe5w8PPK08N1KxpHZ3gbf7k8r0vjL4WE8voyG5HmQKoG+9+3G3rWcXkmHxAevRg3nSzt ruziGZqsiepKz2usX01qEX+3bv10uW9TUJ/iKeBvtdITsyoII4ycMza57rVkUUlvq8AM XZmwzjz2OEQTtyFT3+xeWMDNOY1T8Km3fYeiiN7JEO9JtkGLeIZ9NIwVoXJWFj8817Qf Zhlt6VaxJ6QbKy6LN9mGcfpWA8uExW29DvA3+FYgWlLQitrydnODlp4PHQepFY3i78+Z CrSg== 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 a63-v6si3258434pla.44.2018.03.01.07.55.51; Thu, 01 Mar 2018 07:56:06 -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 S1032711AbeCAPya (ORCPT + 99 others); Thu, 1 Mar 2018 10:54:30 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:51492 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031978AbeCAPy2 (ORCPT ); Thu, 1 Mar 2018 10:54:28 -0500 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1erQTn-0007zo-VH; Thu, 01 Mar 2018 16:50:48 +0100 Date: Thu, 1 Mar 2018 16:54:25 +0100 (CET) From: Thomas Gleixner To: Haris Okanovic cc: linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org, bigeasy@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 In-Reply-To: <13c06708-f7ad-4f46-1c0b-f12d1ca16beb@ni.com> Message-ID: 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> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-ID: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 1 Mar 2018, Haris Okanovic wrote: > *bump* Has anyone looked into this? I have, but it's still in my melted spectrum induced backlog and it does not apply anymore :) Thanks, tglx