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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 DE11CC433B4 for ; Thu, 20 May 2021 15:59:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C152A610A8 for ; Thu, 20 May 2021 15:59:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233150AbhETQAy (ORCPT ); Thu, 20 May 2021 12:00:54 -0400 Received: from mail.skyhub.de ([5.9.137.197]:54400 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233174AbhETQAx (ORCPT ); Thu, 20 May 2021 12:00:53 -0400 Received: from zn.tnic (p200300ec2f0eb60047444127d595167e.dip0.t-ipconnect.de [IPv6:2003:ec:2f0e:b600:4744:4127:d595:167e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 970C71EC0118; Thu, 20 May 2021 17:59:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1621526370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=TApz0SONcc6mJu+tb28RFBQNnxMaCpZ52cwrHXaEb7I=; b=iqtCazNj7lxxoPRgut0keBQ60XMPS02co2AGdXT3+tyVTlFDfHNMcMq1lh/2BWafL1nCug RlbHLUZfgddLbgqeB9AoiglxH6mvHMlgGA1xuvupOuLFORwR1fXvafkVF/5RwIpVzq71rK bY5aKGMKh8FuLkZ0NymuaowFCBd/xec= Date: Thu, 20 May 2021 17:59:25 +0200 From: Borislav Petkov To: Joseph Richey Cc: trivial@kernel.org, Joe Richey , Thomas Gleixner , Ingo Molnar , x86@kernel.org, "H. Peter Anvin" , Paolo Bonzini , Mark Rutland , Lorenzo Pieralisi , Mauro Carvalho Chehab , Zhangfei Gao , Zhou Wang , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-accelerators@lists.ozlabs.org Subject: Re: [PATCH 0/6] Don't use BIT() macro in UAPI headers Message-ID: References: <20210520104343.317119-1-joerichey94@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, May 20, 2021 at 04:50:11AM -0700, Joseph Richey wrote: > Running checkpatch.pl with --strict gives: Yah, people must *remember* to use --strict. > It should probably just recommend the _BITUL macro. Right. > Ahhhhh, I figured there was a more standard way. Will fix. Yeah, Fixes: is very useful, as we've come to realize. Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette