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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A19BBC433F5 for ; Tue, 15 Feb 2022 05:34:47 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JyVCT3h6kz3fV6 for ; Tue, 15 Feb 2022 16:34:45 +1100 (AEDT) Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4JyV6F4jmHz3cBN for ; Tue, 15 Feb 2022 16:30:13 +1100 (AEDT) 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 4JyV6F1L1cz4y4h; Tue, 15 Feb 2022 16:30:13 +1100 (AEDT) From: Michael Ellerman To: Jeremy Kerr , Julia Lawall In-Reply-To: <1588929176-28527-1-git-send-email-Julia.Lawall@inria.fr> References: <1588929176-28527-1-git-send-email-Julia.Lawall@inria.fr> Subject: Re: [PATCH] powerpc/spufs: adjust list element pointer type Message-Id: <164490279736.270256.6555666963870570666.b4-ty@ellerman.id.au> Date: Tue, 15 Feb 2022 16:26:37 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nic Volanschi , Arnd Bergmann , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Mackerras , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, 08 May 2020 09:12:56 +0000, Julia Lawall wrote: > Other uses of &gang->aff_list_head, eg in spufs_assert_affinity, indicate > that the list elements have type spu_context, not spu as used here. Change > the type of tmp accordingly. > > This has no impact on the execution, because tmp is not used in the body of > the loop. > > [...] Applied to powerpc/next. [1/1] powerpc/spufs: adjust list element pointer type https://git.kernel.org/powerpc/c/925f76c55784fdc17ab41aecde06b30439ceb73a cheers