2024-04-12 05:56:01

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: manual merge of the kselftest tree with the tip tree

Hi all,

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

tools/testing/selftests/timers/valid-adjtimex.c

between commit:

076361362122 ("selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior")

from the tip tree and commit:

8e222dcf92a8 ("selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior")

from the kselftest tree.

Slightly different versions of the same patch (whitespace differences).

I fixed it up (I (arbitrarily) used the former version) 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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-04-16 23:54:17

by Shuah Khan

[permalink] [raw]
Subject: Re: linux-next: manual merge of the kselftest tree with the tip tree

On 4/11/24 23:55, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the kselftest tree got a conflict in:
>
> tools/testing/selftests/timers/valid-adjtimex.c
>
> between commit:
>
> 076361362122 ("selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior")
>
> from the tip tree and commit:
>
> 8e222dcf92a8 ("selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior")
>
> from the kselftest tree.
>

Thank you. I dropped 8e222dcf92a8 from linux-kselftest next

> Slightly different versions of the same patch (whitespace differences).
>
> I fixed it up (I (arbitrarily) used the former version) 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,
-- Shuah