From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966184AbcKKA1d (ORCPT ); Thu, 10 Nov 2016 19:27:33 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:36087 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965311AbcKKA1b (ORCPT ); Thu, 10 Nov 2016 19:27:31 -0500 Date: Fri, 11 Nov 2016 09:27:32 +0900 From: Sergey Senozhatsky To: "Paul E. McKenney" Cc: Sergey Senozhatsky , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Andy Lutomirski , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, Sergey Senozhatsky Subject: Re: [linux-next] RCU: dyntick_idle warnings Message-ID: <20161111002732.GB4682@swordfish> References: <20161110075719.GA502@swordfish> <20161110145456.GA4127@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161110145456.GA4127@linux.vnet.ibm.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (11/10/16 06:54), Paul E. McKenney wrote: [..] > Hello, Sergey, > > Should be fixed by 0ea13930e9a8 ("rcu: Maintain special bits at bottom > of ->dynticks counter"), which should be in -next today. > > And thank you for your testing efforts! Thanks, Paul! will give it a try. -ss