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 11498C433EF for ; Tue, 10 May 2022 00:35:40 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KxzbZ3sGqz3cB9 for ; Tue, 10 May 2022 10:35:38 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=lRqjkFhc; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=jpoimboe@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=lRqjkFhc; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KxrcP100Cz3bgC for ; Tue, 10 May 2022 05:20:52 +1000 (AEST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E536B61690; Mon, 9 May 2022 19:20:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25555C385B8; Mon, 9 May 2022 19:20:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652124048; bh=+bmICguv18jBXLXxrwEf33icObsc1fpHfVo5K9f7UEE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lRqjkFhc7fprJOJNhXu8GtpXTXjxRgBD11PxUp5vgIDT+yvDiqJ87C3HYOFhA8jdg R+oLSULFkhfcr+yp9NkuWc5h6OLbSHeyLb6zDIUu9i0pBIxF8cBZ9+47e9zOg8aL9P l3EkaSgcNByUgdE0P9G+I68ZcKHTZ1mAOoFJ/VOnIL2LYNsiElmX6jWPxGH4z+/NOO VU3uxCgvT9hpeTUOTO486gfhJr2PzZkT7pf4U7L2PPZnk1wuVH58YvDIDcdFR26RRq tk62Ej4fdy95ArndH/Fj2+sajgYOO9SSXHbnnLJeycGEeWRhveSn+d7ISAMZgxGDvT bGW6RhhtE7Nyw== Date: Mon, 9 May 2022 12:20:45 -0700 From: Josh Poimboeuf To: Michael Ellerman Subject: Re: [PATCH] bug: Use normal relative pointers in 'struct bug_entry' Message-ID: <20220509192045.2nkiaw4ne2dnuuai@treble> References: <871qx2ubu5.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <871qx2ubu5.fsf@mpe.ellerman.id.au> X-Mailman-Approved-At: Tue, 10 May 2022 10:35:05 +1000 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: Peter Zijlstra , Catalin Marinas , Dave Hansen , Paul Mackerras , "H. Peter Anvin" , Alexander Gordeev , Will Deacon , linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, x86@kernel.org, Ingo Molnar , Christian Borntraeger , Albert Ou , Vasily Gorbik , Heiko Carstens , Borislav Petkov , Paul Walmsley , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Palmer Dabbelt , Sven Schnelle , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, May 09, 2022 at 10:31:14PM +1000, Michael Ellerman wrote: > Embarrassingly, we have another copy of the logic, used in the C > versions, they need updating too: Oops, thanks for finding that. > With that added it seems to be working correctly for me. > > Acked-by: Michael Ellerman (powerpc) Thanks! -- Josh