* [PATCH 05/28] Remove MPILIB_EXTRA [not found] <1391971686-9517-1-git-send-email-richard@nod.at> @ 2014-02-09 18:47 ` Richard Weinberger 2014-02-09 20:18 ` Paul Bolle 0 siblings, 1 reply; 8+ messages in thread From: Richard Weinberger @ 2014-02-09 18:47 UTC (permalink / raw) To: Herbert Xu, David S. Miller, open list:CRYPTO API, open list Cc: Richard Weinberger The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger <richard@nod.at> --- 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). -- 1.8.4.2 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 05/28] Remove MPILIB_EXTRA 2014-02-09 18:47 ` [PATCH 05/28] Remove MPILIB_EXTRA Richard Weinberger @ 2014-02-09 20:18 ` Paul Bolle 2014-04-15 9:06 ` Paul Bolle 0 siblings, 1 reply; 8+ messages in thread From: Paul Bolle @ 2014-02-09 20:18 UTC (permalink / raw) To: Richard Weinberger Cc: Herbert Xu, David S. Miller, open list:CRYPTO API, open list 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 <richard@nod.at> Acked-by: Paul Bolle <pebolle@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 ). Paul Bolle ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 05/28] Remove MPILIB_EXTRA 2014-02-09 20:18 ` Paul Bolle @ 2014-04-15 9:06 ` Paul Bolle 2014-04-15 9:21 ` Borislav Petkov 0 siblings, 1 reply; 8+ messages in thread From: Paul Bolle @ 2014-04-15 9:06 UTC (permalink / raw) To: Richard Weinberger Cc: Herbert Xu, David S. Miller, linux-crypto, linux-kernel 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 <richard@nod.at> > > Acked-by: Paul Bolle <pebolle@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? Paul Bolle ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 05/28] Remove MPILIB_EXTRA 2014-04-15 9:06 ` Paul Bolle @ 2014-04-15 9:21 ` Borislav Petkov 2014-06-18 8:09 ` Paul Bolle 0 siblings, 1 reply; 8+ messages in thread From: Borislav Petkov @ 2014-04-15 9:21 UTC (permalink / raw) To: Paul Bolle Cc: Richard Weinberger, Herbert Xu, David S. Miller, linux-crypto, linux-kernel, James Morris, Andrew Morton 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 <richard@nod.at> > > > > Acked-by: Paul Bolle <pebolle@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.GA22711@gondor.apana.org.au Unless akpm picks it up first. Also CCed. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 05/28] Remove MPILIB_EXTRA 2014-04-15 9:21 ` Borislav Petkov @ 2014-06-18 8:09 ` Paul Bolle 2014-06-18 9:48 ` Borislav Petkov 0 siblings, 1 reply; 8+ messages in thread From: Paul Bolle @ 2014-06-18 8:09 UTC (permalink / raw) To: Borislav Petkov Cc: Jiri Kosina, Richard Weinberger, Herbert Xu, David S. Miller, linux-crypto, linux-kernel, James Morris, Andrew Morton 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 <richard@nod.at> > > > > > > Acked-by: Paul Bolle <pebolle@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.GA22711@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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 05/28] Remove MPILIB_EXTRA 2014-06-18 8:09 ` Paul Bolle @ 2014-06-18 9:48 ` Borislav Petkov 2014-06-18 10:38 ` Jiri Kosina 0 siblings, 1 reply; 8+ messages in thread From: Borislav Petkov @ 2014-06-18 9:48 UTC (permalink / raw) To: Paul Bolle Cc: Jiri Kosina, Richard Weinberger, Herbert Xu, David S. Miller, linux-crypto, linux-kernel, James Morris, Andrew Morton 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. -- ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 05/28] Remove MPILIB_EXTRA 2014-06-18 9:48 ` Borislav Petkov @ 2014-06-18 10:38 ` Jiri Kosina 2014-06-18 14:18 ` [PATCH] [TRIVIAL] " Paul Bolle 0 siblings, 1 reply; 8+ messages in thread From: Jiri Kosina @ 2014-06-18 10:38 UTC (permalink / raw) To: Borislav Petkov Cc: Paul Bolle, Richard Weinberger, Herbert Xu, David S. Miller, linux-crypto, linux-kernel, James Morris, Andrew Morton 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 trivial@kernel.org as well. Thanks, -- Jiri Kosina SUSE Labs ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] [TRIVIAL] Remove MPILIB_EXTRA 2014-06-18 10:38 ` Jiri Kosina @ 2014-06-18 14:18 ` Paul Bolle 0 siblings, 0 replies; 8+ messages in thread From: Paul Bolle @ 2014-06-18 14:18 UTC (permalink / raw) To: Jiri Kosina Cc: Richard Weinberger, Herbert Xu, David S. Miller, Borislav Petkov, James Morris, Andrew Morton, linux-crypto, linux-kernel From: Richard Weinberger <richard@nod.at> The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Paul Bolle <pebolle@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 ^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-06-18 14:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1391971686-9517-1-git-send-email-richard@nod.at>
2014-02-09 18:47 ` [PATCH 05/28] Remove MPILIB_EXTRA Richard Weinberger
2014-02-09 20:18 ` Paul Bolle
2014-04-15 9:06 ` Paul Bolle
2014-04-15 9:21 ` Borislav Petkov
2014-06-18 8:09 ` Paul Bolle
2014-06-18 9:48 ` Borislav Petkov
2014-06-18 10:38 ` Jiri Kosina
2014-06-18 14:18 ` [PATCH] [TRIVIAL] " Paul Bolle
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox