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=-6.0 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 3DCD5C56202 for ; Mon, 23 Nov 2020 23:03:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CE60820715 for ; Mon, 23 Nov 2020 23:03:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="CjRci32e" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388103AbgKWXDI (ORCPT ); Mon, 23 Nov 2020 18:03:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:54856 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733244AbgKWXDI (ORCPT ); Mon, 23 Nov 2020 18:03:08 -0500 Received: from kernel.org (83-245-197-237.elisa-laajakaista.fi [83.245.197.237]) (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 C7BB2204FD; Mon, 23 Nov 2020 23:03:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606172587; bh=ZhmGo0oSk5XXd1LXAD+u/c2dVEFHzErGV2v5+UbM/lw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CjRci32eiIy8WSlYvCUZ2prJcaZZn3lYIH+Oh0G4V/Mxmx1xWzb92WA60C9FTrC2F DkfQUd3WWAtQtrtx7Yv0XjrrY0TWQ/U5CKuYm0NwqGfQD7o/PJbLxrEB2OXzE2zSOx b4Hf8gO9QeX2a+8GEnEvPwd62QPlTWeOEstsdu3k= Date: Tue, 24 Nov 2020 01:03:02 +0200 From: Jarkko Sakkinen To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Borislav Petkov , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warnings after merge of the tip tree Message-ID: <20201123230302.GD19839@kernel.org> References: <20201123181922.0c009406@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201123181922.0c009406@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, Nov 23, 2020 at 06:19:22PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the tip tree, today's linux-next build (htmldocs) produced > these warnings: > > arch/x86/kernel/cpu/sgx/ioctl.c:666: warning: Function parameter or member 'encl' not described in 'sgx_ioc_enclave_provision' > arch/x86/kernel/cpu/sgx/ioctl.c:666: warning: Excess function parameter 'enclave' description in 'sgx_ioc_enclave_provision' > > Introduced by commit > > c82c61865024 ("x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION") > > -- > Cheers, > Stephen Rothwell Thanks, was about sending a fix but saw that Boris put already one out, when adding "Link: https://lore.kernel.org/linux-next/20201123101334.GC29678@zn.tnic/" /Jarkko