Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2136987imu; Thu, 17 Jan 2019 08:59:47 -0800 (PST) X-Google-Smtp-Source: ALg8bN7W6NcYFe+mxwLCPsTOmC6vev1ZHEIgqJ3aY83hoW4dyUptqR1/vJ47OjC/sICgPf57AGpf X-Received: by 2002:aa7:85d7:: with SMTP id z23mr16119662pfn.205.1547744387644; Thu, 17 Jan 2019 08:59:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547744387; cv=none; d=google.com; s=arc-20160816; b=YZp9yPCvWyGbXRMK4jonA4nEDv+Nv5foguNAl9+vk65tDRzxfAqBusGMcePwzI1gOw 1BBrci21Xg/3tvyyO3HOzJjXWFQfksHqoIiy2HV5qHLSV3XnL8pLqHKGtlVHNM4Gg69M l4MSDIE9BJsf1W1u4vgAxxjhprNJRDI9zc+paxRe5Pd/aqGycq4Oeth1Wa4vp8KDe4RJ YLQRRuDEudTMoVPiK5fNf84pxa7ATp0DKphDkSLg/fKlqLzAIW/Y613p5lhWuhuT0TNV IaMX+ColZs6FumNZYrs+nFk6dYx6h/j4LtOLB98A4Q1S8HUOzkR8u+/zlC5hefjxzggg MTKw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=T85XiFRjcPqovpj/R3tt9LhnF3txCpkVTTCMU4LqpCw=; b=o3Z/KMvH3sE02woKhoLi8EAw0oeJDoABWDgQ0bPRDVwWzuCVh4YrWCGmwF49u05omb CiI37xBNe0Fd5Q7snYHOZt6TmCnj/vwTYn168Y/9w5CwSPPhT2yhYJgvszat0ACWKGz2 TLbAq77GvAhegs3keACI6kX7Gr0Z0Y83PXwTqXb9VUueBvlGOhvJEREvAedqKH7PEjzV TeQUyuRxwGEI6RAcroUw9nDFY7ojXraxl0CIoaVG3nBaxPXM64Jn7kYaauqMkqNqigd0 PjCKFDBVyE5pc2m8lbSIMD5wz7YguoA0Eh5vWSH9Sdqor6iF8DdR3QCH3Jb3k1/bDgcl pJog== 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 ay7si2015845plb.410.2019.01.17.08.59.32; Thu, 17 Jan 2019 08:59:47 -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 S1729052AbfAQQ6I (ORCPT + 99 others); Thu, 17 Jan 2019 11:58:08 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:47471 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728618AbfAQQ6H (ORCPT ); Thu, 17 Jan 2019 11:58:07 -0500 Received: from [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 1gkAzT-00031n-5U; Thu, 17 Jan 2019 17:58:03 +0100 Date: Thu, 17 Jan 2019 17:57:37 +0100 (CET) From: Thomas Gleixner To: Heiko Carstens cc: Ingo Molnar , Linus Torvalds , linux-kernel@vger.kernel.org, Peter Zijlstra , Andrew Morton , Stefan Liebler Subject: Re: [GIT PULL] timer fix In-Reply-To: <20190117155859.GE18351@osiris> Message-ID: References: <20181221123453.GA102366@gmail.com> <20181223192926.GA3728@osiris> <20190117095102.GA88466@gmail.com> <20190117155859.GE18351@osiris> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Jan 2019, Heiko Carstens wrote: > On Thu, Jan 17, 2019 at 10:51:02AM +0100, Ingo Molnar wrote: > > > > * Heiko Carstens wrote: > > > > > > - if (timr->it_requeue_pending == info->si_sys_private) { > > > > + if (timr->it_interval && timr->it_requeue_pending == info->si_sys_private) { > > > > timr->kclock->timer_rearm(timr); > > > > > > FWIW, with this patch the vanilla glibc 2.28 self tests > > > rt/tst-cputimer1, rt/tst-cputimer2, and rt/tst-cputimer3 > > > start to fail on s390: > ... > > > I haven't looked any further into this, just reporting.. otherwise the > > > test systems seem to be healthy. > > > > Could you please check whether the top commit in tip:timers/urgent fixes > > it: > > 93ad0fc088c5: posix-cpu-timers: Unbreak timer rearming > > Yes, the test cases don't fail anymore. Thanks! > > A general question: since I reported this already last year, was the > bug report not usable? I understand that x-mas holidays were in > between, just wondering if new "glibc test case" fails are worth to be > reported like I did. I was on a 3 weeks vacation and I tend to clean out my inbox when I return as it turned out in the past that playing catch up is hopeless. The important stuff comes back by itself :) Thanks, tglx