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=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 14FEDC43461 for ; Tue, 15 Sep 2020 13:47:34 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 65ABF21D43 for ; Tue, 15 Sep 2020 13:47:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="eg6ePeAP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 65ABF21D43 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id CEB1A4B219; Tue, 15 Sep 2020 09:47:32 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@kernel.org Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q-PJ0fpNes6z; Tue, 15 Sep 2020 09:47:30 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 72CB14B245; Tue, 15 Sep 2020 09:47:30 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 9F11F4B229 for ; Tue, 15 Sep 2020 09:47:29 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6OixZapojpn0 for ; Tue, 15 Sep 2020 09:47:28 -0400 (EDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id B9E964B21C for ; Tue, 15 Sep 2020 09:47:28 -0400 (EDT) Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7526521D24; Tue, 15 Sep 2020 13:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600177647; bh=An8bUf+cWpAG/u+1BnVioiDw+Pkkf8LhEX7EXD3eUOg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eg6ePeAPhBgUAbixIOW8IWWLC8APZSEGurkIj/fSTZexULVYQUIQk4GDVuFJrqpOk ui3ImEmzJPD4Rf7C2nJnjxlHlRwM7PsnG3Ik4qYvbcCVKRlXG+iCkB2Jdk/a4qRnab uvgI8RZosMzMQnZGtMyzaTIKhYv8kSZzH8RW8Wd0= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kIBIr-00C1a8-EQ; Tue, 15 Sep 2020 14:47:25 +0100 MIME-Version: 1.0 Date: Tue, 15 Sep 2020 14:47:25 +0100 From: Marc Zyngier To: Xiaofei Tan Subject: Re: [PATCH] KVM: arm64: fix doc warnings in mmu code In-Reply-To: <1600175890-7435-1-git-send-email-tanxiaofei@huawei.com> References: <1600175890-7435-1-git-send-email-tanxiaofei@huawei.com> User-Agent: Roundcube Webmail/1.4.8 Message-ID: <7bcb5fd9b6490e98cfa8aa22496a8a71@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: tanxiaofei@huawei.com, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, linuxarm@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Cc: catalin.marinas@arm.com, linux-kernel@vger.kernel.org, linuxarm@huawei.com, will@kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu Hi Xiaofei, On 2020-09-15 14:18, Xiaofei Tan wrote: > Fix following warnings caused by mismatch bewteen function parameters > and comments. > arch/arm64/kvm/mmu.c:119: warning: Function parameter or member > 'pudp'not described in 'stage2_dissolve_pud' > arch/arm64/kvm/mmu.c:119: warning: Excess function parameter 'pud' > description in 'stage2_dissolve_pud' [...] Most of this code is being deleted. If you want to fix comments, please look at what is in -next. Thanks, M. -- Jazz is not dead. It just smells funny... _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 C37DDC43461 for ; Tue, 15 Sep 2020 13:49:18 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 5B4D721D24 for ; Tue, 15 Sep 2020 13:49:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JxwE8Bou"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ABKEwB8H"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="eg6ePeAP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5B4D721D24 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=htvqcbC92ScjZ6Gbr0aSoCfPeKAHDos8zlFmeZprLLg=; b=JxwE8BouKW7nTLWpg4a+K7Mwc XKi4umptB7gPvZLQXHSGflabfLjKevuMIOUjXclucxM+pvvOVgdtmiwR9Xl+OKUjQylQdC0ilneUj tbLkA0QrYcfAPbPXtn6xTEl07jwzdFhS1gurQDojwgVEHx+f59CUDeTn5YVwO0e+XVg6VZ4a2NtMP fqHOlD8eKXvF3TGJ1vzhVv57h3NPJM8ndNg0AauM7LNEfQvc4KXo4GhJvcFxMM5Gu4EvsVsK9bb1K pw5Fb6beyd6dmz3errEryHY5Xzh/gs0kkeEedi0n4V/gPqtRrtetCf9ygvwqdwPtHx1A5lnSUHV4n ksWkAR9KA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIBJG-0008Np-9S; Tue, 15 Sep 2020 13:47:50 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIBJ6-0008M6-EU for linux-arm-kernel@merlin.infradead.org; Tue, 15 Sep 2020 13:47:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Message-ID:References:In-Reply-To: Subject:Cc:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version: Sender:Reply-To:Content-ID:Content-Description; bh=U3K+lOcW/cnP1YCWbHyaj5buQZoq4DBVHwe2bbmlg3c=; b=ABKEwB8H4YzEwAVFSTV0DLr2Tp N7Ry4n9YHXfHIlp+Iv8pyTFAhZ9e/VDcucr+CPuckyctxtIWyjaTKRhHM9OX4krwZbfDwGPhJz98g DtQ+2JJQcPDJzgZEMITOujjdMaP8HfxYYthDLcmcHB1D/ce7P7QErr1jJ0RhnurvXn6OpzDWIVuaj H0ye6spYMkVXtVH78m4wq8KuIlYvqzkf6FbhBkzl6g+7kVT4BoaFlGnWIb7AFvvVKLx+FIcG10CNZ 1rfSiZR/W1X9OObuo5WSxfyXYywyAvz9/VmC1z78ofqsIw8xFqT5LBrYu+9jvS2CTPsb5XvVz5tqA zxTmUl2Q==; Received: from mail.kernel.org ([198.145.29.99]) by casper.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIBIy-0003Lv-4u for linux-arm-kernel@lists.infradead.org; Tue, 15 Sep 2020 13:47:39 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7526521D24; Tue, 15 Sep 2020 13:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600177647; bh=An8bUf+cWpAG/u+1BnVioiDw+Pkkf8LhEX7EXD3eUOg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eg6ePeAPhBgUAbixIOW8IWWLC8APZSEGurkIj/fSTZexULVYQUIQk4GDVuFJrqpOk ui3ImEmzJPD4Rf7C2nJnjxlHlRwM7PsnG3Ik4qYvbcCVKRlXG+iCkB2Jdk/a4qRnab uvgI8RZosMzMQnZGtMyzaTIKhYv8kSZzH8RW8Wd0= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kIBIr-00C1a8-EQ; Tue, 15 Sep 2020 14:47:25 +0100 MIME-Version: 1.0 Date: Tue, 15 Sep 2020 14:47:25 +0100 From: Marc Zyngier To: Xiaofei Tan Subject: Re: [PATCH] KVM: arm64: fix doc warnings in mmu code In-Reply-To: <1600175890-7435-1-git-send-email-tanxiaofei@huawei.com> References: <1600175890-7435-1-git-send-email-tanxiaofei@huawei.com> User-Agent: Roundcube Webmail/1.4.8 Message-ID: <7bcb5fd9b6490e98cfa8aa22496a8a71@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: tanxiaofei@huawei.com, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, linuxarm@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200915_144732_477597_328F0BEB X-CRM114-Status: UNSURE ( 9.94 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: suzuki.poulose@arm.com, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, linuxarm@huawei.com, james.morse@arm.com, julien.thierry.kdev@gmail.com, will@kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Xiaofei, On 2020-09-15 14:18, Xiaofei Tan wrote: > Fix following warnings caused by mismatch bewteen function parameters > and comments. > arch/arm64/kvm/mmu.c:119: warning: Function parameter or member > 'pudp'not described in 'stage2_dissolve_pud' > arch/arm64/kvm/mmu.c:119: warning: Excess function parameter 'pud' > description in 'stage2_dissolve_pud' [...] Most of this code is being deleted. If you want to fix comments, please look at what is in -next. Thanks, M. -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 EF321C2D0F6 for ; Wed, 16 Sep 2020 00:30:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE9B020739 for ; Wed, 16 Sep 2020 00:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600216246; bh=An8bUf+cWpAG/u+1BnVioiDw+Pkkf8LhEX7EXD3eUOg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=pWANwzSpUXKkRTRn1OATTe680AcDSaClXensJSBMqT+eGN5hfV26gEj9qxAAScfSe 1MWP63VCKzPtMlrdPoCg5NXcTpyNis8liWXbICnKNi0/Kc4Eu1Esrf3cAdiAc68A9R e3bQJ2ohryARzYlMcNNRVvEJ/vrTrYXfQyheYQGs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727413AbgIPAai (ORCPT ); Tue, 15 Sep 2020 20:30:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:49752 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726442AbgIONru (ORCPT ); Tue, 15 Sep 2020 09:47:50 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7526521D24; Tue, 15 Sep 2020 13:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600177647; bh=An8bUf+cWpAG/u+1BnVioiDw+Pkkf8LhEX7EXD3eUOg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eg6ePeAPhBgUAbixIOW8IWWLC8APZSEGurkIj/fSTZexULVYQUIQk4GDVuFJrqpOk ui3ImEmzJPD4Rf7C2nJnjxlHlRwM7PsnG3Ik4qYvbcCVKRlXG+iCkB2Jdk/a4qRnab uvgI8RZosMzMQnZGtMyzaTIKhYv8kSZzH8RW8Wd0= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kIBIr-00C1a8-EQ; Tue, 15 Sep 2020 14:47:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 15 Sep 2020 14:47:25 +0100 From: Marc Zyngier To: Xiaofei Tan Cc: james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, linuxarm@huawei.com Subject: Re: [PATCH] KVM: arm64: fix doc warnings in mmu code In-Reply-To: <1600175890-7435-1-git-send-email-tanxiaofei@huawei.com> References: <1600175890-7435-1-git-send-email-tanxiaofei@huawei.com> User-Agent: Roundcube Webmail/1.4.8 Message-ID: <7bcb5fd9b6490e98cfa8aa22496a8a71@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: tanxiaofei@huawei.com, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, linuxarm@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Xiaofei, On 2020-09-15 14:18, Xiaofei Tan wrote: > Fix following warnings caused by mismatch bewteen function parameters > and comments. > arch/arm64/kvm/mmu.c:119: warning: Function parameter or member > 'pudp'not described in 'stage2_dissolve_pud' > arch/arm64/kvm/mmu.c:119: warning: Excess function parameter 'pud' > description in 'stage2_dissolve_pud' [...] Most of this code is being deleted. If you want to fix comments, please look at what is in -next. Thanks, M. -- Jazz is not dead. It just smells funny...