linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the gpio-brgl tree with the jc_docs tree
@ 2024-01-31  0:59 Stephen Rothwell
  2024-01-31  7:29 ` Bartosz Golaszewski
  2024-01-31 14:25 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Rothwell @ 2024-01-31  0:59 UTC (permalink / raw)
  To: Bartosz Golaszewski, Jonathan Corbet
  Cc: Bartosz Golaszewski, Kent Gibson, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

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

  Documentation/userspace-api/index.rst

between commit:

  8722435d325b ("docs: rework the userspace-api top page")

from the jc_docs tree and commit:

  32a0a0da530e ("Documentation: gpio: add chardev userspace API documentation")

from the gpio-brgl 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/userspace-api/index.rst
index 67d663cf2ff2,ee58d92c53c7..000000000000
--- a/Documentation/userspace-api/index.rst
+++ b/Documentation/userspace-api/index.rst
@@@ -30,18 -16,14 +30,19 @@@ Security-related interface
     no_new_privs
     seccomp_filter
     landlock
 -   unshare
 +   lsm
     spec_ctrl
 +   tee
 +
 +Devices and I/O
 +===============
 +
 +.. toctree::
 +   :maxdepth: 1
 +
     accelerators/ocxl
     dma-buf-alloc-exchange
 -   ebpf/index
 -   ELF
+    gpio/index
 -   ioctl/index
     iommu
     iommufd
     media/index

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

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

* Re: linux-next: manual merge of the gpio-brgl tree with the jc_docs tree
  2024-01-31  0:59 linux-next: manual merge of the gpio-brgl tree with the jc_docs tree Stephen Rothwell
@ 2024-01-31  7:29 ` Bartosz Golaszewski
  2024-01-31 14:25 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2024-01-31  7:29 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Bartosz Golaszewski, Jonathan Corbet, Kent Gibson,
	Linux Kernel Mailing List, Linux Next Mailing List

On Wed, 31 Jan 2024 at 01:59, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> Today's linux-next merge of the gpio-brgl tree got a conflict in:
>
>   Documentation/userspace-api/index.rst
>
> between commit:
>
>   8722435d325b ("docs: rework the userspace-api top page")
>
> from the jc_docs tree and commit:
>
>   32a0a0da530e ("Documentation: gpio: add chardev userspace API documentation")
>
> from the gpio-brgl 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/userspace-api/index.rst
> index 67d663cf2ff2,ee58d92c53c7..000000000000
> --- a/Documentation/userspace-api/index.rst
> +++ b/Documentation/userspace-api/index.rst
> @@@ -30,18 -16,14 +30,19 @@@ Security-related interface
>      no_new_privs
>      seccomp_filter
>      landlock
>  -   unshare
>  +   lsm
>      spec_ctrl
>  +   tee
>  +
>  +Devices and I/O
>  +===============
>  +
>  +.. toctree::
>  +   :maxdepth: 1
>  +
>      accelerators/ocxl
>      dma-buf-alloc-exchange
>  -   ebpf/index
>  -   ELF
> +    gpio/index
>  -   ioctl/index
>      iommu
>      iommufd
>      media/index

Looks good, thanks!

Bart

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

* Re: linux-next: manual merge of the gpio-brgl tree with the jc_docs tree
  2024-01-31  0:59 linux-next: manual merge of the gpio-brgl tree with the jc_docs tree Stephen Rothwell
  2024-01-31  7:29 ` Bartosz Golaszewski
@ 2024-01-31 14:25 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2024-01-31 14:25 UTC (permalink / raw)
  To: Stephen Rothwell, Bartosz Golaszewski
  Cc: Bartosz Golaszewski, Kent Gibson, Linux Kernel Mailing List,
	Linux Next Mailing List

Stephen Rothwell <sfr@canb.auug.org.au> writes:

> Hi all,
>
> Today's linux-next merge of the gpio-brgl tree got a conflict in:
>
>   Documentation/userspace-api/index.rst
>
> between commit:
>
>   8722435d325b ("docs: rework the userspace-api top page")
>
> from the jc_docs tree and commit:
>
>   32a0a0da530e ("Documentation: gpio: add chardev userspace API documentation")
>
> from the gpio-brgl tree.
>
> I fixed it up (see below) and can carry the fix as necessary.

That seems like a fine fix.  Part of the purpose of the userspace-api
reorg was to, hopefully, reduce the frequency of these conflicts going
forward...

Thanks,

jon

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

end of thread, other threads:[~2024-01-31 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31  0:59 linux-next: manual merge of the gpio-brgl tree with the jc_docs tree Stephen Rothwell
2024-01-31  7:29 ` Bartosz Golaszewski
2024-01-31 14:25 ` Jonathan Corbet

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).