[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20220217164603.33035dab@canb.auug.org.au>
Date: Thu, 17 Feb 2022 16:46:03 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Liam Howlett <liam.howlett@...cle.com>,
Helge Deller <deller@....de>,
Parisc List <linux-parisc@...r.kernel.org>
Cc: Dave Anglin <dave.anglin@...l.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
"Matthew Wilcox (Oracle)" <willy@...radead.org>
Subject: linux-next: manual merge of the maple tree with the parisc-hd tree
Hi all,
Today's linux-next merge of the maple tree got a conflict in:
arch/parisc/kernel/cache.c
between commit:
aca41f39ad08 ("parisc: Add vDSO support")
from the parisc-hd tree and commit:
59f11d074faa ("parisc: Remove mmap linked list from cache handling")
from the maple 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 arch/parisc/kernel/cache.c
index a08f8499b720,c3a8d29b6f9f..000000000000
--- a/arch/parisc/kernel/cache.c
+++ b/arch/parisc/kernel/cache.c
@@@ -582,8 -585,8 +585,8 @@@ void flush_cache_mm(struct mm_struct *m
}
preempt_disable();
- if (mm->context == mfsp(3)) {
+ if (mm->context.space_id == mfsp(3)) {
- for (vma = mm->mmap; vma; vma = vma->vm_next)
+ for_each_vma(vmi, vma)
flush_user_cache_tlb(vma, vma->vm_start, vma->vm_end);
preempt_enable();
return;
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists