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 A0A96EE49A6 for ; Fri, 25 Aug 2023 09:20:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244231AbjHYJU3 (ORCPT ); Fri, 25 Aug 2023 05:20:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244292AbjHYJUZ (ORCPT ); Fri, 25 Aug 2023 05:20:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8086D1FC3 for ; Fri, 25 Aug 2023 02:20:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (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 dfw.source.kernel.org (Postfix) with ESMTPS id 1EE666787F for ; Fri, 25 Aug 2023 09:20:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7A1D2C433CD; Fri, 25 Aug 2023 09:20:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692955222; bh=RkKLK3ccBCSlvsLnPaVYJP51Ayxs+r8TXBqJBNM1MUw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bOY8C66vMnEFw/myY0Acf+rii7E+CiT439LUMG5HCLtVRGrtnMVENHIuVJ2dlO5NZ /rRElSlq33DfE3AnIgmuUqZBpN6pydkwwWaDBDQxSVHOUgptu1UzY50dkzvShCDXHM VWbDE+bfJohVXn7ac4Jqnmw7MeIomwWKdE7Vkk2+JSfdpK4Nw2CNNm5tsz0qnUJ8ye hy+l43/uU21bMyPUVC2lFo9qhP8Z3stOB7y1kZ23vgGTFgaVsbnH5kHcD4DkpvQAAf mrWr07xgkyXCUKpyvVZb9xJLIZuX0Ch9HA5H2A7dF7tv4+skdC0u/wcrflOPstlnq0 FAXVTGQ444Kbg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 65544C595C5; Fri, 25 Aug 2023 09:20:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] kunit: Fix checksum tests on big endian CPUs From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169295522241.11125.1512224356582645824.git-patchwork-notify@kernel.org> Date: Fri, 25 Aug 2023 09:20:22 +0000 References: In-Reply-To: To: Christophe Leroy Cc: davem@davemloft.net, kuba@kernel.org, dave.hansen@linux.intel.com, goldstein.w.n@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Wed, 23 Aug 2023 15:21:43 +0200 you wrote: > On powerpc64le checksum kunit tests work: > > [ 2.011457][ T1] KTAP version 1 > [ 2.011662][ T1] # Subtest: checksum > [ 2.011848][ T1] 1..3 > [ 2.034710][ T1] ok 1 test_csum_fixed_random_inputs > [ 2.079325][ T1] ok 2 test_csum_all_carry_inputs > [ 2.127102][ T1] ok 3 test_csum_no_carry_inputs > [ 2.127202][ T1] # checksum: pass:3 fail:0 skip:0 total:3 > [ 2.127533][ T1] # Totals: pass:3 fail:0 skip:0 total:3 > [ 2.127956][ T1] ok 1 checksum > > [...] Here is the summary with links: - [net-next] kunit: Fix checksum tests on big endian CPUs https://git.kernel.org/netdev/net-next/c/b38460bc463c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html