All of lore.kernel.org
 help / color / mirror / Atom feed
* small ioremap cleanups
@ 2021-08-24  9:12 Christoph Hellwig
  2021-08-24  9:12 ` [PATCH 1/2] mm: move ioremap_page_range to vmalloc.c Christoph Hellwig
  2021-08-24  9:12 ` [PATCH 2/2] mm: don't allow executable ioremap mappings Christoph Hellwig
  0 siblings, 2 replies; 8+ messages in thread
From: Christoph Hellwig @ 2021-08-24  9:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Nicholas Piggin, Peter Zijlstra, linux-mm, linux-kernel

Hi Andrew,

the first patch moves a little code around the vmalloc/ioremap
boundary followed a bigger move by Nick earlier.  The second
enforces non-executable mapping on ioremap just like we do
for vmap.  No driver currently uses executable mappings anyway,
as they should.

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

end of thread, other threads:[~2021-08-26  5:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-24  9:12 small ioremap cleanups Christoph Hellwig
2021-08-24  9:12 ` [PATCH 1/2] mm: move ioremap_page_range to vmalloc.c Christoph Hellwig
2021-08-24 19:51   ` kernel test robot
2021-08-24 19:51     ` kernel test robot
2021-08-26  2:36   ` Nicholas Piggin
2021-08-24  9:12 ` [PATCH 2/2] mm: don't allow executable ioremap mappings Christoph Hellwig
2021-08-26  2:46   ` Nicholas Piggin
2021-08-26  5:37     ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.