linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the arm64 tree with the mm-stable tree
@ 2023-10-23 22:52 Stephen Rothwell
  0 siblings, 0 replies; only message in thread
From: Stephen Rothwell @ 2023-10-23 22:52 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Andrew Morton
  Cc: Ard Biesheuvel, Baolin Wang, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

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

  arch/arm64/include/asm/tlb.h

between commit:

  55d2a0bd5ead ("mm: add statistics for PUD level pagetable")

from the mm-stable tree and commit:

  3399ee709734 ("arm64: mm: Add support for folding PUDs at runtime")

from the arm64 tree.

Thanks, Catalin for the heads up, I just used your resolution.

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 arch/arm64/include/asm/tlb.h
index 846c563689a8,771077f34a6c..000000000000
--- a/arch/arm64/include/asm/tlb.h
+++ b/arch/arm64/include/asm/tlb.h
@@@ -96,10 -96,8 +96,12 @@@ static inline void __pmd_free_tlb(struc
  static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp,
  				  unsigned long addr)
  {
- 	struct ptdesc *ptdesc = virt_to_ptdesc(pudp);
 -	if (pgtable_l4_enabled())
 -		tlb_remove_ptdesc(tlb, virt_to_ptdesc(pudp));
++	if (pgtable_l4_enabled()) {
++		struct ptdesc *ptdesc = virt_to_ptdesc(pudp);
 +
- 	pagetable_pud_dtor(ptdesc);
- 	tlb_remove_ptdesc(tlb, ptdesc);
++		pagetable_pud_dtor(ptdesc);
++		tlb_remove_ptdesc(tlb, ptdesc);
++	}
  }
  #endif
  

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-23 22:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 22:52 linux-next: manual merge of the arm64 tree with the mm-stable tree Stephen Rothwell

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