Re: [PATCH] ARM: fix typo in is_gate_vma() macro

2013-08-07 Thread Russell King - ARM Linux
On Tue, Aug 06, 2013 at 11:34:35PM +0200, Mathias Krause wrote: > Commit a5463cd3 "ARM: make vectors page inaccessible from userspace" > introduced a typo making arch_vma_name() always return "[vectors]". > Fix up that regression (of the hush-hush security fix). And if you search the list

Re: [PATCH] ARM: fix typo in is_gate_vma() macro

2013-08-07 Thread Russell King - ARM Linux
On Tue, Aug 06, 2013 at 11:34:35PM +0200, Mathias Krause wrote: Commit a5463cd3 ARM: make vectors page inaccessible from userspace introduced a typo making arch_vma_name() always return [vectors]. Fix up that regression (of the hush-hush security fix). And if you search the list archives, you

[PATCH] ARM: fix typo in is_gate_vma() macro

2013-08-06 Thread Mathias Krause
Commit a5463cd3 "ARM: make vectors page inaccessible from userspace" introduced a typo making arch_vma_name() always return "[vectors]". Fix up that regression (of the hush-hush security fix). Signed-off-by: Mathias Krause --- arch/arm/kernel/process.c |2 +- 1 file changed, 1 insertion(+),

[PATCH] ARM: fix typo in is_gate_vma() macro

2013-08-06 Thread Mathias Krause
Commit a5463cd3 ARM: make vectors page inaccessible from userspace introduced a typo making arch_vma_name() always return [vectors]. Fix up that regression (of the hush-hush security fix). Signed-off-by: Mathias Krause mini...@googlemail.com --- arch/arm/kernel/process.c |2 +- 1 file