public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848
@ 2013-10-02 16:10 Kevin Mulvey
  2013-10-02 18:12 ` Rob Landley
  0 siblings, 1 reply; 7+ messages in thread
From: Kevin Mulvey @ 2013-10-02 16:10 UTC (permalink / raw)
  To: rob; +Cc: herbert, davem, linux-crypto, linux-doc, linux-kernel,
	Kevin Mulvey

change kerneli to kernel as well as kerneli.org to kernel.org

Signed-off-by: Kevin Mulvey <kevin@kevinmulvey.net>
---
 Documentation/crypto/api-intro.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt
index 8b49302..94c2e8c 100644
--- a/Documentation/crypto/api-intro.txt
+++ b/Documentation/crypto/api-intro.txt
@@ -155,7 +155,7 @@ of the API:
 
 Portions of this API were derived from the following projects:
   
-  Kerneli Cryptoapi (http://www.kerneli.org/)
+  Kernel Cryptoapi (http://www.kernel.org/)
     Alexander Kjeldaas
     Herbert Valerio Riedel
     Kyle McMartin
-- 
1.8.1.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848
  2013-10-02 16:10 [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848 Kevin Mulvey
@ 2013-10-02 18:12 ` Rob Landley
  2013-10-02 18:22   ` Jussi Kivilinna
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Landley @ 2013-10-02 18:12 UTC (permalink / raw)
  To: Kevin Mulvey
  Cc: herbert, davem, linux-crypto, linux-doc, linux-kernel,
	Kevin Mulvey

On 10/02/2013 11:10:37 AM, Kevin Mulvey wrote:
> change kerneli to kernel as well as kerneli.org to kernel.org
> 
> Signed-off-by: Kevin Mulvey <kevin@kevinmulvey.net>

There's a bug number for this?

Acked, queued. (Although I'm not sure the value of pointing to  
www.kernel.org for this.)

Thanks,

Rob


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848
  2013-10-02 18:12 ` Rob Landley
@ 2013-10-02 18:22   ` Jussi Kivilinna
  2013-10-02 18:34     ` Kevin Mulvey
  2013-10-02 18:48     ` Status of "kernel crypto services" patch? " Rob Landley
  0 siblings, 2 replies; 7+ messages in thread
From: Jussi Kivilinna @ 2013-10-02 18:22 UTC (permalink / raw)
  To: Rob Landley, Kevin Mulvey
  Cc: herbert, davem, linux-crypto, linux-doc, linux-kernel

On 02.10.2013 21:12, Rob Landley wrote:
> On 10/02/2013 11:10:37 AM, Kevin Mulvey wrote:
>> change kerneli to kernel as well as kerneli.org to kernel.org
>>
>> Signed-off-by: Kevin Mulvey <kevin@kevinmulvey.net>
> 
> There's a bug number for this?
> 
> Acked, queued. (Although I'm not sure the value of pointing to www.kernel.org for this.)

I think kerneli.org is correct.. see old website at http://web.archive.org/web/20010201085500/http://www.kerneli.org/

-Jussi

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848
  2013-10-02 18:22   ` Jussi Kivilinna
@ 2013-10-02 18:34     ` Kevin Mulvey
  2013-10-02 18:56       ` Rob Landley
  2013-10-02 18:48     ` Status of "kernel crypto services" patch? " Rob Landley
  1 sibling, 1 reply; 7+ messages in thread
From: Kevin Mulvey @ 2013-10-02 18:34 UTC (permalink / raw)
  To: Jussi Kivilinna
  Cc: Rob Landley, Herbert Xu, davem, linux-crypto, linux-doc,
	linux-kernel

sorry, for possible repost but I think my last email got blocked due
to html.  It read:

do you want me to make another patch that does not touch the url?

-kevin

On Wed, Oct 2, 2013 at 2:22 PM, Jussi Kivilinna <jussi.kivilinna@iki.fi> wrote:
> On 02.10.2013 21:12, Rob Landley wrote:
>> On 10/02/2013 11:10:37 AM, Kevin Mulvey wrote:
>>> change kerneli to kernel as well as kerneli.org to kernel.org
>>>
>>> Signed-off-by: Kevin Mulvey <kevin@kevinmulvey.net>
>>
>> There's a bug number for this?
>>
>> Acked, queued. (Although I'm not sure the value of pointing to www.kernel.org for this.)
>
> I think kerneli.org is correct.. see old website at http://web.archive.org/web/20010201085500/http://www.kerneli.org/
>
> -Jussi
>
>>
>> Thanks,
>>
>> Rob
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Status of "kernel crypto services" patch? Re: [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848
  2013-10-02 18:22   ` Jussi Kivilinna
  2013-10-02 18:34     ` Kevin Mulvey
@ 2013-10-02 18:48     ` Rob Landley
  2013-10-03 12:14       ` Herbert Xu
  1 sibling, 1 reply; 7+ messages in thread
From: Rob Landley @ 2013-10-02 18:48 UTC (permalink / raw)
  To: Jussi Kivilinna
  Cc: Kevin Mulvey, herbert, davem, linux-crypto, linux-doc,
	linux-kernel, astor

On 10/02/2013 01:22:22 PM, Jussi Kivilinna wrote:
> On 02.10.2013 21:12, Rob Landley wrote:
> > On 10/02/2013 11:10:37 AM, Kevin Mulvey wrote:
> >> change kerneli to kernel as well as kerneli.org to kernel.org
> >>
> >> Signed-off-by: Kevin Mulvey <kevin@kevinmulvey.net>
> >
> > There's a bug number for this?
> >
> > Acked, queued. (Although I'm not sure the value of pointing to  
> www.kernel.org for this.)
> 
> I think kerneli.org is correct.. see old website at  
> http://web.archive.org/web/20010201085500/http://www.kerneli.org/

Should I have the update link to the archive.org page, or...?

The above links to http://www.kernel.org/pub/linux/kernel/crypto which  
has patches for the 2.5 kernel circa 2003. Did this get merged, or  
dropped, or what?

(Documentation maintainership does not mean domain expert in  
everything, it's somewhere between librarian and janitor. Please tell  
me what to do here.)

Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848
  2013-10-02 18:34     ` Kevin Mulvey
@ 2013-10-02 18:56       ` Rob Landley
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Landley @ 2013-10-02 18:56 UTC (permalink / raw)
  To: Kevin Mulvey
  Cc: Jussi Kivilinna, Herbert Xu, davem, linux-crypto, linux-doc,
	linux-kernel

On 10/02/2013 01:34:30 PM, Kevin Mulvey wrote:
> sorry, for possible repost but I think my last email got blocked due
> to html.  It read:
> 
> do you want me to make another patch that does not touch the url?

It looks like the crypto directory has been merged since forever, so  
the old website is irrelevant and it should just be removed.

Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Status of "kernel crypto services" patch? Re: [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848
  2013-10-02 18:48     ` Status of "kernel crypto services" patch? " Rob Landley
@ 2013-10-03 12:14       ` Herbert Xu
  0 siblings, 0 replies; 7+ messages in thread
From: Herbert Xu @ 2013-10-03 12:14 UTC (permalink / raw)
  To: Rob Landley
  Cc: Jussi Kivilinna, Kevin Mulvey, davem, linux-crypto, linux-doc,
	linux-kernel, astor

On Wed, Oct 02, 2013 at 01:48:58PM -0500, Rob Landley wrote:
> On 10/02/2013 01:22:22 PM, Jussi Kivilinna wrote:
> >On 02.10.2013 21:12, Rob Landley wrote:
> >> On 10/02/2013 11:10:37 AM, Kevin Mulvey wrote:
> >>> change kerneli to kernel as well as kerneli.org to kernel.org
> >>>
> >>> Signed-off-by: Kevin Mulvey <kevin@kevinmulvey.net>
> >>
> >> There's a bug number for this?
> >>
> >> Acked, queued. (Although I'm not sure the value of pointing to
> >www.kernel.org for this.)
> >
> >I think kerneli.org is correct.. see old website at
> >http://web.archive.org/web/20010201085500/http://www.kerneli.org/
> 
> Should I have the update link to the archive.org page, or...?
> 
> The above links to http://www.kernel.org/pub/linux/kernel/crypto
> which has patches for the 2.5 kernel circa 2003. Did this get
> merged, or dropped, or what?
> 
> (Documentation maintainership does not mean domain expert in
> everything, it's somewhere between librarian and janitor. Please
> tell me what to do here.)

The documentation is correct as is so please discard the patch.

Thanks,
-- 
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-10-03 12:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 16:10 [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848 Kevin Mulvey
2013-10-02 18:12 ` Rob Landley
2013-10-02 18:22   ` Jussi Kivilinna
2013-10-02 18:34     ` Kevin Mulvey
2013-10-02 18:56       ` Rob Landley
2013-10-02 18:48     ` Status of "kernel crypto services" patch? " Rob Landley
2013-10-03 12:14       ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox