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 92C54C43334 for ; Fri, 24 Jun 2022 07:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229643AbiFXHTu (ORCPT ); Fri, 24 Jun 2022 03:19:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229478AbiFXHTt (ORCPT ); Fri, 24 Jun 2022 03:19:49 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBA5E67E63; Fri, 24 Jun 2022 00:19:48 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4LTpR73Pljz4xR9; Fri, 24 Jun 2022 17:19:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1656055187; bh=GZsDX6Lk/szTTYM2PQO4YfXuXCRgLt4KmsvF3iK4pvA=; h=Date:From:To:Cc:Subject:From; b=VwhMxKsO4T2/Ekpa2lHosmB65gZSYe6xZGxJa9P3lZD72Wal4f1nOCnfQi9R46otA av00UoCgGcL4UOXlVFwFXMzKY81zgyuQ13S+BdkFlcCRqm/x9t2rH1oeYl0/e6Q3f8 l5RSK9lLgF1HcmLZuRiE++8AEVG8fj71SrnRgmmMSfhYcE7ynzUcMLvz7oFFyqE2Xi utVlG6dvwWllgJsIJbbY1LmCuX66w/9o/f79r3vwv9WvA+R+vedsYjN+TxkaKzjvh9 F+rPJ8aGrPYLDbUKnir+h5F7NYm01rEqOMrbnXJZ2VUS6HJk4Jr0zaqeqZ42UPdrpq zI6RHz9y0ZehQ== Date: Fri, 24 Jun 2022 17:19:46 +1000 From: Stephen Rothwell To: Christian Brauner Cc: Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the pidfd tree Message-ID: <20220624171946.705f7aed@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/SI.6mJhU9AxsxZewErfj=9H"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/SI.6mJhU9AxsxZewErfj=9H Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the pidfd tree, today's linux-next build (htmldocs) produced this warning: fs/attr.c:35: warning: Excess function parameter 'uid' description in 'chow= n_ok' fs/attr.c:62: warning: Excess function parameter 'gid' description in 'chgr= p_ok' Introduced by commit fc643cb39fc6 ("attr: port attribute changes to new types") --=20 Cheers, Stephen Rothwell --Sig_/SI.6mJhU9AxsxZewErfj=9H Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmK1ZZIACgkQAVBC80lX 0GzRBQf/Tximu5jtosOTXt+9J5t2wUZ+2zZQX65Kd92NwtPK0gRUBxvuIcYsZ3Xo ubXt7qGzOP8uUaWu/dQ6VkxQD0v97bjRb1VhEh5mOT0Sc5mIG83qDqmcLFC8CVF+ Mbq0Y9vd79q5QySehoOQD+nhha2n77iZ8/bvvfC+4okMHYODnCWrvfHI7hU4WF3z D2lbZkHCR9WlKSJHLYpLNEz4r6c7uJJ6aVT2H1zk/EQ31FCoj5NETJ1vNBcJf95u puKmjghY4W7kr8gcIdEtf4stC87puT8cBP4VokQAxwRpZwg5lYo0B1RxZ+JzQucX 2MtdCqnthAXP3fFv1Lc7r0CilUnZpA== =ZGRr -----END PGP SIGNATURE----- --Sig_/SI.6mJhU9AxsxZewErfj=9H--