From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E814C48BE3 for ; Fri, 21 Jun 2019 10:55:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6EBD9208CA for ; Fri, 21 Jun 2019 10:55:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="KzY1kuzn" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726594AbfFUKzJ (ORCPT ); Fri, 21 Jun 2019 06:55:09 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:33592 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726218AbfFUKzI (ORCPT ); Fri, 21 Jun 2019 06:55:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=LuPwWLJynX8GvwQriBR71Fk/5CC/VXtUT8F+b2eXJ5I=; b=KzY1kuznZOAKgKZre++F2FZMa TEcY1KyYkD3ynoFQxZDwGFtA1KZCFTSC8/om8CAp1PRl9U/T+JLOXq/e/pk4X2adDsgcdz/QhcYNW rBCrL4otARaBYzjjjscuxgFU+8eJE0fJuzBKuTfoacxy/D0ms6HypwvnueOsU72jv/dsZ8xMcbIj6 M0BsR4g2krhrTVpDX7BosBDQ+ZRHq6p4oD6vlfMnQN4Rz/u+uDKDbMIqKpJTT3XEvLiNwoIwgfXiS Lqktw5qf2wuVrUx7Agi1F3cxVaWwbyLUmiK9bObZV1vXHrZsC5aApI+LNoJRPIz3UJXhaVv34maqN XU6IfsE1A==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=hirez.programming.kicks-ass.net) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1heHCD-0008OR-6Z; Fri, 21 Jun 2019 10:55:05 +0000 Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 260BE20098E65; Fri, 21 Jun 2019 12:55:03 +0200 (CEST) Date: Fri, 21 Jun 2019 12:55:03 +0200 From: Peter Zijlstra To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, mingo@redhat.com, frederic@kernel.org, tglx@linutronix.de Subject: Re: [PATCH] time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint Message-ID: <20190621105503.GI3436@hirez.programming.kicks-ass.net> References: <20190619181903.GA14233@linux.ibm.com> <20190620121032.GU3436@hirez.programming.kicks-ass.net> <20190620160118.GQ26519@linux.ibm.com> <20190620211019.GA3436@hirez.programming.kicks-ass.net> <20190620221336.GZ26519@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190620221336.GZ26519@linux.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 20, 2019 at 03:13:36PM -0700, Paul E. McKenney wrote: > So how about the following patch, which passes very light rcutorture > testing but should otherwise be regarded as being under suspicion? Looks good to me, Acked-by: Peter Zijlstra (Intel) Or, if you want me to apply it, I can do that too ;-)