public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the slab tree with the mm-unstable tree
@ 2025-11-14  4:13 Stephen Rothwell
  2025-11-14  5:06 ` Christoph Hellwig
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2025-11-14  4:13 UTC (permalink / raw)
  To: Vlastimil Babka, Cc: Andrew Morton
  Cc: Christoph Hellwig, Linux Kernel Mailing List,
	Linux Next Mailing List, Thomas Weißschuh

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

Hi all,

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

  mm/mempool.c

between commit:

  25c4d8d29dbb ("mempool: clarify behavior of mempool_alloc_preallocated()")

from the mm-unstable tree and commit:

  5c829783e5f8 ("mempool: improve kerneldoc comments")

from the slab 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 mm/mempool.c
index cceb09b75ebe,e14d1cf46c72..000000000000
--- a/mm/mempool.c
+++ b/mm/mempool.c
@@@ -456,13 -568,12 +568,12 @@@ EXPORT_SYMBOL(mempool_alloc_noprof)
  
  /**
   * mempool_alloc_preallocated - allocate an element from preallocated elements
-  *                              belonging to a specific memory pool
-  * @pool:      pointer to the memory pool which was allocated via
-  *             mempool_create().
+  *                              belonging to a memory pool
+  * @pool:	pointer to the memory pool
   *
-  * This function is similar to mempool_alloc, but it only attempts allocating
+  * This function is similar to mempool_alloc(), but it only attempts allocating
 - * an element from the preallocated elements. It does not sleep and immediately
 - * returns if no preallocated elements are available.
 + * an element from the preallocated elements. It only takes a single spinlock_t
 + * and immediately returns if no preallocated elements are available.
   *
   * Return: pointer to the allocated element or %NULL if no elements are
   * available.

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

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: manual merge of the slab tree with the mm-unstable tree
@ 2025-09-04  6:29 Stephen Rothwell
  2025-09-04  8:39 ` Vlastimil Babka
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2025-09-04  6:29 UTC (permalink / raw)
  To: Vlastimil Babka, Andrew Morton
  Cc: Liam R. Howlett, Linux Kernel Mailing List,
	Linux Next Mailing List, Lorenzo Stoakes

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

Hi all,

FIXME: Add owner of second tree to To:
       Add author(s)/SOB of conflicting commits.

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

  tools/testing/vma/vma_internal.h

between commit:

  da018ebb7157 ("tools/testing/vma: clean up stubs in vma_internal.h")

from the mm-unstable tree and commits:

  cbb6a30df135 ("tools/testing/vma: Implement vm_refcnt reset")
  6602bcbdfbad ("tools/testing: Add support for changes to slab for sheaves")

from the slab tree.

I fixed it up (I used the latter 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

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

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: manual merge of the slab tree with the mm-unstable tree
@ 2025-09-04  6:20 Stephen Rothwell
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Rothwell @ 2025-09-04  6:20 UTC (permalink / raw)
  To: Vlastimil Babka, Andrew Morton
  Cc: Liam R. Howlett, Linux Kernel Mailing List,
	Linux Next Mailing List, Qianfeng Rong

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

Hi all,

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

  lib/maple_tree.c

between commit:

  65d011b2bc05 ("maple_tree: remove redundant __GFP_NOWARN")

from the mm-unstable tree and commit:

  1094ea77b180 ("maple_tree: Prefilled sheaf conversion and testing")

from the slab tree.

I fixed it up (I used the latter 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

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

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: manual merge of the slab tree with the mm-unstable tree
@ 2025-07-21  4:20 Stephen Rothwell
  2025-07-21 19:38 ` Matthew Wilcox
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2025-07-21  4:20 UTC (permalink / raw)
  To: Vlastimil Babka, Andrew Morton
  Cc: Linux Kernel Mailing List, Linux Next Mailing List,
	Luiz Capitulino, Matthew Wilcox (Oracle)

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

Hi all,

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

  fs/proc/page.c

between commit:

  a602ee331e31 ("fs: stable_page_flags(): use snapshot_page()")

from the mm-unstable tree and commit:

  d8178294c53e ("proc: Remove mention of PG_slab")

from the slab tree.

I fixed it up (I just 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

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

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

end of thread, other threads:[~2025-11-20 17:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14  4:13 linux-next: manual merge of the slab tree with the mm-unstable tree Stephen Rothwell
2025-11-14  5:06 ` Christoph Hellwig
2025-11-14  8:46   ` Vlastimil Babka
2025-11-14  9:13     ` Thomas Weißschuh
2025-11-14 11:55       ` Christoph Hellwig
2025-11-20 13:31         ` Thomas Weißschuh
2025-11-20 17:51           ` Vlastimil Babka
  -- strict thread matches above, loose matches on Subject: below --
2025-09-04  6:29 Stephen Rothwell
2025-09-04  8:39 ` Vlastimil Babka
2025-09-04 21:39   ` Andrew Morton
2025-09-04  6:20 Stephen Rothwell
2025-07-21  4:20 Stephen Rothwell
2025-07-21 19:38 ` Matthew Wilcox
2025-07-21 21:35   ` Luiz Capitulino
2025-07-22  8:30     ` Vlastimil Babka

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