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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 78F0AC3A5A0 for ; Thu, 22 Aug 2019 03:48:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 57F2C21848 for ; Thu, 22 Aug 2019 03:48:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730633AbfHVDsq (ORCPT ); Wed, 21 Aug 2019 23:48:46 -0400 Received: from verein.lst.de ([213.95.11.211]:43326 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727894AbfHVDsp (ORCPT ); Wed, 21 Aug 2019 23:48:45 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 0F4D568C4E; Thu, 22 Aug 2019 05:48:42 +0200 (CEST) Date: Thu, 22 Aug 2019 05:48:41 +0200 From: Christoph Hellwig To: "Paul E. McKenney" Cc: Christoph Hellwig , josh@joshtriplett.org, rcu@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rcu: don't include in rcutiny.h Message-ID: <20190822034841.GA13668@lst.de> References: <20190822015343.4058-1-hch@lst.de> <20190822030200.GX28441@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190822030200.GX28441@linux.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 21, 2019 at 08:02:00PM -0700, Paul E. McKenney wrote: > On Thu, Aug 22, 2019 at 10:53:43AM +0900, Christoph Hellwig wrote: > > The kbuild reported a built failure due to a header loop when RCUTINY is > > enabled with my pending riscv-nommu port. Switch rcutiny.h to only > > include the minimal required header to get HZ instead. > > > > Signed-off-by: Christoph Hellwig > > Queued for review and testing, thank you! > > Do you need this in v5.4? My normal workflow would put it into v5.5. I hope the riscv-nommu coe gets merges for 5.4, so if we could queue it up for that I'd appreciate it.