Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp891785imm; Wed, 8 Aug 2018 07:28:44 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyBu6cA/nu/ACMrqviJDAWVy5NaUMBq95NvACkrPKOo8+IJKeSsmwhcPsoR56meSfsOK+9p X-Received: by 2002:a17:902:e85:: with SMTP id 5-v6mr2810343plx.73.1533738524155; Wed, 08 Aug 2018 07:28:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533738524; cv=none; d=google.com; s=arc-20160816; b=xmaPq3vFJm4VX4Y14oGY8tH+JyPG4FF658SwQ1C6r+LP5TEKtViImwdCKVz/SHzfE+ oD51bc4wa3PUU6knYuyRj4p6Pi7avRwAHc8fA28XfPtLHGLcVLZHKO48KQk6J61LuMrh 6Ey6xZvbKFywq/D9fX2NpdMHbVxykIJ9+TDDPLp7BhFFql8S9ZXKlsDQtgGMlb4/k5Uo SqyLXMvpNok97/yw6gexG3n7s5Vjl6uP4z06+BupXPO2HWmLMIi3A5aIlkiUI9FG7/oz NkOmZOS9DfOq21G9Uvu06hcSm1a/fl7D/V1DvUTqsiAL3Bq03fcTpt2DWc0s3LHvvkNk L+OA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=IP8aR+QaZT2JIjyNx6FDOLiG2QKKG7HeuzbLVr4VVYo=; b=i2d+SxNRgnDN+NpwhtIZ0CKW/aSdAbiqHWmYxTHMLyh7V49vgIqZjXjy5mQG1WHJhR HCehdpFGuN2wl1RCAej86QCrmzn1kS5LfQl6Bn+OGcgmPbPtL3+yFq+YGEwcAxD6ZFu6 ZycafT7C53nNq2H5CpPoFGAKvx6hHc4ptagrVvss779WosGmXp0RfXCDN6tLWH0gMWH1 JmEHuJY50/p3OEMINiYcIG7gFggAkpeWk062FsyTFi1CLvz7y27igfQmojsApskOPzrc TX6U9EuapKVB2hqt72nCiXVY9RL+QXZXxINuXsa+Lq475uv3VlFiQ2blWxQBVqSB9wAc bYCg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o18-v6si4027976pgg.250.2018.08.08.07.28.29; Wed, 08 Aug 2018 07:28:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727640AbeHHQqg (ORCPT + 99 others); Wed, 8 Aug 2018 12:46:36 -0400 Received: from ozlabs.org ([203.11.71.1]:45823 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727081AbeHHQqf (ORCPT ); Wed, 8 Aug 2018 12:46:35 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41ltx75dhJz9s9l; Thu, 9 Aug 2018 00:26:28 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 1bb07b593adc1934a526eb04acfe8bf786decfd2 In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , wei.guo.simon@gmail.com, segher@kernel.crashing.org From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v8,1/4] selftests/powerpc: add test for 32 bits memcmp Message-Id: <41ltx75dhJz9s9l@ozlabs.org> Date: Thu, 9 Aug 2018 00:26:28 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2018-08-01 at 09:01:10 UTC, Christophe Leroy wrote: > This patch renames memcmp test to memcmp_64 and adds > a memcmp_32 test for testing the 32 bits version of memcmp() > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1bb07b593adc1934a526eb04acfe8b cheers