All of lore.kernel.org
 help / color / mirror / Atom feed
* /dev/mem implementation
@ 2010-01-17 16:47 Felix Rubinstein
  2010-01-17 17:40 ` Arjan van de Ven
  0 siblings, 1 reply; 5+ messages in thread
From: Felix Rubinstein @ 2010-01-17 16:47 UTC (permalink / raw)
  To: linux-kernel

The recent kernels use CONFIG_STRICT_DEVMEM and CONFIG_X86_PAT
concerning the /dev/mem (/dev/kmem) so interchangeably one cannot
figure out what exactly does it mean to access the /dev/mem if both
CONFIG_STRICT_DEVMEM and CONFIG_X86_PAT are disabled.

It would be more logically to remove pat_enabled variable in
arch/x86/mm/pat.c and to make everything under CONFIG_X86_PAT define.
The same goes for phys_mem_access_prot_allowed function (from
arch/x86/mm/pat.c) even though CONFIG_X86_PAT is disabled.
To make the story worse there are four implementations of
range_is_allowed depending on how CONFIG_STRICT_DEVMEM and
CONFIG_X86_PAT are defined.


I see the motivation to limit the access to DRAM from root account
CONFIG_STRICT_DEVMEM by mmap'ing /dev/[k]mem but it's easily overruled
by simple char driver and implementing mmap of it's own totally
bypassing all limitations.

What do you think about it guy?
Appreciate it.

Thanks,
Felix R.

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

end of thread, other threads:[~2010-01-18 15:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17 16:47 /dev/mem implementation Felix Rubinstein
2010-01-17 17:40 ` Arjan van de Ven
2010-01-18 10:22   ` Andi Kleen
2010-01-18 12:18   ` Felix Rubinstein
2010-01-18 15:16     ` Arjan van de Ven

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.