[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190709172823.9413bb2333363f7e33a471a0@linux-foundation.org>
Date: Tue, 9 Jul 2019 17:28:23 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Ralph Campbell <rcampbell@...dia.com>
Cc: <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
Jérôme Glisse
<jglisse@...hat.com>,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
Mike Kravetz <mike.kravetz@...cle.com>
Subject: Re: [PATCH] mm/hmm: Fix bad subpage pointer in try_to_unmap_one
On Tue, 9 Jul 2019 15:35:56 -0700 Ralph Campbell <rcampbell@...dia.com> wrote:
> When migrating a ZONE device private page from device memory to system
> memory, the subpage pointer is initialized from a swap pte which computes
> an invalid page pointer. A kernel panic results such as:
>
> BUG: unable to handle page fault for address: ffffea1fffffffc8
>
> Initialize subpage correctly before calling page_remove_rmap().
I think this is
Fixes: a5430dda8a3a1c ("mm/migrate: support un-addressable ZONE_DEVICE page in migration")
Cc: stable
yes?
Powered by blists - more mailing lists