Re: [PATCH 3.4-stable 2/2] perf: Fix mmap() accounting hole

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2013-06-28 at 17:33 +0800, Zhouping Liu wrote:
> Backporting for 3.4-stable.
> VM_RESERVED flag was replaced with pair 'VM_DONTEXPAND | VM_DONTDUMP' in
> 314e51b9 since 3.7.0-rc1, and 314e51b9 comes from a big patchset, we didn't
> backport the patchset, so I restored 'VM_DNOTEXPAND | VM_DONTDUMP' as before:
> -	vma->vm_flags |= VM_DONTCOPY | VM_DONTEXPAND | VM_DONTDUMP;
> +	vma->vm_flags |= VM_DONTCOPY | VM_RESERVED;
> 
> From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> 
> commit 9bb5d40cd93c9dd4be74834b1dcb1ba03629716b upstream
[...]

I've queued this up for 3.2, thanks.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]