Files 2.6.5-rc3-aa3/disable-cap-mlock and 2.6.5-aa1/disable-cap-mlock differ
Files 2.6.5-rc3-aa3/extraversion and 2.6.5-aa1/extraversion differ
Files 2.6.5-rc3-aa3/prio-tree.gz and 2.6.5-aa1/prio-tree.gz differ

	Rediffed due rejects.

Files 2.6.5-rc3-aa3/mprotect-vma-merging and 2.6.5-aa1/mprotect-vma-merging differ

	Fixed race condition in mprotect, must hold the anon_vma_lock()
	while moving either ->vm_start or ->vm_pgoff (extending the vm_end
	doesn't need it instead since the race is controlled w/o explicit
	locking).

Only in 2.6.5-aa1: unmap_vmas-lat

	Don't threat no-preempt differently from -preempt w.r.t. worst case
	latencies.

Only in 2.6.5-aa1: writeback-lat

	Merged Takashi Iwai's lowlatency fixes adding missing schedule points,
	reducing greatly the worst case latency with preempt disabled.