Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp12618imm; Thu, 30 Aug 2018 07:13:22 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZHUHnpqQHpdnDH3dkkkkhdDJrsb/MZOUShylZ5B2lsSQnnj1jETHsV/5qP54b1Py+a2bg/ X-Received: by 2002:a63:fd06:: with SMTP id d6-v6mr9773751pgh.348.1535638402894; Thu, 30 Aug 2018 07:13:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535638402; cv=none; d=google.com; s=arc-20160816; b=I+BiLrcQrhrjnQcLwwdgXIjgv8GlvvCy2vyjrigQ3v+UjdPqtrx/rr9MQ1sfuvGB4C 7Sg34IpAFN35wIjYENFhOnsL9eQvSzE745kCw9dD9p35esOFDQ32XSLZ9so7wvYkrAPb c4LVvRtOa6tObAqrMhu0dKrMQc3hOK7WzlGfXKFlUDxEcxoplJpQeWgoa6UXifAMKp6+ GgPeN7XkucR/zVCncckcb2rzaS1yh6X3GlegcvYXz5JwCdXbVn9wlDEQUXufTMlnTWqY fnoN8MrdrIsuDMaT4UJvRp34/BVJup2n1YKR2G/AORrXe/8QnaIg67cD5CpZmoS0s7jq //dg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=f+SSgngAdQygRiUudgSOPP3h2LGUMTJVtcyOiPSdK24=; b=puM2sd8AszhicopldF3l+XRaVFP/oRGaT2CQAc0d2uyucmHrrPHPDZQXHZ8bRsL6z4 IwnM4IUaLZTcEvWmdPcvQ6qmerVdAPprkKEjeFEQ9syuNl9osng6CjcgpGNG9BeWuzKa 3zc+INJlUldTrRhD6obfy1o+BiYu6l7MG07xFeUs+/bHvT63ow+Tg3+fx1GyF2t9tYaj NfQk71WJvbFsr1St0i7rhu++BgaeJKad2SHcX66c4mfPbHTIM+dPShGZl8MAN4VngvE+ 7aNNhfCCqySKwlaCWETaPLsvus34XqVkezIc6444NqakiFSO9mvluMM5lkEoK2sFwfXE yKig== 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 r59-v6si6498721plb.39.2018.08.30.07.12.22; Thu, 30 Aug 2018 07:13:22 -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 S1729190AbeH3SNM (ORCPT + 99 others); Thu, 30 Aug 2018 14:13:12 -0400 Received: from nbd.name ([46.4.11.11]:35680 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729078AbeH3SNM (ORCPT ); Thu, 30 Aug 2018 14:13:12 -0400 From: John Crispin To: Frederic Weisbecker Cc: Thomas Gleixner , LKML , Ingo Molnar , Anna-Maria Gleixner , Greg Kroah-Hartman , stable@vger.kernel.org Subject: Re: [PATCH] nohz: Fix missing tick reprog while interrupting inline timer softirq Date: Thu, 30 Aug 2018 16:10:43 +0200 Message-Id: <20180830141043.8169-1-john@phrozen.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <47d2416d-6359-1f48-311d-404fb5bfa3a8@ti.com> References: <47d2416d-6359-1f48-311d-404fb5bfa3a8@ti.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Sry, that disturbing you all, but what are the conclusion here for 4.14.y? > - take Thomas's patch https://lore.kernel.org/patchwork/patch/969521/#1162900 > - revert commit 2d898915ccf4838c04531c51a598469e921a5eb5 Hi Frederic, I reported this very issue to tglx last night and he asked me to verify his proposed patch which i just did. I can confirm the the patch fixes the issue on 4.14.67 and Greg should add it to the stable queue please. Tested-by: John Crispin Thanks, John