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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14723EB64DA for ; Wed, 12 Jul 2023 14:00:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233263AbjGLOAh (ORCPT ); Wed, 12 Jul 2023 10:00:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39944 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231183AbjGLOA1 (ORCPT ); Wed, 12 Jul 2023 10:00:27 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D46110CB; Wed, 12 Jul 2023 07:00:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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=JsHjcfEV6pSPK+JxFib1lSkQZn17orkL6Jg4+w81zvo=; b=f/NATlp2IbP6+NFN57dKsFEcgm aDbcRCX8GsAUD+nmdol9bs7acSM82xypzP6JF6YB/uT7YS3GIe0YID3a99Lphpsm1cYijtGmup35p UFNho8uPCIZkmys8ja49MoLOOaRA1+jhPeiL+cS+BocgjGy+fLQLa21fmPKCgLOwEDLIzRzuUC1Lg VAiE+KldIbNvbQBphCNLMqmRsFj0bTQtoDynP0QPcdy6mUvw+SAGvCcR8wQZ8ExiKI5/lyGoTDi/w A+JjLnnwrjAzafafV7RwqLpQyC3G/lO5SWpn4bHWZ1D+4WB12b65CvJHsFl4HtFGnJVa4Q+P2PkkQ vR39Uz7Q==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qJaNr-003fiV-0A; Wed, 12 Jul 2023 13:59:59 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 613EB3001E7; Wed, 12 Jul 2023 15:59:57 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 11F8D24408320; Wed, 12 Jul 2023 15:59:57 +0200 (CEST) Date: Wed, 12 Jul 2023 15:59:56 +0200 From: Peter Zijlstra To: huzhi001@208suo.com Cc: seanjc@google.com, pbonzini@redhat.com, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] SVM: Fix warnings in svm.h Message-ID: <20230712135956.GA3100121@hirez.programming.kicks-ass.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 12, 2023 at 09:39:24PM +0800, huzhi001@208suo.com wrote: > The following checkpatch warnings are removed: > WARNING: Prefer __packed over __attribute__((__packed__)) Can you please stop with these pointless checkpatch things?