All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the crypto tree with the jc_docs tree
@ 2020-07-24  3:09 Stephen Rothwell
  2020-08-03 22:15 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2020-07-24  3:09 UTC (permalink / raw)
  To: Herbert Xu, Linux Crypto List, Jonathan Corbet
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Mauro Carvalho Chehab

[-- Attachment #1: Type: text/plain, Size: 2157 bytes --]

Hi all,

Today's linux-next merge of the crypto tree got a conflict in:

  Documentation/crypto/api-intro.rst

between commit:

  5846551bb147 ("docs: crypto: convert api-intro.txt to ReST format")

from the jc_docs tree and commit:

  9332a9e73918 ("crypto: Replace HTTP links with HTTPS ones")

from the crypto tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc Documentation/crypto/api-intro.rst
index bcff47d42189,40137f93e04f..000000000000
--- a/Documentation/crypto/api-intro.rst
+++ b/Documentation/crypto/api-intro.rst
@@@ -159,31 -146,31 +159,31 @@@ Credit
  The following people provided invaluable feedback during the development
  of the API:
  
 -  Alexey Kuznetzov
 -  Rusty Russell
 -  Herbert Valerio Riedel
 -  Jeff Garzik
 -  Michael Richardson
 -  Andrew Morton
 -  Ingo Oeser
 -  Christoph Hellwig
 +  - Alexey Kuznetzov
 +  - Rusty Russell
 +  - Herbert Valerio Riedel
 +  - Jeff Garzik
 +  - Michael Richardson
 +  - Andrew Morton
 +  - Ingo Oeser
 +  - Christoph Hellwig
  
  Portions of this API were derived from the following projects:
 -  
 +
    Kerneli Cryptoapi (http://www.kerneli.org/)
 -    Alexander Kjeldaas
 -    Herbert Valerio Riedel
 -    Kyle McMartin
 -    Jean-Luc Cooke
 -    David Bryson
 -    Clemens Fruhwirth
 -    Tobias Ringstrom
 -    Harald Welte
 +   - Alexander Kjeldaas
 +   - Herbert Valerio Riedel
 +   - Kyle McMartin
 +   - Jean-Luc Cooke
 +   - David Bryson
 +   - Clemens Fruhwirth
 +   - Tobias Ringstrom
 +   - Harald Welte
  
  and;
 -  
 +
-   Nettle (http://www.lysator.liu.se/~nisse/nettle/)
+   Nettle (https://www.lysator.liu.se/~nisse/nettle/)
 -    Niels Möller
 +   - Niels Möller
  
  Original developers of the crypto algorithms:
  

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: manual merge of the crypto tree with the jc_docs tree
  2020-07-24  3:09 linux-next: manual merge of the crypto tree with the jc_docs tree Stephen Rothwell
@ 2020-08-03 22:15 ` Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2020-08-03 22:15 UTC (permalink / raw)
  To: Herbert Xu, Linux Crypto List, Jonathan Corbet
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Mauro Carvalho Chehab

[-- Attachment #1: Type: text/plain, Size: 2507 bytes --]

Hi all,

On Fri, 24 Jul 2020 13:09:51 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the crypto tree got a conflict in:
> 
>   Documentation/crypto/api-intro.rst
> 
> between commit:
> 
>   5846551bb147 ("docs: crypto: convert api-intro.txt to ReST format")
> 
> from the jc_docs tree and commit:
> 
>   9332a9e73918 ("crypto: Replace HTTP links with HTTPS ones")
> 
> from the crypto tree.
> 
> I fixed it up (see below) and can carry the fix as necessary. This
> is now fixed as far as linux-next is concerned, but any non trivial
> conflicts should be mentioned to your upstream maintainer when your tree
> is submitted for merging.  You may also want to consider cooperating
> with the maintainer of the conflicting tree to minimise any particularly
> complex conflicts.
> 
> -- 
> Cheers,
> Stephen Rothwell
> 
> diff --cc Documentation/crypto/api-intro.rst
> index bcff47d42189,40137f93e04f..000000000000
> --- a/Documentation/crypto/api-intro.rst
> +++ b/Documentation/crypto/api-intro.rst
> @@@ -159,31 -146,31 +159,31 @@@ Credit
>   The following people provided invaluable feedback during the development
>   of the API:
>   
>  -  Alexey Kuznetzov
>  -  Rusty Russell
>  -  Herbert Valerio Riedel
>  -  Jeff Garzik
>  -  Michael Richardson
>  -  Andrew Morton
>  -  Ingo Oeser
>  -  Christoph Hellwig
>  +  - Alexey Kuznetzov
>  +  - Rusty Russell
>  +  - Herbert Valerio Riedel
>  +  - Jeff Garzik
>  +  - Michael Richardson
>  +  - Andrew Morton
>  +  - Ingo Oeser
>  +  - Christoph Hellwig
>   
>   Portions of this API were derived from the following projects:
>  -  
>  +
>     Kerneli Cryptoapi (http://www.kerneli.org/)
>  -    Alexander Kjeldaas
>  -    Herbert Valerio Riedel
>  -    Kyle McMartin
>  -    Jean-Luc Cooke
>  -    David Bryson
>  -    Clemens Fruhwirth
>  -    Tobias Ringstrom
>  -    Harald Welte
>  +   - Alexander Kjeldaas
>  +   - Herbert Valerio Riedel
>  +   - Kyle McMartin
>  +   - Jean-Luc Cooke
>  +   - David Bryson
>  +   - Clemens Fruhwirth
>  +   - Tobias Ringstrom
>  +   - Harald Welte
>   
>   and;
>  -  
>  +
> -   Nettle (http://www.lysator.liu.se/~nisse/nettle/)
> +   Nettle (https://www.lysator.liu.se/~nisse/nettle/)
>  -    Niels Möller
>  +   - Niels Möller
>   
>   Original developers of the crypto algorithms:
>   

This is now a conflict between the jc_docs tree and Linus' tree.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-08-03 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24  3:09 linux-next: manual merge of the crypto tree with the jc_docs tree Stephen Rothwell
2020-08-03 22:15 ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.