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 331C7C43461 for ; Thu, 20 May 2021 15:59:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 15713610CC for ; Thu, 20 May 2021 15:59:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233182AbhETQAz (ORCPT ); Thu, 20 May 2021 12:00:55 -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: linux-kernel@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 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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 70C3DC433ED for ; Thu, 20 May 2021 16:02:22 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 410F8610A1 for ; Thu, 20 May 2021 16:02:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 410F8610A1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=alien8.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Qari1LjuJSbhvIPmSelXEMcWz/FynnXSFBkNbsE+QVg=; b=YyOAL56TSkqxDTWFD/hmNDnDT6 AWqdfyj3pTBD5y85NYFwJIrgCqu3SVsoAGlAOObcRYPYvrwGm7AOXNRuBcWWdRBP7HOWsGFdx5zCH H7OzgIuSkY25zp3rGFmoR9JjrIxdXf1OyYwGBRcvrQ/s/pHwI7JoikQjSWMWDVLEaEWoOomEOfJak OkgMr4v5ZM4z0QJWAQx/E6/X4YnqkWMHZUbAwhjDXrpFNYfepiT5iNlXXc0/Y5QlfM6xVElJZ3GSw wEr/cvZI3ETpvKMex7z0f2qbL4TVGnHvJUbJ7wGYnRgVItXc3UmK2Lw6u7i0cvAR8HcJxgM66UGcQ msBB9i9w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ljl6D-001pTj-FS; Thu, 20 May 2021 16:00:37 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ljl5G-001p7n-PX for linux-arm-kernel@desiato.infradead.org; Thu, 20 May 2021 15:59:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; 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; bh=TApz0SONcc6mJu+tb28RFBQNnxMaCpZ52cwrHXaEb7I=; b=bXXMac2S8KaCfY9KY4mU5mO4eC /aQcWEWz2ND32JkynomJcKW4MVdqpjZZIZx+9Ykc6tekMqR36sJGzkISz8g0AL0LDs789O/Iu5Jix NQohHeRmem45SeQ9Cf4bCew47wl46erjzXbWXqTuMAeyn8/VW18k/7Siyab20q5v91KLWQ9XBY8Et UfR5d5ckC7ZR8DzJQVo9kxjPGKxULkzzxp/IJfMEqwhH+BH478DSGQ0T2cfjCRobq3WRd1c8KspM+ 23n/SKXtLHz1QjJGQ6mQn1MDjDC2MGnXeAh3qL2JlLIFWMMpyQAU21KTuQ08tc4pNtOz4TUX1uzHj IP72zhQw==; Received: from mail.skyhub.de ([2a01:4f8:190:11c2::b:1457]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljl5B-00GUOI-CR for linux-arm-kernel@lists.infradead.org; Thu, 20 May 2021 15:59:37 +0000 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-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210520_085934_521493_E2639570 X-CRM114-Status: UNSURE ( 8.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel