linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the char-misc tree with the jc_docs tree
@ 2017-06-14  4:04 Stephen Rothwell
  2017-06-14  4:33 ` Greg KH
  2017-07-03  1:27 ` Stephen Rothwell
  0 siblings, 2 replies; 7+ messages in thread
From: Stephen Rothwell @ 2017-06-14  4:04 UTC (permalink / raw)
  To: Greg KH, Arnd Bergmann, Jonathan Corbet
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List,
	Mauro Carvalho Chehab, Andrew F. Davis

Hi all,

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

  Documentation/DocBook/w1.tmpl

between commit:

  b4c1064a76e7 ("docs-rst: convert w1 book to ReST")

from the jc_docs tree and commit:

  f85e8813b2c9 ("DocBook: w1: Update W1 file locations and names in DocBook")

from the char-misc tree.

I fixed it up (I removed the file and added the patch 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.

From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Wed, 14 Jun 2017 14:01:14 +1000
Subject: [PATCH] docs-rst: merge fix for "DocBook: w1: Update W1 file
 locations and names in DocBook"

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 Documentation/driver-api/w1.rst | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/Documentation/driver-api/w1.rst b/Documentation/driver-api/w1.rst
index c1da8f0cb476..64826ceba2de 100644
--- a/Documentation/driver-api/w1.rst
+++ b/Documentation/driver-api/w1.rst
@@ -10,12 +10,12 @@ W1 API internal to the kernel
 W1 API internal to the kernel
 -----------------------------
 
-drivers/w1/w1.h
-~~~~~~~~~~~~~~~
+include/linux/w1.h
+~~~~~~~~~~~~~~~~~~
 
-W1 core functions.
+W1 kernel API functions.
 
-.. kernel-doc:: drivers/w1/w1.h
+.. kernel-doc:: include/linux/w1.h
    :internal:
 
 drivers/w1/w1.c
@@ -26,20 +26,20 @@ W1 core functions.
 .. kernel-doc:: drivers/w1/w1.c
    :internal:
 
-drivers/w1/w1_family.h
+drivers/w1/w1_family.c
 ~~~~~~~~~~~~~~~~~~~~~~~
 
 Allows registering device family operations.
 
-.. kernel-doc:: drivers/w1/w1_family.h
-   :internal:
+.. kernel-doc:: drivers/w1/w1_family.c
+   :export:
 
-drivers/w1/w1_family.c
-~~~~~~~~~~~~~~~~~~~~~~~
+drivers/w1/w1_internal.h
+~~~~~~~~~~~~~~~~~~~~~~~~
 
-Allows registering device family operations.
+W1 internal initialization for master devices.
 
-.. kernel-doc:: drivers/w1/w1_family.c
+.. kernel-doc:: drivers/w1/w1_internal.h
    :export:
 
 drivers/w1/w1_int.c
-- 
2.11.0



-- 
Cheers,
Stephen Rothwell

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

* Re: linux-next: manual merge of the char-misc tree with the jc_docs tree
  2017-06-14  4:04 linux-next: manual merge of the char-misc tree with the jc_docs tree Stephen Rothwell
@ 2017-06-14  4:33 ` Greg KH
  2017-07-03  1:27 ` Stephen Rothwell
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2017-06-14  4:33 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Arnd Bergmann, Jonathan Corbet, Linux-Next Mailing List,
	Linux Kernel Mailing List, Mauro Carvalho Chehab,
	Andrew F. Davis

On Wed, Jun 14, 2017 at 02:04:16PM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the char-misc tree got a conflict in:
> 
>   Documentation/DocBook/w1.tmpl
> 
> between commit:
> 
>   b4c1064a76e7 ("docs-rst: convert w1 book to ReST")
> 
> from the jc_docs tree and commit:
> 
>   f85e8813b2c9 ("DocBook: w1: Update W1 file locations and names in DocBook")
> 
> from the char-misc tree.
> 
> I fixed it up (I removed the file and added the patch 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.
> 
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Date: Wed, 14 Jun 2017 14:01:14 +1000
> Subject: [PATCH] docs-rst: merge fix for "DocBook: w1: Update W1 file
>  locations and names in DocBook"
> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
>  Documentation/driver-api/w1.rst | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/Documentation/driver-api/w1.rst b/Documentation/driver-api/w1.rst
> index c1da8f0cb476..64826ceba2de 100644
> --- a/Documentation/driver-api/w1.rst
> +++ b/Documentation/driver-api/w1.rst
> @@ -10,12 +10,12 @@ W1 API internal to the kernel
>  W1 API internal to the kernel
>  -----------------------------
>  
> -drivers/w1/w1.h
> -~~~~~~~~~~~~~~~
> +include/linux/w1.h
> +~~~~~~~~~~~~~~~~~~
>  
> -W1 core functions.
> +W1 kernel API functions.
>  
> -.. kernel-doc:: drivers/w1/w1.h
> +.. kernel-doc:: include/linux/w1.h
>     :internal:
>  
>  drivers/w1/w1.c
> @@ -26,20 +26,20 @@ W1 core functions.
>  .. kernel-doc:: drivers/w1/w1.c
>     :internal:
>  
> -drivers/w1/w1_family.h
> +drivers/w1/w1_family.c
>  ~~~~~~~~~~~~~~~~~~~~~~~
>  
>  Allows registering device family operations.
>  
> -.. kernel-doc:: drivers/w1/w1_family.h
> -   :internal:
> +.. kernel-doc:: drivers/w1/w1_family.c
> +   :export:
>  
> -drivers/w1/w1_family.c
> -~~~~~~~~~~~~~~~~~~~~~~~
> +drivers/w1/w1_internal.h
> +~~~~~~~~~~~~~~~~~~~~~~~~
>  
> -Allows registering device family operations.
> +W1 internal initialization for master devices.
>  
> -.. kernel-doc:: drivers/w1/w1_family.c
> +.. kernel-doc:: drivers/w1/w1_internal.h
>     :export:
>  
>  drivers/w1/w1_int.c
> -- 
> 2.11.0
> 

Looks good to me, thanks!

greg k-h

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

* Re: linux-next: manual merge of the char-misc tree with the jc_docs tree
  2017-06-14  4:04 linux-next: manual merge of the char-misc tree with the jc_docs tree Stephen Rothwell
  2017-06-14  4:33 ` Greg KH
@ 2017-07-03  1:27 ` Stephen Rothwell
  1 sibling, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2017-07-03  1:27 UTC (permalink / raw)
  To: Greg KH, Arnd Bergmann, Jonathan Corbet
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List,
	Mauro Carvalho Chehab, Andrew F. Davis

Hi all,

With the merge window opening, just a reminder that this conflict still
exists.

On Wed, 14 Jun 2017 14:04:16 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the char-misc tree got a conflict in:
> 
>   Documentation/DocBook/w1.tmpl
> 
> between commit:
> 
>   b4c1064a76e7 ("docs-rst: convert w1 book to ReST")
> 
> from the jc_docs tree and commit:
> 
>   f85e8813b2c9 ("DocBook: w1: Update W1 file locations and names in DocBook")
> 
> from the char-misc tree.
> 
> I fixed it up (I removed the file and added the patch 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.
> 
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Date: Wed, 14 Jun 2017 14:01:14 +1000
> Subject: [PATCH] docs-rst: merge fix for "DocBook: w1: Update W1 file
>  locations and names in DocBook"
> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
>  Documentation/driver-api/w1.rst | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/Documentation/driver-api/w1.rst b/Documentation/driver-api/w1.rst
> index c1da8f0cb476..64826ceba2de 100644
> --- a/Documentation/driver-api/w1.rst
> +++ b/Documentation/driver-api/w1.rst
> @@ -10,12 +10,12 @@ W1 API internal to the kernel
>  W1 API internal to the kernel
>  -----------------------------
>  
> -drivers/w1/w1.h
> -~~~~~~~~~~~~~~~
> +include/linux/w1.h
> +~~~~~~~~~~~~~~~~~~
>  
> -W1 core functions.
> +W1 kernel API functions.
>  
> -.. kernel-doc:: drivers/w1/w1.h
> +.. kernel-doc:: include/linux/w1.h
>     :internal:
>  
>  drivers/w1/w1.c
> @@ -26,20 +26,20 @@ W1 core functions.
>  .. kernel-doc:: drivers/w1/w1.c
>     :internal:
>  
> -drivers/w1/w1_family.h
> +drivers/w1/w1_family.c
>  ~~~~~~~~~~~~~~~~~~~~~~~
>  
>  Allows registering device family operations.
>  
> -.. kernel-doc:: drivers/w1/w1_family.h
> -   :internal:
> +.. kernel-doc:: drivers/w1/w1_family.c
> +   :export:
>  
> -drivers/w1/w1_family.c
> -~~~~~~~~~~~~~~~~~~~~~~~
> +drivers/w1/w1_internal.h
> +~~~~~~~~~~~~~~~~~~~~~~~~
>  
> -Allows registering device family operations.
> +W1 internal initialization for master devices.
>  
> -.. kernel-doc:: drivers/w1/w1_family.c
> +.. kernel-doc:: drivers/w1/w1_internal.h
>     :export:
>  
>  drivers/w1/w1_int.c
> -- 
> 2.11.0

-- 
Cheers,
Stephen Rothwell

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

* Re: linux-next: manual merge of the char-misc tree with the jc_docs tree
  2023-08-21  4:25 Stephen Rothwell
@ 2023-08-22 11:52 ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2023-08-22 11:52 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Arnd Bergmann, Jonathan Corbet, Bjorn Helgaas, Joel Stanley,
	Linux Kernel Mailing List, Linux Next Mailing List, Randy Dunlap

On Mon, Aug 21, 2023 at 02:25:50PM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the char-misc tree got a conflict in:
> 
>   Documentation/ABI/testing/sysfs-bus-fsi-devices-sbefifo
> 
> between commit:
> 
>   ebab9426cd73 ("Documentation/ABI: Fix typos")
> 
> from the jc_docs tree and commit:
> 
>   2cd9ec2a5147 ("docs: ABI: fix spelling/grammar in SBEFIFO timeout interface")
> 
> from the char-misc tree.
> 
> I fixed it up (the latter is a superset of the former) 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.

Thanks for the notice, all looks good.

greg k-h

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

* linux-next: manual merge of the char-misc tree with the jc_docs tree
@ 2023-08-21  4:25 Stephen Rothwell
  2023-08-22 11:52 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2023-08-21  4:25 UTC (permalink / raw)
  To: Greg KH, Arnd Bergmann, Jonathan Corbet
  Cc: Bjorn Helgaas, Joel Stanley, Linux Kernel Mailing List,
	Linux Next Mailing List, Randy Dunlap

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

Hi all,

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

  Documentation/ABI/testing/sysfs-bus-fsi-devices-sbefifo

between commit:

  ebab9426cd73 ("Documentation/ABI: Fix typos")

from the jc_docs tree and commit:

  2cd9ec2a5147 ("docs: ABI: fix spelling/grammar in SBEFIFO timeout interface")

from the char-misc tree.

I fixed it up (the latter is a superset of the former) 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

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

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

* Re: linux-next: manual merge of the char-misc tree with the jc_docs tree
  2017-06-13  6:23 Stephen Rothwell
@ 2017-06-13  7:14 ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2017-06-13  7:14 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Arnd Bergmann, Jonathan Corbet, Linux-Next Mailing List,
	Linux Kernel Mailing List, Kees Cook, Mika Westerberg,
	Andreas Noever

On Tue, Jun 13, 2017 at 04:23:41PM +1000, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the char-misc tree got a conflict in:
> 
>   Documentation/admin-guide/index.rst
> 
> between commit:
> 
>   504f231cda56 ("doc: ReSTify and split LSM.txt")
> 
> from the jc_docs tree and commit:
> 
>   163f15115203 ("thunderbolt: Add documentation how Thunderbolt bus can be used")
> 
> from the char-misc 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/admin-guide/index.rst
> index e14c374aaf60,6d99a7ce6e21..000000000000
> --- a/Documentation/admin-guide/index.rst
> +++ b/Documentation/admin-guide/index.rst
> @@@ -61,7 -61,7 +61,8 @@@ configure specific aspects of kernel be
>      java
>      ras
>      pm/index
>  +   LSM/index
> +    thunderbolt

Looks good to me, thanks!

greg k-h

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

* linux-next: manual merge of the char-misc tree with the jc_docs tree
@ 2017-06-13  6:23 Stephen Rothwell
  2017-06-13  7:14 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2017-06-13  6:23 UTC (permalink / raw)
  To: Greg KH, Arnd Bergmann, Jonathan Corbet
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Kees Cook,
	Mika Westerberg, Andreas Noever

Hi all,

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

  Documentation/admin-guide/index.rst

between commit:

  504f231cda56 ("doc: ReSTify and split LSM.txt")

from the jc_docs tree and commit:

  163f15115203 ("thunderbolt: Add documentation how Thunderbolt bus can be used")

from the char-misc 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/admin-guide/index.rst
index e14c374aaf60,6d99a7ce6e21..000000000000
--- a/Documentation/admin-guide/index.rst
+++ b/Documentation/admin-guide/index.rst
@@@ -61,7 -61,7 +61,8 @@@ configure specific aspects of kernel be
     java
     ras
     pm/index
 +   LSM/index
+    thunderbolt
  
  .. only::  subproject and html
  

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

end of thread, other threads:[~2023-08-22 11:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14  4:04 linux-next: manual merge of the char-misc tree with the jc_docs tree Stephen Rothwell
2017-06-14  4:33 ` Greg KH
2017-07-03  1:27 ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2023-08-21  4:25 Stephen Rothwell
2023-08-22 11:52 ` Greg KH
2017-06-13  6:23 Stephen Rothwell
2017-06-13  7:14 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).