Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp936525ybl; Wed, 21 Aug 2019 07:43:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqxazCrmoYIb/v3Mr8mXSt00/AWDIV7oB6R8Cr4hW81Ty7j8mZ2y258p9ANzicBCOxS8UN3c X-Received: by 2002:a62:388f:: with SMTP id f137mr36606326pfa.131.1566398636781; Wed, 21 Aug 2019 07:43:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566398636; cv=none; d=google.com; s=arc-20160816; b=jyLm/Eh4kJaOxQ9egBFwcqpvVpH+oOoRBOMs6zHQwuONFkbe8KWUE1sLLq8okimqZe YHi3FFVuYkeu9W7BEBnHL8TdMQ4BMbDMWvM1v/WVShPTJ6gqAmIWnz9klXSDqNbw3QUy 5PWvxzg6d9r+SWDiQCTPEjfFQwdCxtqDoKeDjZMzOBHxvN4s6aJC2opy2oaC96GBuFht z0iPazCnkGH1YOSFICmC/Qq7tn0Q8ZuPzqoT+K4HG+IpkvgBL5o5Zv3qmVSOABEr5Zn6 uKnl0KNa2o6XMjDFqL5NwKPDWHZ2HqNNfT1/ao5FOoxNxQ/WK1t6/UblX3UAFy0UWCJ2 AP5g== 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; bh=wrP6Ui6OYvBtvAXOnaY1HLQLU7Kr/5Mzrcz1ogCMWzc=; b=Dz7iGKhFAs9YYhyOvH/rJc75CatXb9IfqayFkDrz3TEIXPmFH3GBuOIml0DTIeI+fy zWhCN5ndgzBG1LHm9QnW9BT7NyiglgLU8fYj5bwFw3FHCqLiDhQvcvhxBxbbbeSiWpZ4 PYtc0RzzsOraB92wAG8sm/8acXRbLhXAWu/md/WKUt/F5XuG9aUT7tvAmwVc9NNxFhgF lJiQA038KDzluq2f2IgFApRdKDqa+oNDcW8qY1CRqivHyOjq9jmf5lbT1p1ETmZNKBrR mSWh5wK8tPGthn9ZRe+Ylht1IeVMFwtql33mdrdloYY5SvS4qWZMpLZg6WRjfwIjYzkq f87g== 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 u6si15573856pfm.135.2019.08.21.07.43.41; Wed, 21 Aug 2019 07:43:56 -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 S1729416AbfHUOmf (ORCPT + 99 others); Wed, 21 Aug 2019 10:42:35 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:55868 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728995AbfHUOme (ORCPT ); Wed, 21 Aug 2019 10:42:34 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1i0Rol-00074o-0s; Wed, 21 Aug 2019 16:42:31 +0200 Date: Wed, 21 Aug 2019 16:42:30 +0200 From: Sebastian Andrzej Siewior To: Alexandre Belloni Cc: Alexander Dahl , linux-rt-users@vger.kernel.org, Thomas Gleixner , LKML , Steven Rostedt Subject: Re: [ANNOUNCE] v5.2.9-rt3 Message-ID: <20190821144230.knlyrnxz62d75hcb@linutronix.de> References: <20190816153616.fbridfzjkmfg4dnr@linutronix.de> <2182739.9IRgZpf3R8@ada> <20190820154418.GM3545@piout.net> <20190821132553.gjvya5lu6j2dfyo5@linutronix.de> <20190821142110.GC27031@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190821142110.GC27031@piout.net> 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-08-21 16:21:10 [+0200], Alexandre Belloni wrote: > I'm not sure it is worth it as the issue is introduced by > clocksource-tclib-allow-higher-clockrates.patch. Shouldn't we fix it > directly? you want to get rid of CONFIG_ATMEL_TCB_CLKSRC_USE_SLOW_CLOCK and use the highest possible frequency by default? Sebastian