Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1627613
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Rik van Riel <riel@redhat.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming |
| Date | Thu, 20 Apr 2017 18:10:01 +0200 |
| Message-ID | <tymOB-2ES-1@gated-at.bofh.it> (permalink) |
| References | <tymlz-2fX-3@gated-at.bofh.it> <tymlA-2fX-19@gated-at.bofh.it> |
| X-Original-To | Frederic Weisbecker <fweisbec@gmail.com>, Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@kernel.org> |
| Dmarc-Filter | OpenDMARC Filter v1.3.2 mx1.redhat.com AA95F12B27 |
| Authentication-Results | ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com |
| Authentication-Results | ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=riel@redhat.com |
| Dkim-Filter | OpenDKIM Filter v2.11.0 mx1.redhat.com AA95F12B27 |
| Organization | Red Hat, Inc |
| Content-Type | text/plain; charset="UTF-8" |
| MIME-Version | 1.0 |
| Content-Transfer-Encoding | 7bit |
| X-Scanned-By | MIMEDefang 2.79 on 10.5.11.11 |
| X-Greylist | Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 20 Apr 2017 16:01:29 +0000 (UTC) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 20 |
| X-Original-Cc | LKML <linux-kernel@vger.kernel.org>, Peter Zijlstra <peterz@infradead.org>, James Hartsock <hartsjc@redhat.com>, stable@vger.kernel.org, Tim Wright <tim@binbash.co.uk>, Pavel Machek <pavel@ucw.cz> |
| X-Original-Date | Thu, 20 Apr 2017 12:01:25 -0400 |
| X-Original-Message-ID | <1492704085.8850.202.camel@redhat.com> |
| X-Original-References | <1492702230-28462-1-git-send-email-fweisbec@gmail.com> <1492702230-28462-3-git-send-email-fweisbec@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1627613 |
Show key headers only | View raw
On Thu, 2017-04-20 at 17:30 +0200, Frederic Weisbecker wrote: > So far we have run into too much troubles with the optimization path > that skips reprogramming the clock on IRQ exit when the expiration > deadline hasn't changed. If by accident the cached deadline happens > to > be out of sync with the hardware deadline, the buggy result and its > cause are hard to investigate. So lets detect and warn about the > issue > early. > > Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> > Cc: Tim Wright <tim@binbash.co.uk> > Cc: Pavel Machek <pavel@ucw.cz> > Cc: James Hartsock <hartsjc@redhat.com> > Cc: Peter Zijlstra <peterz@infradead.org> > Cc: Rik van Riel <riel@redhat.com> > Cc: Thomas Gleixner <tglx@linutronix.de> > Cc: Ingo Molnar <mingo@kernel.org> Acked-by: Rik van Riel <riel@redhat.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] nohz: Deal with clock reprogram skipping issues Frederic Weisbecker <fweisbec@gmail.com> - 2017-04-20 17:40 +0200
[PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming Frederic Weisbecker <fweisbec@gmail.com> - 2017-04-20 17:40 +0200
Re: [PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming Rik van Riel <riel@redhat.com> - 2017-04-20 18:10 +0200
Re: [PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming Thomas Gleixner <tglx@linutronix.de> - 2017-04-20 20:00 +0200
Re: [PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming Frederic Weisbecker <fweisbec@gmail.com> - 2017-04-20 20:30 +0200
Re: [PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming Thomas Gleixner <tglx@linutronix.de> - 2017-04-20 21:50 +0200
Re: [PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming Frederic Weisbecker <fweisbec@gmail.com> - 2017-04-21 01:30 +0200
csiph-web