linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the xarray tree with the kselftest tree
@ 2021-12-13 22:24 broonie
  2021-12-14 16:39 ` Shuah Khan
  0 siblings, 1 reply; 4+ messages in thread
From: broonie @ 2021-12-13 22:24 UTC (permalink / raw)
  To: Matthew Wilcox, Shuah Khan
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, linux-kselftest

Hi all,

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

  tools/include/linux/kernel.h

between commits:

  d6e6a27d960f9 ("tools: Fix math.h breakage")
  066b34aa5461f ("tools: fix ARRAY_SIZE defines in tools and selftests hdrs")

from the kselftest and origin trees and commit:

  f2aa11fd51440 ("tools: Fix math.h breakage")

from the xarray 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.

diff --cc tools/include/linux/kernel.h
index 9701e8307db02,3e8df500cfbd4..0000000000000
--- a/tools/include/linux/kernel.h
+++ b/tools/include/linux/kernel.h

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

* Re: linux-next: manual merge of the xarray tree with the kselftest tree
  2021-12-13 22:24 linux-next: manual merge of the xarray tree with the kselftest tree broonie
@ 2021-12-14 16:39 ` Shuah Khan
  2021-12-14 16:54   ` Matthew Wilcox
  0 siblings, 1 reply; 4+ messages in thread
From: Shuah Khan @ 2021-12-14 16:39 UTC (permalink / raw)
  To: broonie, Matthew Wilcox
  Cc: Linux Kernel Mailing List, Linux Next Mailing List,
	linux-kselftest, Shuah Khan

On 12/13/21 3:24 PM, broonie@kernel.org wrote:
> Hi all,
> 
> Today's linux-next merge of the xarray tree got a conflict in:
> 
>    tools/include/linux/kernel.h
> 
> between commits:
> 
>    d6e6a27d960f9 ("tools: Fix math.h breakage")
>    066b34aa5461f ("tools: fix ARRAY_SIZE defines in tools and selftests hdrs")
> 
> from the kselftest and origin trees and commit:
> 
>    f2aa11fd51440 ("tools: Fix math.h breakage")
> 
> from the xarray 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.
> 
> diff --cc tools/include/linux/kernel.h
> index 9701e8307db02,3e8df500cfbd4..0000000000000
> --- a/tools/include/linux/kernel.h
> +++ b/tools/include/linux/kernel.h
> 

Thank you. I will keep track of this when I send pull request.

thanks,
-- Shuah

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

* Re: linux-next: manual merge of the xarray tree with the kselftest tree
  2021-12-14 16:39 ` Shuah Khan
@ 2021-12-14 16:54   ` Matthew Wilcox
  2021-12-14 17:06     ` Shuah Khan
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Wilcox @ 2021-12-14 16:54 UTC (permalink / raw)
  To: Shuah Khan
  Cc: broonie, Linux Kernel Mailing List, Linux Next Mailing List,
	linux-kselftest

On Tue, Dec 14, 2021 at 09:39:25AM -0700, Shuah Khan wrote:
> On 12/13/21 3:24 PM, broonie@kernel.org wrote:
> > Hi all,
> > 
> > Today's linux-next merge of the xarray tree got a conflict in:
> > 
> >    tools/include/linux/kernel.h
> > 
> > between commits:
> > 
> >    d6e6a27d960f9 ("tools: Fix math.h breakage")
> >    066b34aa5461f ("tools: fix ARRAY_SIZE defines in tools and selftests hdrs")
> > 
> > from the kselftest and origin trees and commit:
> > 
> >    f2aa11fd51440 ("tools: Fix math.h breakage")
> > 
> > from the xarray tree.

I've dropped that commit from the XArray tree since d6e6a27d960f9
was essentially f2aa11fd51440 applied to Linus' tree.  The only change
left in the XArray tree today is a documentation update.

> Thank you. I will keep track of this when I send pull request.

As long as what you have merges cleanly against Linus' tree (and I see
the "conflict" -- __round_mask() is defined adjacent to ARRAY_SIZE()),
then it'll be fine.  You might want to rebase to a more recent Linus
tree to get rid of the conflict.

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

* Re: linux-next: manual merge of the xarray tree with the kselftest tree
  2021-12-14 16:54   ` Matthew Wilcox
@ 2021-12-14 17:06     ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2021-12-14 17:06 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: broonie, Linux Kernel Mailing List, Linux Next Mailing List,
	linux-kselftest, Shuah Khan

On 12/14/21 9:54 AM, Matthew Wilcox wrote:
> On Tue, Dec 14, 2021 at 09:39:25AM -0700, Shuah Khan wrote:
>> On 12/13/21 3:24 PM, broonie@kernel.org wrote:
>>> Hi all,
>>>
>>> Today's linux-next merge of the xarray tree got a conflict in:
>>>
>>>     tools/include/linux/kernel.h
>>>
>>> between commits:
>>>
>>>     d6e6a27d960f9 ("tools: Fix math.h breakage")
>>>     066b34aa5461f ("tools: fix ARRAY_SIZE defines in tools and selftests hdrs")
>>>
>>> from the kselftest and origin trees and commit:
>>>
>>>     f2aa11fd51440 ("tools: Fix math.h breakage")
>>>
>>> from the xarray tree.
> 
> I've dropped that commit from the XArray tree since d6e6a27d960f9
> was essentially f2aa11fd51440 applied to Linus' tree.  The only change
> left in the XArray tree today is a documentation update.
> 
>> Thank you. I will keep track of this when I send pull request.
> 
> As long as what you have merges cleanly against Linus' tree (and I see
> the "conflict" -- __round_mask() is defined adjacent to ARRAY_SIZE()),
> then it'll be fine.  You might want to rebase to a more recent Linus
> tree to get rid of the conflict.
> 

When I applied on rc4 base, I didn't see any problems. This is a minor
one - I can mention this when I send my pull request. Shouldn't be a
problem.

thanks,
-- Shuah

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

end of thread, other threads:[~2021-12-14 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 22:24 linux-next: manual merge of the xarray tree with the kselftest tree broonie
2021-12-14 16:39 ` Shuah Khan
2021-12-14 16:54   ` Matthew Wilcox
2021-12-14 17:06     ` Shuah Khan

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