public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] x86/mm: Fix limit mmap() of /dev/mem to valid physical
@ 2019-03-18 22:46 rcampbell
  2019-03-18 22:46 ` [PATCH 1/1] x86/mm: Fix limit mmap() of /dev/mem to valid physical addresses rcampbell
  0 siblings, 1 reply; 5+ messages in thread
From: rcampbell @ 2019-03-18 22:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ralph Campbell, Craig Bergstrom, Linus Torvalds, Boris Ostrovsky,
	Fengguang Wu, Greg Kroah-Hartman, Hans Verkuil,
	Mauro Carvalho Chehab, Peter Zijlstra, Sander Eikelenboom,
	Sean Young, Thomas Gleixner, Ingo Molnar

From: Ralph Campbell <rcampbell@nvidia.com>

I was debugging with v5.1.0-rc1 and while booting I hit a
kernel BUG at arch/x86/mm/physaddr.c:27
which I fixed with the following patch but now I can't seem
to reproduce the exact setup that triggered it.
Still, it seems like a valid problem and maybe my difficulty
in reproducing it explains why others haven't seen it earlier.

Ralph Campbell (1):
  x86/mm: Fix limit mmap() of /dev/mem to valid physical addresses

 arch/x86/mm/mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-03-25 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-18 22:46 [PATCH 0/1] x86/mm: Fix limit mmap() of /dev/mem to valid physical rcampbell
2019-03-18 22:46 ` [PATCH 1/1] x86/mm: Fix limit mmap() of /dev/mem to valid physical addresses rcampbell
2019-03-23 19:02   ` Thomas Gleixner
2019-03-25 22:03     ` Ralph Campbell
2019-03-25 22:55       ` Thomas Gleixner

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