[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANN689E_oP3T6J3Rw2rWv1KG3GO3JOJtCdCb3yMLz+u8hFN=Qw@mail.gmail.com>
Date: Wed, 17 Jun 2020 05:04:52 -0700
From: Michel Lespinasse <walken@...gle.com>
To: Stafford Horne <shorne@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Jonas Bonn <jonas@...thpole.se>,
Stefan Kristiansson <stefan.kristiansson@...nalahti.fi>,
Jason Gunthorpe <jgg@...pe.ca>,
Steven Price <steven.price@....com>,
Thomas Hellstrom <thellstrom@...are.com>,
Robin Murphy <robin.murphy@....com>,
Andrew Morton <akpm@...ux-foundation.org>,
Vlastimil Babka <vbabka@...e.cz>,
Daniel Jordan <daniel.m.jordan@...cle.com>,
openrisc@...ts.librecores.org
Subject: Re: [PATCH] openrisc: Fix boot oops when DEBUG_VM is enabled
On Wed, Jun 17, 2020 at 2:03 AM Stafford Horne <shorne@...il.com> wrote:
> Since v5.8-rc1 OpenRISC Linux fails to boot when DEBUG_VM is enabled.
> This has been bisected to commit 42fc541404f2 ("mmap locking API: add
> mmap_assert_locked() and mmap_assert_write_locked()").
>
> The added locking checks exposed the issue that OpenRISC was not taking
> this mmap lock when during page walks for DMA operations. This patch
> locks and unlocks the mmap lock for page walking.
>
> Fixes: 42fc541404f2 ("mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()"
> Cc: Michel Lespinasse <walken@...gle.com>
> Signed-off-by: Stafford Horne <shorne@...il.com>
Thanks for the fix.
Reviewed-by: Michel Lespinasse <walken@...gle.com>
Powered by blists - more mailing lists