public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: duplicate patch in the kunit-next tree
@ 2023-12-11 21:01 Stephen Rothwell
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Rothwell @ 2023-12-11 21:01 UTC (permalink / raw)
  To: Shuah Khan, Brendan Higgins
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

The following commit is also in Linus Torvalds' tree as a different
commit (but the same patch):

  b285ba6f8cc1 ("kunit: test: Use an action wrapper instead of a cast")

This is commit

  1bddcf77ce66 ("kunit: test: Avoid cast warning when adding kfree() as an action")

in Linus' tree.

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: duplicate patch in the kunit-next tree
@ 2024-06-11  5:22 Stephen Rothwell
  2024-06-17 19:21 ` Shuah Khan
  0 siblings, 1 reply; 8+ messages in thread
From: Stephen Rothwell @ 2024-06-11  5:22 UTC (permalink / raw)
  To: Shuah Khan, Brendan Higgins
  Cc: Andrew Morton, Jeff Johnson, Dr. David Alan Gilbert,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

The following commit is also in the mm tree as a different commit (but
the same patch):

  425ae3ab5a1f ("list: test: add the missing MODULE_DESCRIPTION() macro")

This is commit

  245e5db4adaf ("lib/list_test: add the missing MODULE_DESCRIPTION() macro")

in the mm-nonmm-unstable branch of the mm tree.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: duplicate patch in the kunit-next tree
  2024-06-11  5:22 Stephen Rothwell
@ 2024-06-17 19:21 ` Shuah Khan
  2024-06-17 19:30   ` Andrew Morton
  0 siblings, 1 reply; 8+ messages in thread
From: Shuah Khan @ 2024-06-17 19:21 UTC (permalink / raw)
  To: Stephen Rothwell, Brendan Higgins
  Cc: Andrew Morton, Jeff Johnson, Dr. David Alan Gilbert,
	Linux Kernel Mailing List, Linux Next Mailing List, Shuah Khan

Hi Andrew,

On 6/10/24 23:22, Stephen Rothwell wrote:
> Hi all,
> 
> The following commit is also in the mm tree as a different commit (but
> the same patch):
> 
>    425ae3ab5a1f ("list: test: add the missing MODULE_DESCRIPTION() macro")
> > This is commit
> 
>    245e5db4adaf ("lib/list_test: add the missing MODULE_DESCRIPTION() macro")
> 
> in the mm-nonmm-unstable branch of the mm tree.
> 

Can you drop the patch from mm tree? It will help avoid merge conflicts
in case there are other KUnit patches that depend on this end up in
kunit-next.

thanks,
-- Shuah

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

* Re: linux-next: duplicate patch in the kunit-next tree
  2024-06-17 19:21 ` Shuah Khan
@ 2024-06-17 19:30   ` Andrew Morton
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Morton @ 2024-06-17 19:30 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Stephen Rothwell, Brendan Higgins, Jeff Johnson,
	Dr. David Alan Gilbert, Linux Kernel Mailing List,
	Linux Next Mailing List

On Mon, 17 Jun 2024 13:21:25 -0600 Shuah Khan <skhan@linuxfoundation.org> wrote:

> Hi Andrew,
> 
> On 6/10/24 23:22, Stephen Rothwell wrote:
> > Hi all,
> > 
> > The following commit is also in the mm tree as a different commit (but
> > the same patch):
> > 
> >    425ae3ab5a1f ("list: test: add the missing MODULE_DESCRIPTION() macro")
> > > This is commit
> > 
> >    245e5db4adaf ("lib/list_test: add the missing MODULE_DESCRIPTION() macro")
> > 
> > in the mm-nonmm-unstable branch of the mm tree.
> > 
> 
> Can you drop the patch from mm tree? It will help avoid merge conflicts
> in case there are other KUnit patches that depend on this end up in
> kunit-next.

I dropped this from mm.git on June 11.

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

* linux-next: duplicate patch in the kunit-next tree
@ 2025-01-13  4:25 Stephen Rothwell
  2025-01-13  5:21 ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Stephen Rothwell @ 2025-01-13  4:25 UTC (permalink / raw)
  To: Shuah Khan, Brendan Higgins, Greg KH
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

The following commit is also in the driver-core tree as a different commit
(but the same patch):

  875aec2357cd ("kunit: platform: Resolve 'struct completion' warning")

This is commit

  7687c66c18c6 ("kunit: platform: Resolve 'struct completion' warning")

in the driver-core tree.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: duplicate patch in the kunit-next tree
  2025-01-13  4:25 linux-next: duplicate patch in the kunit-next tree Stephen Rothwell
@ 2025-01-13  5:21 ` Greg KH
  2025-01-13 22:45   ` Shuah Khan
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2025-01-13  5:21 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Shuah Khan, Brendan Higgins, Linux Kernel Mailing List,
	Linux Next Mailing List

On Mon, Jan 13, 2025 at 03:25:11PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> The following commit is also in the driver-core tree as a different commit
> (but the same patch):
> 
>   875aec2357cd ("kunit: platform: Resolve 'struct completion' warning")
> 
> This is commit
> 
>   7687c66c18c6 ("kunit: platform: Resolve 'struct completion' warning")
> 
> in the driver-core tree.

Thanks for letting me know.  Ugh, so many duplicates this development
cycle, probably due to delays in the holiday season...

sorry,

greg k-h

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

* Re: linux-next: duplicate patch in the kunit-next tree
  2025-01-13  5:21 ` Greg KH
@ 2025-01-13 22:45   ` Shuah Khan
  2025-01-14  7:28     ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Shuah Khan @ 2025-01-13 22:45 UTC (permalink / raw)
  To: Greg KH, Stephen Rothwell
  Cc: Brendan Higgins, Linux Kernel Mailing List,
	Linux Next Mailing List, Shuah Khan

On 1/12/25 22:21, Greg KH wrote:
> On Mon, Jan 13, 2025 at 03:25:11PM +1100, Stephen Rothwell wrote:
>> Hi all,
>>
>> The following commit is also in the driver-core tree as a different commit
>> (but the same patch):
>>
>>    875aec2357cd ("kunit: platform: Resolve 'struct completion' warning")
>>
>> This is commit
>>
>>    7687c66c18c6 ("kunit: platform: Resolve 'struct completion' warning")
>>
>> in the driver-core tree.
> 
> Thanks for letting me know.  Ugh, so many duplicates this development
> cycle, probably due to delays in the holiday season...
> 
> sorry,
> 
> greg k-h

Greg,

I can drop this patch if it is better for this to go through
driver-core.

thanks,
-- Shuah

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

* Re: linux-next: duplicate patch in the kunit-next tree
  2025-01-13 22:45   ` Shuah Khan
@ 2025-01-14  7:28     ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2025-01-14  7:28 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Stephen Rothwell, Brendan Higgins, Linux Kernel Mailing List,
	Linux Next Mailing List

On Mon, Jan 13, 2025 at 03:45:34PM -0700, Shuah Khan wrote:
> On 1/12/25 22:21, Greg KH wrote:
> > On Mon, Jan 13, 2025 at 03:25:11PM +1100, Stephen Rothwell wrote:
> > > Hi all,
> > > 
> > > The following commit is also in the driver-core tree as a different commit
> > > (but the same patch):
> > > 
> > >    875aec2357cd ("kunit: platform: Resolve 'struct completion' warning")
> > > 
> > > This is commit
> > > 
> > >    7687c66c18c6 ("kunit: platform: Resolve 'struct completion' warning")
> > > 
> > > in the driver-core tree.
> > 
> > Thanks for letting me know.  Ugh, so many duplicates this development
> > cycle, probably due to delays in the holiday season...
> > 
> > sorry,
> > 
> > greg k-h
> 
> Greg,
> 
> I can drop this patch if it is better for this to go through
> driver-core.

I can't rebase my tree, so if you can drop it, that's ok with me
otherwise it's fine to leave the duplicate in there, your call.

thanks,

greg k-h

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

end of thread, other threads:[~2025-01-14  7:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13  4:25 linux-next: duplicate patch in the kunit-next tree Stephen Rothwell
2025-01-13  5:21 ` Greg KH
2025-01-13 22:45   ` Shuah Khan
2025-01-14  7:28     ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2024-06-11  5:22 Stephen Rothwell
2024-06-17 19:21 ` Shuah Khan
2024-06-17 19:30   ` Andrew Morton
2023-12-11 21:01 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox