Re: [PATCH 05/28] Remove MPILIB_EXTRA

2014-06-18 Thread Paul Bolle
On Tue, 2014-04-15 at 11:21 +0200, Borislav Petkov wrote:
 On Tue, Apr 15, 2014 at 11:06:34AM +0200, Paul Bolle wrote:
  On Sun, 2014-02-09 at 21:18 +0100, Paul Bolle wrote:
   On Sun, 2014-02-09 at 19:47 +0100, Richard Weinberger wrote:
The symbol is an orphan, get rid of it.

Signed-off-by: Richard Weinberger rich...@nod.at
   
   Acked-by: Paul Bolle pebo...@tiscali.nl
   
---
 crypto/asymmetric_keys/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/asymmetric_keys/Kconfig 
b/crypto/asymmetric_keys/Kconfig
index 03a6eb9..0320c7d 100644
--- a/crypto/asymmetric_keys/Kconfig
+++ b/crypto/asymmetric_keys/Kconfig
@@ -22,7 +22,6 @@ config ASYMMETRIC_PUBLIC_KEY_SUBTYPE
 
 config PUBLIC_KEY_ALGO_RSA
tristate RSA public-key algorithm
-   select MPILIB_EXTRA
select MPILIB
help
  This option enables support for the RSA algorithm (PKCS#1, 
RFC3447).
   
   I tried this a year ago (see https://lkml.org/lkml/2013/3/8/142 ).
  
  Did anyone else ever find some time to look at this oneliner?
 
 Last time I asked about that part of the tree, Herbert said it should go
 through James Morris' tree. CCed.
 
 http://lkml.kernel.org/r/20131112182746.ga22...@gondor.apana.org.au
 
 Unless akpm picks it up first. Also CCed.

This oneliner is neither part of v3.16-rc1 nor part of linux-next. It
applies cleanly to next-20140618. Should I hope that Jiri Kosina wants
to take it for trivial (CC-ed)?


Paul Bolle

--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 05/28] Remove MPILIB_EXTRA

2014-06-18 Thread Borislav Petkov
On Wed, Jun 18, 2014 at 10:09:54AM +0200, Paul Bolle wrote:
 This oneliner is neither part of v3.16-rc1 nor part of linux-next. It
 applies cleanly to next-20140618. Should I hope that Jiri Kosina wants
 to take it for trivial (CC-ed)?

Yeah, he will.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 05/28] Remove MPILIB_EXTRA

2014-06-18 Thread Jiri Kosina
On Wed, 18 Jun 2014, Borislav Petkov wrote:

  This oneliner is neither part of v3.16-rc1 nor part of linux-next. It
  applies cleanly to next-20140618. Should I hope that Jiri Kosina wants
  to take it for trivial (CC-ed)?
 
 Yeah, he will.

It's not in my queue of patches to be processed though, so I guess I 
wasn't CCed on the initial submission. Paul, if you want me to pick it up, 
please bounce it to triv...@kernel.org as well. Thanks,

-- 
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] [TRIVIAL] Remove MPILIB_EXTRA

2014-06-18 Thread Paul Bolle
From: Richard Weinberger rich...@nod.at

The symbol is an orphan, get rid of it.

Signed-off-by: Richard Weinberger rich...@nod.at
Signed-off-by: Paul Bolle pebo...@tiscali.nl
---
Bounced to trivial. Tested with make menuconfig and make oldconfig.
Since I'm sending this to Jiri myself I've upgraded my Acked-by to
Signed-off-by.

 crypto/asymmetric_keys/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig
index 03a6eb95ab50..0320c7d4b3e1 100644
--- a/crypto/asymmetric_keys/Kconfig
+++ b/crypto/asymmetric_keys/Kconfig
@@ -22,7 +22,6 @@ config ASYMMETRIC_PUBLIC_KEY_SUBTYPE
 
 config PUBLIC_KEY_ALGO_RSA
tristate RSA public-key algorithm
-   select MPILIB_EXTRA
select MPILIB
help
  This option enables support for the RSA algorithm (PKCS#1, RFC3447).
-- 
1.9.3

--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html