Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5949909imu; Mon, 21 Jan 2019 00:07:21 -0800 (PST) X-Google-Smtp-Source: ALg8bN6bkBoFaRNOVc3xTlSrJ/okN6YdztMooMu16idpCd5ChSBj8MQzmHGqmtcgkr6n0EZDVXcG X-Received: by 2002:a62:1c86:: with SMTP id c128mr30034130pfc.54.1548058041447; Mon, 21 Jan 2019 00:07:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548058041; cv=none; d=google.com; s=arc-20160816; b=iif3zJ68TmdSx+nUw8+63nheQCTkArFqYBwoVklaQjwosqlbm6E3Wko/LNXmW8DIzm tXrPNLwgiDKl9CpqDzW9OeP5FeQz7B/MlqhlxLn3v+UuOk9T6oX3HjYrHKxD15cuovqY 0I6Pmexj85hVwXFwPPZ80t8zkp6ltQWWFQsKs6xFrh0XG9CtaHKXGEeadyIyz0Qz6kj0 4BPM39PxAGKVOEBpo8KVkxs0y/Vp22SjCcFxuhXpjKlkMoRY6HR1kSDL7y/4PWVfXCxX Z7SVW6C2zJzXUxFxvzTLpWQ8q4OUpQenTCZ3LJs9mR0dwoprqNgbYS0KDZggrt5eb7fQ lUQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=+IpVVY45HdO6oPsvZqACKLuWGqGVEakdmYdf5jtk4Kc=; b=S0CrX1CDe8Qm2/308nI6+fhNWVy92n6ilQteKqpt4ptewgb1WDLxCxTgv8Xj7jqV+u 0UpntJElt5DhGeGDx1xV9CDwZS8VEqeFP+/fyM62nRC6GFb19BgqnCb54vC2mLgzsHmx QJNNzPjZNa1zBQBp+dApb4yBwI0HbwNnb0oh7UzZSvQxwn3tQIjUBaocO9DwZB3VcVb6 y2ZJAOd7uX5EzE0U/apSaYunAiiDoCW6sTgW07p8jxgaF6K3hfFNketkh0hLAbNKu7AQ k1/mr7VtaxsZVuSFmxBktI1kKvVBBwWF4QP443+QXIfokT5z5yT10SSJwI/ZdONHthAP EsUA== 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 i6si3321333pgq.207.2019.01.21.00.07.06; Mon, 21 Jan 2019 00:07:21 -0800 (PST) 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 S1729314AbfAUIE7 (ORCPT + 99 others); Mon, 21 Jan 2019 03:04:59 -0500 Received: from ms.lwn.net ([45.79.88.28]:33064 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729601AbfAUIEy (ORCPT ); Mon, 21 Jan 2019 03:04:54 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id C4742AAB; Mon, 21 Jan 2019 02:08:04 +0000 (UTC) Date: Sun, 20 Jan 2019 19:08:00 -0700 From: Jonathan Corbet To: Jason Gunthorpe Cc: Joe Perches , Gal Pressman , Bart Van Assche , Stephen Warren , Tariq Toukan , xavier.huwei@huawei.com, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, Doug Ledford , Stephen Warren , Christoph Hellwig , Andrew Morton , Linus Torvalds , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5] coding-style: Clarify the expectations around bool Message-ID: <20190120190800.64814cd4@lwn.net> In-Reply-To: <20190118225047.GH4759@ziepe.ca> References: <20190118225047.GH4759@ziepe.ca> Organization: LWN.net X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 Jan 2019 15:50:47 -0700 Jason Gunthorpe wrote: > There has been some confusion since checkpatch started warning about bool > use in structures, and people have been avoiding using it. > > Many people feel there is still a legitimate place for bool in structures, > so provide some guidance on bool usage derived from the entire thread that > spawned the checkpatch warning. > > Link: https://lkml.kernel.org/r/CA+55aFwVZk1OfB9T2v014PTAKFhtVan_Zj2dOjnCy3x6E4UJfA@mail.gmail.com > Signed-off-by: Joe Perches > Acked-by: Joe Perches > Reviewed-by: Bart Van Assche > Acked-by: Jani Nikula > Reviewed-by: Joey Pabalinas > Signed-off-by: Jason Gunthorpe So this seems ready; I've applied it. Thanks, jon