linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the kselftest-fixes tree with the mm-hotfixes tree
@ 2024-01-28 21:53 Stephen Rothwell
  2024-01-29 19:01 ` Shuah Khan
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2024-01-28 21:53 UTC (permalink / raw)
  To: Shuah Khan, Andrew Morton
  Cc: Hu.Yadi, Linux Kernel Mailing List, Linux Next Mailing List,
	Muhammad Usama Anjum, Shuah Khan

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

Hi all,

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

  tools/testing/selftests/core/close_range_test.c

between commit:

  27a593e3f13a ("selftests: core: include linux/close_range.h for CLOSE_RANGE_* macros")

from the mm-hotfixes-unstable branch of the mm-hotfixes tree and commit:

  b5a8a6de69bc ("selftests/core: Fix build issue with CLOSE_RANGE_UNSHARE")

from the kselftest-fixes tree.

I fixed it up (basically the same patch, I used the former which kept
the blank line) 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] 4+ messages in thread

* Re: linux-next: manual merge of the kselftest-fixes tree with the mm-hotfixes tree
  2024-01-28 21:53 linux-next: manual merge of the kselftest-fixes tree with the mm-hotfixes tree Stephen Rothwell
@ 2024-01-29 19:01 ` Shuah Khan
  2024-01-29 22:28   ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Shuah Khan @ 2024-01-29 19:01 UTC (permalink / raw)
  To: Stephen Rothwell, Shuah Khan, Andrew Morton
  Cc: Hu.Yadi, Linux Kernel Mailing List, Linux Next Mailing List,
	Muhammad Usama Anjum, Shuah Khan

On 1/28/24 14:53, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the kselftest-fixes tree got a conflict in:
> 
>    tools/testing/selftests/core/close_range_test.c
> 
> between commit:
> 
>    27a593e3f13a ("selftests: core: include linux/close_range.h for CLOSE_RANGE_* macros")
> 
> from the mm-hotfixes-unstable branch of the mm-hotfixes tree and commit:
> 
>    b5a8a6de69bc ("selftests/core: Fix build issue with CLOSE_RANGE_UNSHARE")
> 
> from the kselftest-fixes tree.
> 
> I fixed it up (basically the same patch, I used the former which kept
> the blank line) 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.
> 

Thank you Stephen.

Andrew, would you like me to drop this commit? I was planning to send
pull request with this in later on today, but if you prefer, I can
drop this commit and the send the PR.

thanks,
-- Shuah

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

* Re: linux-next: manual merge of the kselftest-fixes tree with the mm-hotfixes tree
  2024-01-29 19:01 ` Shuah Khan
@ 2024-01-29 22:28   ` Andrew Morton
  2024-01-29 22:31     ` Shuah Khan
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2024-01-29 22:28 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Stephen Rothwell, Shuah Khan, Hu.Yadi, Linux Kernel Mailing List,
	Linux Next Mailing List, Muhammad Usama Anjum

On Mon, 29 Jan 2024 12:01:53 -0700 Shuah Khan <skhan@linuxfoundation.org> wrote:

> On 1/28/24 14:53, Stephen Rothwell wrote:
> > Hi all,
> > 
> > Today's linux-next merge of the kselftest-fixes tree got a conflict in:
> > 
> >    tools/testing/selftests/core/close_range_test.c
> > 
> > between commit:
> > 
> >    27a593e3f13a ("selftests: core: include linux/close_range.h for CLOSE_RANGE_* macros")
> > 
> > from the mm-hotfixes-unstable branch of the mm-hotfixes tree and commit:
> > 
> >    b5a8a6de69bc ("selftests/core: Fix build issue with CLOSE_RANGE_UNSHARE")
> > 
> > from the kselftest-fixes tree.
> > 
> > I fixed it up (basically the same patch, I used the former which kept
> > the blank line) 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.
> > 
> 
> Thank you Stephen.
> 
> Andrew, would you like me to drop this commit? I was planning to send
> pull request with this in later on today, but if you prefer, I can
> drop this commit and the send the PR.

It was in the batch of hotfixes I sent to Linus yesterday.

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

* Re: linux-next: manual merge of the kselftest-fixes tree with the mm-hotfixes tree
  2024-01-29 22:28   ` Andrew Morton
@ 2024-01-29 22:31     ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2024-01-29 22:31 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Stephen Rothwell, Shuah Khan, Hu.Yadi, Linux Kernel Mailing List,
	Linux Next Mailing List, Muhammad Usama Anjum, Shuah Khan

On 1/29/24 15:28, Andrew Morton wrote:
> On Mon, 29 Jan 2024 12:01:53 -0700 Shuah Khan <skhan@linuxfoundation.org> wrote:
> 
>> On 1/28/24 14:53, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Today's linux-next merge of the kselftest-fixes tree got a conflict in:
>>>
>>>     tools/testing/selftests/core/close_range_test.c
>>>
>>> between commit:
>>>
>>>     27a593e3f13a ("selftests: core: include linux/close_range.h for CLOSE_RANGE_* macros")
>>>
>>> from the mm-hotfixes-unstable branch of the mm-hotfixes tree and commit:
>>>
>>>     b5a8a6de69bc ("selftests/core: Fix build issue with CLOSE_RANGE_UNSHARE")
>>>
>>> from the kselftest-fixes tree.
>>>
>>> I fixed it up (basically the same patch, I used the former which kept
>>> the blank line) 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.
>>>
>>
>> Thank you Stephen.
>>
>> Andrew, would you like me to drop this commit? I was planning to send
>> pull request with this in later on today, but if you prefer, I can
>> drop this commit and the send the PR.
> 
> It was in the batch of hotfixes I sent to Linus yesterday.

Thanks. I will go drop it now.

thanks,
-- Shuah


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

end of thread, other threads:[~2024-01-29 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-28 21:53 linux-next: manual merge of the kselftest-fixes tree with the mm-hotfixes tree Stephen Rothwell
2024-01-29 19:01 ` Shuah Khan
2024-01-29 22:28   ` Andrew Morton
2024-01-29 22:31     ` 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).