summaryrefslogtreecommitdiff
path: root/Documentation/backlight
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2015-07-21 15:40:31 +0200
committerIngo Molnar <mingo@kernel.org>2015-07-31 10:38:06 +0200
commitf58bea2fec63db72f8050ade709358257e9102ab (patch)
tree1df4b2f3221a1a390282e2dfe6b752da611fb7a8 /Documentation/backlight
parentdb087ef69a2b155ae001665bf0b3806abde7ee34 (diff)
uprobes: Fix the usage of install_special_mapping()
install_special_mapping(pages) expects that "pages" is the zero- terminated array while xol_add_vma() passes &area->page, this means that special_mapping_fault() can wrongly use the next member in xol_area (vaddr) as "struct page *". Fortunately, this area is not expandable so pgoff != 0 isn't possible (modulo bugs in special_mapping_vmops), but still this does not look good. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Cc: Andy Lutomirski <luto@amacapital.net> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Pratyush Anand <panand@redhat.com> Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20150721134031.GA4789@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/backlight')
0 files changed, 0 insertions, 0 deletions