Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1211319 > unrolled thread

[PATCH] Fixing opcode issue on vmx-crypto

Started byLeonidas S Barbosa <leosilva@linux.vnet.ibm.com>
First post2015-08-21 22:30 +0200
Last post2015-08-24 16:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Fixing opcode issue on vmx-crypto Leonidas S Barbosa <leosilva@linux.vnet.ibm.com> - 2015-08-21 22:30 +0200
    Re: [PATCH] Fixing opcode issue on vmx-crypto Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-24 16:20 +0200

#1211319 — [PATCH] Fixing opcode issue on vmx-crypto

FromLeonidas S Barbosa <leosilva@linux.vnet.ibm.com>
Date2015-08-21 22:30 +0200
Subject[PATCH] Fixing opcode issue on vmx-crypto
Message-ID<q016P-5Vh-37@gated-at.bofh.it>
In build time vadduqm opcode  is not being mapped
correctly.

Adding a new map in ppc-xlate to do this.

Signed-off-by: Leonidas S Barbosa <leosilva@linux.vnet.ibm.com>
---
 drivers/crypto/vmx/ppc-xlate.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/vmx/ppc-xlate.pl b/drivers/crypto/vmx/ppc-xlate.pl
index a591884..b999733 100644
--- a/drivers/crypto/vmx/ppc-xlate.pl
+++ b/drivers/crypto/vmx/ppc-xlate.pl
@@ -169,6 +169,7 @@ my $vpmsumd	= sub { vcrypto_op(@_, 1224); };
 my $vpmsubh	= sub { vcrypto_op(@_, 1096); };
 my $vpmsumw	= sub { vcrypto_op(@_, 1160); };
 my $vaddudm	= sub { vcrypto_op(@_, 192);  };
+my $vadduqm	= sub { vcrypto_op(@_, 256);  };

 my $mtsle	= sub {
     my ($f, $arg) = @_;
--
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1212229

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2015-08-24 16:20 +0200
Message-ID<q10Ln-1GP-1@gated-at.bofh.it>
In reply to#1211319
On Fri, Aug 21, 2015 at 05:27:43PM -0300, Leonidas S Barbosa wrote:
> 
> In build time vadduqm opcode  is not being mapped
> correctly.
> 
> Adding a new map in ppc-xlate to do this.
> 
> Signed-off-by: Leonidas S Barbosa <leosilva@linux.vnet.ibm.com>

Applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web