[PATCH 0/4] x86,mm: vdso fixes for an OOPS and /proc/PID/maps

2014-05-19 Thread Andy Lutomirski
[This applies to tip/x86/vdso. Patch 1/4 is a resend.] This fixes an OOPS on systems without an HPET and incomplete information in /proc/PID/maps. The latter is done by adding a new vm_ops callback to replace arch_vma_name, which is inflexible and awkward to use correctly. With this series

[PATCH 0/4] x86,mm: vdso fixes for an OOPS and /proc/PID/maps

2014-05-19 Thread Andy Lutomirski
[This applies to tip/x86/vdso. Patch 1/4 is a resend.] This fixes an OOPS on systems without an HPET and incomplete information in /proc/PID/maps. The latter is done by adding a new vm_ops callback to replace arch_vma_name, which is inflexible and awkward to use correctly. With this series